Deck 1: Introduction to Visual Basic 2015 Programming

ملء الشاشة (f)
exit full mode
سؤال
A database is a collection of data organized in a manner that allows ____ of that data.​

A)​scanning
B)​retrieval
C)​access
D)​use
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
<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>
As shown in the accompanying figure,a(n)____ consists of a window containing a variety of objects that can be displayed on various devices.​

A)​ROM
B)​GUI
C)​CPU
D)​ERD
سؤال
A ____ is an output device.​

A)​mouse
B)​smartphone screen
C)​keyboard
D)​printer
سؤال
A program can direct a computer to take alternative actions based on the results of ____ comparisons.​

A)​arithmetic
B)​grouping
C)​logical
D)​sorting
سؤال
Both the program and the data must be placed in the ____ of computers like the system unit shown in the accompanying figure in order for the computer to perform activities as directed by the program.​

A)​read only memory (ROM)
B)​central processing unit (CPU)
C)​CD-ROM
D)​random access memory (RAM)
سؤال
Data is said to be ____ if it remains available after the computer power is turned off.​

A)​persistent
B)​volatile
C)​fragmented
D)​temporary
سؤال
Buttons for frequently used commands such as ____ are found on the Standard toolbar.​

A)​Open Project
B)​Cut
C)​Save
D)​Paste
سؤال
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
سؤال
Users employ GUI objects to ____.​

A)​select options
B)​enter data
C)​cause events to occur
D)​all of the above
سؤال
<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>
As shown in the accompanying figure,____ the physical equipment associated with a computer.​

A)​computer hardware is
B)​computer software is
C)​computer programs are
D)​computer cables are
سؤال
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
سؤال
<strong>  ​ Which item in the accompanying figure is an input device?​</strong> A)​1 B)​2 C)​3 D)​4 <div style=padding-top: 35px>
Which item in the accompanying figure is an input device?​

A)​1
B)​2
C)​3
D)​4
سؤال
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
سؤال
<strong>  ​ Which item in the accompanying figure is a processing device?​</strong> A)​1 B)​2 C)​3 D)​5 <div style=padding-top: 35px>
Which item in the accompanying figure is a processing device?​

A)​1
B)​2
C)​3
D)​5
سؤال
An application might allow data to be entered with a ____.​

A)​scanner
B)​mouse
C)​digital camera
D)​video camera
سؤال
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
سؤال
Addition and subtraction are considered to be ____ operations performed by a computer.​

A)​input
B)​comparing
C)​arithmetic
D)​output
سؤال
<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>
Which item in the accompanying figure is a storage device?​

A)​1
B)​2
C)​3
D)​4
سؤال
Most Visual Basic 2015 programs are ____ programs that communicate with the user through a graphical user interface (GUI).​

A)​GUI-based
B)​indexed
C)​event-driven
D)​persistent
سؤال
A ____ is an input device.​

A)​scanner
B)​keyboard
C)​digital camera
D)​printer
سؤال
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
سؤال
The ____ contains the .NET components that you can use to develop the GUI for a program.​

A)​menu bar
B)​toolbar
C)​Toolbox
D)​Properties window
سؤال
The ____ of a programming language is the set of usage rules for that language.​

A)​logic
B)​semantics
C)​syntax
D)​GUI
سؤال
____ is a language that can be used in Visual Studio.​

A)​Fortran
B)​Visual F#
C)​Lisp
D)​COBOL
سؤال
Each control has ____.​

A)​indices
B)​properties
C)​IDEs
D)​tools
سؤال
A(n)____ is a set of services and tools that enable a developer to code,test,and implement a single program or series of programs that comprise an application.​

A)​integrated development environment (IDE)
B)​graphical user interface (GUI)
C)​development studio
D)​Microsoft Intermediate Language (MSIL)
سؤال
A ____ is an item that is a visible part of a GUI.​

A)​property
B)​control
C)​class
D)​library
سؤال
____ are the characteristics of objects in Visual Basic.​

A)​Methods
B)​Function
C)​Identifiers
D)​Properties
سؤال
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
سؤال
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
سؤال
In the Visual Studio IDE,the ____ identifies the window and the application open in the window.​

A)​title bar
B)​menu bar
C)​index bar
D)​property
سؤال
A class ____ is a collection of classes that can be made available for developers to use.​

