Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in hexadecimal #1263

Merged
merged 1 commit into from
Dec 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
+++
title = "Binary and hexidecimal numbers"
title = "Binary and hexadecimal numbers"
headless = true
time = 90
facilitation = false
emoji= "📖"
[objectives]
1="Convert signed and unsigned numbers between any two of: binary, decimal, hexadecimal"
2="Explain the similarities and differences between binary, decimal, and hexidecimal numbers"
2="Explain the similarities and differences between binary, decimal, and hexadecimal numbers"
3="Explain why we use binary numbers"
4="Explain why we use hexidecimal numbers"
4="Explain why we use hexadecimal numbers"
5="Describe how different programs can interpret the same bytes as different data"
6="Identify how many bits are needed to store integers up to some limit"
7="Identify the maximum integer that can be stored in a number of bits"
Expand Down
2 changes: 1 addition & 1 deletion org-cyf-sdc/content/tools/sprints/1/prep/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ menu_level = ['sprint']
weight = 1
[[blocks]]
name="Binary and hexadecimal numbers"
src="module/tools/binary-and-hexidecimal-numbers"
src="module/tools/binary-and-hexadecimal-numbers"
[[blocks]]
name="CPU and Memory"
src="module/tools/cpu-and-memory"
Expand Down
Loading