Delphi Revision Part 2

Delphi Revision Part 2

8th - 10th Grade

7 Qs

quiz-placeholder

Similar activities

11-27 Data Types in Java

11-27 Data Types in Java

8th Grade - University

8 Qs

CS Edexcel Unit 6 Part 2 - Data Types, Casting and Arithmetic

CS Edexcel Unit 6 Part 2 - Data Types, Casting and Arithmetic

9th - 10th Grade

7 Qs

String Methods

String Methods

9th - 12th Grade

10 Qs

J277 - 10QQ - Basic Python 1

J277 - 10QQ - Basic Python 1

8th - 10th Grade

10 Qs

Jenis Data

Jenis Data

7th - 12th Grade

10 Qs

APCSP CodeHS Python

APCSP CodeHS Python

10th - 12th Grade

12 Qs

CodeHS Fundamentals of CS Unit 8

CodeHS Fundamentals of CS Unit 8

10th - 12th Grade

12 Qs

Python Basics: Operators and Variables

Python Basics: Operators and Variables

10th 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