quarternary added

This commit is contained in:
2026-06-01 17:15:03 -04:00
parent da82699a4c
commit e44f19fd07
5 changed files with 759 additions and 1 deletions

View File

@@ -215,6 +215,13 @@ export const curriculum: Unit[] = [
week: 10,
description: "Place value in base 2 and converting binary numbers to denary (decimal)",
},
{
slug: "quaternary",
title: "Quaternary Numbers",
shortTitle: "Quaternary",
week: 10,
description: "Place value in base 4 and converting between quaternary and denary (decimal)",
},
],
},
];