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

1.1 Number Systems Cambridge IGCSE 0478

1.1 Number Systems Cambridge IGCSE 0478

10th Grade - University

10 Qs

Computer System

Computer System

1st - 12th Grade

8 Qs

Floating Point Arithmetic

Floating Point Arithmetic

11th - 12th Grade

10 Qs

Lecture 1: Basic Introduction to Computers

Lecture 1: Basic Introduction to Computers

University

8 Qs

MENAMBAH DAN MENOLAK DUA NOMBOR PERDUAAN

MENAMBAH DAN MENOLAK DUA NOMBOR PERDUAAN

1st - 12th Grade

10 Qs

Mega Online Quiz Competition - Phase II

Mega Online Quiz Competition - Phase II

University

9 Qs

Binary Arithmetic

Binary Arithmetic

12th Grade

10 Qs

CPSC1050_Data representation 2

CPSC1050_Data representation 2

University

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.

Represent the positive number in binary

Change 1's to 0's and vice versa

Add 1 to the number

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