Vocabulary
Claim/Evidence/Reasoning
Unit 1: Impacts of Computing
Unit 2: Computing Systems
Unit 3: Programming/Data
100

the language used by all computers expressed in zeroes and ones

binary

100

Where do you often find the claim in a CER paragraph?

the beginning

100

Give an example of crowdsourcing

GoFundMe, Waze (traffic app), bug reporting in an app or OS, AirBNB

100

the "brain" of a computer that directs the flow of information to and from other components

processor/CPU

100

sets of information that are so large they cannot be handled in standard programs like Google Sheets or Excel

big data

200

a human invention that uses computers or microprocessors

computing technology

200

a common word that indicates reasoning

because, so, since, therefore...

200

What is the practice of posing as a trustworthy source online in order to try and steal a person's information? 

phishing

200

the component that deals with long term storage of all system files in a computer

hard drive

200

The process of breaking down a task into smaller parts until each part is easily coded

decomposition (top-down)

300

the software that controls a computer

operating system

300

Which of the following is the clearest example of evidence? 

A) Mr. Hyden said, "You will pass this class!"

B) According to cNet.com, "Samsung phones outsold Apple phones by 40% last quarter." 

C) Batman is better than Superman.

B

300
Explain the most ethical, legal way to use images created by someone else on the internet.

Attribute the image, respect the copyright, search for copyright-free images

300

the category of symbols that are on a keyboard, not binary

ASCII

300

a set of ordered steps to be followed by a computer program

algorithm

400

a place in computer memory dedicated to contain a specific type of data that can change

variable

400

Which of the following is the best example of reasoning? 

A) I didn't get home on time, because I had to stay late and grade papers. 

B) It's because of you that I passed this class.

C) Because of their portability and affordability, Raspberry Pi minicomputers are the best option for teachers to use in their classrooms. 

C

400

List three ways to determine if a website is trustworthy.

HTTPS, check the URL (.com, .edu, .gov...), check for a privacy policy, find the most recent publishing date, find the company's contact information

400

What is the process of systematically trying different solutions, usually with a printed guide, to try and solve common issues with computing technology? 

troubleshooting

400

A type of code that directs the program what to do after a specific event takes place

event handler

500

hiding underlying details in order to focus on bigger ideas or functions

abstraction

500

True or false: a claim cannot be an opinion. Explain.

False. A claim is a statement or argument that is made with the intent to support it with evidence and reasoning.

500

When we think about the moral value of a piece of computing technology, we are talking about...<insert word(s) here>

ethics/ethical considerations

500

Which has greater abstraction: a fully zoomed in Google map, or a fully zoomed out Google map? Explain.

Answers will vary. 

Generally, fully zoomed in maps have more small details and less abstraction.

500

Two control structures we learned about help us create a program that makes decisions and that easily repeats lines of code. What are these two control structures?

conditional expressions and loops