COMP 10 Q2 EXAM Flashcards

1
Q

Visual basic is that the structure of VB is designed in a way that allows programmers to create executable code.

A

Exe Files

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

Also known as standard executable program, is used to create a standardize application that will run on any Microsoft Windows PC.

A

Standard EXE

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

Important part of visual basic where you put together your application. It is a Place where you’ll spend much of your time when you’re creating application. Also called integrated.

A

Visual environment/ Workspace

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

Indicates the project name, the current Visual Basic operating mode, and the current form.

A

Title bar

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

Has drop-down menus from which you control the operation of the Visual basic environment.

A

Menu bar

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

Has buttons that provide shortcuts to some of the menu options.

A

Toolbar

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

Bar that runs horizontally across an application window and contains either the name of the file or document you are viewing.

A

Title Bar

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

What are the three icons in the right side.

A

close, open and minimize

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

The line of the text that lies across the top of the Visual basic toolbar. Gives you access to many features within the development environment.

A

The Menu bar

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

Found in the Left side of the menus. You work with the actual files that make up your applications. You can create, open, print and save projects.

A

File Menu

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

It is next to file menu, you can perform the standard Clipboard Option such as cut, copy, paste. Redo and undo. You can use the “find” to search for text in the entire project.

A

Edit Menu

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

The heart of your project you can add or removed forms, code elements, user controls and property pages. Many of these menu options can be accessed by right-clicking the toolbox or project explorer.

A

Project Menu

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

The options on the format menu deal specifically with the size and placement of controls and form.

A

Format Menu

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

you can stop and start your applications, set watches and break points, and perform other tasks to help monitor your applications progress

A

Debug Option

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

You can control the whole visual basic environment from the menu bar but the toolbar gives you easy access to the menu bar commands that you frequently use.

A

Toolbar

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

Central to developing Visual Basic applications. It is where you draw your application.

A

Form Window

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

The first window you’ll become familiar with because it lets you visually create the user interface for your applications. contains the icons of all the basic controls that is, all the controls that are included in the visual basic development tools.

A

Toolbox Window

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

Lists all the properties of the object that is currently selected and gives you the opportunity to modify them. For instance, you can change the foreground and background colors of the form or the control that is currently selected. You can list properties in alphabetical order or group them in categories.

A

Properties Window

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

Show how a given from will be displayed when the program runs.

A

Form Layout Window

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

Displays a list of all forms and elements making up your application. You can also obtain a view of the Form or Code windows (window containing the actual basic coding

A

Project Window

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

Allows you to design your application’s user interface. Any applications can multiple forms, and you can open a number of form designers at Form window.

A

Form Designer Window

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

Controls visible in the Toolbox window when you launch the environment. It includes Label, Textbox and Command Button controls that are used in nearly every application

20
Q

Objects are also called?

21
Q

Attribute of an object that defines one of the object’s characteristics such as size, color, or screen location, or an aspect of its behavior, whether it is enabled or visible. To modify the characteristics of an object, change the values of its corresponding properties.

22
Specifies whether an object’s border appears flat or with a 3D look.
Appearance
23
For controls displaying text, it specifies whether text is left, center or right-aligned. For controls such as a PictureBox or Toolbar, it specifies how the control itself is aligned on the form (top, bottom, left, or right).
Align or Alignment
24
Specifies the background color of the control.
BackColor
24
Specifies the background color of the control.
BackColor
24
Specifies the background color of the control.
BackColor
25
Generally, specifies whether or not a control has a border. For the Form itself, the type of border can be specified.
BorderStyle
26
The string of text that is to be displayed in the control.
Caption or Text
27
Determines whether or not he control can respond to user-generated event.
Enabled
28
For controls displaying text, specifies the font (name, style, size, etc.) to be applied to the displayed text.
Font
29
For controls displaying text, specifies the font (name, style, size, etc.) to be applied to the displayed text.
ForeColor
30
Specifies the height of the control. The default unit is the twip, which is 1/1440 of an inch.
Height
31
Specifies the element number of a control if the control is a member of a control array.
Index
32
Specifies the distance between the internal left edge of a control and the left edge of its container. The default unit is the twip, which is 1/1440 of an inch.
Left
33
The string value used to refer to the control in code.
Name
34
Specifies the graphic to be displayed in the control.
Picture
35
Specifies the tab order of a control within its parent form.
Table Index
36
Specifies whether or not the user can use the Tab key to give focus to the control.
TabStop
37
String containing extra data associated with the control.
Tag
38
Specifies text to be displayed when the mouse is paused over the control whether or not the user can use the Tab key to give focus to the control.
ToolTip
39
Specifies the distance between the internal top edge of a control and the top edge of its container. The default unit is the twip, which is 1/1440 of an inch.
Top
40
Specifies whether the control is visible or hidden
Visible
41
Specifies the width of the control. The default unit is the twip, which is 1/1440 f an inch.
Width
42
is a built-in Visual Basic function that causes a message box to be displayed to the user. The first parameter this function takes is the text string you wish to have displayed.
MsgBox
43
Also takes other parameters to specify things such as what buttons to display and what caption to use.
MsgBox
44
What is the code that you use to encode on a text box or a command button.
MsgBox ("_____")
45
Is a computer program that does not load any external module, library function, or program and that was designed to boot with the bootstrap procedure of the target processor.
Stand Alone Program
46
Stand Alone Program is also known as a?
Independent
47
Events are what happen in and around your program.
written in code editor
48
It is when a user clicks a button, many events occur: The mouse button is pressed, the Command Button in your program is clicked....
Events
49
It occurs when you double-click a control in the VB environment.
Event