Computing 2

Computing 2

7th Grade

23 Qs

quiz-placeholder

Similar activities

CSS Font Property Quizziz

CSS Font Property Quizziz

6th Grade - University

25 Qs

NovaQuest'25 – Junior Category Preliminary Round

NovaQuest'25 – Junior Category Preliminary Round

6th - 8th Grade

20 Qs

ICT G 7 Chapter 2.1 Input and Output Devices

ICT G 7 Chapter 2.1 Input and Output Devices

7th Grade - University

20 Qs

informatika 7 tes

informatika 7 tes

7th Grade

20 Qs

Binary, Decimal, Hexadecimal Basic Convertion

Binary, Decimal, Hexadecimal Basic Convertion

7th Grade

20 Qs

Canva Quiz

Canva Quiz

7th Grade

20 Qs

Css test1

Css test1

2nd Grade - University

20 Qs

Computing 2

Computing 2

Assessment

Quiz

Information Technology (IT)

7th Grade

Hard

Created by

GV DIA LI

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the sum of 1 + 1 in binary?

0

1

10

11

Answer explanation

In binary, 1 + 1 equals 10. This is because binary is base 2, where 1 + 1 results in 0 with a carry of 1, making it 10. Therefore, the correct answer is 10.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 1 + 0 in binary?

0

1

10

11

Answer explanation

In binary, 1 + 0 equals 1. The addition follows the same rules as in decimal, where adding zero to any number does not change its value. Therefore, the correct answer is 1.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the binary sum of 10110110 (182) + 11011010?

1111000 (240)

101110000

11011000

11110100

Answer explanation

To find the binary sum of 10110110 and 11011010, align the numbers and add them bit by bit, carrying over when necessary. The result is 11110000, which is 240 in decimal. Thus, the correct answer is 1111000 (240).

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of adding 10110110 + 11011010 in binary?

101110000

1111000

11011100

10110101

Answer explanation

To add 10110110 and 11011010 in binary, align the numbers and add each column, carrying over when the sum exceeds 1. The result is 101110000, which is the correct answer.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the decimal equivalent of the binary number 00000001?

0

1

2

8

Answer explanation

The binary number 00000001 represents the decimal value 1. Each binary digit (bit) corresponds to a power of 2, and in this case, only the last bit is '1', which equals 2^0 = 1.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following binary numbers represents the decimal number 16?

00001000

00010000

00000100

10000000

Answer explanation

The binary number 00010000 represents the decimal number 16. In binary, each position represents a power of 2, and 00010000 corresponds to 2^4, which equals 16.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the decimal equivalent of the binary number 01010110?

86

68

75

91

Answer explanation

To convert the binary number 01010110 to decimal, calculate: (0*2^7) + (1*2^6) + (0*2^5) + (1*2^4) + (0*2^3) + (1*2^2) + (1*2^1) + (0*2^0) = 64 + 16 + 4 + 2 = 86. Thus, the decimal equivalent is 86.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?