Filters
Question type

Study Flashcards

The standard toolbar ___________________________.


A) allows the programmer to place controls on the form
B) contains buttons that execute frequently used commands
C) is difficult to use, since you must remember the commands
D) allows the programmer to create user defined controls

Correct Answer

verifed

verified

What is the purpose of the Toolbox window?


A) To create user defined methods.
B) To select controls and place them on a form
C) To select event procedures associated with a control
D) To select methods and place them on a form

Correct Answer

verifed

verified

A programming statement must refer to a control by its ______property.


A) Text
B) Identifier
C) Name
D) Form

Correct Answer

verifed

verified

The most common form of secondary storage is ________________.


A) a disk drive
B) the CPU
C) RAM
D) all of the above

Correct Answer

verifed

verified

Which of the following is an example of a binary number?


A) 324
B) 123
C) 101
D) 202

Correct Answer

verifed

verified

A control is an object that usually appears in a program's graphical user interface.

Correct Answer

verifed

verified

If you wish to display text which cannot be modified by the user, use the ____________.


A) TextBox control
B) Label control
C) Caption control
D) Name control

Correct Answer

verifed

verified

An object in Visual Basic ____________.


A) is also referred to as an event handler
B) is an attribute of a control
C) is an action performed by a method
D) contains data called properties

Correct Answer

verifed

verified

A word that has a specific, predefined meaning in a programming language is called ______________.


A) a keyword
B) an operator
C) a variable
D) a comment

Correct Answer

verifed

verified

Control names may begin with a letter or a number.

Correct Answer

verifed

verified

Which of the following adheres to the naming conventions for a text box control?


A) lblHoursWorked
B) txthoursworked
C) LBLhoursworked
D) txtHoursWorked

Correct Answer

verifed

verified

Which of the following are valid steps for developing a Visual Basic application?


A) Determine event handlers needed for each control.
B) Determine the controls needed.
C) Create a flowchart of the code.
D) all of the above

Correct Answer

verifed

verified

You can think of ________as the computer's working area, where variables are kept.


A) the CPU
B) main memory
C) secondary storage
D) the desktop

Correct Answer

verifed

verified

The purpose of an algorithm is to ____________.


A) analyze the nature of a problem
B) describe a set of steps to solve a problem
C) understand what a programming language does
D) list the elements needed for the user interface

Correct Answer

verifed

verified

Which of the following words bests fills in the blank in this sentence? It is useful to think of a running program as a combination of states and _________.


A) variables
B) transitions
C) calculations
D) pseudocode

Correct Answer

verifed

verified

The purpose of a compiler is to __________________.


A) Aid the programmer in commenting he/her code
B) Aid the programmer in developing GUIs.
C) Convert a program from a programming language to machine code
D) Assemble and package the documentation for an application

Correct Answer

verifed

verified

Properties determine the visual appearance of a control.

Correct Answer

verifed

verified

When creating a Visual Basic desktop application, the last task you must accomplish do is to ____________.


A) correct runtime errors
B) create the forms
C) write code for event procedures
D) correct syntax errors

Correct Answer

verifed

verified

Application software refers to programs that ___________.


A) manage a computer's hardware devices
B) manage a computer's input and output
C) performs diagnostic tests on secondary storage
D) make the computer useful to the user

Correct Answer

verifed

verified

In Visual Basic we work with objects, which have ________________.


A) programmer preference
B) projects and solutions
C) classes and actions
D) properties and methods

Correct Answer

verifed

verified

Showing 21 - 40 of 40

Related Exams

Show Answer