security and other computing basics Flashcards
What is a variable?
A name for a storage.
What is a sequence?
The order in which instructions are executed.
What is a condition?
Something that determines if something else is true or false.
What is a selection?
Something that involves making a decision based on a condition, leading to different pathways.
What is an iteration?
A loop.
What is an assignment?
When you give a value to a variable.
What is a Modularisation?
When you break a program down into smaller pieces.
What is the symbol for addition used in JavaScript?
+
What is the symbol for subtraction used in JavaScript?
-
What is the symbol for multiplication used in JavaScript?
*
What is the symbol for division used in JavaScript?
/
What is the symbol for finding the remainder used in JavaScript?
%
What is the symbol that is used for start/end in a flowchart?
Oval
What is the symbol that is used for input/output in a flowchart?
Parallelogram
What is the symbol that is used for Process in a flowchart?
Square