Terms Flashcards

1
Q

represents the value that you pass to a procedure parameter when you call the procedure

A

Argument

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

Template for an object, it is used to create objects

A

Class

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

group of objects of the same type

a collection of like objects in the parent object (all children of the parent)

A

Collection

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

Action that takes place on the object that can run a marco
Objects response to something that occurs

A

Event

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

collection of code that does a calculation and returns the result of the calculation

A

Function

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

displays information resulting from debugging statements in your code or from commands typed directly into the window

A

Immediate Window

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

an action you perform with an object

A

Method

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

an excel entity (a person, place or thing). It is the basic building block of a macro

A

Object

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

all objects has a parent object. The hiearchy is the object genealogoy

A

Object Hierarchy

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

a block statement that is enclosed by a parcticular declaration statement and end declaration, a complete macro

A

procedure

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

basic language we will write our macros in

A

VBA

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

tool to write and edit vba code

A

VBA Editor

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

all the objects in a workbook along with any vba code you write in the VBA editor (top of the funnel)

A

VBA Project

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

like a folder where you save and store your code, no limit on count

A

Module

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

are collections of codes that carry out an action

A

Subroutine

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

one complete instruction (usually one line of code)

A

statement

17
Q

Attributes that describe and object (about)

A

Property

18
Q

specific values that are stored in a computer memory or storage system

A

Variables