Deck 1: Introduction to Visual Basic 2012 Programming

Full screen (f)
exit full mode
Question
Which item in the accompanying figure is an input device?

A) 1
B) 2
C) 3
D) 4
Use Space or
up arrow
down arrow
to flip the card.
Question
Buttons for frequently used commands such as ____ are found on the Standard toolbar.

A) Open Project
B) Cut
C) Save
D) Paste
Question
Which item in the accompanying figure is a processing device?

A) 1
B) 2
C) 3
D) 5
Question
A computer is able to make decisions based on the results of ____ operations.

A) arithmetic
B) grouping
C) logical
D) sorting
Question
An application might allow data to be entered with a ____.

A) scanner
B) mouse
C) digital camera
D) video camera
Question
Most Visual Basic 2012 programs are ____ programs that communicate with the user through a graphical user interface (GUI).

A) GUI-based
B) indexed
C) event-driven
D) persistent
Question
Users employ GUI objects to ____.

A) select options
B) enter data
C) cause events to occur
D) all of the above
Question
As shown in the accompanying figure,a(n)____ consists of a window containing a variety of objects,that can be displayed on various devices. <strong>As shown in the accompanying figure,a(n)____ consists of a window containing a variety of objects,that can be displayed on various devices.  </strong> A) ROM B) GUI C) CPU D) ERD <div style=padding-top: 35px>

A) ROM
B) GUI
C) CPU
D) ERD
Question
Which item in the accompanying figure is a storage device? <strong>Which item in the accompanying figure is a storage device?  </strong> A) 1 B) 2 C) 3 D) 4 <div style=padding-top: 35px>

A) 1
B) 2
C) 3
D) 4
Question
Data is said to be ____ if it remains available after the computer power is turned off.

A) persistent
B) volatile
C) fragmented
D) temporary
Question
A ____ is an input device.

A) scanner
B) keyboard
C) digital camera
D) printer
Question
A database is a collection of data organized in a manner that allows ____ of that data.

A) scanning
B) retrieval
C) access
D) use
Question
As shown in the accompanying figure,____ the physical equipment associated with a computer. <strong>As shown in the accompanying figure,____ the physical equipment associated with a computer.  </strong> A) computer hardware is B) computer software is C) computer programs are D) computer cables are <div style=padding-top: 35px>

A) computer hardware is
B) computer software is
C) computer programs are
D) computer cables are
Question
It is the ability of a computer to perform ____ operations that separates it from other types of calculating devices.

A) arithmetic
B) input
C) logical
D) output
Question
In which order do most programs follow these general steps?

A) process data, accept input data, create output data
B) create output data, accept input data, process data
C) accept input data, process data, create output data
D) accept input data, create output data, process data
Question
Both the program and the data must be placed in the ____ of computers like the laptop shown in the accompanying figure in order for the computer to carry out the instructions in the program.

A) read only memory (ROM)
B) central processing unit (CPU)
C) CD-ROM
D) random access memory (RAM)
Question
A computer uses ____ operations to compare two values to see if they are equal to each other.

A) arithmetic
B) logical
C) grouping
D) sorting
Question
A ____ is an output device.

A) mouse
B) smartphone screen
C) keyboard
D) monitor
Question
Addition and subtraction are considered to be ____ operations performed by a computer.

A) input
B) comparing
C) arithmetic
D) output
Question
Tapping or clicking a button like the one labeled Reset Window in the accompanying figure when a Visual Basic program is running triggers a(n)____.

A) index
B) radical
C) baseline
D) event
Question
The ____ of a programming language is the set of usage rules for that language.

A) logic
B) semantics
C) syntax
D) GUI
Question
The ____ provides tools and processes developers can use to produce and run programs.

A) SQL Server Set
B)NET Framework
C) Java Toolkit
D) both A and B
Question
In the Visual Studio IDE,the ____ identifies the window or application open in the window.

A) title bar
B) menu bar
C) index bar
D) property
Question
A button or a text box are examples of objects,also called ____,that are part of the graphical user interface.

A) indices
B) classes
C) libraries
D) controls
Question
____ is a language that can be used in Visual Studio.

