wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

S&A Design Quiz 2

Total questions: 15

Worksheet time: 12mins

Name
Class
Date
1.

If A and B are both true, which of these logical statements is true?

a)

A and not(B)

b)

A and B

c)

not (A and B)

d)

B and not(A)

2.

If A is true and B is false, which of these logical statements is false?

a)

A or B

b)

A and B

c)

A and not(B)

d)

not(B)

3.

What is the largest decimal number an eight-bit byte can represent?

a)

255

b)

256

c)

512

d)

1024

4.

What is the hexadecimal number 0xAEF in decimal?

a)

2783

b)

2798

c)

2799

d)

3055

5.

What is the hexadecimal number 0x001001 in decimal?

a)

9

b)

512

c)

4096

d)

4097

6.

What is binary 001001 in hexadecimal?

a)

9

b)

4097

c)

512

d)

256

7.

What is binary 1001001 in hexadecimal?

a)

50

b)

49

c)

48

d)

24

8.

What is hexadecimal number 0x231A in binary?

a)

0010 0011 0001 1010

b)

0010 0011 0001 1111

c)

1010 0011 0001 1010

d)

0010 1011 1001 1010

9.

What would the operation 8 modulo 3 (8 % 3) return as a value?

a)

2

b)

6

c)

9

d)

24

10.

What is the purpose of a CPU in a computer?

a)

The CPU is the Central Power Unit and provides all the proper voltages for the components.

b)

The CPU is the Current Pixel Unit and is used for high-end graphics on the computer.

c)

The CPU is the Central Processing Unit and it is where all calculations and data manipulations are done.

d)

The CPU is the Current Person User and determines who is using the computer.

11.

What component invention led to the creation of the personal (home) computer?

a)

transistor

b)

vacuum tube

c)

television

d)

microprocessor

12.

What is Moore's law in computers?

a)

a law that restricts the amount of information that can be transmitted over an internet cable

b)

an observation that the number of transistors in a dense integrated circuit doubles approximately every two years

c)

a rule that says the amount of memory you need will decrease each year by ½

d)

an observation that the number of users on social media doubles every year

13.

What is voice recognition?

a)

computer algorithms that create human speech from text typed into the computer

b)

computer systems that read books to disabled persons

c)

computer algorithms that receive human speech as input and translate it into data the computer can use

d)

computer systems that respond to loud noises to turn on devices

14.

What is machine code?

a)

any programming language used by a machine

b)

the password a user inputs to a machine to gain access to it

c)

the binary data used as the most basic instructions for the CPU in a computer

d)

Paper punch-cards used in the 1970's to program computers

15.

What is a function in computer programming?

a)

a mathematical operation in a computer

b)

the transfer of data from one component to another in the computer

c)

the lowest level machine code in a computer

d)

a named set of instructions that can be reused in a program to reduce complexity