wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Delphi Basics 2

Total questions: 10

Worksheet time: 9mins

Name
Class
Date
1.

This is a ...

a)

Edit Box

b)

Radio Button

c)

Spin Edit Box

d)

Text Box

2.

DIV is a division operator that returns the data types ...

(a)  

3.

RichEdit (redOut.Lines.Add) returns which data type?

(a)  

4.

When outputting an Integer to the user and a RichEdit is used (redOut.Lines.Add()), which typcasting function is used?

(a)  

5.

What is 43 MOD 5?

(a)  

6.

What is 38 DIV 5

(a)  

7.

A global variable is declared at the top of the program, under ...

(a)  

8.

Initialising a variable means giving the variable a data type?

a)

True

b)

False

9.

In order to use built-in functions, such as RandomRange, the ... library is added under uses

(a)  

10.

The value of iNum2 will be in the range ... to ...

(a)