• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/22

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

22 Cards in this Set

  • Front
  • Back
Binary
A way of representing information using only two options. The basic building block. 0’s and 1’s
Bug
An error in a program that prevents the program from running as expected.
Code
One or more commands or algorithm(s) designed to be carried out by a computer.
Command
An instruction for the computer. Many commands put together make up algorithms and computer programs.
Computer Science
A field in which people use the power of computers to solve big problems
Data
Quantities, characters, or symbols that are the inputs and outputs of computer programs.Debugging
Debugging
Finding and fixing errors in programs.
Digital Citizen
Someone who acts safely, responsibly, and respectfully online.
Event
An action that causes something to happen.
Algorithm
A list of steps to finish a task. A set of instructions that can be performed with or without a computer. For example, the collection of steps to make a peanut butter and jelly sandwich is an algorithm.
Function
A piece of code that you can easily call over and over again. Functions are sometimes called ‘procedures.’
IP Address
A number assigned to any item that is connected to the Internet.
Iteration
A repetitive action or command typically created with programming loops.
Loop
The action of doing something over and over again.
Program
An algorithm that has been coded into something that can be run by a machine.
Run Program
Cause the computer to execute the commands you've written in your program.
Servers
Computers that exist only to provide things to others.
Toolbox
The tall grey bar in the middle section of Code.org's online learning system where all the commands you can use to write your program are displayed.
URL (universal resource locator)
An easy-to-remember address for calling a web page (like www.code.org).
Variable
A placeholder for a piece of information that can change.
Wi-Fi
A wireless method of sending information using radio waves.
Workspace
The white area on the right side of Code.org's online learning system where you drag and drop commands to build your program.