Deck 2: Designing Applications

ملء الشاشة (f)
exit full mode
سؤال
The Windows standard recommendation for the BorderStyle property for a text box is FixedSingle.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Drawing a sketch of the user interface is performed in the planning phase.
سؤال
The first step in the planning phase of a programming solution is to sketch the user interface.
سؤال
An object's property controls the appearance and behavior of the object.
سؤال
Labels that identify other controls (such as text boxes) should be right-aligned according to Windows standards.
سؤال
When creating materials to be displayed on screen, it is best to use a serif font to make the text easier to read.
سؤال
One of the main objectives in using the object-oriented (OO) approach to generating programming solutions is to limit the control of the user.
سؤال
A Windows standard is to use book title capitalization on command buttons.
سؤال
The only way to guarantee the success of an application is to actively involve the user in the planning phase.
سؤال
You should never use a dark color background or a light color font.
سؤال
According to Windows standards form control labels should be limited to three or fewer words, all appearing on one line.
سؤال
When creating printed materials, it is best to use a sans serif font to make the text easier to read.
سؤال
Sentence capitalization means you capitalize only the first letter in the first word and in any words that are customarily capitalized.
سؤال
Pseudocode uses standardized symbols to show the logical steps in a solution to a programming project.
سؤال
The Windows standard is to use sentence capitalization for identifying labels.
سؤال
It is a good idea when designing the user interface to use a generous amount of graphics to maintain the user's interest.
سؤال
Use italics and underlining to emphasize information on a display screen and make it easier to read.
سؤال
When using book title capitalization, you capitalize the first letter in each word, except for articles, conjunctions, and prepositions that do not occur at either the beginning or the end of the caption.
سؤال
A Windows standard is that the flow of information on a screen be either vertical or horizontal, with the most important information in the upper-right corner of the screen.
سؤال
It is essential that programmer and user collaborate early in the application development process to make sure that the needs of the user are met.
سؤال
A label control used to display output should use which of the following BorderStyle settings?

A) FixedSingle
B) Fixed3D
C) No BorderStyle (None)
D) Sizable
سؤال
The appropriate control that will perform an action after it is clicked by the user is a ____ control.

A) label
B) button
C) textbox
D) form
سؤال
The number of different colors used on a form should be limited to ____ colors exclusive of black, white, and gray.

A) 2
B) 3
C) 4
D) 5
سؤال
The Code Editor detects most syntax errors as you enter the instructions.
سؤال
You can use the Format function to improve the appearance of the numbers displayed in an interface.
سؤال
The key used to create an access key by inserting it into a text property is ____.

A) ~
B) ^
C) &
D) <
سؤال
An instruction that is syntactically correct must also be logically correct.
سؤال
The appropriate control that is used to display information to the user, but that cannot be changed by the user is a ____ control.

A) label
B) button
C) textbox
D) form
سؤال
Which of the following are the recommended font sizes for designing elements for the user interface?

A) 8, 9, 10, 12, 20
B) 8, 10, 12, 14, 20
C) 8, 9, 10, 11, 12
D) 12, 14, 16
سؤال
The first step in planning an OO application is to ____.

A) draw a sketch of the user interface
B) identify the objects to which tasks will be assigned
C) identify the tasks the application needs to perform
D) identify the event required to trigger an object into performing its assigned tasks
سؤال
To execute an object's code using an access key you must press and hold the ____ key and the appropriate letter.

A) Scroll
B) Backslash
C) Alt
D) Tilde (~)
سؤال
The number of buttons used in a user interface according to standards should be limited to ____ buttons.

A) 3
B) 4
C) 5
D) 6
سؤال
The phrases written in a sentence structure that represent the steps a program must take to solve a particular problem are called ____.

A) a flowchart
B) pseudocode
C) object code
D) macro code
سؤال
At design time the programmer can change the form's background color by changing the ____ form property.

A) BackGround
B) Color
C) BackColor
D) ForeColor
سؤال
When designing a screen for use in a Windows 2000 environment you should probably use which of the following fonts?

A) Courier
B) Times New Roman
C) Symbol
D) Tahoma
سؤال
To test an application, you should use both valid and invalid test data.
سؤال
The programming process begins with a meeting between the programmer and the client; which of the following activities would be the next or second activity in the programming process?

