SA1 Computer Science Revision
SA1 Computer Science Revision
16 2004
16 125 remainder: 4
16 7 remainder: 13
0 remainder: 7
Write the remainders from bottom to top to get the hexadecimal number:
7 13 4
7 D 4 (D = 13)
*Binary, hexadecimal and denary value table:
0000 0 0
0001 1 1
0010 2 2
0011 3 3
0100 4 4
0101 5 5
0110 6 6
0111 7 7
1000 8 8
1001 9 9
1010 A 10
1011 B 11
1100 C 12
1101 D 13
1110 E 14
1111 F 15
10.How are digital images stored on computers, how many bits are there?
● Image is made of pixels.
● Each pixel stores one color.
● Each color has a unique binary value.
● The color/binary value of each pixel is stored in sequence.
13.How many parity bits are used to detect errors? (Look at the error
correction part)
● 8 bits to detect errors.
Process:
● Parity can be set to odd or even.
● Data is split into blocks of 7 bytes.
● Sender counts the number of 1s/0s in each group.
● Each group is assigned a parity bit to match the parity/odd/even.
● Receiving device recounts the number of 1s/0s in each group/byte.
● And compares to parity used/odd/even and if it does not match the parity, an error
is reported.
Hardware Chapter 3:
15.Input, output
● Main method of entering data into and getting data out of computer systems.
16.Mouse, how does an optical mouse work?
An optical mouse shines a red light from a Light-Emitting Diode//LED underneath the
mouse. The light reflects from a surface through a lens in the mouse and is converted to a
value. This value is transmitted to the computer. The computer then determines the
direction and speed of the movement.
21.Type of address
URL:
● Protocol.
● Domain name.
● Made up of letters, numbers, and symbols.
IP:
● IPV4:
- 12 numbers.
- Separated by full stops (.)
● IPV6:
- 32 numbers.
- Separated by colons (:)
MAC:
● First part is manufacturer ID.
● The second part is a serial number.
● Each part has 3 pairs of numbers.
26. MAC