What am I?
Variable Types
Python Basics
Computer Hardware
"Try your Luck"
100

 What does LAN stand for?

Local Area Network

100

what is the data type of variable likes_movies ?

  likes_movies = True

boolean

100

What is a Syntax error?

mistakes in your code

100

what is a user?


a person for whom a hardware or software product is designed.

100

the main reason for the study of computer science is _________.

to learn problem-solving skills.

200

I am a datatype that allows decimal places. I am a...

Float

200

what is the data type of variable cost_per_slice ?

      cost_per_slice = 17.50

Float 

200

In Python the 'print' function does what?

prints an output to your screen

200

what is a server?

computers that exist only to provide things to others.


200

what is the study of computers and computational systems?


Computer Science


300

What does CPU stand for?

Central Processing Unit

300

what is the data type of variable score ? 

      birthday = 5/20

Float

300

Can you spot the error in the code: print ("Hello World!)

speech marks missing ( " ). 


300

software that communicates with the hardware and allows other programs to run is.... 

 Operating System

300

a loop within a loop, an inner loop within the body of an outer loop.

Nested Loop

400

IP stands for?

Internet Protocol

400

what is the name of the variable?

          favorite_word = "False"

favorite_word

400

 what is the data type of variable num_of_slices ?

                         num_of_slices = 2

Interger

400

The _____________ phase of the software life cycle is also called the coding phase

Implementation

400

a type of application software, often designed to run on a mobile device, such as a smartphone or tablet computer.

app

500

what is a loop that never ends called?

Infinite Loop

500

what is the value of the variable?

  adding = 45.0 + 50

95.0

500

I need to decide between two paths in Python. Do I use a...

IF statement

500

 a place into which data can be entered, in which it can be held, and from which it can be retrieved at a later time.

Storage

500

When coding, sometimes you need to write a description of what your code does in plain language. What is that called?


pseudocode

M
e
n
u