Filters
Question type

Study Flashcards

A variable __.


A) performs various operations on data
B) is a set of programming statements to perform a specific task
C) is a storage location in memory represented by a name
D) is a key element of the graphical user interface

Correct Answer

verifed

verified

The Auto Hide feature .


A) enables the programmer to hide a control on a form
B) permanently removes the toolbox from the Visual Basic environment
C) hides the controls on a form until the programmer changes the status
D) causes a window to display as a tab along the edge of Visual Studio

Correct Answer

verifed

verified

A word that has a specific meaning in a programming language is called ____.


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

Correct Answer

verifed

verified

All of the following are major hardware components of a typical computer system except _.


A) Main Memory
B) CPU
C) Operating System
D) secondary storage

Correct Answer

verifed

verified

C

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


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

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

Application software refers to programs that _.


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

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

Which of the following is NOT a Visual Basic control?


A) Form
B) TextBox
C) Algorithm
D) Label

Correct Answer

verifed

verified

Flowcharts are used to .


A) determine the controls required for a program
B) describe the programs input and output
C) graphically depict the flow of a method
D) check for syntax errors

Correct Answer

verifed

verified

The part of a program that users see and work with is known as the __.


A) algorithm
B) properties
C) methods
D) user interface

Correct Answer

verifed

verified

When creating a Visual Basic desktop application, the last thing you will do is __.


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

Correct Answer

verifed

verified

Control names may begin with a letter or a number.

Correct Answer

verifed

verified

False

Which of the following is an example of a control?


A) Form
B) TextBox
C) Button
D) all of the above

Correct Answer

verifed

verified

How do you display a ToolTip?


A) single-click a button on the toolbar
B) double-click a button on the toolbar
C) hold the mouse pointer over a toolbar button for a few seconds
D) tab to the button on the toolbar so that it has the focus

Correct Answer

verifed

verified

C

Why is it necessary to run a program using test data for input?


A) To be sure that there are no syntax errors in the program.
B) To verify that programming language elements are used correctly.
C) To verify the application produces correct results.
D) To see if the flowchart is correct.

Correct Answer

verifed

verified

Microsoft Visual Basic is an object-oriented programming language.

Correct Answer

verifed

verified

How would you display the Designer window if it is not visible in your project?


A) Press Shift+F9 on the keyboard
B) Click the Designer option on the VIEW menu
C) Press Ctrl+Alt+D on the keyboard
D) Click View Designer on the EDIT menu

Correct Answer

verifed

verified

You can think of ___as the computer's work area.


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

Correct Answer

verifed

verified

Pseudocode is a combination of programming language and machine code.

Correct Answer

verifed

verified

Showing 1 - 20 of 40

Related Exams

Show Answer