H Plenary - Two's complement and range of numbers

H Plenary - Two's complement and range of numbers

12th Grade

5 Qs

quiz-placeholder

Similar activities

Units, numbers and characters

Units, numbers and characters

7th - 12th Grade

10 Qs

Hexadecimal + Binary Recap

Hexadecimal + Binary Recap

9th - 12th Grade

10 Qs

1.2 Binary Calculations 1

1.2 Binary Calculations 1

9th - 12th Grade

8 Qs

Digital Systems

Digital Systems

University

8 Qs

Binary Practice (A-Level)

Binary Practice (A-Level)

11th - 12th Grade

10 Qs

binary and hx

binary and hx

9th - 12th Grade

10 Qs

Sounds

Sounds

KG - Professional Development

5 Qs

Understanding Binary, Denary, and Hexadecimal

Understanding Binary, Denary, and Hexadecimal

12th Grade

10 Qs

H Plenary - Two's complement and range of numbers

H Plenary - Two's complement and range of numbers

Assessment

Quiz

Computers

12th Grade

Easy

Created by

G Alexander-Doyle

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Binary conversion questions will always be negative numbers at higher level.

True

False

Answer explanation

Any simple binary conversion question in the higher computing science paper will involve the conversion of negative numbers only.

2.

REORDER QUESTION

1 min • 1 pt

Reorder the following steps for converting negative denary numbers into binary.

Add 1 to the number

Represent the positive number in binary

Change 1's to 0's and vice versa

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Convert the following denary number to an 8‑bit two’s complement number.

−25

Answer explanation

The steps involved in answering this question would be as follows.

Represent the positive number in binary =

00011001

Swap the 1's and 0's =

11100110

Add 1 to the number =

11100111

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

State the largest positive integer that can be represented using 8‑bit two’s complement.

Answer explanation

Media Image

The largest positive number with 8 bits would be 64 + 32 + 16 + 8 + 4 + 2 + 1 = 127

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Convert the 8-bit two’s complement number 1111 0000 into denary.

Answer explanation

(-128) + 64 + 32 + 16 = -16