A string is surrounded by?
What is " "
what operator would you use to assign a value to a variable?
What is =
all the physical components of a computer
a sequence of characters surrounded by quotes
What is string
data that humans sense in the real world (like sound or temperature
what is analog data
Which of the following is a integer?
*123
*1.23
*"123"
*"1"
what is 123
you enclose variables in an f-string with this
What is curly brackets{}
the programs and applications that tell the hardware what to do
What is Software
technology that simulates human intelligence processes by machines
What is AI
data that computers can store and use, like numbers or bits.
what is digital data
this code command that converts a string to an integer?
int()
A group of eight bits.
What is a Byte
a screen used to output information to the user
what is a monitor
a named storage for data in a program
what is variable
Numbers based on powers of two, also known as binary numbering system
what is base 2 system
the code command that prompts the user for input?
input()
A group of four bits.
What is a Nibble
used to do basic operations in a computing system like open apps, run the graphics, and everything else..
what is a operating system
what is another name for the binary numbering system
What is base-2
A number that includes a decimal point, e.g.,
8.0
what is floating point number
the code command to display output to the screen?
print()
A program designed to simulate conversation with human users.
Chatbot
information that can be used or processed
Data
a formatted string allowing easy variable inclusion within text
What is f-string
Any letter, number, or symbol.
What is a character