A) Build the user interface
B) Plan the application
C) Code the application
D) Assemble the documentation
سؤال
Most logic errors are typing errors that occur when entering instructions.
سؤال
The last step in planning an OO application is to ____.

A) draw a sketch of the user interface
B) identify the objects to which tasks will be assigned
C) identify the tasks the application needs to perform
D) identify the event required to trigger an object into performing its assigned tasks
سؤال
The programming process begins with a meeting between the programmer and the client; which of the following activities would be the last activity in the programming process?

A) Build the user interface
B) Code the application
C) Test and debug
D) Assemble the documentation
سؤال
The symbol used in code for assignment is the ____ symbol.

A) ~
B) ^
C) <
D) =
سؤال
Which of the following symbols is used to place documentation in a program and causes Visual Basic .NET to ignore the line?

A) //
B) /*
C) */
D) '
سؤال
Which of the following is the correct syntax to move the focus to the control?

A) [Me.]object.GetFocus()
B) [Me.]object.SetFocus()
C) [Me.]object.Focus()
D) [Me.]object.FocusThis()
سؤال
Which of the following is the correct sequence of events when designing a solution?

A) write code, design interface, plan the application
B) design the interface. plan the application, write the code
C) plan the application, write the code, design the interface
D) plan the application, design the interface, write the code
سؤال
To use the keyboard backtab feature the user must press the ____ and Tab key simultaneously.

A) Shift
B) Ctrl
C) Alt
D) Ctrl + Shift
سؤال
In the mathematical expression 4*3+15/3-6 what is the answer?

A) 3
B) 7
C) 11
D) 14
سؤال
In the mathematical expression 12/6/2 the answer is ____.

A) 1
B) 2
C) 3
D) 4
سؤال
In the mathematical expression 4*3+15/3-6 which operation is performed last?

A) +
B) -
C) *
D) /
سؤال
A control's order of receiving focus is set by changing the ____ property.

A) GetFocus
B) PrevControl
C) NextControl
D) TabIndex
سؤال
In the mathematical expression 4*3+15/3-6 which operation is performed first?

A) +
B) -
C) *
D) /
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/50
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 2: Designing Applications
1
The Windows standard recommendation for the BorderStyle property for a text box is FixedSingle.
False
2
Drawing a sketch of the user interface is performed in the planning phase.
True
3
The first step in the planning phase of a programming solution is to sketch the user interface.
False
4
An object's property controls the appearance and behavior of the object.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
5
Labels that identify other controls (such as text boxes) should be right-aligned according to Windows standards.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
6
When creating materials to be displayed on screen, it is best to use a serif font to make the text easier to read.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
7
One of the main objectives in using the object-oriented (OO) approach to generating programming solutions is to limit the control of the user.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
8
A Windows standard is to use book title capitalization on command buttons.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
9
The only way to guarantee the success of an application is to actively involve the user in the planning phase.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
10
You should never use a dark color background or a light color font.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
11
According to Windows standards form control labels should be limited to three or fewer words, all appearing on one line.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
12
When creating printed materials, it is best to use a sans serif font to make the text easier to read.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
13
Sentence capitalization means you capitalize only the first letter in the first word and in any words that are customarily capitalized.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
14
Pseudocode uses standardized symbols to show the logical steps in a solution to a programming project.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
15
The Windows standard is to use sentence capitalization for identifying labels.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
16
It is a good idea when designing the user interface to use a generous amount of graphics to maintain the user's interest.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
17
Use italics and underlining to emphasize information on a display screen and make it easier to read.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
18
When using book title capitalization, you capitalize the first letter in each word, except for articles, conjunctions, and prepositions that do not occur at either the beginning or the end of the caption.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
19
A Windows standard is that the flow of information on a screen be either vertical or horizontal, with the most important information in the upper-right corner of the screen.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
20
It is essential that programmer and user collaborate early in the application development process to make sure that the needs of the user are met.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
21
A label control used to display output should use which of the following BorderStyle settings?

A) FixedSingle
B) Fixed3D
C) No BorderStyle (None)
D) Sizable
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
22
The appropriate control that will perform an action after it is clicked by the user is a ____ control.

