Notation (BPMN) UPDATED ACTUAL
Exam Questions and CORRECT Answers
Algorithm - CORRECT ANSWER - A step-by-step set of instructions or a plan for solving
a problem or performing a task.
Assignment - CORRECT ANSWER - Giving a value to a variable.
Boolean - CORRECT ANSWER - A type of data that can be either true or false,
representing binary choices.
Codeblock - CORRECT ANSWER - A group of lines of code treated as a single unit. It's
often enclosed in curly braces {}.
Code (coding) - CORRECT ANSWER - Writing instructions in a programming language
to make a computer perform specific tasks.
Constant - CORRECT ANSWER - A value that doesn't change during the execution of a
program.
Conditions (selections) - CORRECT ANSWER - Making decisions in code, like 'if
something is true, do this; otherwise, do that.'
Equation - CORRECT ANSWER - A mathematical statement showing that two
expressions are equal.
Expression - CORRECT ANSWER - A combination of values, variables, and operators
that can be evaluated to produce a result.