5. Implementing Software Solutions Flashcards
1
Q
What are relational operators?
A
Operators which compare values to make a decision.
E.g., <, >, ==, != etc.
2
Q
Characteristics of a railroad diagram?
A
- Left to right
- Follow tracks that could be used by a train
- Single entry and exit points
- Can be linked to subroutines
3
Q
Elements of an EBNF statement?
A
=: is defined as
{}: repeatable elements which may be optional
[]: optional elements
(): grouped elements
<>: language element which are predefined
|: βorβ