NEW
Font size
WorksheetsAP CSP Unit 1 Lessons 1 - 7 Vocabulary Test
Total questions: 10
Worksheet time: 5mins
What is a prototype?
a simplified representation of something more complex. Abstractions allow you to hide details to help you manage complexity, focus on relevant concepts, and reason about problems at a higher level.
A new or improved idea, device, product, etc, or the development thereof
American Standard Code for Information Interchange; the universally recognized raw text format that any computer can understand
A set of rules governing the exchange or transmission of data between devices.
A group of computers and servers that are connected to each other.
What is a innovation?
a simplified representation of something more complex. Abstractions allow you to hide details to help you manage complexity, focus on relevant concepts, and reason about problems at a higher level.
A new or improved idea, device, product, etc, or the development thereof
American Standard Code for Information Interchange; the universally recognized raw text format that any computer can understand
A set of rules governing the exchange or transmission of data between devices.
A group of computers and servers that are connected to each other.
What is ASCII?
a simplified representation of something more complex. Abstractions allow you to hide details to help you manage complexity, focus on relevant concepts, and reason about problems at a higher level.
A new or improved idea, device, product, etc, or the development thereof
American Standard Code for Information Interchange; the universally recognized raw text format that any computer can understand
A set of rules governing the exchange or transmission of data between devices.
A group of computers and servers that are connected to each other.
What is an abstraction?
a simplified representation of something more complex. Abstractions allow you to hide details to help you manage complexity, focus on relevant concepts, and reason about problems at a higher level.
A new or improved idea, device, product, etc, or the development thereof
American Standard Code for Information Interchange; the universally recognized raw text format that any computer can understand
A set of rules governing the exchange or transmission of data between devices.
A group of computers and servers that are connected to each other.
What is binary?
Transmission capacity measure by bit rate
The single unit of information in a computer, typically represented as a 0 or 1
The number of bits that are conveyed or processed per unit of time.
A way of representing information using only two options.
What is a bit?
Transmission capacity measure by bit rate
The single unit of information in a computer, typically represented as a 0 or 1
The number of bits that are conveyed or processed per unit of time.
A way of representing information using only two options.
What is a bit rate?
Transmission capacity measure by bit rate
The single unit of information in a computer, typically represented as a 0 or 1
The number of bits that are conveyed or processed per unit of time.
A way of representing information using only two options.
Time it takes for a bit to travel from its sender to its receiver.
What is latency?
Transmission capacity measure by bit rate
The single unit of information in a computer, typically represented as a 0 or 1
The number of bits that are conveyed or processed per unit of time.
A way of representing information using only two options.
Time it takes for a bit to travel from its sender to its receiver.
An online store uses 6-bit sequences to identify each unique item for sale. The store plans to increase the number of items it sells and is considering using 7-bit binary sequences. Which of the following best describes the result of using 7-bit sequences instead f 6-bit sequences?
2 more items can be uniquely identified
10 more items can be uniquely identified
2 times as many items can be uniquely identified
10 times as many items can be uniquely identified
A computer program uses 3 bits to represent integers. When the program adds the decimal (base 10) numbers 5 and 3, the results i 0. Which of the following is the best explanation for the result?
An overflow error occured.
A round-ff error occurred.
The result was affected by lossy data compression.
The results was approximated by a floating-point representation.
