Reference Language test questions

1

As part of the examination, it is necessary to be able to do what with standard reference language?

2

What are the terms AND, OR and NOT examples of?

3

The following construct is an example of reference language for which form of loop?

WHILE score \[\leq\] 0 OR score \[\geq\] 50 DO SEND "The score you entered is not valid. Please try again." TO DISPLAY RECEIVE score FROM KEYBOARDEND WHILE

4

Which of the following is an example of concatenation when using reference language?

5

Explain the purpose of 'counter' within the following reference language example.

FOR counter FROM 0 TO 9 DO

6

Which of the following states the names of the three functions that are defined as part of Reference Language?

7

Which of the following is not a use for elision?

8

The square brackets shown beside the variable 'TopScore' indicate use of which of the following?

TopScore []