Skip to content

Commit afa522c

Browse files
committed
.sh file created
1 parent a698ca7 commit afa522c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

number-systems/Part-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Q17: If reading the byte 0x21 as an ASCII character, what character would it mea
1313
Answer: In the ASCII table 0x21 is !.
1414

1515
Q18: If reading the byte 0x21 as a greyscale colour, as described in "Approaches for Representing Colors and Images", what colour would it mean?
16-
Answer: 0x21 = 2 \*16 + 1 = 33 decimal => darkgray => 0 black - 255 white;
16+
Answer: 0x21 = 2*16 + 1 = 33 decimal => darkgray => 0 black - 255 white;
1717

1818
Q19: If reading the bytes 0xAA00FF as a sequence of three one-byte decimal numbers, what decimal numbers would they be?
1919
Answer: splitting the memory into 3 separate 8-bit values ==> AA 00 FF ==>

shell-pipelines/saturday.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
date
2+
echo " We are learning shell tools in CYF."

0 commit comments

Comments
 (0)