A base 10 number with ten possible different digits
What is a Decimal Number
The unique number assigned to each device on the internet
What is a IP Address
This term is used for the small part of a message that also contains information about where it came from and where it is going.
What is a Packet
An ordered collection of elements?
What is a List
Data about data
What is Metadata?
A base 2 number with two possible different digits
What is a Binary Number
A protocol for sending data across the internet that assigns unique numbers to each connected device
What is an Internet Protocol (IP)
What is the name of the cyber attack in which the attack prevents authorized users from accessing a system.
What is Denial of Service
(DoS)
A common method for referencing the elements in a list or string using numbers?
What is an Index?
Data that changes discreetly through a finite set of possible values
What is Digital Data
Error from attempting to represent a number that is too large
or
- Choose a team that will lose 300 points.
What is an Overflow Error
A type of computer that forwards data across a network
What is a Router
When multiple paths exist between two point, the system is....
- If you get this right, deduct 100 points from any other team.
What is Fault Tolerant
A condition is checked, then a block of code is repeated as long as the Boolean condition remains true. Once the condition is false, the program stops.
What is a While Loop?
Data with values that change continuously, or smoothly, over time
What is Analog Data
Error from attempting to represent a number that is too precise. The value is rounded.
Represent the decimal number below in binary and you will get +200
2.25
What is a Round-off Error
10.01
The inclusion of extra components so that a system can continue to work even if individual components fail, for example by having more than one path between any two connected devices in a network
What is Redundancy
Convert the binary string to decimal form:
11011011
What is 219
A repetitive portion of an algorithm which repeats a specified number of times or until a given condition is met.
What is Iteration?
A process for creating a digital representation of analog data by measuring the analog data at regular intervals
What is Sampling
A process for reducing the number of bits needed to represent something without losing any information. The process is reversible.
What is Lossless Compression
A process that allows a system to continue to function even in the event of individual component failures. This is important because elements of complex systems like a computer network fail at unexpected times, often in groups
What is Faut Tolerant
Convert the binary number to decimal form:
1010 12012
What is not a binary number
A condition is checked, then the program runs until that condition is met. The Initial value, condition and update is on the same line.
What is a For Loop?
A system of rules that govern the behavior of some system.
What are Protocols
A process for reducing the number of bits needed to represent something in which some information is lost or thrown away. This process is not reversible.
What is Lossy Compression
Bonus (+100): Give an example of a lossy compression
Data added to packets to help route them through the network and reassemble the original message
What is Packet Metadata
How much of the AP exam's weight is the multiple choice section?
Bonus: +200
70%
Occurs when the ending condition never changes; it always stays "TRUE" or "FALSE" and causes the program to run ineffectively.
What is an Infinite Loop?
Random facts collected for analysis.
What is Data
A group of computing devices and programs working together for a common purpose
Or
Sing a song to get the points
What is a Computing System
A protocol for sending packets that does error-checking to ensure all packets are received and properly ordered
What is Transmission Control Protocol (TCP)
How much time is given to complete the AP exam's performance task?
Bonus: +100
At least 9 hours.
The process of accessing each item in a list one at a time.
What is Traversal?
A group of functions (procedures) that may be used in creating new programs.
What is a Library
A group of interconnected computing devices capable of sending or receiving data
Lucky you!! You get to choose another question if you don't know the answer
What is a Computing Network
The HTTPS & DNS protocols rely on which internet layer
Or
20 push-ups
What is TCP/IP
A legal right that grants the creator of an original work exclusive rights for its use and distribution.
What is Copyright
A named group of programming instructions. Also referred to as a “procedure”.
What is a Function?
The names of the two people who invented the internet
Who Bob Kahn & Vint Cerf
A machine that can run a program, including computers, tablets, servers, routers, and smart sensors
What is a Computing Device
The system responsible for translating domain names like example.com into IP addresses
Answer the question below as well to get extra 100 P
The difference between GET & POST requests
What is The Domain Name System (DNS)
A general representation of something -- of some person or place or event or process; Extracts common features from specific examples in order to generalize concepts.
Words, symbols, maps, and models are all examples.
If answered correctly: You can steal 100 points from another team
What is Abstraction
Affects the sequential flow of control by executing different statements based on the value of a Boolean expression
What is a Conditional Statement.
The maximum rate of data transfer across a given path.
What is Bandwidth
The series of connections between computing devices on a network starting with a sender and ending with a receiver
What is a Path
A protocol for computers to request and share the pages that make up the world wide web on the Internet
What is Hypertext Transfer Protocol (HTTP)
The concept that revolves around differing access to computing devices and the Internet, based on geographic, or demographic characteristics
Propose one solution to reduce the ------------ and get 100 points
What is Digital Divide
Two way conditional.
What is an if - else statement?
A collection of public copyright licenses that enable the free distribution of an otherwise copyrighted work, used when an author wants to give people the right to share, use, and build upon a work that they have created.
What are Creative Commons