code.org

Website:https://code.org/
Upvotes received1
Downvotes received1
Karma:-1 (upvotes-downvotes)



0 earned Badges

No badges were found



Definitions (46)

1

1 Thumbs up   0 Thumbs down

abstraction


Pulling out specific differences to make one solution work for multiple problems.
Source: code.org

2

0 Thumbs up   0 Thumbs down

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 algorith [..]
Source: code.org

3

0 Thumbs up   0 Thumbs down

binary


A way of representing information using only two options.
Source: code.org

4

0 Thumbs up   0 Thumbs down

block-based programming language


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, [..]
Source: code.org

5

0 Thumbs up   1 Thumbs down

blockly


The visual programming language used in Code.org's online learning system for K-5 students.
Source: code.org

6

0 Thumbs up   0 Thumbs down

bug


An error in a program that prevents the program from running as expected.
Source: code.org

7

0 Thumbs up   0 Thumbs down

call


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.
Source: code.org

8

0 Thumbs up   0 Thumbs down

code


One or more commands or algorithm(s) designed to be carried out by a computer. See also: program
Source: code.org

9

0 Thumbs up   0 Thumbs down

command


An instruction for the computer. Many commands put together make up algorithms and computer programs.
Source: code.org

10

0 Thumbs up   0 Thumbs down

computational thinking


Mental processes and strategies that include: decomposition, pattern matching, abstraction, algorithms (decomposing problems into smaller, more manageable problems, finding repeating patterns, abstrac [..]
Source: code.org


To view all 46 definitions, please sign in.