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

Простые типы данных в С++

Простые типы данных в С++

10th Grade

10 Qs

Java Programming Basics

Java Programming Basics

9th - 12th Grade

12 Qs

Loops

Loops

9th - 12th Grade

10 Qs

UAS Praktikum: Logika dan Algoritma Pemrograman

UAS Praktikum: Logika dan Algoritma Pemrograman

1st Grade - University

10 Qs

CodeHS 2.2 Variables and Types

CodeHS 2.2 Variables and Types

9th - 12th Grade

8 Qs

Unit 7

Unit 7

9th - 12th Grade

8 Qs

String Method

String Method

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