Exam 1: Introduction to Visual Basic 2010

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

Assignment statements work from left to right,assigning the value on the left side of the equal sign to the property named on the right side of the equal sign.

(True/False)
4.9/5
(37)

Which of the following are coding conventions required by the textbook?

(Multiple Choice)
4.7/5
(40)

The .resx file is a text file that defines all resources used by the form including any graphics that are displayed on the form.

(True/False)
5.0/5
(34)

A .vb file is a text file that can be opened with any text editor and it holds the code procedures that you write.

(True/False)
4.8/5
(38)

Visual Basic provides AutoCorrect,which is a handy way to fix _______.

(Multiple Choice)
4.8/5
(39)

Remarks,or comments,that programmers add to their code in order to make the program more readable and understandable,_______.

(Multiple Choice)
4.8/5
(27)

Remark statements are not executable code.

(True/False)
4.8/5
(33)

Each Visual Basic project contains a text file that defines all resources used by the form.This file has a _______ extension.

(Multiple Choice)
4.8/5
(37)

What is the code used to display the words "Visual Basic" in a label named TitleLabel?

(Multiple Choice)
4.8/5
(40)

Where does the text recommend that you code the programmer's name and remarks defining the purpose of a project?

(Multiple Choice)
4.8/5
(42)

The Visual Studio IDE will automatically create a new folder for each new project.

(True/False)
4.9/5
(38)

After the steps for planning a Visual Basic project are competed,you can begin actually constructing a program by _______.

(Multiple Choice)
4.9/5
(34)

If a line of code is not considered "executable",it must be _______.

(Multiple Choice)
4.8/5
(42)

Use the code,_______,to end a program.

(Multiple Choice)
4.9/5
(37)
Showing 41 - 54 of 54
close modal

Filters

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