Delphi Revision Part 2

Delphi Revision Part 2

8th - 10th Grade

7 Qs

quiz-placeholder

Similar activities

Python for Class 7

Python for Class 7

7th - 8th Grade

11 Qs

C# 11

C# 11

1st - 10th Grade

10 Qs

python

python

9th - 12th Grade

10 Qs

J277 Programming - Data Types

J277 Programming - Data Types

9th - 11th Grade

11 Qs

String Handling in Java

String Handling in Java

10th Grade

8 Qs

Символьные величины 9 класс

Символьные величины 9 класс

9th Grade

10 Qs

Variables in Python

Variables in Python

8th Grade

8 Qs

ASK Tingkatan 2 Berlian: Jenis Data

ASK Tingkatan 2 Berlian: Jenis Data

8th Grade

10 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