Delphi Loops

Delphi Loops

10th Grade

7 Qs

quiz-placeholder

Similar activities

Delphi Arguments/Returns

Delphi Arguments/Returns

8th - 10th Grade

10 Qs

Pseudocode WHILE Loops

Pseudocode WHILE Loops

10th - 12th Grade

10 Qs

While Loop

While Loop

9th - 12th Grade

12 Qs

Pseudocode Revision

Pseudocode Revision

10th Grade

8 Qs

Java while loops

Java while loops

10th - 12th Grade

10 Qs

Evaluarea expresiilor tipul boolean clasa10

Evaluarea expresiilor tipul boolean clasa10

10th Grade

11 Qs

GCSE Computer Science Paper 2: Topic 2.1

GCSE Computer Science Paper 2: Topic 2.1

10th Grade

11 Qs

Java Arrays Quiz Review

Java Arrays Quiz Review

9th - 10th Grade

10 Qs

Delphi Loops

Delphi Loops

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Bibi Moola

Used 2+ times

FREE Resource

7 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 10 pts

The range of a For Loop handles two data types, which are ...

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

You may use functions/operators for the boundaries/range of the For Loop if they produce integer/char results

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

This is allowed inside of a For Loop?

Allowed

Not Allowed

4.

FILL IN THE BLANK QUESTION

2 mins • 5 pts

Media Image

Consider the incomplete code. In order to intialise iCount on line 3, iCount := ...

5.

FILL IN THE BLANK QUESTION

1 min • 5 pts

Media Image

Complete the range of the For Loop in line 4

6.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Media Image

The correct completion of line 5 is ...

if sSent[iCount] in ['A', 'E', 'I', 'O', 'U'] then

if sSent in ['A', 'E', 'I', 'O', 'U'] then

if sSent[k] in ['A', 'E', 'I', 'O', 'U'] then

if sSent[k] = ['A', 'E', 'I', 'O', 'U'] then

7.

FILL IN THE BLANK QUESTION

1 min • 5 pts

Media Image

Complete line 6 which increments the counter