Exam 1: Introduction to Visual Basic 2017 Programming

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

Define syntax and explain its significance.

Free
(Essay)
4.8/5
(30)
Correct Answer:
Verified

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:
Verified

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:
Verified

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)

Which item is a processing device?

(Multiple Choice)
4.8/5
(37)

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)

In which order do most programs follow these general steps?

(Multiple Choice)
4.8/5
(38)

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.
Provides tools and processes developers can use to process and run programs
syntax
Provides the tools for a program to examine data that was retrieved from a database
.NET Framework 4.6.2
The usage rules of a programming language
ADO.NET
Correct Answer:
Verified
Premises:
Responses:
Provides tools and processes developers can use to process and run programs
syntax
Provides the tools for a program to examine data that was retrieved from a database
.NET Framework 4.6.2
The usage rules of a programming language
ADO.NET
A multipurpose language similar to Visual Basic and C#
event-driven
The kind of computer program that communicates interactively with the user through a graphical user interface
RAM
Where data must be placed in order to be processed
persistent
The physical equipment associated with a computer
Visual F#
Kind of data that remains available even after the computer is powered off
class library
The kind of operations used to compare two values
hardware
Available for all developers who need to use it
logical
(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)

Which item is an input device?

(Multiple Choice)
4.7/5
(32)

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
close modal

Filters

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