Unit 1 Digital Information Review 2024

Unit 1 Digital Information Review 2024

9th - 11th Grade

40 Qs

quiz-placeholder

Similar activities

Data Representation Unit

Data Representation Unit

9th - 11th Grade

43 Qs

CodeHS CSP Digital Information Unit

CodeHS CSP Digital Information Unit

9th - 11th Grade

40 Qs

ECS Human Computer Interaction

ECS Human Computer Interaction

9th Grade

39 Qs

Big Idea 2- Data, AP CSP

Big Idea 2- Data, AP CSP

9th - 12th Grade

44 Qs

Unit 2 review

Unit 2 review

9th - 12th Grade

42 Qs

Data Representation:Review

Data Representation:Review

9th Grade

45 Qs

Computer Quiz - Kelab Komputer / ICT

Computer Quiz - Kelab Komputer / ICT

3rd - 10th Grade

45 Qs

Binary to Hexadecimal

Binary to Hexadecimal

7th Grade - Professional Development

35 Qs

Unit 1 Digital Information Review 2024

Unit 1 Digital Information Review 2024

Assessment

Quiz

Computers

9th - 11th Grade

Medium

CCSS
6.NS.C.6A, 2.MD.B.6, 8.NS.A.1

+3

Standards-aligned

Created by

Donna Panter

Used 278+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of these values can be stored in a single bit?

light switch

current temperature

4 directions (i.e. north, south, east & west)

months of the year

Answer explanation

A single bit can represent two states, such as on/off or true/false. A light switch fits this definition, as it can be either on (1) or off (0). The other options require more than one bit to represent multiple values.

2.

FILL IN THE BLANK QUESTION

1 min • 5 pts

Media Image

The Apple iPhone includes a settings menu where you can toggle various accessibility options on or off: (See image to the left)

What is the minimum number of bits that can represent those options?

Answer explanation

Each option has an on or off, so each option requires 1 bit. 3 options each needing 1 bit. Therefore 3 bits are needed.

Tags

CCSS.6.NS.C.6A

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the below are binary digits?

A binary digit is 1 of ten values (0-9)

A binary digit is 1 of two values (0-1)

A binary digit is ten values of (0-9).

A binary digit is two values of (0-1)

Answer explanation

A binary digit, or bit, represents one of two values: 0 or 1. Therefore, the correct choice is 'A binary digit is 1 of two values (0-1)', as it accurately defines the concept of binary digits.

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

If I have 4 bits how many different numbers may I represent?

2

4

8

16

Answer explanation

With 4 bits, you can represent 2^4 different combinations. This equals 16, as each bit can be either 0 or 1, leading to 16 unique numbers from 0000 to 1111 in binary.

Tags

CCSS.2.MD.B.6

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following is a single byte of digital information?

Each choice is expressed in binary.

1

1001100101001

01011010

1001

Answer explanation

A single byte consists of 8 bits. The correct choice, 01011010, is 8 bits long. The other options either have fewer bits (1 and 1001) or more bits (1001100101001), making them not a single byte.

Tags

CCSS.6.NS.C.6A

6.

FILL IN THE BLANK QUESTION

1 min • 5 pts

Your programmer friend told you that they just turned 11110 years old, in binary.

How old are they in decimal?

Answer explanation

11110

24 * 1 + 23 * 1 + 22 * 1 + 21 * 1 + 20 * 0 = 16 + 8 + 4 + 2 + 0 = 30

7.

FILL IN THE BLANK QUESTION

1 min • 5 pts

Your classmate constructs a simple computer that adds numbers. There are 5 wires for inputting the first number, and the wires are currently "on", "on", "off, "on", "off", or 11010 binary.

What decimal number does that represent?

Answer explanation

11010

24 * 1 + 23 * 1 + 22 * 0 + 21 * 1 + 20 * 1 = 16 + 8 + 2 = 26

Tags

CCSS.8.NS.A.1

CCSS.7.NS.A.2D

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?