
AP CSP REVIEW
Quiz by Neil Lucchetti
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
104 questions
Show answers
- Q1a problem solving approach (algorithm) to find a satisfactory solution where finding an optimal or exact solution is impractical or impossibleHeuristic30s
- Q2a data compression algorithm that allows the original data to be perfectly reconstructed from the compressed data.Lossless Compression30s
- Q3A type of data used for graphics or picturesImage30s
- Q4is data that describes other data. For example, a digital image my include metadata that describe the size of the image, number of colors, or resolution.Metadata30s
- Q5short for "picture element" it is the fundamental unit of a digital image, typically a tiny square or dot which contains a single point of color of a larger imagePixel30s
- Q6the RGB color model uses varying intensities of (R)ed, (G)reen, and (B)lue light are added together in to reproduce a broad array of colors.RGB30s
- Q7a data compression method that uses inexact approximations, discarding some data to represent the content. Most commonly seen in image formats like .jpg.Lossy Compression30s
- Q8Pulling out specific differences to make one solution work for multiple problemsAbstraction30s
- Q9a computation in which rows from a data set are grouped together and used to compute a single value of more significant meaning or measurement. Common aggregations include: Average, Count, Sum, Max, Median, etc.Aggregation30s
- Q10in most spreadsheet software it is the name of the tool used to create summary tables.Pivot Table30s
- Q11a table that shows the results of aggregations performed on data from a larger data set, hence a "summary" of larger data. Spreadsheet software typically calls them "pivot tables"Summary Table30s
- Q12A novel or improved idea, device, product, etc, or the development thereof.Innovation30s
- Q13A way of representing information using only two options.Binary30s
- Q14A contraction of "Binary Digit". A bit is the single unit of information in a computer, typically represented as a 0 or 1.Bit30s
- Q15Transmission capacity measure by bit rateBandwidth30s