AP Pseudocode
Errors
Python
Societal Internet Use
Digital Systems
100

What is a drafting language that is read by humans not computers?

AP Pseudocode
100

What error occurs when the program tries to store or calculate a number that exceeds the allowed memory or data range?

Overflow Error

100

What are the two outputs of a boolean value?

True and False

100

What is a word for community members contributing to a online shared database to help a universities research project?

Crowdsourcing

100

What three colors make up the pixels in graphics?

Red, Green, Blue

200

What is AP Pseudocode's equalivalent for python's defining a variable?

Lefthand arrow <--

200

What error occurs when the program fails to run because it violates the rules of the programming language?

Syntax Error

200

What is used in python to concationate two items with adding a space between them?

A comma

200

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

200

What method of compression reduces file sizes without sacrificing any original information?

Lossless compression

300

Does AP Pseudocode have comments? (True/False)

False

300

What error occurs when the program runs without crashing but produces an incorrect or unexpected result?

Logic Error

300

What is the output of 1 % 12 in python?

1

300

What is a word for information about an individual that can be used to uniquely idenitfy them?

PII (Personally Identifiable Information)

300

How many bits make up 1 byte?

8

400
When two DISPLAY staments are written on different lines, how is the difference between the two outputs shown?

Spaces between the outputs

400

What error occurs when the program uses the correct syntax but the instructions do not mean what the programmer intended?

Semantic Error

400

What symbol is used in a procedure when there is a variable amount of arguments?

An asterisk

400

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

400

What is the binary number 10010 in decimal?

18

500

In AP Pseudocode, is RANDOM(a, b) inclusive, exclusive, or a mix between them?

Fully Inclusive
500

What error occurs when the program crashes or stops while running due to an unexpected situation, such as dividing by 0?

Runtime Error

500

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.

500

What is a word for the participation of volunteers from the public in a scientific research project? (not crowdsourcing)

Citizen Science

500

Convert Hexadecimal to decimal EF10

2576