CodeHS CSP Digital Information Unit

CodeHS CSP Digital Information Unit

9th - 11th Grade

40 Qs

quiz-placeholder

Similar activities

J277 1.2.4 Sound/Image Representation

J277 1.2.4 Sound/Image Representation

8th - 12th Grade

42 Qs

Computer Basics

Computer Basics

6th - 12th Grade

45 Qs

Logic Gates

Logic Gates

9th - 11th Grade

35 Qs

Data Representation

Data Representation

9th Grade

40 Qs

Data and Information Quiz (cyber.org)

Data and Information Quiz (cyber.org)

10th Grade

40 Qs

Binary (!)

Binary (!)

9th - 12th Grade

36 Qs

AP CSP Digital Information

AP CSP Digital Information

9th - 11th Grade

40 Qs

Welcome Back Term 2 Refresher Test

Welcome Back Term 2 Refresher Test

9th Grade

40 Qs

CodeHS CSP Digital Information Unit

CodeHS CSP Digital Information Unit

Assessment

Quiz

Created by

Thomas Martinez

Computers

9th - 11th Grade

Hard

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.

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.

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.

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

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?