Section 1

Preview this deck

Crowdsourcing

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 (14)

Section 1

(14 cards)

Crowdsourcing

Front

Getting help from a large group of people to finish something faster.

Back

Abstraction

Front

Pulling out specific differences to make one solution work for multiple problems

Back

Blockly

Front

The visual programming language used in Code.org's online system

Back

Bug

Front

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

Back

Binary

Front

A way of representing information using only two options

Back

Call (a function)

Front

This is the piece of code that you add to a program to indicate that the program should run the code inside a function at a certain time

Back

Code

Front

One or more commands or algorithms designed to be carried out by a computer

Back

Data

Front

Information. Often, quantities, characters, or symbols that are the inputs and outputs of computer programs.

Back

Computer science

Front

Using the power of computers to solve problems

Back

Conditionals

Front

Statements that only run under certain conditions or situations.

Back

Computational thinking

Front

Mental processes and strategies that include: pattern matching, abstraction, algorithms ( decomposing problems into smaller, more manageable problems, finding repeating patterns, abstracting specific differences to make one solution work for multiple problems, and creating step-by-step algorithms).

Back

Command

Front

An instruction for the computer. Many commands put together make up algorithms and computer programs

Back

Algorithm

Front

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.

Back

Debugging

Front

Finding and fixing errors in programs.

Back