Section 1

Preview this deck

Binary

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (12)

Section 1

(12 cards)

Binary

Front

A way of representing information using only two options. Usually represented as 0's and 1's

Back

Code

Front

One or more commands or algorithm(s) designed to be carried out by a computer. The actual created text or blocks of the program

Back

Algorithms

Front

A set of instructions

Back

Debugging

Front

Finding and fixing errors in computer programs

Back

Computer program

Front

A collection of instructions (algorithms) that performs a specific task when executed by a computer

Back

programming language

Front

A high level language that has a unique set of keywords and a special syntax for organizing program instructions

Back

Input

Front

Data to be entered into a computer for processing (commands or info that you type in).

Back

Bug

Front

An error in a program that prevents the program from running as expected

Back

Text-based programming language

Front

A programming language that requires the programmer to actually write text to code. Ex. "move up" or "move down" (upper end of coding)

Back

Problem solving

Front

A process of finding solutions to difficult or complex problems

Back

Output

Front

Anything that comes out of a computer

Back

Block-based programming language

Front

Any programming language that lets users create programs by manipulating "blocks" or graphical programing elements, rather than writing code using text. Examples include Code Studio, Scratch, Blockly, and Swift. (Sometimes called visual coding, drag and drop programming, or graphical programming blocks)

Back