wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

PIT - Mod 2 Lesson 3: Digital Data Vocab Quiz

Total questions: 13

Worksheet time: 16mins

Name
Class
Date
1.

A numbering system that uses ten digits, 0 through 9.

a)

Hexidecimal System

b)

Binary System

c)

Octal System

d)

Decimal System

2.

A numbering system that uses two digits, 0 and 1.

a)

Octal System

b)

Hexadecimal System

c)

Binary System

d)

Decimal System

3.

A numbering system that uses sixteen digits, 0 through 9, and A through F.

a)

Hexadecimal System

b)

Binary System

c)

Octal System

d)

Decimal System

4.

The smallest unit of digital information, represented by a 1 or 0.

a)

Byte

b)

Bit

c)

Kilobyte

d)

Kilobit

5.

A group of eight bits joined together.

a)

Octabit

b)

Kilobit

c)

Byte

d)

Encoded Integer

6.

Match the following

a)

A physical signal, such as text, numbers, graphics, or sound, interpreted by converting it into binary numbers.

1.

Digital Data

b)

he representation of integers using a group of bytes. Normally, one bit in one of the byes represents the sign, 1 for negative and 0 for positive. The remaining 31 bits are used to encode the number itself using binary digits.

2.

Encoded Integers

c)

The representation of text by assigning a unique binary code to each character.

3.

Encoded Text

d)

The speed at which a computer processes information, as measured by the number of cycles per second (Hertz) that the computer's CPU operates at. Processor speed is measured in kilohertz, megahertz, and gigahertz.

4.

Processing Speed

e)

The measurement in bits per second that information is transferred through a network from one computer to another. Throughput is measured in Kbps (kilobits per second), Mbps (megabits per second), and Gbps (gigabits per second).

5.

Throughput

7.

The most common format for text files in computers on the internet where each character is represented by a unique 7-bit binary code.

a)

Unicode

b)

Encoded Text

c)

ASCII

d)

Encoded Integer

8.

An international 16-bit encoding standard that accommodates character sets from multiple languages, with each letter, digit, or symbol being assigned a unique numeric value.

a)

ASCII

b)

Encoded Text

c)

Encoded Integers

d)

Unicode

9.

Match the following

a)

Formed by eight bits or data.

1.

Byte

b)

Formed by 1000 bytes.

2.

Kilobyte (KB)

c)

Formed by 1,000,000 bytes

3.

Megabyte (MB)

d)

Formed by 1000,000,000 bytes

4.

Gigabyte (GB)

e)

Formed by 1,000,000,000,000 bytes

5.

Terabyte

10.

Storage working space while the computer is running

a)

Storage Space

b)

Processing Speed

c)

System Memory

d)

Throughput

11.

Match the following Binary to Decimal

a)

00101111

1.

47

b)

10101011

2.

171

c)

10000011

3.

131

d)

11100011

4.

227

e)

01110001

5.

113

12.

Match the following Binary to Decimal

a)

01111000

1.

120

b)

11110010

2.

242

c)

10010010

3.

146

d)

00010010

4.

18

e)

00101110

5.

46

13.

Match the following Binary to Hex

a)

1110

1.

E

b)

1011

2.

B

c)

0111

3.

7

d)

1001

4.

9

e)

1101

5.

D