What does LAN stand for?
Local Area Network
what is the data type of variable likes_movies ?
likes_movies = True
boolean
What is a Syntax error?
mistakes in your code
what is a user?
a person for whom a hardware or software product is designed.
the main reason for the study of computer science is _________.
to learn problem-solving skills.
I am a datatype that allows decimal places. I am a...
Float
what is the data type of variable cost_per_slice ?
cost_per_slice = 17.50
Float
In Python the 'print' function does what?
prints an output to your screen
what is a server?
computers that exist only to provide things to others.
what is the study of computers and computational systems?
Computer Science
What does CPU stand for?
Central Processing Unit
what is the data type of variable score ?
birthday = 5/20
Float
Can you spot the error in the code: print ("Hello World!)
speech marks missing ( " ).
software that communicates with the hardware and allows other programs to run is....
Operating System
a loop within a loop, an inner loop within the body of an outer loop.
Nested Loop
IP stands for?
Internet Protocol
what is the name of the variable?
favorite_word = "False"
favorite_word
what is the data type of variable num_of_slices ?
num_of_slices = 2
Interger
The _____________ phase of the software life cycle is also called the coding phase.
Implementation
a type of application software, often designed to run on a mobile device, such as a smartphone or tablet computer.
app
what is a loop that never ends called?
Infinite Loop
what is the value of the variable?
adding = 45.0 + 50
95.0
I need to decide between two paths in Python. Do I use a...
IF statement
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
When coding, sometimes you need to write a description of what your code does in plain language. What is that called?
pseudocode