Impact of Computing
Data
Computer Systems & Networks
Binary
Creative Development
100

Algorithms reflecting societal bias, such as facial recognition misidentifying minorities.

What is bias in computing?

100

Data about the data

What is Metadata?

100

What does IP stand for in networking?

What is Internet Protocol 

100

Convert the binary number 1010 to decimal.

10

100

Identifying the problem or need

What is the first step in the software development process?

200

Increased access to education and information because of the world wide web.

What is one positive global impact of the internet?

200

A type of compression that removes data

What is lossy compression?

200

What system translates human-readable URLs into IP addresses?

What is DNS (Domain Name System)

200

How many bits are in one byte?

8

200

Repeating the design-test-debug cycle to improve a program

What is "iterative development"?

300

Unequal access to technology and the internet.

What is the "digital divide"?

300

To isolate relevant information or remove unwanted data (create a subset) from a dataset

What is data filtering?

300

It is the protocol used to transfer web pages.

What is HTTP?

300

What character is represented by the ASCII code 01000001?

capital A

300

Diverse perspectives lead to better solutions and fewer errors

What is a benefit of collaboration?

400

Preventing misuse of personal data and protecting individual rights.

What is data privacy?

400

To remove errors, inconsistencies, or irrelevant data for accurate results in a dataset.

What is data cleaning?

400

The ability to continue operating even if part of the system fails.

What is fault tolerance in a computer network?

400

What happens when you exceed the maximum number a binary system can represent?

An overflow error occurs.

400

Lines unread by the compiler, used to explain code to programmers 

What are comments in code?

500

AI models can amplify bias, but not on purpose.

What are unintended consequences?

500

A chart shows a sharp spike in website searches about dogs. Why?

A viral event, media coverage, or bot traffic. 


500

Chunks of data traveling across the internet that follow different routes to the destination and are reassembled. 

What are packets

500

How many different values can be represented with 5 bits?

32

500

Reduced complexity, hiding the details, making code easier to understand or reuse

What is abstraction?