Delphi Revision Part 2

Delphi Revision Part 2

8th - 10th Grade

7 Qs

quiz-placeholder

Similar activities

Variables in Python

Variables in Python

8th Grade

8 Qs

Python Boolean and If

Python Boolean and If

9th - 12th Grade

10 Qs

Delphi Basics 2

Delphi Basics 2

8th - 10th Grade

10 Qs

Understanding Python Variables and Data Types

Understanding Python Variables and Data Types

9th Grade

8 Qs

1.3 Basic Concatenation

1.3 Basic Concatenation

9th Grade

10 Qs

Python Quiz

Python Quiz

9th Grade - Professional Development

10 Qs

Xcode and Playgrounds

Xcode and Playgrounds

9th - 11th Grade

9 Qs

J277 Programming - Data Types

J277 Programming - Data Types

9th - 11th Grade

11 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