Delphi Revision Part 1

Delphi Revision Part 1

9th - 10th Grade

6 Qs

quiz-placeholder

Similar activities

Flowchart

Flowchart

1st - 9th Grade

10 Qs

How the Internet Works

How the Internet Works

7th - 12th Grade

10 Qs

TAHS Y9 - Python and copyright review

TAHS Y9 - Python and copyright review

9th Grade

10 Qs

Reviewer for 3rd quarter summative in computer 10

Reviewer for 3rd quarter summative in computer 10

10th Grade

10 Qs

Grade 9 ICT

Grade 9 ICT

9th Grade

10 Qs

KS4 Linux

KS4 Linux

10th Grade

10 Qs

Spring MVC

Spring MVC

10th Grade

10 Qs

Anime

Anime

KG - University

10 Qs

Delphi Revision Part 1

Delphi Revision Part 1

Assessment

Quiz

Computers

9th - 10th Grade

Hard

Created by

Bibi Moola

Used 2+ times

FREE Resource

6 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

Media Image

There is an error with this declaration. Type only what is missing in code to correct the error

2.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

Media Image

You are trying to store the user input from the edit box, edtBox. Correct the error, type only what is missing.

3.

FILL IN THE BLANK QUESTION

3 mins • 1 pt

Media Image

You are trying to extract 3 letters from sName, starting with the 2nd letter. Complete the arguments of the Copy() function to allow you to do this.

4.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

Media Image

You want to display sShort on the RichEdit, redOut. Complete the code on how you would do this

5.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

Media Image

You want to store the length of sName into iLength. Which function would you use to do this?

6.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

Media Image

You want to display iLength on the RichEdit, redOut. Type how you would do this in code