Assigning a code to something to make it do a certain action.
What is coding?
A category of things, that can be possibly related/might have similar traits; action performed when inserting characters from a keyboard to a computer or different types of technology.
What is a type, Type, or typing?
Features of a programming language, which do different actions depending on whether a certain interaction is performed.
What is a condition?
A set of single bits that express specific conditions within a computer.
What is a conditional Code
A fault or error in code.
What is a bug?
A value that can change, depending on conditions or on information moved to the program.
What is a variable?
Control flow statement that allows code to be performed repeatedly.
What is a While loop?
A value that is passed into a function.
What is a parameter?
When a coder finds and eliminates bugs in a code.
What is debug or debugging?
something arranged in a specific order.
What is a sequence?
Procedures that lets the computer solve an issue.
What is algorithm?
A notation similar to a simplified programming language, used in program design
What is a pseudo code?
An instruction given by the coder to do something.
What is a command?
A data structure consisting of a collection of elements.
What is an array?
A special symbol or word which connects two or more phrases of information.
What is a logical operation?
Something that can have binary possible values
What is a Boolean?
A section that is named and does a task in coding
What is a function?
An indicator, sign or measure.
What is an index?
The assignment of an initial value for a data object aka. a variable
What is initialization?