A)​glossary
B)​library
C)​index
D)​roster
سؤال
The ____ of Visual Studio 2015 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
سؤال
One of the most widely used programming languages in the world is ____.​

A)​Pascal
B)​BASIC
C)​Fortran
D)​Visual Basic
سؤال
All of the following are Visual Studio Express 2015 products EXCEPT ____.​

A)​Express for Web
B)​Express for iPhone
C)​Express for Windows Desktop
D)​Team Foundation Server Express
سؤال
All of the following are major features of the .NET Framework 4.6 EXCEPT ____.​

A)​RAM
B)​ADO.NET
C)​the Common Language Runtime
D)​ASP.NET 4.6
سؤال
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
سؤال
A button or a text box are examples of objects,also called ____,that are a visible part of the GUI.​

A)​indices
B)​classes
C)​libraries
D)​controls
سؤال
A set of prewritten classes called ____ allows you to access data stored in a database,for example.​

A)​ADO.NET
B)​ASP.NET
C)​RAD
D)​CLR
سؤال
The process of ____ is used to create an object from a class.​

A)​initialization
B)​instantiation
C)​objectification
D)​classification
سؤال
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).​
سؤال
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
سؤال
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.​
سؤال
____ computing is the connection of remote servers hosted on the Internet to store and process data,instead of storing the information locally on a personal computer or device.​

A)​Distance
B)​Intangible
C)​Indexed
D)​Cloud
سؤال
Saving,or storing,data refers to placing the data or software electronically on a storage medium.​
سؤال
Translating programming statements into instructions that can be understood by the electronics of the computer is accomplished by a process called program ____.​

A)​instantiation
B)​compilation
C)​factoring
D)​indexing
سؤال
Many computer programs perform the following general steps: first accept input,then write output,and finally process the data,in that order.​
سؤال
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.​
سؤال
A computer program can perform addition,subtraction,multiplication,and division operations on numeric data.​
سؤال
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
سؤال
Computer programs can be written in standard English.​
سؤال
Computers can compare numbers,letters of the alphabet,and special characters.​
سؤال
Computer hardware will perform its tasks automatically,regardless of whether a software program is running or not.​
سؤال
A graphical user interface (GUI)is a special device for communicating with a user.​
سؤال
Tapping or clicking a button on a program screen causes an event to occur.​
سؤال
A computer program on a mobile device or Windows 8 or Windows 10 computer is also called an app.​
سؤال
The ____ reads the MSIL code and causes the instructions within the program to be executed.​

A)​CAD
B)​RAD
C)​CLR
D)​ARD
سؤال
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.​
سؤال
Visual Basic 2015 is a programming language.​
سؤال
A program can write data,but it cannot save data on disk.​
سؤال
Buttons for the .NET components used to develop the GUI are found on the Standard toolbar.​
سؤال
Visual Studio 2015 is an example of a set of services and tools called a(n)____________________ which allows a developer to code,test,and implement programs.​
سؤال
Utmost among the benefits offered by MSIL and CLR is that a program written using Visual Studio 2015 and compiled into MSIL can be executed on any computer using any operating system,as long as .NET Framework 4.6 is available on the computer.​
سؤال
Operations,such as addition and subtraction,are called ____________________ operations.​
سؤال
ADO.NET 4.6 allows a program to examine data from a database,but does not permit the program to update data in a database.
سؤال
Developers speak of developing a(n)____________________,which can mean several computer programs working together to solve a problem.​
سؤال
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.​
سؤال
An object acts as a general template and a class is a specific item generated based on the object template.​
سؤال
The .NET Framework 4.6 contains thousands of classes and many class libraries that can be used by Visual Basic developers.​
سؤال
The set of instructions that directs a computer to perform tasks is called computer hardware._________________________​
سؤال
C++ is a language that is derived from the programming language C._________________________​
سؤال
The process of creating an object from a class template is called generation._________________________​
سؤال
The Solution Explorer contains the item you are currently developing.​
سؤال
____________________ are people skilled in designing computer programs and creating them using programming languages.​
سؤال
The usage rules of a programming language are called the ____________________ of the language.​
سؤال
It is the ability of a computer to perform arithmetic operations that separates it from other types of calculating devices._________________________​
سؤال
The use of MSIL and CLR offer multiple benefits that provide speed and flexibility for both the development and execution environments of a program.​
سؤال
The programming rules of a language are called its semantics._________________________​
سؤال
ADO.NET is not part of the .NET Framework 4.6.​
سؤال
Almost all of the objects available in the .NET framework,such as buttons,text boxes,and picture boxes,are available in ASP.NET 5.​
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/111
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 1: Introduction to Visual Basic 2015 Programming
1
A database is a collection of data organized in a manner that allows ____ of that data.​

A)​scanning
B)​retrieval
C)​access
D)​use
B,C,D
2
<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
As shown in the accompanying figure,a(n)____ consists of a window containing a variety of objects that can be displayed on various devices.​

A)​ROM
B)​GUI
C)​CPU
D)​ERD
B
3
A ____ is an output device.​

A)​mouse
B)​smartphone screen
C)​keyboard
D)​printer
B,D
4
A program can direct a computer to take alternative actions based on the results of ____ comparisons.​

A)​arithmetic
B)​grouping
C)​logical
D)​sorting
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
5
Both the program and the data must be placed in the ____ of computers like the system unit shown in the accompanying figure in order for the computer to perform activities as directed by the program.​

A)​read only memory (ROM)
B)​central processing unit (CPU)
C)​CD-ROM
D)​random access memory (RAM)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
6
Data is said to be ____ if it remains available after the computer power is turned off.​

A)​persistent
B)​volatile
C)​fragmented
D)​temporary
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
7
Buttons for frequently used commands such as ____ are found on the Standard toolbar.​

A)​Open Project
B)​Cut
C)​Save
D)​Paste
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
8
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
9
Users employ GUI objects to ____.​

A)​select options
B)​enter data
C)​cause events to occur
D)​all of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
10
<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
As shown in the accompanying figure,____ the physical equipment associated with a computer.​

A)​computer hardware is
B)​computer software is
C)​computer programs are
D)​computer cables are
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
11
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
12
<strong>  ​ Which item in the accompanying figure is an input device?​</strong> A)​1 B)​2 C)​3 D)​4
Which item in the accompanying figure is an input device?​

A)​1
B)​2
C)​3
D)​4
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
13
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
14
<strong>  ​ Which item in the accompanying figure is a processing device?​</strong> A)​1 B)​2 C)​3 D)​5
Which item in the accompanying figure is a processing device?​

A)​1
B)​2
C)​3
D)​5
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
15
An application might allow data to be entered with a ____.​

A)​scanner
B)​mouse
C)​digital camera
D)​video camera
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
16
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
17
Addition and subtraction are considered to be ____ operations performed by a computer.​

A)​input
B)​comparing
C)​arithmetic
D)​output
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
18
<strong>  ​ Which item in the accompanying figure is a storage device?​</strong> A)​1 B)​2 C)​3 D)​4
Which item in the accompanying figure is a storage device?​

A)​1
B)​2
C)​3
D)​4
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
19
Most Visual Basic 2015 programs are ____ programs that communicate with the user through a graphical user interface (GUI).​

A)​GUI-based
B)​indexed
C)​event-driven
D)​persistent
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
20
A ____ is an input device.​

A)​scanner
B)​keyboard
C)​digital camera
D)​printer
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
21
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
22
The ____ contains the .NET components that you can use to develop the GUI for a program.​

A)​menu bar
B)​toolbar
C)​Toolbox
D)​Properties window
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
23
The ____ of a programming language is the set of usage rules for that language.​

A)​logic
B)​semantics
C)​syntax
D)​GUI
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
24
____ is a language that can be used in Visual Studio.​

A)​Fortran
B)​Visual F#
C)​Lisp
D)​COBOL
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
25
Each control has ____.​

A)​indices
B)​properties
C)​IDEs
D)​tools
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
26
A(n)____ is a set of services and tools that enable a developer to code,test,and implement a single program or series of programs that comprise an application.​

A)​integrated development environment (IDE)
B)​graphical user interface (GUI)
C)​development studio
D)​Microsoft Intermediate Language (MSIL)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
27
A ____ is an item that is a visible part of a GUI.​

A)​property
B)​control
C)​class
D)​library
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
28
____ are the characteristics of objects in Visual Basic.​

A)​Methods
B)​Function
C)​Identifiers
D)​Properties
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
29
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
30
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
31
In the Visual Studio IDE,the ____ identifies the window and the application open in the window.​

A)​title bar
B)​menu bar
C)​index bar
D)​property
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
32
A class ____ is a collection of classes that can be made available for developers to use.​

A)​glossary
B)​library
C)​index
D)​roster
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
33
The ____ of Visual Studio 2015 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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
34
One of the most widely used programming languages in the world is ____.​

A)​Pascal
B)​BASIC
C)​Fortran
D)​Visual Basic
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
35
All of the following are Visual Studio Express 2015 products EXCEPT ____.​

A)​Express for Web
B)​Express for iPhone
C)​Express for Windows Desktop
D)​Team Foundation Server Express
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
36
All of the following are major features of the .NET Framework 4.6 EXCEPT ____.​

A)​RAM
B)​ADO.NET
C)​the Common Language Runtime
D)​ASP.NET 4.6
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
37
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
38
A button or a text box are examples of objects,also called ____,that are a visible part of the GUI.​

A)​indices
B)​classes
C)​libraries
D)​controls
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
39
A set of prewritten classes called ____ allows you to access data stored in a database,for example.​

A)​ADO.NET
B)​ASP.NET
C)​RAD
D)​CLR
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
40
The process of ____ is used to create an object from a class.​

A)​initialization
B)​instantiation
C)​objectification
D)​classification
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
41
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).​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
42
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
43
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.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
44
____ computing is the connection of remote servers hosted on the Internet to store and process data,instead of storing the information locally on a personal computer or device.​

A)​Distance
B)​Intangible
C)​Indexed
D)​Cloud
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
45
Saving,or storing,data refers to placing the data or software electronically on a storage medium.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
46
Translating programming statements into instructions that can be understood by the electronics of the computer is accomplished by a process called program ____.​

A)​instantiation
B)​compilation
C)​factoring
D)​indexing
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
47
Many computer programs perform the following general steps: first accept input,then write output,and finally process the data,in that order.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
48
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.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
49
A computer program can perform addition,subtraction,multiplication,and division operations on numeric data.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
50
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
51
Computer programs can be written in standard English.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
52
Computers can compare numbers,letters of the alphabet,and special characters.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
53
Computer hardware will perform its tasks automatically,regardless of whether a software program is running or not.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
54
A graphical user interface (GUI)is a special device for communicating with a user.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
55
Tapping or clicking a button on a program screen causes an event to occur.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
56
A computer program on a mobile device or Windows 8 or Windows 10 computer is also called an app.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
57
The ____ reads the MSIL code and causes the instructions within the program to be executed.​

A)​CAD
B)​RAD
C)​CLR
D)​ARD
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
58
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.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
59
Visual Basic 2015 is a programming language.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
60
A program can write data,but it cannot save data on disk.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
61
Buttons for the .NET components used to develop the GUI are found on the Standard toolbar.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
62
Visual Studio 2015 is an example of a set of services and tools called a(n)____________________ which allows a developer to code,test,and implement programs.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
63
Utmost among the benefits offered by MSIL and CLR is that a program written using Visual Studio 2015 and compiled into MSIL can be executed on any computer using any operating system,as long as .NET Framework 4.6 is available on the computer.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
64
Operations,such as addition and subtraction,are called ____________________ operations.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
65
ADO.NET 4.6 allows a program to examine data from a database,but does not permit the program to update data in a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
66
Developers speak of developing a(n)____________________,which can mean several computer programs working together to solve a problem.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
67
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.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
68
An object acts as a general template and a class is a specific item generated based on the object template.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
69
The .NET Framework 4.6 contains thousands of classes and many class libraries that can be used by Visual Basic developers.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
70
The set of instructions that directs a computer to perform tasks is called computer hardware._________________________​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
71
C++ is a language that is derived from the programming language C._________________________​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
72
The process of creating an object from a class template is called generation._________________________​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
73
The Solution Explorer contains the item you are currently developing.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
74
____________________ are people skilled in designing computer programs and creating them using programming languages.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
75
The usage rules of a programming language are called the ____________________ of the language.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
76
It is the ability of a computer to perform arithmetic operations that separates it from other types of calculating devices._________________________​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
77
The use of MSIL and CLR offer multiple benefits that provide speed and flexibility for both the development and execution environments of a program.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
78
The programming rules of a language are called its semantics._________________________​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
79
ADO.NET is not part of the .NET Framework 4.6.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
80
Almost all of the objects available in the .NET framework,such as buttons,text boxes,and picture boxes,are available in ASP.NET 5.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.