Convert 1010 to decimal.
What is 10
The data type of "spicyCheeto"
What is a string
A continuous form of information that represents the original
What is analog
___ distinct numbers can be represented with 9 bits
What is 512
Bundling commands into one code segment, for example a function, for making programs easier to write and manage is _______________.
What is (procedural) abstraction
A compression type that is used when fidelity is more important than time or data storage
What is lossless compression
What is the first decimal value that would cause an overflow error in a 1 byte system?
What is 256
The variables defined in a named function/procedure.
What are parameters
A problem with algorithms that occurs when values are underrepresented in a dataset
What is algorithmic bias
A protocol that is used to reassemble packets when speed of data transmission is more important than fidelity. For example, in online gaming or video chats.
What is the User Datagram Protocol (UDP.)
What Boolean value does the statement 3+2 != 5 evaluate to?
What is "false"
Dimensions, fills, position, and borders are all examples of the __________ of variables.
What are properties
Christine uploads a hilarious video on a popular social media site. In less than a week, the video has 999,978 views. Christine checks the next day and, to her disappointment, the video has a total of 3 views. What data error could explain this sad, sad story?
What is overflow
Convert the decimal value 100 to binary
1100100
Assuming that forward tells a robot to move forward by 10 pixels and turn tells it to turn right by 90 degrees, this shape would be drawn by the following algorithm. forward forward turn forward turn forward forward turn forward turn
What is a rectangle
A unique number that identifies devices that send and receive information on the internet
What is an IP address