A) Fortran
B) Visual F#
C) Lisp
D) COBOL
Question
____ are the characteristics of objects in Visual Basic.

A) Methods
B) Function
C) Identifiers
D) Properties
Question
One of the most widely used programming languages in the world is ____.

A) Pascal
B) BASIC
C) Fortran
D) Visual Basic
Question
The ____ of Visual Studio 2012 contains buttons for commands that are frequently used,such as Open Project,Save,Cut,Copy,Paste,and Undo.

A) menu bar
B) Standard toolbar
C) Toolbox
D) Properties window
Question
The ____ contains a list of commands that allow you to create,edit,save,print,test,and run a Visual Basic program.

A) menu bar
B) toolbar
C) Toolbox
D) Properties window
Question
All of the following are major features of the .NET Framework 4.5 EXCEPT ____.

A) RAM
B) ADO.NET 4.5
C) the Common Language Runtime
D) ASP.NET 4.5
Question
The ____ contains the .NET components that you can use to develop the graphical user interface for a program.

A) menu bar
B) toolbar
C) Toolbox
D) Properties window
Question
A ____ is a collection of data organized in a manner that allows access,retrieval,and use of that data.

A) file
B) folder
C) program
D) database
Question
All of the following are Visual Studio Express 2012 products EXCEPT ____.

A) Express for Web
B) Express for iPhone
C) Express for Windows 8
D) Team Foundation Server Express
Question
A(n)____ is a set of services and tools that enable a developer to code,test,and implement a computer program or series of programs.

A) integrated development environment (IDE)
B) graphical user interface (GUI)
C) development studio
D) Microsoft Intermediate Language (MSIL)
Question
Each control that you use when developing the graphical user interface is created from a(n)____ in the .NET 4.5 Framework.

A) baseline
B) roster
C) index
D) class
Question
A ____ is an item that is a visible part of a graphical user interface.

A) property
B) control
C) class
D) library
Question
A class ____ is a collection of classes that can be made available for developers to use.

A) glossary
B) library
C) index
D) roster
Question
The characteristics of GUI controls such as buttons and text boxes can be set using the ____ window in the Visual Studio IDE.

A) Characteristics
B) Attributes
C) Properties
D) Values
Question
Each control has ____.

A) indices
B) properties
C) IDEs
D) tools
Question
The process of ____ is used to create an object from a class.

A) initialization
B) instantiation
C) objectification
D) classification
Question
Visual Basic 2012 is a programming language.
Question
A computer program can perform addition,subtraction,multiplication,and division operations on numeric data.
Question
A program can write data,but it cannot save data on disk.
Question
Tapping or clicking a button on a program screen causes an event to occur.
Question
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.
Question
Translating programming language statements into machine-executable instructions is accomplished by a process called program ____.

A) instantiation
B) compilation
C) factoring
D) indexing
Question
The process of using prebuilt classes to make application development faster,easier,and more reliable is called ____.

A) RAD
B) CAD
C) ARD
D) CLR
Question
The ____ reads the MSIL code and causes the program instructions to be executed.

A) CAD
B) RAD
C) CLR
D) ARD
Question
If you write a computer program,and want to execute the same program many times without rewriting it each time,you must save the program on disk.
Question
Computers can compare numbers,letters of the alphabet,and special characters.
Question
A logical operation can be used to determine if two values are equal,if one value is greater than the other,or if one value is less than the other.
Question
A graphical user interface (GUI)is a special device for communicating with a user.
Question
A Web application runs on a web server and produces ____ code that is downloaded to a client computer.

A) XML
B) SQL
C) HTML5
D) HTTP
Question
A set of prewritten classes called ____ allows you to access data stored in a database.

