Two's Complement Quiz 2(F4 ICT)

Two's Complement Quiz 2(F4 ICT)

6th - 12th Grade

7 Qs

quiz-placeholder

Similar activities

KIỂM TRA TX TIN HỌC 11

KIỂM TRA TX TIN HỌC 11

9th Grade

10 Qs

HTML таблицы

HTML таблицы

9th - 10th Grade

10 Qs

Quiz HTML

Quiz HTML

8th Grade

10 Qs

Bài 25 tin 10

Bài 25 tin 10

9th Grade - University

10 Qs

Форматирование и редактирование текста 7кл

Форматирование и редактирование текста 7кл

7th Grade

12 Qs

TIN HỌC 10 - BÀI 21

TIN HỌC 10 - BÀI 21

10th Grade

10 Qs

Tin học 2

Tin học 2

11th Grade

12 Qs

Egzamin - Informatyka

Egzamin - Informatyka

7th Grade

10 Qs

Two's Complement Quiz 2(F4 ICT)

Two's Complement Quiz 2(F4 ICT)

Assessment

Quiz

Computers

6th - 12th Grade

Hard

Created by

CLin CLin

Used 1+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Arrange the following 11-bit two's complement representations in descending orders: (P): 110 1111 1111 (Q) 111 1111 1111 (R) 101 1111 1111 (S) 110 0111 1111
(P) > (Q) > (R) > (S)
(Q) > (R) > (S) > (P)
(Q) > (P) > (S) > (R)
(S) > (R) > (Q) > (P)

2.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

A computer uses 4-bit two's complement representation to store signed integers. Which of the following calculations involves an overflow error?
2+2+2+1
5-3+2
-3-3-2
3+3+2

3.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

A computer uses 8-bit two's complement representation to store signed integers. Which of the following calculations involves an overflow error?
64-10+20
64+20+20
93+20+20
65-40+80

4.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Joe's computer uses 8-bit two's complement representation to store numbers. She increments a number by 4, then an overflow error occurs. What is the number X?
1000 0111
1111 1111
0111 1011
0111 1100

5.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which of the following additon of two 8-bit two's complement representations will generate an overflow error?
0101 1100 + 0010 0011
0101 1100 + 1010 1111
0101 1100 + 1110 1111
0101 1100 + 0010 1111

6.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which of the following subtraction of two 8-bit two's complement representations will generate an overflow error?
0101 1100 - 0010 0011
0101 1100 - 1110 0011
1101 1100 - 1110 0011
1001 1100 - 0110 0011

7.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

A computer uses 10-bit two's complement representation for calculations. After performing this calculation, X+Y, the computer returns Z as the answer. Under what conditions would an overflow error during this calculation? (1) The signs of X, Y are the same, but different from Z. (2) X + Y equals to 512. (3) X + Y equals to -512.
(1) only
(2) only
(1) and (2) only
(2) and (3) only