Delphi Loops

Delphi Loops

10th Grade

7 Qs

quiz-placeholder

Similar activities

PENGGUNAAN TIPE DATA  PADA PROYEK  PENGEMBANGAN PERANGKAT  LUNAK

PENGGUNAAN TIPE DATA PADA PROYEK PENGEMBANGAN PERANGKAT LUNAK

10th Grade

10 Qs

BlueJ

BlueJ

10th Grade

10 Qs

Java Arrays Quiz Review

Java Arrays Quiz Review

9th - 10th Grade

10 Qs

Arduino Programming

Arduino Programming

7th - 12th Grade

12 Qs

Pseudocode 9.9.24

Pseudocode 9.9.24

10th Grade

11 Qs

Loops

Loops

9th - 12th Grade

10 Qs

Pseudocode Revision

Pseudocode Revision

10th Grade

8 Qs

GCSE Computer Science Paper 2: Topic 2.1

GCSE Computer Science Paper 2: Topic 2.1

10th Grade

11 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