COMPUTER Q2 Flashcards

1
Q

What is one of the most important things to consider in programming Visual basic?

A

to create executable code – Exe files

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

It is a collection of files that make up your application to create.

A

Project

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
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
4
Q

It is the important part of visual basic where you put
together your application. The place where you’ll spend much of your time when you’re creating application. Also called integrated.

A

Visual Basic environment/ Workspace

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

What are the six windows that appears when you start a project in VB 6?

A

visual basic start-up
menu bar
toolbox
project explorer
properties window
object browser

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
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
7
Q

Has drop-down menus from which you control the operation of the Visual basic environment. Gives you access to many features within the development environment.

A

Menu Bar

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

has buttons that provide shortcuts to some of the menu options. It is a bar that runs horizontally across an application window.

A

toolbar

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

three dots in the right side: close, ______ and ________.

A

open, and minimize

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
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
11
Q

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
12
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
13
Q

The options on the ___________ 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
14
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
15
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
16
Q

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

A

Form Window

17
Q

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

18
Q

lists all the properties of the object that is currently selected and gives you the opportunity to modify them.

A

Properties window

19
Q

It shows how a given from will be displayed when the program runs. You can drag a form to the place on the screen where you want it to appear during execution and you can also compare the relative sizes and positions of two or more forms.

A

Form Layout Window

20
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) from the project window.

A

Project Window