Delphi Revision Part 2

Delphi Revision Part 2

8th - 10th Grade

7 Qs

quiz-placeholder

Similar activities

Python

Python

7th - 9th Grade

12 Qs

TUGAS 3-APKOM

TUGAS 3-APKOM

10th Grade - University

10 Qs

AP CSP Python Quiz 1

AP CSP Python Quiz 1

10th - 12th Grade

11 Qs

CodeHS Unit 8

CodeHS Unit 8

10th - 12th Grade

12 Qs

Basics of Programming

Basics of Programming

8th Grade

10 Qs

Basic Python and Console Interaction - Mod3

Basic Python and Console Interaction - Mod3

10th Grade

12 Qs

Python User Input Quiz

Python User Input Quiz

6th Grade - University

10 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

Delphi Revision Part 2

Delphi Revision Part 2

Assessment

Quiz

Computers

8th - 10th Grade

Hard

Created by

Bibi Moola

Used 3+ times

FREE Resource

7 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

To typecast a real to a string we use the typecasting function...

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The correct format of a case statement is

Media Image
Media Image
Media Image

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

To typecast an string to an integer we use the typecasting function...

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

If i want to find out how many characters the string sName contains, I use the ... function

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The ... function extracts characters from a string

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The correct arguments for the copy() function is

Copy(str, count, start char)

Copy(str, start char, count)

Copy(var, start char, count)

Copy(start char, count, str)

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The length() function returns an integer. If I were to store the length of a string in an integer variable, would I need to typecast the string first?

Media Image
Media Image
Media Image