TO CODING
debugging - Correct answer~ removing errors in the code that cause it to behave
unexpectedly or not run at all.
logic error - Correct answer~ occurs when there is a design flaw in your program.
syntax error - Correct answer~ represent errors in the grammar of the programming
language.
runtime error - Correct answer~ occur when a program with no syntax errors asks
the computer to do something the computer is unable to do
program - Correct answer~ a set of instructions given to a computer
code - Correct answer~ program written in a specific language
binary code - Correct answer~ the language that computers use to communicate; it is how
they send, receive, and store information.
algorithm - Correct answer~ a list of steps to complete a task.
sequence - Correct answer~ a set of steps that follow one another in order.
decomposition - Correct answer~ breaking a problem into smaller parts.
high-level code - Correct answer~ is more beneficial for the user, it does take more time for
the computer to understand it, which slows down the return of output, allows for more
creativity and its language makes it easier to detect problems within the code.