This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
128 | 64 | 32 | 16 | 8 | 4 | 2 | 1 | |
---|---|---|---|---|---|---|---|---|
0 ÷ 2 | 1 ÷ 2 | 2 ÷ 2 | 4 ÷ 2 | 9 ÷ 2 | 19 | 38÷ 2 | 77 ÷ 2 | |
0 | 0.5 | 1 | 2 | 4.75 | 9.5 | 19 | 38.5 | |
even | odd | even | even | odd | odd | even | odd | |
0 | 1 | 0 | 0 | 1 | 1 | 0 | 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
character | count | bits | size | |
---|---|---|---|---|
M | 1 | 8 | 8 | |
a | 1 | 8 | 8 | |
d | 2 | 8 | 16 | |
i | 1 | 8 | 8 | |
e | 1 | 8 | 8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"NOT ASSIGNED use in the future" : { | |
"1---" :{ | |
"Theme" : "Seti", | |
"background" : { | |
"description" : "light pink", | |
"color" : "FD9E8E" | |
}, | |
"language" : "Clojure", | |
"size" : "4x" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function house(sandwiches){ | |
function dogHouse(){ | |
let dogEat = sandwiches / 2; | |
return dogEat; | |
} | |
return dogHouse; | |
} | |
var dogHouse = house(4); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
What is a variable in computer science? #codingstorytime | |
moyarich (moyarich.com | codingstorytime.com) | |
What is a variable in computer science? | |
------------------------------------------------------------------------------------------------------- | |
"--- Moya's Story ---" | |
So today I went shopping with my friends Anna, Tommy, and John, we have plans to go out tonight,we are going to have so much fun! Anna was broke this week, so I agreed to let her borrow one of shoes. |