Deck 1: Introduction to Visual Basic 2008 Programming

ملء الشاشة (f)
exit full mode
سؤال
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
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
<strong>  Figure 1-2 Which item in the accompanying figure is a storage device?</strong> A) 1 B) 2 C) 3 D) 4 <div style=padding-top: 35px> Figure 1-2 Which item in the accompanying figure is a storage device?

A) 1
B) 2
C) 3
D) 4
سؤال
Data is said to be ____ if it remains available after the computer is powered off.

A) persistent
B) volatile
C) fragmented
D) temporary
سؤال
Most Visual Basic 2008 programs are ____ programs because they communicate with the user through a graphical user interface (GUI).

A) GUI-based
B) indexed
C) event-driven
D) persistent
سؤال
<strong>  Figure 1-3 As shown in the accompanying figure, a(n) ____ consists of a window containing a variety of objects such as buttons, text boxes, etc.</strong> A) ROM B) GUI C) CPU D) ERD <div style=padding-top: 35px> Figure 1-3 As shown in the accompanying figure, a(n) ____ consists of a window containing a variety of objects such as buttons, text boxes, etc.

A) ROM
B) GUI
C) CPU
D) ERD
سؤال
<strong>  Figure 1-2 Which item in the accompanying figure is an input device?</strong> A) 1 B) 2 C) 3 D) 4 <div style=padding-top: 35px> Figure 1-2 Which item in the accompanying figure is an input device?

A) 1
B) 2
C) 3
D) 4
سؤال
<strong>  Figure 1-1 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.</strong> A) read only memory (ROM) B) central processing unit (CPU) C) CD-ROM D) random access memory (RAM) <div style=padding-top: 35px> Figure 1-1 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)
سؤال
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)
سؤال
The ____ of a programming language is the set of rules that describe how the programming language elements can be used.

A) logic
B) semantics
C) syntax
D) GUI
سؤال
Addition and subtraction are considered to be ____ operations performed by a computer.

A) input
B) comparing
C) arithmetic
D) output
سؤال
<strong>  Figure 1-2 Which item in the accompanying figure is a processing device?</strong> A) 1 B) 2 C) 3 D) 5 <div style=padding-top: 35px> Figure 1-2 Which item in the accompanying figure is a processing device?

A) 1
B) 2
C) 3
D) 5
سؤال
<strong>  Figure 1-3 Clicking a button like the one labeled Reset Window in the accompanying figure when a Visual Basic program is running triggers a(n) ____.</strong> A) index B) radical C) baseline D) event <div style=padding-top: 35px> Figure 1-3 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
سؤال
The ____ is comprised of the program's window and the objects in the window.

A) processing component
B) graphical user interface (GUI)
C) command console
D) program view
سؤال
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>  Figure 1-1 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> Figure 1-1 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
سؤال
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
سؤال
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
سؤال
A computer is able to make decisions based on the results of ____ operations.

A) arithmetic
B) grouping
C) logical
D) sorting
سؤال
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
سؤال
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
سؤال
Translating programming language statements into machine-executable instructions is accomplished by a process called program ____.

A) instantiation
B) compilation
C) factoring
D) indexing
سؤال
The most widely used programming language in the world is ____.

A) SQL
B) XML
C) Java
D) Visual Basic
سؤال
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
سؤال
The ____ of Visual Studio 2008 contains buttons for commands that are frequently used, such as Open New Project, Save, Cut, Copy, Paste, and Undo.

A) menu bar
B) toolbar
C) Toolbox
D) Properties window
سؤال
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
سؤال
____ are the characteristics of objects in Visual Basic.

A) Methods
B) Function
C) Identifiers
D) Properties
سؤال
The Visual Studio programming language, ____, is a synthesis of C++ and Visual Basic.

A) Visual J#
B) Visual C#
C) Visual C++
D) Java
سؤال
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
سؤال
A set of prewritten classes called ____ allows you to access data stored in a database.

A) ADO.NET 3.5
B) ASP.NET 3.5
C) RAD
D) CLR
سؤال
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
سؤال
Each control that you use when developing the graphical user interface is created from a(n) ____ in the .NET 3.5 Framework.

A) baseline
B) roster
C) index
D) class
سؤال
The process of ____ is used to create an object from a class.

A) initialization
B) instantiation
C) objectification
D) classification
سؤال
All of the following are major features of the .NET Framework 3.5 EXCEPT ____.

A) RAM
B) ADO.NET 3.5
C) the Common Language Runtime
D) ASP.NET 3.5
سؤال
A class ____ is a collection of classes that can be made available for developers to use

A) glossary
B) library
C) index
D) roster
سؤال
A Web site application runs on a Web server and produces ____ code that is downloaded to a client computer's browser.

A) XML
B) DHTML
C) HTML
D) HTTP
سؤال
A ____ is an item that is a visible part of a graphical user interface.

A) property
B) control
C) class
D) library
سؤال
The ____ reads the MSIL code and causes the program instructions to be executed

A) CAD
B) RAD
C) CLR
D) ARD
سؤال
____ is a language that can be used in Visual Studio.

A) Fortran
B) Visual C#
C) Lisp
D) COBOL
سؤال
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
سؤال
Each control has ____.

A) indices
B) properties
C) IDEs
D) tools
سؤال
Visual Studio can be used to write programs only in Visual Basic language.
سؤال
ADO.NET 3.5 allows a program to examine data from a database, but does not permit the program to update data in a database.
سؤال
Both program instructions and the data to be processed must be stored in RAM.
سؤال
In order for the computer to execute a program, or carry out the instructions in the program, only the data must be placed in the computer's random access memory (RAM).
سؤال
Data must be placed in the CPU in order to be processed.
سؤال
Visual Basic 2008 is a programming language.
سؤال
A computer program can perform addition, subtraction, multiplication, and division operations on numeric data.
سؤال
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.
سؤال
Computer hardware will perform its tasks automatically, regardless of whether a software program is running or not.
سؤال
A program can write data, but it cannot save data on disk.
سؤال
A graphical user interface (GUI) is a special device for communicating with a user.
سؤال
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.
سؤال
The .NET Framework 3.5 contains thousands of classes and many class libraries that can be used by Visual Basic developers.
سؤال
An object acts as a general template and a class is a specific item generated based on the object template.
سؤال
Logical operations can only be used to compare two numeric values.
سؤال
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.
سؤال
Clicking a button on a program screen causes an event to occur.
سؤال
The three basic functions of most programs are to first accept input, then write output, and finally process the data, in that order.
سؤال
Computer programs can be written in standard English.
سؤال
Buttons for the .NET components used to develop the graphical user interface are found on the Standard toolbar.
سؤال
Operations, such as comparing two numbers to determine if they are equal, are called ____________________ operations.
سؤال
The rules of a programming language are called the ____________________ of the language.
سؤال
The process of creating an object from a class template is called generation .
سؤال
The ____________________ in Visual Studio 2008 contains the .NET components that can be used in developing the graphical user interface of a program.
سؤال
The ____________________ programming language is a synthesis of Visual Basic and C++.
سؤال
ADO.NET 3.5 contains a set of classes used to create common GUI objects such as buttons and text boxes.
سؤال
Visual Studio 2008 is an example of a set of services and tools called a(n) ____________________ which allows a developer to code, test, and implement programs.
سؤال
Operations, such as addition and subtraction, are called ____________________ operations.
سؤال
ADO.NET 3.5 is a programming framework used to build Web applications on a Web server.
سؤال
Program instructions and data must be placed in the computer's ____________________ to allow the computer to carry out the program instructions.
سؤال
ADO.NET 3.5 is not part of the .NET Framework 3.5.
سؤال
A(n) ____________________ is a collection of organized data that can be accessed, retrieved, and used by a program.
سؤال
Almost all of the objects available in the .NET framework, such as buttons, text boxes, and picture boxes, are available in ASP.NET 3.5.
سؤال
It is the ability of a computer to perform arithmetic operations that separates it from other types of calculating devices.
سؤال
Stored data is said to be ____________________ because it remains available even after the computer is powered off.
سؤال
The programming rules of a language are called its semantics .
سؤال
When an object has been created from a class, we say that a(n) _______________ of the class has been created.
سؤال
C++ is a language that is derived from the programming language C.
سؤال
The set of instructions that directs a computer to perform tasks is called computer hardware .
سؤال
The purpose of the Common Language Runtime (CLR) is to translate Microsoft Intermediate Language (MSIL) into machine-executable instructions.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/107
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 1: Introduction to Visual Basic 2008 Programming
1
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
A
2
<strong>  Figure 1-2 Which item in the accompanying figure is a storage device?</strong> A) 1 B) 2 C) 3 D) 4 Figure 1-2 Which item in the accompanying figure is a storage device?

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

A) persistent
B) volatile
C) fragmented
D) temporary
A
4
Most Visual Basic 2008 programs are ____ programs because they communicate with the user through a graphical user interface (GUI).

A) GUI-based
B) indexed
C) event-driven
D) persistent
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
5
<strong>  Figure 1-3 As shown in the accompanying figure, a(n) ____ consists of a window containing a variety of objects such as buttons, text boxes, etc.</strong> A) ROM B) GUI C) CPU D) ERD Figure 1-3 As shown in the accompanying figure, a(n) ____ consists of a window containing a variety of objects such as buttons, text boxes, etc.

A) ROM
B) GUI
C) CPU
D) ERD
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
6
<strong>  Figure 1-2 Which item in the accompanying figure is an input device?</strong> A) 1 B) 2 C) 3 D) 4 Figure 1-2 Which item in the accompanying figure is an input device?

A) 1
B) 2
C) 3
D) 4
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
7
<strong>  Figure 1-1 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.</strong> A) read only memory (ROM) B) central processing unit (CPU) C) CD-ROM D) random access memory (RAM) Figure 1-1 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)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
8
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)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
9
The ____ of a programming language is the set of rules that describe how the programming language elements can be used.

A) logic
B) semantics
C) syntax
D) GUI
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
10
Addition and subtraction are considered to be ____ operations performed by a computer.

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

A) 1
B) 2
C) 3
D) 5
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
12
<strong>  Figure 1-3 Clicking a button like the one labeled Reset Window in the accompanying figure when a Visual Basic program is running triggers a(n) ____.</strong> A) index B) radical C) baseline D) event Figure 1-3 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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
13
The ____ is comprised of the program's window and the objects in the window.

A) processing component
B) graphical user interface (GUI)
C) command console
D) program view
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
14
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
15
<strong>  Figure 1-1 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 Figure 1-1 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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
16
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
18
A computer is able to make decisions based on the results of ____ operations.

A) arithmetic
B) grouping
C) logical
D) sorting
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
19
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
20
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
21
Translating programming language statements into machine-executable instructions is accomplished by a process called program ____.

A) instantiation
B) compilation
C) factoring
D) indexing
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
22
The most widely used programming language in the world is ____.

A) SQL
B) XML
C) Java
D) Visual Basic
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
23
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
24
The ____ of Visual Studio 2008 contains buttons for commands that are frequently used, such as Open New Project, Save, Cut, Copy, Paste, and Undo.

A) menu bar
B) toolbar
C) Toolbox
D) Properties window
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
25
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
26
____ are the characteristics of objects in Visual Basic.

A) Methods
B) Function
C) Identifiers
D) Properties
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
27
The Visual Studio programming language, ____, is a synthesis of C++ and Visual Basic.

A) Visual J#
B) Visual C#
C) Visual C++
D) Java
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
28
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
29
A set of prewritten classes called ____ allows you to access data stored in a database.

A) ADO.NET 3.5
B) ASP.NET 3.5
C) RAD
D) CLR
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
30
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
31
Each control that you use when developing the graphical user interface is created from a(n) ____ in the .NET 3.5 Framework.

A) baseline
B) roster
C) index
D) class
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
32
The process of ____ is used to create an object from a class.

A) initialization
B) instantiation
C) objectification
D) classification
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
33
All of the following are major features of the .NET Framework 3.5 EXCEPT ____.

A) RAM
B) ADO.NET 3.5
C) the Common Language Runtime
D) ASP.NET 3.5
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
34
A class ____ is a collection of classes that can be made available for developers to use

A) glossary
B) library
C) index
D) roster
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
35
A Web site application runs on a Web server and produces ____ code that is downloaded to a client computer's browser.

A) XML
B) DHTML
C) HTML
D) HTTP
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
37
The ____ reads the MSIL code and causes the program instructions to be executed

A) CAD
B) RAD
C) CLR
D) ARD
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
38
____ is a language that can be used in Visual Studio.

A) Fortran
B) Visual C#
C) Lisp
D) COBOL
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
39
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
40
Each control has ____.

A) indices
B) properties
C) IDEs
D) tools
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
41
Visual Studio can be used to write programs only in Visual Basic language.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
42
ADO.NET 3.5 allows a program to examine data from a database, but does not permit the program to update data in a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
43
Both program instructions and the data to be processed must be stored in RAM.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
44
In order for the computer to execute a program, or carry out the instructions in the program, only the data must be placed in the computer's random access memory (RAM).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
45
Data must be placed in the CPU in order to be processed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
46
Visual Basic 2008 is a programming language.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
47
A computer program can perform addition, subtraction, multiplication, and division operations on numeric data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
49
Computer hardware will perform its tasks automatically, regardless of whether a software program is running or not.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
50
A program can write data, but it cannot save data on disk.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
51
A graphical user interface (GUI) is a special device for communicating with a user.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
52
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
53
The .NET Framework 3.5 contains thousands of classes and many class libraries that can be used by Visual Basic developers.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
54
An object acts as a general template and a class is a specific item generated based on the object template.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
55
Logical operations can only be used to compare two numeric values.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
56
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
57
Clicking a button on a program screen causes an event to occur.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
58
The three basic functions of most programs are to first accept input, then write output, and finally process the data, in that order.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
59
Computer programs can be written in standard English.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
60
Buttons for the .NET components used to develop the graphical user interface are found on the Standard toolbar.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
61
Operations, such as comparing two numbers to determine if they are equal, are called ____________________ operations.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
62
The rules of a programming language are called the ____________________ of the language.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
63
The process of creating an object from a class template is called generation .
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
64
The ____________________ in Visual Studio 2008 contains the .NET components that can be used in developing the graphical user interface of a program.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
65
The ____________________ programming language is a synthesis of Visual Basic and C++.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
66
ADO.NET 3.5 contains a set of classes used to create common GUI objects such as buttons and text boxes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
67
Visual Studio 2008 is an example of a set of services and tools called a(n) ____________________ which allows a developer to code, test, and implement programs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
68
Operations, such as addition and subtraction, are called ____________________ operations.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
69
ADO.NET 3.5 is a programming framework used to build Web applications on a Web server.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
70
Program instructions and data must be placed in the computer's ____________________ to allow the computer to carry out the program instructions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
71
ADO.NET 3.5 is not part of the .NET Framework 3.5.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
72
A(n) ____________________ is a collection of organized data that can be accessed, retrieved, and used by a program.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
73
Almost all of the objects available in the .NET framework, such as buttons, text boxes, and picture boxes, are available in ASP.NET 3.5.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
74
It is the ability of a computer to perform arithmetic operations that separates it from other types of calculating devices.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
75
Stored data is said to be ____________________ because it remains available even after the computer is powered off.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
76
The programming rules of a language are called its semantics .
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
77
When an object has been created from a class, we say that a(n) _______________ of the class has been created.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
78
C++ is a language that is derived from the programming language C.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
79
The set of instructions that directs a computer to perform tasks is called computer hardware .
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
80
The purpose of the Common Language Runtime (CLR) is to translate Microsoft Intermediate Language (MSIL) into machine-executable instructions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 107 في هذه المجموعة.