Vocabulary 1
Vocabulary 2
Random Python 1
Random 1
Random 2
100

What is hardware 

The physical part of a computer, anything you can touch

100

what does CPU stand for 

central processing unit 

100

What is output by the following line of code?

print(5*2 + 9)

19

100

which president is on the 1 dollar bill 

George Washington

100

how many continents are there 

7

200

What is "print ( )" or what does it do 

 A command that displays text and numbers  

200

what does the cpu do 


a. A computer program that holds memory or storage

b. A computer program unit that carries out a program's instructions

c. A computer program that holds information forever

b.

200

Who invented the first mechanical computer?

Charles Babbage

200

which state is Hollywood in? 

California 

200

what is the chemical symbol for water 

H2O

300

What is the complier 

a. A program that translates written code into machine language

b. A program that prints instructions

c. A certain code the computer can not read

a.

300

What is secondary memory 

Long term memory or storage

300

Instructions are carried out by this part of the computer 

CPU

300

what is the largest bone in the human body

femur

300

What species of fish is Nemo

Clownfish 

400

What is main memory 

Short term, short memory 

400

What is a string 


a. a string used for calculations 

b. a string used to put input in order 

c. an object in Python that stores letters numbers and words

d. none of these

c. 

400

Which of the following lines of code correctly inputs the user's name?

a.  n = str(input("Enter: "))

b.  n = int(input("Enter: "))

c.  n = print("Enter: ")

d.  n = string(input("Enter: "))




d.  n = string(input("Enter: "))

400

In Toy Story, what is the name of Woody’s loyal horse companion?

 Bullseye

400

How many planets make up the solar system

8

500

Give an example of an escape character (write it) 

\\ 

\n

\t

\b

500

What is a variable 

A name for a spot in the computer’s memory where information can be stored

500

What does this function do -  int ()

translates strings to integers

500

It’s the process by which plants use sunlight to make food is called this.

Photosynthesis

500

This shape has five sides, what is it? 

Pentagon

M
e
n
u