Coding Principles
Computer Terms
Computer Hardware
Computer Trivia
100

A series of coded software instructions to control the operation of a computer or other machine. (What our code is when we run it)

What is a Program?

100

This separate viewing area on your computer allows you to view and run several programs simultaneously.

What is a window?

100

This output device allows the user to see visual output from a computer.

What is a monitor?

100

These will soon be doing all the jobs in the world.  Probably.

What are computers?

200

Information (data) in a program is stored inside objects we call ___.

What are variables?

200

By clicking this horizontal line on the top right of a window, a user can 'hide' a window for later use.

What is the minimize button?

200

This piece of computer hardware stores temporary information while programs are actively running.

What is RAM? (Random Access Memory)

200

We have almost reached the capacity of using metal to store information.  Future computers may store information using this biological feature.

What is DNA?

300
In a program, we use this to check to see wither or not a statement is true or false.  If the statement is true, additional code is run.
What is an if statement (conditional)?
300

This program allows you to navigate the hard drive of your computer, allowing you to find files you have stored there.

What is file explorer?

300

This part of the computer has a large amount of space, and is designed to store files for a long time.

What is the hard drive?

300

This rudimentary 'computer' was used by Germany in World War 2 to help encode secret messages.

What is the enigma?

400

This kind of code repeats over and over a certain number of times.

What is a for loop?  for (int i = 0; i < 10; i++)

400

This program has been included with newer versions of windows as a kind of artificial intelligence designed to allow users to use Windows with voice commands.

Who is Cortana?

400

This piece of hardware runs most of the calculations required to operate the computer's programming.

What is the CPU (Central Processing Unit)?

400

The Apple company pioneered this kind of small computer that fits within a person's pocket.

What is a smart phone?

500

This kind of looping conditional repeats code until a condition becomes true.

What is a while loop?

500
This is the core software that runs a computer's basic functions.  We use Windows 10.

What is an Operating System?

500

This component of the computer excels at running the same equation over and over again, common when computing the visuals of video games.

What is a GPU?  (Graphics Card)

500

In an inception like moment of awesomeness, people have used this game to create a working computer within their computer.

What is minecraft?

M
e
n
u