A
B
C
D
E
100
gives a name to a procedure. People can then use the procedure without worrying about the finer grain details.
What is Abstraction
100
A prioritized list of features or user stories to add to a program
What is Backlog
100
Any single typeset unit, including uppercase and lowercase letters, digits, punctuation marks, letters with accent marks, tabs and carriage returns
What are Characters
100
can be generated by sensors like thermometers, cameras, microphones, and keyboards and collected in storage. uses creative ways to see patterns in data and using mathematics to describe those patterns.
What is Data Collection and Analysis
100
computing include changes in the numbers types, and wages of jobs, and changes in the amount, type, and cost of services, goods, and materials produced
What is Economic Impact
200
helps increases or maintains the capabilities of a person with a disability
What is Adaptive technology
200
written using only two values: zero and one.
What is Binary
200
Parts of an interface
What are Components
200
A problem solving strategy of breaking a problem apart into smaller subproblems
What is Decomposition
200
To determine the result of an expression
What does it mean to Evaluate
300
has continuous values instead of jumping from one value to another value without passing through the values in between. Most physical information such as position, wind speed, light intensity, or sound pressure,
What is Analog
300
either True or False, include "and," "or," and "not."
What is the Boolean expression
300
Habits that help people solve problems with computers.
What is Computational Thinking
300
is a value that a variable will have if no action is taken by the user
What is Default Value
300
An action that triggers an event handler to be executed, such as user input or a timer's alarm
What is a Event
400
The values that a program provides to a function.
What are Arguments
400
the energy difference per electron between two locations.
what is Voltage
400
Computing helps people create sound, movies, 2D media such as screen images or paper art, 3D media including computer-controlled subtractive art (milling) or additive art (3D printing), user interface design, user experience design
What is Creative expression
400
has discrete values with gaps between the values, can be exactly represented using a binary representation, can be duplicated exactly, without loss in quality, can be transmitted error-free.
What is Digital Information
400
A part of a program that runs when an event occurs
What is a Event handler
500
When two parties exchange information so that they trust that each other is who they say they are
What is Authentication
500
agreements among all team members typically spell out that all team members will provide input and provide protocols for communication, work together, and conflict resolution.
what are Team Norms
500
To tack together two strings of characters, making one longer string
What is Concatenate
500
The contrast between two groups’ access to computing resources and the Internet on the basis of race, wealth, or national boundaries
What is Digital Divide
500
A variable that can be used anywhere in a program, unlike a local variable, which can only be used in one portion of a program.
What is Global variable