wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

ACES Quizizz

Total questions: 8

Worksheet time: 4mins

Name
Class
Date
1.

Who is the English mathematician who created a steam-driven calculating machine that would be able to compute tables of numbers?

a)

Joseph Marie Jacquard

b)

Charles Babbage

c)

Herman Hollerith

d)

Alan Turing

2.

What was the name of the Filipino-made computer virus that was considered the most damaging malware in the 2000s?

a)

CryptoLocker

b)

Storm Worm

c)

ILOVEYOU

d)

Slammer

3.

What do you use to end a line of code on C++?

a)

// (double slash)

b)

; (semicolon)

c)

. (period)

d)

) (closing parenthesis)

4.

Which data type has only two possible values?

a)

Float

b)

Char

c)

String

d)

Boolean

5.

In binary, what is 1+1?

a)

0

b)

1

c)

10

d)

11

6.

In binary, what is 1 - 1?

a)

0

b)

1

c)

10

d)

11

7.

Find the derivative of f(x) = 6x^3 - 9x + 4

a)

f'(x) = 12x^2-9

b)

f'(x) = 36x^2-9

c)

f'(x) = 18x^2-9

d)

f'(x) = 64x^2-9

8.

What do you call the process or the set of rules to be followed in calculations or other problem-solving operations?

a)

Instructions

b)

Coding

c)

Software

d)

Algorithm