Lesson 1: Visual Basic Programming Flashcards

1
Q

It is an event-driven language and environment from Microsoft.

A

Visual Basic

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

It provides a graphical user interface which allows programmers to modify code by simply dragging and dropping objects and defining their behavior and appearance.

A

Visual Basic

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

He is best known as the “Father of Visual Basic”.

A

Alan Cooper

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

The _____ design for creating the user interface is derived from a prototype form generator developed by Alan Cooper and his company.

A

drag and drop

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

A prototype form generator developed by Alan Cooper and his company.

A

Tripod

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

Microsoft contracted with Cooper to develop Tripod into a programmable form system for ___.

A

Windows 3.0

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

Year 1991, 1992, 1993 of VB Development

A

Visual Basic 1.0, Visual Basic 2.0, Visual Basic 3.0

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

Year 1996, 1997, 1998 of VB Development

A

Visual Basic 4.0, Visual Basic, 5.0, Visual Basic 6.0

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

Year 2002, 2003, 2005 of VB Development

A

Visual Basic 7.0, Visual Basic 7.1, Visual Basic 8.0

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

Year 2008 and 2010 of VB Development

A

Visual Basic 9.0, Visual Basic 10.0

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

It is a development tool that you can use to build software applications that perform useful work and look great within a variety of settings.

A

Visual Basic 2008

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

Here you can create applications for the Windows operating system, the Web, hand-held devices, and a host of other environments and settings.

A

Visual Basic 2008

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

What is the VB Three-Step Approach?

A
  1. Design the appearance of the application.
  2. Assign property settings to the objects of the program.
  3. Write the code to direct the specific tasks at runtime.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

It contains a set of links, MSDN articles, and project options. A comprehensive source of information about your project, as well as resources within the VB development community.

A

Start Page

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

It contains controls and other component that can be placed on the form designer.

A

Toolbox

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

It is the design space that contains objects or controls (button, labels, etc.) you create for application.

A

Designer Window

17
Q

It provides you with a way to navigate through your program’s structure, with entries for each form, module, and class, along with supporting files such as the application configuration file.

A

Solution Explorer Window

18
Q

It describes the properties or characteristics of the form and other controls.

A

Properties Window

19
Q

It will be populated with any potential issues with the code and form design of your application. Issues can be compile or runtime errors that need to be addressed.

A

Error/Task List Window