Delphi Revision Part 1

Delphi Revision Part 1

9th - 10th Grade

6 Qs

quiz-placeholder

Similar activities

MODULE 3 Q4 ASSESSMENT

MODULE 3 Q4 ASSESSMENT

10th Grade

10 Qs

BGCSE Keyboarding Letter Review

BGCSE Keyboarding Letter Review

10th - 11th Grade

8 Qs

CS Python Fundamentals Unit 4 Quiz Review

CS Python Fundamentals Unit 4 Quiz Review

9th - 12th Grade

10 Qs

PTI QUIZ 1

PTI QUIZ 1

2nd Grade - Professional Development

10 Qs

Introduction to Arrays

Introduction to Arrays

KG - University

10 Qs

Unity_Prototype_1_Quiz

Unity_Prototype_1_Quiz

9th - 12th Grade

10 Qs

Do Now 8/28/24

Do Now 8/28/24

9th Grade

10 Qs

Arrays and ArrayLists in Java

Arrays and ArrayLists in Java

10th Grade

11 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