This is not a genuine computer language, it's a guide meant to be read and understood by people. It cannot be run by a computer.
What is Pseudocode?
A sequence of precise, step-by-step instructions that solve a problem or perform a computation.
What is an algorithm?
A grouping of code which performs a specific task.
What is a function?
The limit to using only two symbols to communicate.
What is no limit?
An agreed-upon set of rules that defines how data is transmitted between devices.
What is a protocol?
The output of the statement print(4%11)
What is 4?
Sequence, selection, and repetition are examples of this.
What are control structures?
An example of a programming library.
What is random, system, time, math,...?
Fractions that can be represented accurately in binary.
What is 1/2^n?
What a message is broken into when it is transmitted.
What is a packet?
The data type of the statement print(4 * 7 / 11 % 3)
What is a float?
The requirement for a binary search to run.
What is a sorted list?
A word that must be used in order to use a variable outside of the function within that function.
What is global?
The base of hexadecimal mod the base of binary.
What is 0?
What organization created the Internet?
What type of error occurs in the statement print("I am", 15 + " years old")
What is syntax error?
What is BREAK?
The reason cybercriminals target PII.
What is monetizable?
The most abstract of ASCII, Binary, and text.
The original name for the Internet.
What is ARPANET?
The output of the statement
print(not(not(0.1 + 0.2 == 0.3)) OR not(11 % 3 == 2))
What is an error?
The missing piece of text in the statement INSERT(listName, ___ , item)
What is index number?
The total number of Bitcoin that can be mined.
What is 21 million?
The maximum value that can be represented with 2 bytes, 3 bits.
What is 2^20 - 1?
One of the three main types of network protocols.
What is token ring, ethernet, or wifi?