Computer Science Trivia
Computer Science 1
Computer science 2
Computer Science 3
Computer Science 4
100

What is the most commonly used operating system in the world?

What is Android 

100

A list or collection of similar things.

What is array.

100

A numerical value that corresponds to a unique element in an array. They start at zero.

What is Index

100

Information is lost when power is off.

What is volatile

100

An diagram of a program, done in shapes.

What is a flowchart

200

What is the nationality of Alan Turing, a mathematician who broke ciphers during WW2?

What is British

200

A self-contained set of instructions for performing a specific task within a computer program.

What is a Function

200
Which term refers to a program construct that allows for a block of code to be repeated multiple times?
What is Loop
200

A variable type that holds whole numbers

What is an integer

200

A detailed outline or rough draft of a program. Done in words. 

What is a pseudocode 

300

A binary digit with two possible values, 0 or 1.

What is Bit

300

What are the two types of repetition in algorithms?

What is a For Loop & While Loop

300

A tag-based programming language designed to create websites.

What is HTML

300

How a computer displays or communicates information.

What is outputs

300

“Executing instructions repeatedly, either for a set number of times or depending on a condition” is a description of which programming construct?

What is repetition

400

What is the name for when the result of an addition is too large for the number of bits the computer is working with?

What is overflow

400

Write down the symbols for the five relational operators (equal to, less than, greater than, not equal to, less than or equal to, greater than or equal to):

==

<

>

<=

>=

400

A programming construct that allows for a block of code to be repeated multiple times.

What is a Loop

400

The computational method which is concerned with the removal of unnecessary detail is called...

What is abstraction

400

A variable type that represents a fraction.

What is a real/float number

500

USB memory sticks and SD cards all use which type of storage technology?

What is Solid State (Flash)

500

What is lossy compression?

What is permanently removes data from a file in order to reduce its size. 

500

What would it be called if you miss a comma?

What is a syntax error?

500

This is part of the CPU, and does the calculations inside a computer.

What is a ALU

500

Container for storing data values

What is a variable