A) label
B) button
C) textbox
D) form
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
23
The number of different colors used on a form should be limited to ____ colors exclusive of black, white, and gray.

A) 2
B) 3
C) 4
D) 5
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
24
The Code Editor detects most syntax errors as you enter the instructions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
25
You can use the Format function to improve the appearance of the numbers displayed in an interface.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
26
The key used to create an access key by inserting it into a text property is ____.

A) ~
B) ^
C) &
D) <
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
27
An instruction that is syntactically correct must also be logically correct.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
28
The appropriate control that is used to display information to the user, but that cannot be changed by the user is a ____ control.

A) label
B) button
C) textbox
D) form
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
29
Which of the following are the recommended font sizes for designing elements for the user interface?

A) 8, 9, 10, 12, 20
B) 8, 10, 12, 14, 20
C) 8, 9, 10, 11, 12
D) 12, 14, 16
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
30
The first step in planning an OO application is to ____.

A) draw a sketch of the user interface
B) identify the objects to which tasks will be assigned
C) identify the tasks the application needs to perform
D) identify the event required to trigger an object into performing its assigned tasks
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
31
To execute an object's code using an access key you must press and hold the ____ key and the appropriate letter.

A) Scroll
B) Backslash
C) Alt
D) Tilde (~)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
32
The number of buttons used in a user interface according to standards should be limited to ____ buttons.

A) 3
B) 4
C) 5
D) 6
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
33
The phrases written in a sentence structure that represent the steps a program must take to solve a particular problem are called ____.

A) a flowchart
B) pseudocode
C) object code
D) macro code
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
34
At design time the programmer can change the form's background color by changing the ____ form property.

A) BackGround
B) Color
C) BackColor
D) ForeColor
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
35
When designing a screen for use in a Windows 2000 environment you should probably use which of the following fonts?

A) Courier
B) Times New Roman
C) Symbol
D) Tahoma
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
36
To test an application, you should use both valid and invalid test data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
37
The programming process begins with a meeting between the programmer and the client; which of the following activities would be the next or second activity in the programming process?

A) Build the user interface
B) Plan the application
C) Code the application
D) Assemble the documentation
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
38
Most logic errors are typing errors that occur when entering instructions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
39
The last step in planning an OO application is to ____.

A) draw a sketch of the user interface
B) identify the objects to which tasks will be assigned
C) identify the tasks the application needs to perform
D) identify the event required to trigger an object into performing its assigned tasks
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
40
The programming process begins with a meeting between the programmer and the client; which of the following activities would be the last activity in the programming process?

A) Build the user interface
B) Code the application
C) Test and debug
D) Assemble the documentation
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
41
The symbol used in code for assignment is the ____ symbol.

A) ~
B) ^
C) <
D) =
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
42
Which of the following symbols is used to place documentation in a program and causes Visual Basic .NET to ignore the line?

A) //
B) /*
C) */
D) '
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
43
Which of the following is the correct syntax to move the focus to the control?

A) [Me.]object.GetFocus()
B) [Me.]object.SetFocus()
C) [Me.]object.Focus()
D) [Me.]object.FocusThis()
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
44
Which of the following is the correct sequence of events when designing a solution?

A) write code, design interface, plan the application
B) design the interface. plan the application, write the code
C) plan the application, write the code, design the interface
D) plan the application, design the interface, write the code
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
45
To use the keyboard backtab feature the user must press the ____ and Tab key simultaneously.

A) Shift
B) Ctrl
C) Alt
D) Ctrl + Shift
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
46
In the mathematical expression 4*3+15/3-6 what is the answer?

A) 3
B) 7
C) 11
D) 14
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
47
In the mathematical expression 12/6/2 the answer is ____.

A) 1
B) 2
C) 3
D) 4
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
48
In the mathematical expression 4*3+15/3-6 which operation is performed last?

A) +
B) -
C) *
D) /
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
49
A control's order of receiving focus is set by changing the ____ property.

A) GetFocus
B) PrevControl
C) NextControl
D) TabIndex
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
50
In the mathematical expression 4*3+15/3-6 which operation is performed first?

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