Exam 1: Introduction to Visual Basic 2017 Programming
Exam 1: Introduction to Visual Basic 2017 Programming103 Questions
Exam 2: Program and Graphical User Interface Design103 Questions
Exam 3: Program Design and Coding103 Questions
Exam 4: Variables and Arithmetic Operations103 Questions
Exam 5: Decision Structures103 Questions
Exam 6: Loop Structures103 Questions
Exam 7: Using Procedures and Exception Handling103 Questions
Exam 8: Using Arrays and File Handling103 Questions
Exam 9: Creating Web Applications103 Questions
Exam 10: Incorporating Databases With Adonet103 Questions
Exam 11: Multiple Classes and Inheritance103 Questions
Select questions type
Define syntax and explain its significance.
Free
(Essay)
4.8/5
(30)
Correct Answer:
Each program statement causes the computer to perform one or more operations. When written, these instructions must conform to the rules of the Visual Basic 2017 language. Coding a program is a precise skill. The developer must follow the syntax, or programming rules, of the programming language precisely. Even a single coding error can cause a program to execute improperly. Therefore, the developer must pay strict attention to coding an error-free program.
An object acts as a general template and a class is a specific item generated based on the object template.
Free
(True/False)
4.8/5
(38)
Correct Answer:
False
Data is said to be ____ if it remains available after the computer power is turned off.
Free
(Multiple Choice)
4.8/5
(34)
Correct Answer:
A
A programming language is a set of words and symbols that can be interpreted by special computer software to create instructions that can be executed by a computer.
(True/False)
4.8/5
(41)
A computer program can perform addition, subtraction, multiplication, and division operations on numeric data.
(True/False)
4.8/5
(41)
Utmost among the benefits offered by MSIL and CLR is that a program written using Visual Studio 2017and compiled into MSIL can be executed on any computer using any operating system, as long as .NET Framework is available on the computer.
(True/False)
4.9/5
(35)
The ____ contains the .NET components that you can use to develop the GUI for a program.
(Multiple Choice)
4.9/5
(39)
Computers can compare numbers, letters of the alphabet, and special characters.
(True/False)
4.8/5
(33)
Identify the letter of the choice that best matches the phrase or definition.
Correct Answer:
Premises:
Responses:
(Matching)
4.7/5
(37)
A _______ consists of a window containing a variety of objects that can be displayed on various devices.
(Multiple Choice)
4.9/5
(44)
When an object has been created from a class, we say that a(n) _______________ of the class has been created.
(Short Answer)
4.9/5
(31)
The ____ reads the MSIL code and causes the instructions within the program to be executed.
(Multiple Choice)
4.8/5
(37)
The ____ contains a list of commands that allow you to create, edit, save, print, test, and run a Visual Basic program.
(Multiple Choice)
4.9/5
(30)
A class acts as a general template from which a(n) ____________________ can be created.
(Short Answer)
4.8/5
(36)
A ____ is a collection of data organized in a manner that allows access, retrieval, and use of that data.
(Multiple Choice)
4.8/5
(42)
The Solution Explorer contains the item you are currently developing.
(True/False)
4.9/5
(35)
The ____ provides tools and processes developers can use to produce and run programs.
(Multiple Choice)
4.8/5
(32)
Showing 1 - 20 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)