A Level Computer Science 2024
A Level Computer Science 2024
(a) Write the truth tables for the expressions NOT (A AND B)
0 1 0 1
1 0 0 1
1 1 1 0
0 1 1 0 1
1 0 0 1 1
1 1 0 0 0
Checkpoint Task 3
On the next page, complete the table
Data types, data structures and algorithms
Activity:
Converting between denary, binary and hex
Binary value plus
No. Denary Binary Hex
00011110
1 1 00000001 01 00100000
2 5 00000101 05 00100011
3 10 00001010 0A 00101000
4 22 00010110 16 00110100
5 40 00101000 28 01000110
6 77 01001101 4D 01101011
7 91 01011011 5B 01111001