Module 2 Flashcards

1
Q

Logical groupings of program methods to organize a program

A

Modules

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

Programming language statements in a program before they are compiled into the code that is actually used by the computer

A

Source Code

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

One or more projects grouped together to form a program

A

Solution

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

Words which are reserved by Visual Basic which cannot be used as variable names as they are definitions used by VB

A

Keyword

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

Used to allow the user to view source files

A

Solution Explorer

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

Graphical User Interface

A

GUI

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

Used to declare a variable which will be used in the program Identified by the keyword Dim

A

Declaration

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

Assist in improving the readability of the code

A

Comment

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

Integrated Development Environment

A

IDE

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

File which ends in .vb and contains the programmer-readable code

A

VB file

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

Contains the Microsoft Intermediate Language (MSIL) which is used by the computer to run the program. Ends with .exe.

A

Executable

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

The set of instructions which allows computers to process data

A

Computer Program

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

The group of files which make up a program

A

Project

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

Beginner’s All-purpose Symbolic Instruction Code

A

BASIC

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

Two types are subroutines and functions which are used to perform a common task

A

Methods

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