Search Header Logo
Data Representation AS

Data Representation AS

Assessment

Presentation

Computers

11th Grade

Practice Problem

Medium

Created by

Bothwell Riside

Used 4+ times

FREE Resource

9 Slides • 24 Questions

1

​Binary Digits

  • ​By the end of the lesson you must be able to :

    1. Change binary digits to decimals

    2. Add or subtract binary digits

    3. Use the 1's and 2's compliment

    4. Express numbers in BCD

2

Multiple Choice

Numbers in base 10 system are called denary numbers or traditionally called ____

1

powers of 2

2

bytes

3

hexadecimals

4

decimals

3

Multiple Choice

A digit in the binary number system written using either of the symbols 0 and 1 is called a

1

denary

2

bit

3

byte

4

nibble

4

Multiple Choice

A group of four bits is a nibble , what of a group of eight bits treated as a single unit

1

byte

2

bit

3

nibble

4

decimal

5

Multiple Choice

What is 162 in hexadecimal form ?

1

2A

2

0

3

1A

4

A2

6

Fill in the Blank

Change 3E into denary form

7

Fill in the Blank

Write 89 in an 8 bit binary form

8

Multiple Choice

1000 bytes =

1

1kilobyte(1kb)

2

1 kibibyte(1kib)

3

1mb

4

1 mib

9

Multiple Choice

A prefix to define the magnitude of a value. Examples are kibi, mebi, gibi and tebi

representing factors of 210, 220, 230 and 240 respectively is called ___

1

Binary prefix:

2

decimal prefix

3

hexadecimal prefix

4

byte prefix

10

Fill in the Blank

Question image

Look at this number , what is it in denary form

11

Fill in the Blank

Question image

Add these bianry numbers .

12

media

​Adding binary digits

​We added 7 bit digits and ended up with an 8 bit answer . We call this an Overflow error

13

Multiple Choice

A condition when the result of a calculation is too large to fit into the number of bits defined for storage

1

a logical shift

2

an overflow

3

a syntax error

4

a logical error

14

Fill in the Blank

Add these 5 bit binary digits 10111 + 00101

15

media

​This is an 8 bit binary digit it represents 64+ 16+8+1 = 89.

​ 1 1 1 1 1 1 1 1

​When we have all ones throughout we will have a total of 128+64+32+16+8+4+2+1=

16

Fill in the Blank

​When we have all ones throughout we will have a total of 128+64+32+16+8+4+2+1=

17

media

​This is an 8 bit binary digit it represents 64+ 16+8+1 = 89.

​ 1 1 1 1 1 1 1 1

​When we have all ones throughout we will have a total of 128+64+32+16+8+4+2+1= 255
This shows the maximum value an 8 bit digit can store

18

​When we have all ones throughout we will have a total of 128+64+32+16+8+4+2+1= 255
This shows the maximum value an 8 bit digit can store

We can obtain this 255 by saying 28-1 = 2X2X2X2X2X2X2X2-1= 255

This means for a 16 bit binary digit the maximum value we can store is
216-1=65536-1= 65535.

32768+16384+8192+4096+2048+1024+512+256+128+64+32+16+8+4+2+1

19

Fill in the Blank

What is the maximum denary value that can be stored by a 6 bit binary digit.

20

The two's compliment
Helps to represent intergers in binary form

media

​This means the range of the digits changes since the last bit becomes signed.

21

Multiple Choice

Can we write negative numbers numbers in binary form

1

Yes

2

No

22

Multiple Choice

What determines whether the number is positive or negative when we decide to write numbers in two's compliment ?

1

The number of bits

2

When we convert the number to decimal

3

The left most digit whether it's a 0 or 1

23

Multiple Choice

If the left most digit is 1 it means the number is

1

a negative integer

2

A positive integer

3

out of the range

24

media

​The one's compliment

Watch the Gif above . Write on a piece of paper what you are seeing happening .

25

Fill in the Blank

Question image

This is flipping of numbers. Flipping the binary digits is known as 1's compliment.

Can you write one's compliment of the binary digit

00101001

26

Multiple Choice

The one’s complement of a binary number, plus 1 is called -

1

one's compliment

2

two's compliment

3

signed number

4

left most digit

27

Fill in the Blank

What is the one's compliment of 00010001

28

media

​What we have is a two's compliment now.

​It is a representation of the number -128+32+4+2 +1 = -89

29

Multiple Choice

This is a signed 8 bit binary digit . What is the value in denary of 10011100 in denary ? REMEMBER THE LEFT MOST DIGIT DETERMINES WHETHER IT IS A POSITIVE OR NEGATIVE INTEGER IN ALL SIGNED BINARY DIGITS.

1

-28

2

100

3

28

4

-100

30

Fill in the Blank

Write the 8 bit binary digit 01100110 in two's compliment

31

Fill in the Blank

-20 may be signed and written as a binary digit . Write it as an 8 bit binary digit.

32

​Lets have a look at Bonary coded digits

media

They are all nibbles(4bits)
Check their denary equivalent

​Example
14 = 00010100
20= 00100000
Check the value of nibbles

33

Multiple Choice

Write the BCD 1000 0101 in Denary form

1

81

2

85

3

133

4

1111

​Binary Digits

  • ​By the end of the lesson you must be able to :

    1. Change binary digits to decimals

    2. Add or subtract binary digits

    3. Use the 1's and 2's compliment

    4. Express numbers in BCD

Show answer

Auto Play

Slide 1 / 33

SLIDE