This language adds styling to a web page.
What is CSS?
Can be of type int, boolean, string, char, and others.
What is a variable?
A problem that can be solved by an algorithm for some instances but not all of them.
What is an undecidable problem?
College Board's word for an "Array"
Painted by Leonardo da Vinci, this iconic portrait showcases a woman with a mysterious and captivating smile.
What is the Mona Lisa?
This is the duplication of critical components or resources to ensure continued operation of a network in the event of failures
What is redundancy?
Allows for the repetition of a block of code
What is a loop
The longest amount of time an algorithm can take while still being considered "reasonable"
What is n2?
Another word for function
What is a procedure?
This Japanese dish is a type of fermented soybean.
What is natto?
This uses 128-bit addresses instead of 32-bit addresses to allow for a larger number of devices to connect to the internet.
What is IPV6
An abstraction that allows for the storage of many values
What is an array/list?
A way to search for an item in a list efficiently for large lists.
What is binary search?
College Board's term for a block of code that repeats for a number of times
Iteration
This inventor, known for his contributions to the development of alternating current electricity, engaged in a famous rivalry with Thomas Edison.
Who is Nicolas Tesla?
A protocol used to request and receive files, such as an HTML file, for web page.
What is HTTP?
Helps to organize code into meaningful blocks, can be reused by calling it.
What is a function/procedure?
Shifts letters by a certain number in order to encrypt it.
What is caesar cipher?
A written description of the function of a code segment, procedure, or program, and how it was developed.
What is documentation?
This is the term for when a solid turns directly into a gas.
What is sublimation?
A protocol for sending data over a network that does not check if all packets arrived successfully.
What is UDP
In the following piece of code, "guess" would be this. get_string("guess");
What is an argument
Allows two tasks to run at the same time.
Parallel Processing
Another word for conditional that refers to the use of an if statement.
What is selection?
The third planet orbiting the star Canopus in the novel Dune
What is Arrakis?