NEW
Font size
WorksheetsACES Quizizz
Total questions: 8
Worksheet time: 4mins
Who is the English mathematician who created a steam-driven calculating machine that would be able to compute tables of numbers?
Joseph Marie Jacquard
Charles Babbage
Herman Hollerith
Alan Turing
What was the name of the Filipino-made computer virus that was considered the most damaging malware in the 2000s?
CryptoLocker
Storm Worm
ILOVEYOU
Slammer
What do you use to end a line of code on C++?
// (double slash)
; (semicolon)
. (period)
) (closing parenthesis)
Which data type has only two possible values?
Float
Char
String
Boolean
In binary, what is 1+1?
0
1
10
11
In binary, what is 1 - 1?
0
1
10
11
Find the derivative of f(x) = 6x^3 - 9x + 4
f'(x) = 12x^2-9
f'(x) = 36x^2-9
f'(x) = 18x^2-9
f'(x) = 64x^2-9
What do you call the process or the set of rules to be followed in calculations or other problem-solving operations?
Instructions
Coding
Software
Algorithm