A) ADO.NET 4.5
B) ASP.NET 4.5
C) RAD
D) CLR
Question
In order for the computer to execute a program,both the program and the data must be placed in the computer's random access memory (RAM).
Question
A computer program on a mobile device or Windows 8 computer is also called an app.
Question
Many computer programs perform the following general steps: first accept input,then write output,and finally process the data,in that order.
Question
Both program instructions and the data to be processed must be stored in RAM.
Question
Computer hardware will perform its tasks automatically,regardless of whether a software program is running or not.
Question
Computer programs can be written in standard English.
Question
It is the ability of a computer to perform arithmetic operations that separates it from other types of calculating devices._________________________
Question
A(n)____________________ is a collection of organized data that can be accessed,retrieved,and used by a program.
Question
Program instructions and data must be placed in the computer's ____________________ to allow the computer to carry out the program instructions.
Question
Stored data is said to be ____________________ because it remains available even after the computer power is turned off.
Question
Operations,such as addition and subtraction,are called ____________________ operations.
Question
The use of MSIL and CLR offer multiple benefits that provide speed and flexibility for both the development and execution environments of a program.
Question
The usage rules of a programming language are called the ____________________ of the language.
Question
The .NET Framework 4.5 contains thousands of classes and many class libraries that can be used by Visual Basic developers.
Question
Almost all of the objects available in the .NET framework,such as buttons,text boxes,and picture boxes,are available in ASP.NET 4.5.
Question
Buttons for the .NET components used to develop the graphical user interface are found on the Standard toolbar.
Question
The Solution Explorer contains the item you are currently developing.
Question
ADO.NET 4.5 allows a program to examine data from a database,but does not permit the program to update data in a database.
Question
The set of instructions that directs a computer to perform tasks is called computer hardware._________________________
Question
After the compiling process is complete and a program is ready for execution,the MSIL reads the CLR in RAM in a form that allows the computer's CPU to execute the instructions in the program.
Question
The programming rules of a language are called its semantics._________________________
Question
The process of creating an object from a class template is called generation._________________________
Question
ADO.NET 4.5 is not part of the .NET Framework 4.5.
Question
Utmost among the benefits offered by MSIL and CLR is that a program written using Visual Studio 2012 and compiled into MSIL can be executed on any computer using any operating system,as long as .NET Framework 4.5 is available on the computer.
Question
An object acts as a general template and a class is a specific item generated based on the object template.
Question
C++ is a language that is derived from the programming language C._________________________
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/112
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 1: Introduction to Visual Basic 2012 Programming
1
Which item in the accompanying figure is an input device?

A) 1
B) 2
C) 3
D) 4
B
2
Buttons for frequently used commands such as ____ are found on the Standard toolbar.

A) Open Project
B) Cut
C) Save
D) Paste
A,B,C,D
3
Which item in the accompanying figure is a processing device?

A) 1
B) 2
C) 3
D) 5
D
4
A computer is able to make decisions based on the results of ____ operations.

A) arithmetic
B) grouping
C) logical
D) sorting
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
5
An application might allow data to be entered with a ____.

A) scanner
B) mouse
C) digital camera
D) video camera
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
6
Most Visual Basic 2012 programs are ____ programs that communicate with the user through a graphical user interface (GUI).

A) GUI-based
B) indexed
C) event-driven
D) persistent
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
7
Users employ GUI objects to ____.

A) select options
B) enter data
C) cause events to occur
D) all of the above
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
8
As shown in the accompanying figure,a(n)____ consists of a window containing a variety of objects,that can be displayed on various devices. <strong>As shown in the accompanying figure,a(n)____ consists of a window containing a variety of objects,that can be displayed on various devices.  </strong> A) ROM B) GUI C) CPU D) ERD

A) ROM
B) GUI
C) CPU
D) ERD
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
9
Which item in the accompanying figure is a storage device? <strong>Which item in the accompanying figure is a storage device?  </strong> A) 1 B) 2 C) 3 D) 4

A) 1
B) 2
C) 3
D) 4
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
10
Data is said to be ____ if it remains available after the computer power is turned off.

A) persistent
B) volatile
C) fragmented
D) temporary
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
11
A ____ is an input device.

A) scanner
B) keyboard
C) digital camera
D) printer
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
12
A database is a collection of data organized in a manner that allows ____ of that data.

A) scanning
B) retrieval
C) access
D) use
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
13
As shown in the accompanying figure,____ the physical equipment associated with a computer. <strong>As shown in the accompanying figure,____ the physical equipment associated with a computer.  </strong> A) computer hardware is B) computer software is C) computer programs are D) computer cables are

