What is a drafting language that is read by humans not computers?
What error occurs when the program tries to store or calculate a number that exceeds the allowed memory or data range?
Overflow Error
What are the two outputs of a boolean value?
True and False
What is a word for community members contributing to a online shared database to help a universities research project?
Crowdsourcing
What three colors make up the pixels in graphics?
Red, Green, Blue
What is AP Pseudocode's equalivalent for python's defining a variable?
Lefthand arrow <--
What error occurs when the program fails to run because it violates the rules of the programming language?
Syntax Error
What is used in python to concationate two items with adding a space between them?
A comma
A school replaces their paper textbooks with online-only materials. Suppose 15% of the student body doesn't have reliable internet access at home. This is related to the idea of...
Digital Divide
What method of compression reduces file sizes without sacrificing any original information?
Lossless compression
Does AP Pseudocode have comments? (True/False)
False
What error occurs when the program runs without crashing but produces an incorrect or unexpected result?
Logic Error
What is the output of 1 % 12 in python?
1
What is a word for information about an individual that can be used to uniquely idenitfy them?
PII (Personally Identifiable Information)
How many bits make up 1 byte?
8
Spaces between the outputs
What error occurs when the program uses the correct syntax but the instructions do not mean what the programmer intended?
Semantic Error
What symbol is used in a procedure when there is a variable amount of arguments?
An asterisk
What is a word that is an alternative to copyright that allows people to declare how they want their artistic creations to be used, shared, and remixed?
Creative Commons
What is the binary number 10010 in decimal?
18
In AP Pseudocode, is RANDOM(a, b) inclusive, exclusive, or a mix between them?
What error occurs when the program crashes or stops while running due to an unexpected situation, such as dividing by 0?
Runtime Error
Is randrange(a, b) inclusive, exclusive, or a mix of both?
It is a mix of both, the first number is included but the last number is excluded.
What is a word for the participation of volunteers from the public in a scientific research project? (not crowdsourcing)
Citizen Science
Convert Hexadecimal to decimal EF10
2576