HT2 Y8 EAGER Test Prep

HT2 Y8 EAGER Test Prep

6th Grade

15 Qs

quiz-placeholder

Similar activities

DPS Jorhat - Robotics Skill Assessment

DPS Jorhat - Robotics Skill Assessment

6th - 8th Grade

20 Qs

Q7/Q8 Email Vocabulary (Basics in 21t4s)

Q7/Q8 Email Vocabulary (Basics in 21t4s)

5th - 9th Grade

17 Qs

Augmented Reality 1 (OH)

Augmented Reality 1 (OH)

6th - 8th Grade

10 Qs

Scratch

Scratch

KG - Professional Development

10 Qs

Basic Printf

Basic Printf

1st - 10th Grade

10 Qs

Learning Task #1 & #2

Learning Task #1 & #2

5th - 6th Grade

10 Qs

Revision quiz

Revision quiz

5th - 6th Grade

15 Qs

HT2 Y8 EAGER Test Prep

HT2 Y8 EAGER Test Prep

Assessment

Quiz

Computers

6th Grade

Practice Problem

Hard

Created by

S Saad

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

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

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct binary addition for `110` + `11`?

`1001`

`111`

`100`

`1101`

Answer explanation

To add `110` (6 in decimal) and `11` (3 in decimal) in binary, align them: 110 + 11 ------ 1101 This results in `1101`, which is 9 in decimal, confirming that `1101` is the correct answer.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the binary equivalent of adding `13` and `7` in decimal?

`10000`

`10100`

`11010`

`11100`

Answer explanation

To find the binary equivalent of adding 13 and 7, first calculate 13 + 7 = 20 in decimal. The binary representation of 20 is `11100`, which is the correct answer.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Convert the decimal number `13` to binary.

`1010`

`1100`

`1110`

`1101`

Answer explanation

To convert the decimal number 13 to binary, divide by 2 and record the remainders. 13 ÷ 2 = 6 remainder 1, 6 ÷ 2 = 3 remainder 0, 3 ÷ 2 = 1 remainder 1, 1 ÷ 2 = 0 remainder 1. Reading the remainders from bottom to top gives 1101.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Convert the binary number `10110` to decimal.

21

22

23

20

Answer explanation

To convert the binary number `10110` to decimal, calculate: 1*2^4 + 0*2^3 + 1*2^2 + 1*2^1 + 0*2^0 = 16 + 0 + 4 + 2 + 0 = 22. Thus, the correct answer is 22.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: Binary numbers can only be made up of the digits 0 and 1.

True

False

Answer explanation

True. Binary numbers are a base-2 numeral system that exclusively uses the digits 0 and 1. Therefore, the statement is correct.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Convert the decimal number `42` to binary.

`101010`

`110010`

`101110`

`111010`

Answer explanation

To convert the decimal number 42 to binary, divide by 2 and record the remainders. 42 ÷ 2 = 21 (0), 21 ÷ 2 = 10 (1), 10 ÷ 2 = 5 (0), 5 ÷ 2 = 2 (1), 2 ÷ 2 = 1 (0), 1 ÷ 2 = 0 (1). Reading the remainders from bottom to top gives `101010`.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Convert the binary number `111` to decimal.

5

6

7

8

Answer explanation

To convert the binary number `111` to decimal, calculate: 1*(2^2) + 1*(2^1) + 1*(2^0) = 4 + 2 + 1 = 7. Thus, the correct answer is 7.

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?