A) computer hardware is
B) computer software is
C) computer programs are
D) computer cables are
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
14
It is the ability of a computer to perform ____ operations that separates it from other types of calculating devices.

A) arithmetic
B) input
C) logical
D) output
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
15
In which order do most programs follow these general steps?

A) process data, accept input data, create output data
B) create output data, accept input data, process data
C) accept input data, process data, create output data
D) accept input data, create output data, process data
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
16
Both the program and the data must be placed in the ____ of computers like the laptop shown in the accompanying figure in order for the computer to carry out the instructions in the program.

A) read only memory (ROM)
B) central processing unit (CPU)
C) CD-ROM
D) random access memory (RAM)
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
17
A computer uses ____ operations to compare two values to see if they are equal to each other.

A) arithmetic
B) logical
C) grouping
D) sorting
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
18
A ____ is an output device.

A) mouse
B) smartphone screen
C) keyboard
D) monitor
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
19
Addition and subtraction are considered to be ____ operations performed by a computer.

A) input
B) comparing
C) arithmetic
D) output
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
20
Tapping or clicking a button like the one labeled Reset Window in the accompanying figure when a Visual Basic program is running triggers a(n)____.

A) index
B) radical
C) baseline
D) event
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
21
The ____ of a programming language is the set of usage rules for that language.

A) logic
B) semantics
C) syntax
D) GUI
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
22
The ____ provides tools and processes developers can use to produce and run programs.

A) SQL Server Set
B)NET Framework
C) Java Toolkit
D) both A and B
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
23
In the Visual Studio IDE,the ____ identifies the window or application open in the window.

A) title bar
B) menu bar
C) index bar
D) property
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
24
A button or a text box are examples of objects,also called ____,that are part of the graphical user interface.

A) indices
B) classes
C) libraries
D) controls
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
25
____ is a language that can be used in Visual Studio.

A) Fortran
B) Visual F#
C) Lisp
D) COBOL
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
26
____ are the characteristics of objects in Visual Basic.

A) Methods
B) Function
C) Identifiers
D) Properties
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
27
One of the most widely used programming languages in the world is ____.

A) Pascal
B) BASIC
C) Fortran
D) Visual Basic
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
28
The ____ of Visual Studio 2012 contains buttons for commands that are frequently used,such as Open Project,Save,Cut,Copy,Paste,and Undo.

A) menu bar
B) Standard toolbar
C) Toolbox
D) Properties window
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
29
The ____ contains a list of commands that allow you to create,edit,save,print,test,and run a Visual Basic program.

A) menu bar
B) toolbar
C) Toolbox
D) Properties window
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
30
All of the following are major features of the .NET Framework 4.5 EXCEPT ____.

A) RAM
B) ADO.NET 4.5
C) the Common Language Runtime
D) ASP.NET 4.5
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
31
The ____ contains the .NET components that you can use to develop the graphical user interface for a program.

A) menu bar
B) toolbar
C) Toolbox
D) Properties window
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
32
A ____ is a collection of data organized in a manner that allows access,retrieval,and use of that data.

A) file
B) folder
C) program
D) database
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
33
All of the following are Visual Studio Express 2012 products EXCEPT ____.

A) Express for Web
B) Express for iPhone
C) Express for Windows 8
D) Team Foundation Server Express
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
34
A(n)____ is a set of services and tools that enable a developer to code,test,and implement a computer program or series of programs.

A) integrated development environment (IDE)
B) graphical user interface (GUI)
C) development studio
D) Microsoft Intermediate Language (MSIL)
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
35
Each control that you use when developing the graphical user interface is created from a(n)____ in the .NET 4.5 Framework.

A) baseline
B) roster
C) index
D) class
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
36
A ____ is an item that is a visible part of a graphical user interface.

A) property
B) control
C) class
D) library
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
37
A class ____ is a collection of classes that can be made available for developers to use.

A) glossary
B) library
C) index
D) roster
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
38
The characteristics of GUI controls such as buttons and text boxes can be set using the ____ window in the Visual Studio IDE.

