Chapter 1 - Problem Solving Flashcards
(7 cards)
1
Q
What is unambiguous
A
That the instruction cannot be misunderstood
2
Q
What is sequence
A
An ordered set of instructions
3
Q
What is algorithm
A
A precise method for solving a problem
4
Q
What is pseudo code
A
A structred code-like language that can be used to describe
5
Q
What is variable
A
A container used to store data
6
Q
What is a relational operator
A
An operator that compares two values
7
Q
What is logical operator
A
A Boolean operator using AND, or and NOT