wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

MicroBit Lesson #9

Total questions: 7

Worksheet time: 4mins

Name
Class
Date
1.

True or False? A byte is a sequence of binary digits made up of 6 bits.

a)

True

b)

False

2.

A byte can represent any value from 00000000 through 11111111, for a total of____ different possible values.

a)

266

b)

256

c)

206

d)

26

3.

By using binary, computers can represent information simply and efficiently using a system that is very effectively modeled in __________.

a)

binary circuitry

b)

virtual system

c)

digital circuitry

d)

augmented reality

4.

A kilobyte (kB) is ____ bytes or 2^10 bytes

a)

1,008

b)

1,000

c)

1,024

d)

1,224

5.

The ones and zeros of bits and bytes can be used to represent , numbers, and even different keys on a computer keyboard

a)

characters

b)

letters

c)

Binary combinations

d)

acronyms

6.

A bit can be used to hold a Boolean (true/false) value. A value of zero represents "_____‘’ and a value of one represents ‘______".

a)

false, true

b)

true, false

c)

false, false

d)

true, true

7.

in the lesson activity: One way to calculate the decimal value is to wait until the user presses A+B, and then calculate the entire number based on____________ .

a)

The last variable

b)

The coordinate point

c)

The value of the string

d)

The binary code