Codes
variable/vocab
equipment
Binary
Vocabulary
100

A string is surrounded by? 

What is " "

100

what operator would you use to assign a value to a variable?

What is =

100

all the physical components of a computer 

What is hardware
100

a sequence of characters surrounded by quotes 

What is string 

100

data that humans sense in the real world (like sound or temperature

what is analog data 

200

Which of the following is a integer? 

*123

*1.23

*"123"

*"1"

what is 123

200

you enclose variables in an f-string with this

What is curly brackets{}

200

the programs and applications that tell the hardware what to do 

What is Software 

200

technology that simulates human intelligence processes by machines 

What is AI

200

data that computers can store and use, like numbers or bits.

what is digital data

300

this code command that converts a string to an integer?

int()

300

 A group of eight bits.

What is a Byte

300

a screen used to output information to the user 

what is a monitor 

300

a named storage for data in a program 

what is  variable 

300

Numbers based on powers of two, also known as binary numbering system

what is base 2 system 

400

the code command that prompts the user for input?

input()

400

 A group of four bits.

What is a Nibble

400

used to do basic operations in a computing system like open apps, run the graphics, and everything else.. 

what is a operating system 

400

what is another name for the binary numbering system 

What is base-2 

400

A number that includes a decimal point, e.g.,

8.0

what is floating point number 

500

the code command to display output to the screen?

print()

500

A program designed to simulate conversation with human users.

Chatbot 

500

information that can be used or processed

Data 

500

a formatted string allowing easy variable inclusion within text 

What is f-string 

500

Any letter, number, or symbol.

What is a character