Building and operating digital systems.
Answer five questions about Computing and get instant feedback.
Question 1
A measurable detail about an example, like height, word count, or pixel brightness
Answer options
- Feature
- Training example
- Model parameter
- Class label
Key Idea
Good models often work best after feature engineering, where you transform raw measurements into more useful ones, like turning timestamps into day-of-week or scaling pixel values for consistency.
Question 2
What moves data from where it is created to where it is used?
Answer options
- A data pipeline
- A data warehouse
- A database table
- An API gateway
Key Idea
Many data pipelines do more than move data, they also clean it, convert formats, and check quality on the way, like turning raw app clicks into a daily report.
Question 3
Anything that could cause harm to an information system
Answer options
- Threat
- Asset
- Control
- Vulnerability
Key Idea
Threats can be human or non-human: a hacker, a careless employee, malware, or even a power outage, and they matter most when they can actually exploit a weakness.
Question 4
A data model makes some questions easy to express and makes others awkward.
Answer options
Key Idea
Picking a model is a trade-off: relational tables make joins and ad-hoc queries easy, while graph models make multi-hop relationship queries natural but can make aggregations feel clunky.
Question 5
This image question appears in the interactive quiz.
Answer options
- Data pipeline
- Transaction
- Database
- Metadata
Key Idea
Data pipelines turn raw inputs into usable data through repeated movement, cleaning, and transformation.