Exam 3: Introduction to Visual Basic Programming

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Arithmetic expressions in Visual Basic must be written in straight-line form.

(True/False)
4.9/5
(30)

A directs a user to take a specific action.

(Multiple Choice)
4.9/5
(37)

Data types already defined in Visual Basic,such as String and Integer,are known as .

(Multiple Choice)
4.7/5
(30)

What does IntelliSense help you do?

(Multiple Choice)
4.9/5
(39)

An assignment statement is evaluated left-side first.

(True/False)
4.7/5
(33)

Visual Basic is case sensitive;therefore,an identifier named Pencil is not the same as one named pencil.

(True/False)
4.9/5
(37)

All variables must be declared with a name and a data type before they can be used in a program.

(True/False)
4.9/5
(34)

Set a Label's _________ property to Fixed3D to give the Label a three-dimensional appearance.

(Multiple Choice)
4.8/5
(47)

Which of the following is not true about GUIs?

(Multiple Choice)
4.8/5
(33)

A Form's _________ event occurs just before the Form is displayed on the screen,typically as a result of executing the program.

(Multiple Choice)
4.8/5
(36)

Which operator performs string concatenation?

(Multiple Choice)
4.8/5
(32)

The + is the string concatenation operator in Visual Basic.

(True/False)
4.8/5
(36)

The statement allows a program to make a decision based on the truth or falsity of some condition.

(Multiple Choice)
4.9/5
(27)

The .exe file extension indicates that the file is _________.

(Multiple Choice)
4.8/5
(35)

Binary operators require two operands.

(True/False)
4.8/5
(24)

When the user interacts with a GUI component,the interaction,known as a(n)_________,causes the program to perform a task by "calling" a method.

(Multiple Choice)
4.8/5
(34)

You can change a control's variable name by selecting the control and modifying its _________ property.

(Multiple Choice)
4.9/5
(38)

Syntax errors are indicated only when you compile a program.

(True/False)
4.7/5
(34)

A Textbox's _________ property can be used to change the text that's displayed in a Textbox.

(Multiple Choice)
4.8/5
(37)

Whenever a value is placed in a memory location,the previous value is saved so that it can be restored later.

(True/False)
4.7/5
(35)
Showing 21 - 40 of 41
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)