Deck 3: I Need a Tour Guide Introduction to Visual Basic 2010

ملء الشاشة (f)
exit full mode
سؤال
The first three steps in the problem-solving process are to analyze the problem, plan the algorithm, and then desk-check the algorithm.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
In a form, the easiest and best way to change the font is to change the Font property for each control individually.
سؤال
Included in Visual Studio 2010 are the Visual Basic, Visual C++, and Visual C# programming languages.
سؤال
The Format menu has a Center in Form option that centers one or more controls either horizontally or vertically on the form.
سؤال
A file is a container, but it stores only the projects associated with that particular file.
سؤال
The Auto Hide button is a toggle button: clicking it twice activates it, and clicking it again deactivates it.
سؤال
Using languages to code your algorithms into programs is the fourth step in the problem-solving process.
سؤال
A label control's Display property specifies the text displayed inside the control.
سؤال
The easiest way to make two picture boxes the same size is to use the Size menu, which provides several options for manipulating the controls in the interface.
سؤال
To include an image file within a project itself, the Project resource file radio button must be selected in the Select Resource dialog box.
سؤال
It is a good practice to save the current solution every 10 or 15 minutes so that you will not lose a lot of your work if the computer loses power.
سؤال
You create a user interface by adding objects (such as buttons, check boxes, and list boxes) to the form.
سؤال
A Windows application has a Windows user interface and runs on a desktop computer.
سؤال
Most solutions in Visual Basic contain several projects.
سؤال
The objects added to a form are called events.
سؤال
In most cases, you will find it easier to work in an IDE if you either close or auto-hide the windows you are not currently using.
سؤال
In a form, the blue lines are called margin lines, because their size is determined by the contents of the control's Margin property.
سؤال
A label control's Location property controls the location of the upper-right corner of the control on the form.
سؤال
The last control you select should always be the one whose size and/or location you want to match.
سؤال
For applications created for the Windows 7 or Windows Vista environment, Microsoft recommends that you use the Segoe UI font, because it offers improved readability.
سؤال
A ____ is the foundation for the user interface in a Windows application.

A) window
C) bar
B) box
D) form
سؤال
You can start an application by pressing the F12 key on your keyboard.
سؤال
When you close a solution, only the files contained in that solution are closed.
سؤال
A(n) ____ is what appears on the screen, and with which you interact, while using a program.

A) operating environment
C) user interface
B) interface environment
D) user environment
سؤال
For most of the elements in an interface created for an application running under Windows 7 or Windows Vista, you will use the ____-point size of the font.

A) 9
C) 11
B) 10
D) 12
سؤال
The easiest way to close an open window is to click the ____ button on the window's title bar.

A) Close Project
C) New Window
B) New Project
D) Close
سؤال
The combination of the user interface and the program's code is referred to as a(n) ____.

A) device
C) operating environment
B) application
D) user interface
سؤال
A(n) ____ is an environment that contains all of the tools and features you need to create, run, and test your programs.

A) integrated development environment
C) user development environment
B) integrated operating environment
D) user operating environment
سؤال
If a solution is already open in the IDE, it is closed before another solution is opened.
سؤال
You add the controls to the form using the tools contained in the ____ window.

A) FormTool
C) Tool
B) Form
D) Toolbox
سؤال
The Lock Controls option on both the context menu and the Format menu is a toggle option.
سؤال
Windows applications in Visual Basic are composed of ____.

A) solutions, projects, and files
C) data, projects, and files
B) solutions, projects, and data
D) solutions, data, and files
سؤال
A form automatically includes a title bar that contains a default ____.

A) data
C) application
B) caption
D) instructions
سؤال
A Web application has a Web user interface and runs on a ____.

A) client
C) desktop computer
B) mainframe
D) server
سؤال
A ____ is a container that stores the projects and files for an entire application.

A) user interface
C) solution
B) program environment
D) program
سؤال
You use a(n) ____ to display an image on the form.

A) picture box
C) image box
B) tool box
D) picture frame
سؤال
Locking the controls on a form prevents them from being moved inadvertently as you work in the IDE.
سؤال
The ____ property specifies the name of the file containing the image to display.

A) Image
C) Image Display
B) File
D) Display
سؤال
The objects added to a form are called ____.

A) tools
C) controls
B) labels
D) boxes
سؤال
The ____ window is where you create (or design) your application's user interface.

A) Windows Form Designer
C) Visual Basic Form Designer
B) Windows Form Creator
D) Visual Basic Form Creator
سؤال
Before you can use the Format menu to make the picture boxes the same size, you first must ____ them.

A) acknowledge
C) delete
B) select
D) highlight
سؤال
You can use the ____ menu to open an existing solution.

A) Open File
C) File
B) Start Project
D) Open Page
سؤال
To unlock all of the controls, ____-click the form, and then click Lock Controls on the context menu.

A) double
C) left
B) triple
D) right
سؤال
Using the format menu, you can use the ____ option to make two or more controls the same width and/or height.

A) Duplicate Size
C) Make Same
B) Same Size
D) Make Same Size
سؤال
You close a solution using the ____ option on the File menu.

A) Close Solution
C) Close Project
B) End Solution
D) End Project
سؤال
The ____ property handles how an image is displayed.

A) Display
C) Size
B) Mode
D) SizeMode
سؤال
Using the format menu, the ____ option allows you to align two or more controls by their left, right, top, or bottom borders.

A) Location
C) Align
B) LineUp
D) Match
سؤال
You can unlock a control by changing its ____ property to False.

A) Safe
C) Locked
B) Protected
D) Set Position
سؤال
In a task box, each task in the list is associated with one or more ____.

A) properties
C) actions
B) projects
D) objects
سؤال
If you need to move a control after you have locked the controls in place, you can change the control's ____ property setting in the Properties window.

A) Location
C) Place
B) Site
D) Position
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/50
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 3: I Need a Tour Guide Introduction to Visual Basic 2010
1
The first three steps in the problem-solving process are to analyze the problem, plan the algorithm, and then desk-check the algorithm.
True
2
In a form, the easiest and best way to change the font is to change the Font property for each control individually.
False
3
Included in Visual Studio 2010 are the Visual Basic, Visual C++, and Visual C# programming languages.
True
4
The Format menu has a Center in Form option that centers one or more controls either horizontally or vertically on the form.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
5
A file is a container, but it stores only the projects associated with that particular file.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
6
The Auto Hide button is a toggle button: clicking it twice activates it, and clicking it again deactivates it.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
7
Using languages to code your algorithms into programs is the fourth step in the problem-solving process.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
8
A label control's Display property specifies the text displayed inside the control.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
9
The easiest way to make two picture boxes the same size is to use the Size menu, which provides several options for manipulating the controls in the interface.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
10
To include an image file within a project itself, the Project resource file radio button must be selected in the Select Resource dialog box.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
11
It is a good practice to save the current solution every 10 or 15 minutes so that you will not lose a lot of your work if the computer loses power.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
12
You create a user interface by adding objects (such as buttons, check boxes, and list boxes) to the form.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
13
A Windows application has a Windows user interface and runs on a desktop computer.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
14
Most solutions in Visual Basic contain several projects.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
15
The objects added to a form are called events.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
16
In most cases, you will find it easier to work in an IDE if you either close or auto-hide the windows you are not currently using.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
17
In a form, the blue lines are called margin lines, because their size is determined by the contents of the control's Margin property.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
18
A label control's Location property controls the location of the upper-right corner of the control on the form.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
19
The last control you select should always be the one whose size and/or location you want to match.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
20
For applications created for the Windows 7 or Windows Vista environment, Microsoft recommends that you use the Segoe UI font, because it offers improved readability.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
21
A ____ is the foundation for the user interface in a Windows application.

A) window
C) bar
B) box
D) form
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
22
You can start an application by pressing the F12 key on your keyboard.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
23
When you close a solution, only the files contained in that solution are closed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
24
A(n) ____ is what appears on the screen, and with which you interact, while using a program.

A) operating environment
C) user interface
B) interface environment
D) user environment
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
25
For most of the elements in an interface created for an application running under Windows 7 or Windows Vista, you will use the ____-point size of the font.

A) 9
C) 11
B) 10
D) 12
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
26
The easiest way to close an open window is to click the ____ button on the window's title bar.

A) Close Project
C) New Window
B) New Project
D) Close
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
27
The combination of the user interface and the program's code is referred to as a(n) ____.

A) device
C) operating environment
B) application
D) user interface
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
28
A(n) ____ is an environment that contains all of the tools and features you need to create, run, and test your programs.

A) integrated development environment
C) user development environment
B) integrated operating environment
D) user operating environment
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
29
If a solution is already open in the IDE, it is closed before another solution is opened.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
30
You add the controls to the form using the tools contained in the ____ window.

A) FormTool
C) Tool
B) Form
D) Toolbox
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
31
The Lock Controls option on both the context menu and the Format menu is a toggle option.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
32
Windows applications in Visual Basic are composed of ____.

A) solutions, projects, and files
C) data, projects, and files
B) solutions, projects, and data
D) solutions, data, and files
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
33
A form automatically includes a title bar that contains a default ____.

A) data
C) application
B) caption
D) instructions
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
34
A Web application has a Web user interface and runs on a ____.

A) client
C) desktop computer
B) mainframe
D) server
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
35
A ____ is a container that stores the projects and files for an entire application.

A) user interface
C) solution
B) program environment
D) program
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
36
You use a(n) ____ to display an image on the form.

A) picture box
C) image box
B) tool box
D) picture frame
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
37
Locking the controls on a form prevents them from being moved inadvertently as you work in the IDE.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
38
The ____ property specifies the name of the file containing the image to display.

A) Image
C) Image Display
B) File
D) Display
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
39
The objects added to a form are called ____.

A) tools
C) controls
B) labels
D) boxes
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
40
The ____ window is where you create (or design) your application's user interface.

A) Windows Form Designer
C) Visual Basic Form Designer
B) Windows Form Creator
D) Visual Basic Form Creator
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
41
Before you can use the Format menu to make the picture boxes the same size, you first must ____ them.

A) acknowledge
C) delete
B) select
D) highlight
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
42
You can use the ____ menu to open an existing solution.

A) Open File
C) File
B) Start Project
D) Open Page
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
43
To unlock all of the controls, ____-click the form, and then click Lock Controls on the context menu.

A) double
C) left
B) triple
D) right
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
44
Using the format menu, you can use the ____ option to make two or more controls the same width and/or height.

A) Duplicate Size
C) Make Same
B) Same Size
D) Make Same Size
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
45
You close a solution using the ____ option on the File menu.

A) Close Solution
C) Close Project
B) End Solution
D) End Project
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
46
The ____ property handles how an image is displayed.

A) Display
C) Size
B) Mode
D) SizeMode
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
47
Using the format menu, the ____ option allows you to align two or more controls by their left, right, top, or bottom borders.

A) Location
C) Align
B) LineUp
D) Match
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
48
You can unlock a control by changing its ____ property to False.

A) Safe
C) Locked
B) Protected
D) Set Position
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
49
In a task box, each task in the list is associated with one or more ____.

A) properties
C) actions
B) projects
D) objects
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
50
If you need to move a control after you have locked the controls in place, you can change the control's ____ property setting in the Properties window.

A) Location
C) Place
B) Site
D) Position
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.