You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<button onclick="navigator.clipboard.writeText('${base10Str}'); let btn=this; btn.innerText='Copied!'; setTimeout(()=>btn.innerText='Copy Base 10 number to the Clipboard', 2000);" style="cursor: pointer; padding: 4px 8px; border: 1px solid #ccc; border-radius: 4px; background: #eee; font-size: 12px;">Copy Base 10 number to Clipboard</button>
<button onclick="navigator.clipboard.writeText('${base10Str}'); let btn=this; btn.innerText='Copied!'; setTimeout(()=>btn.innerText='Copy Base 10 number to the Clipboard', 2000);" style="cursor: pointer; padding: 4px 8px; border: 1px solid #ccc; border-radius: 4px; background: #eee; font-size: 12px;">Copy Base 10 number to Clipboard</button>
<li>Why is does the binary number have as many digits as it has?</li>
181
181
<li>Why is there 9.2 quadrillon possible brackets? Of the 9.2 quadrillon possible brackets, which number is your bracket according to the <ahref="http://explore.stemcoding.org/bracket.html">STEMcoding Bracket Builder</a>?</li>
182
-
<li>Why is the Base 10 and Hexadecimal code shorter than the binary code?</li>
182
+
<li>Of the three different codes (Binary, Base 10 and Hexadecimal) why is the length of those codes from longest to shortest: Binary, Base 10 and Hexadecimal?</li>
183
183
<li>How is the QR code storing the Share URL? How many different possible QR codes are there?</li>
184
184
</ul>
185
185
<p>Check your brackets later to see how you did!</p>
Copy file name to clipboardExpand all lines: projects/bracket.qmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Notice on the [STEMcoding Bracket Builder](http://explore.stemcoding.org/bracket
22
22
23
23
* Why is does the binary number have as many digits as it has?
24
24
* Why is there 9.2 quadrillon possible brackets? Of the 9.2 quadrillon possible brackets, which number is your bracket according to the [STEMcoding Bracket Builder](http://explore.stemcoding.org/bracket.html)?
25
-
*Why is the Base 10 and Hexadecimal code shorter than the binary code?
25
+
*Of the three different codes (Binary, Base 10 and Hexadecimal) why is the length of those codes from longest to shortest: Binary, Base 10 and Hexadecimal?
26
26
* How is the QR code storing the Share URL? How many different possible QR codes are there?
0 commit comments