A) Characteristics
B) Attributes
C) Properties
D) Values
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
39
Each control has ____.

A) indices
B) properties
C) IDEs
D) tools
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
40
The process of ____ is used to create an object from a class.

A) initialization
B) instantiation
C) objectification
D) classification
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
41
Visual Basic 2012 is a programming language.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
42
A computer program can perform addition,subtraction,multiplication,and division operations on numeric data.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
43
A program can write data,but it cannot save data on disk.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
44
Tapping or clicking a button on a program screen causes an event to occur.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
45
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.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
46
Translating programming language statements into machine-executable instructions is accomplished by a process called program ____.

A) instantiation
B) compilation
C) factoring
D) indexing
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
47
The process of using prebuilt classes to make application development faster,easier,and more reliable is called ____.

A) RAD
B) CAD
C) ARD
D) CLR
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
48
The ____ reads the MSIL code and causes the program instructions to be executed.

A) CAD
B) RAD
C) CLR
D) ARD
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
49
If you write a computer program,and want to execute the same program many times without rewriting it each time,you must save the program on disk.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
50
Computers can compare numbers,letters of the alphabet,and special characters.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
51
A logical operation can be used to determine if two values are equal,if one value is greater than the other,or if one value is less than the other.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
52
A graphical user interface (GUI)is a special device for communicating with a user.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
53
A Web application runs on a web server and produces ____ code that is downloaded to a client computer.

A) XML
B) SQL
C) HTML5
D) HTTP
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
54
A set of prewritten classes called ____ allows you to access data stored in a database.

A) ADO.NET 4.5
B) ASP.NET 4.5
C) RAD
D) CLR
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
55
In order for the computer to execute a program,both the program and the data must be placed in the computer's random access memory (RAM).
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
56
A computer program on a mobile device or Windows 8 computer is also called an app.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
57
Many computer programs perform the following general steps: first accept input,then write output,and finally process the data,in that order.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
58
Both program instructions and the data to be processed must be stored in RAM.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
59
Computer hardware will perform its tasks automatically,regardless of whether a software program is running or not.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
60
Computer programs can be written in standard English.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
61
It is the ability of a computer to perform arithmetic operations that separates it from other types of calculating devices._________________________
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
62
A(n)____________________ is a collection of organized data that can be accessed,retrieved,and used by a program.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
63
Program instructions and data must be placed in the computer's ____________________ to allow the computer to carry out the program instructions.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
64
Stored data is said to be ____________________ because it remains available even after the computer power is turned off.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
65
Operations,such as addition and subtraction,are called ____________________ operations.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
66
The use of MSIL and CLR offer multiple benefits that provide speed and flexibility for both the development and execution environments of a program.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
67
The usage rules of a programming language are called the ____________________ of the language.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
68
The .NET Framework 4.5 contains thousands of classes and many class libraries that can be used by Visual Basic developers.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
69
Almost all of the objects available in the .NET framework,such as buttons,text boxes,and picture boxes,are available in ASP.NET 4.5.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
70
Buttons for the .NET components used to develop the graphical user interface are found on the Standard toolbar.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
71
The Solution Explorer contains the item you are currently developing.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
72
ADO.NET 4.5 allows a program to examine data from a database,but does not permit the program to update data in a database.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
73
The set of instructions that directs a computer to perform tasks is called computer hardware._________________________
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
74
After the compiling process is complete and a program is ready for execution,the MSIL reads the CLR in RAM in a form that allows the computer's CPU to execute the instructions in the program.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
75
The programming rules of a language are called its semantics._________________________
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
76
The process of creating an object from a class template is called generation._________________________
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
77
ADO.NET 4.5 is not part of the .NET Framework 4.5.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
78
Utmost among the benefits offered by MSIL and CLR is that a program written using Visual Studio 2012 and compiled into MSIL can be executed on any computer using any operating system,as long as .NET Framework 4.5 is available on the computer.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
79
An object acts as a general template and a class is a specific item generated based on the object template.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
80
C++ is a language that is derived from the programming language C._________________________
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 112 flashcards in this deck.