Chapter 1- Intro to Delphi Flashcards

1
Q

Component

A

Particular type of object that can be placed on screen which can perform interactive actions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Computer Program

A

Series of instructions written in a language understood by the computer. Tells it exactly what to do

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Event

A

Special property linked to code (event handlers) which is executes whenever a particular action occurs. The action can be detected by a program. This includes actions performed by a user (eg clicking mouse button) or system occurrences (eg reporting an error when division by 0 operation made)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Event handler

A

Code that is linked to a component’s event and which is executed when the event is triggered

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

IDE

A

Integrated Development Environment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Method

A

Pre-written code associated with an object that performs a specific task. Used to describe object’s behaviour

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Object

A

A structure that has been previously defined and that is used when developing a program. Each type of object had specific features and can perform specific tasks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

OI

A

Object Inspector: Window on the IDE which displays the properties and events of component

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

OOP

A

Object Oriented Programming

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Programming language

A

The tool or language programmers use to write computer programs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Properties of a component

A

Properties describe what the component will look like (its characteristics), such as the Caption, Width, Height and Color

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

RAD tool

A

Rapid Application Development tool

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Syntax error

A

Error that occurs when rules of the programming language not followed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

*Class

A

Defines an Object (properties and events?)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly