Doing something on the internet, usually and again, to make another personal feel angry, sad, or scared.
Back
Computers science
Front
Using the powers of computers to solve problems.
Back
Accessibility
Front
The design of products, devices, services, or environments taking into consideration the ability for all users to access, including people who experience disabilities or those who are limited by older or slower technology.
Back
Computational thinking
Front
Modifying a problem in such a way that it can be modeled or solved using a computers or machine. Strategies include: decomposition, pattern matching, abstraction, algorithms.
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
Abstraction
Front
a simplified representation of something more complex.
Back
Block-based programming language
Front
any programing language that lets users create programs by manipulating "blocks" or graphical programing elements.
Back
Conditionals
Front
Statements that only run under certain conditions.
Back
Bug
Front
An error in a program that prevents the program from running as expected.
Back
Algorithm
Front
a list of steps to finish a task.
Back
Binary alphabet
Front
The two options used in your binary code.
Back
Crowdsourcing
Front
Getting help from a large group of people to finish something faster.
Back
Blockly
Front
The visual programming language used in code. org's online learning system for K-5 students.
Back
Call (a variable)
Front
Use a variable in a program.
Back
Byte
Front
The most common fundamental unit of digital data eg. Kilobyte, Megabyte, etc. A single byte is 8 bits-worth of data.
Back
Click
Front
Press the mouse button.
Back
Command
Front
An instruction for the computers. Many commands put together make up algorithms and computers programs.
Back
Bit
Front
a contraction of "Binary Digit". A bit is the single unit of information in a computer, typically represented as a 0 or 1.
Back
Code
Front
The language that programmers create and use to tell a computer what to do.
Back
Binary
Front
A way of representing information using only two options.