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

A

Objects

20
Q

Objects are also called?

A

Controls

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.

A

Property

22
Q

Specifies whether an object’s border appears flat or with a 3D look.

A

Appearance

23
Q

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).

A

Align or Alignment

24
Q

Specifies the background color of the control.

A

BackColor

24
Q

Specifies the background color of the control.

A

BackColor

24
Q

Specifies the background color of the control.

A

BackColor

25
Q

Generally, specifies whether or not a control has a border. For the Form itself, the type of border can be specified.

A

BorderStyle

26
Q

The string of text that is to be displayed in the control.

A

Caption or Text

27
Q

Determines whether or not he control can respond to user-generated event.

A

Enabled

28
Q

For controls displaying text, specifies the font (name, style, size, etc.) to be applied to the displayed text.

A

Font

29
Q

For controls displaying text, specifies the font (name, style, size, etc.) to be applied to the displayed text.

A

ForeColor

30
Q

Specifies the height of the control. The default unit is the twip, which is 1/1440 of an inch.

A

Height

31
Q

Specifies the element number of a control if the control is a member of a control array.

A

Index

32
Q

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.

A

Left

33
Q

The string value used to refer to the control in code.

A

Name

34
Q

Specifies the graphic to be displayed in the control.

A

Picture

35
Q

Specifies the tab order of a control within its parent form.

A

Table Index

36
Q

Specifies whether or not the user can use the Tab key to give focus to the control.

A

TabStop

37
Q

String containing extra data associated with the control.

A

Tag

38
Q

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.

A

ToolTip

39
Q

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.

A

Top

40
Q

Specifies whether the control is visible or hidden

A

Visible

41
Q

Specifies the width of the control. The default unit is the twip, which is 1/1440 f an inch.

A

Width

42
Q

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.

A

MsgBox

43
Q

Also takes other parameters to specify things such as what buttons to display and what caption to use.

A

MsgBox

44
Q

What is the code that you use to encode on a text box or a command button.

A

MsgBox (“_____”)

45
Q

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.

A

Stand Alone Program

46
Q

Stand Alone Program is also known as a?

A

Independent

47
Q

Events are what happen in and around your program.

A

written in code editor

48
Q

It is when a user clicks a button, many events occur:
The mouse button is pressed, the Command Button in your program is clicked….

A

Events

49
Q

It occurs when you double-click a control in the VB environment.

A

Event