Java Games: Flashcards, matching, concentration, and word search.

16. Intro to Coding

AB
Programa set of instructions for a computer to follow
Binary CodeThe language that computers use to communicate; it consists of ones and zeros.
CodingWriting a program in a specific language
DecompositionBreaking a problem into smaller parts
AlgorithmA list of steps to complete a task
sequencea set of steps that follow one another in order
low-level codeA programming language that is designed to be easy for a computer to execute; also called machine language.
high-level codeA programming language like Python that is designed to be easy for humans to read and write.
CompilingThe process where source code is converted to binary code that the computer understands.
InterpretingThe process where source code is used to perform actions without first compiling it into binary code.
DebuggingFinding and fixing problems in code
syntax errorAn error that results when an instruction does not follow the syntax rules or grammar of the programming language.
logic errorAn error in the algorithm used to solve a problem.
runtime errorAn error that occurs when the program is run and the computer cannot do what it asks, such as dividing by zero.



This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities