5. Implementing Software Solutions Flashcards

1
Q

What are relational operators?

A

Operators which compare values to make a decision.
E.g., <, >, ==, != etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly