0% found this document useful (0 votes)
43 views2 pages

Computing Quiz 11:11:21

Uploaded by

Just Lurker
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views2 pages

Computing Quiz 11:11:21

Uploaded by

Just Lurker
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Name: Rik Holt.................................................................. Class:...................

Mark:.................

1. Convert the following binary values into denary: [2]

(a) 00011011 1+2+8+16=27

(b) 11100110 2+4+32+64+128=230

2. Circle the binary value below that represents the denary value 87? [1]

(a) 01011010

(b) 11000100

(c) 01010111  Number C represents 87

(d) 00011010

3. Convert the following values to and from Hexadecimal: (Show your


working). [8]

(a) Denary 37 to Hex 25

(b) Denary 59 to Hex 3B

(c) Hex 11 to Denary 17

(d) Hex 2F to Denary 47

(e) Hex 1A to Binary 26

(f) Hex 16 to Binary 22

(g) Binary 0011 0111 to Hex 37

(h) Binary 1101 1111 to Hex DF

4. Multiply the binary value 0011 0010 by 2, by using a logical shift. [1]

0110 0100
5. Colours in art packages are often given using hexadecimal as illustrated
below with #00ccff.Explain why hexadecimal is used rather than the actual
24-bit colour value. [2]

Because Hexadecimal is much easier to remember for humans and easier to type
down without error and such.

6. Add 00100111 to 00101010. You should include your working. [2]

0 0 1 0 0 1 1 1+ 0 0 1 0 1 0 1 0 = 01010001

7. Add 00100111 to 00111010. You should include your working. [2]

0 0 1 0 0 1 1 1+ 0 0 1 1 1 0 1 0 = 01100001

8. An error occurs when you try to add 11011001 to 11100100 and store it as
an 8-bit number. Explain the error that occurs. [2]

This is Because you would need a 9th bit to display the total number this can be
more easily visualised if you think about how the highest digit you can find on an
8bit denary value is 255 but these both have a 1 in the 128-column making it
higher than that

[Total 20 marks]

You might also like