Deck 2: Designing Applications
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/50
Play
Full screen (f)
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.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
5
Labels that identify other controls (such as text boxes) should be right-aligned according to Windows standards.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
8
A Windows standard is to use book title capitalization on command buttons.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
9
The only way to guarantee the success of an application is to actively involve the user in the planning phase.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
10
You should never use a dark color background or a light color font.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
11
According to Windows standards form control labels should be limited to three or fewer words, all appearing on one line.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
12
When creating printed materials, it is best to use a sans serif font to make the text easier to read.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
14
Pseudocode uses standardized symbols to show the logical steps in a solution to a programming project.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
15
The Windows standard is to use sentence capitalization for identifying labels.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
17
Use italics and underlining to emphasize information on a display screen and make it easier to read.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
A) FixedSingle
B) Fixed3D
C) No BorderStyle (None)
D) Sizable
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
A) label
B) button
C) textbox
D) form
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
A) 2
B) 3
C) 4
D) 5
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
24
The Code Editor detects most syntax errors as you enter the instructions.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
25
You can use the Format function to improve the appearance of the numbers displayed in an interface.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
26
The key used to create an access key by inserting it into a text property is ____.
A) ~
B) ^
C) &
D) <
A) ~
B) ^
C) &
D) <
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
27
An instruction that is syntactically correct must also be logically correct.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
A) label
B) button
C) textbox
D) form
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
A) 8, 9, 10, 12, 20
B) 8, 10, 12, 14, 20
C) 8, 9, 10, 11, 12
D) 12, 14, 16
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
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
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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 (~)
A) Scroll
B) Backslash
C) Alt
D) Tilde (~)
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
A) 3
B) 4
C) 5
D) 6
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
A) a flowchart
B) pseudocode
C) object code
D) macro code
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
A) BackGround
B) Color
C) BackColor
D) ForeColor
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
A) Courier
B) Times New Roman
C) Symbol
D) Tahoma
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
36
To test an application, you should use both valid and invalid test data.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
A) Build the user interface
B) Plan the application
C) Code the application
D) Assemble the documentation
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
38
Most logic errors are typing errors that occur when entering instructions.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
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
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
A) Build the user interface
B) Code the application
C) Test and debug
D) Assemble the documentation
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
41
The symbol used in code for assignment is the ____ symbol.
A) ~
B) ^
C) <
D) =
A) ~
B) ^
C) <
D) =
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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) '
A) //
B) /*
C) */
D) '
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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()
A) [Me.]object.GetFocus()
B) [Me.]object.SetFocus()
C) [Me.]object.Focus()
D) [Me.]object.FocusThis()
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
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
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
A) Shift
B) Ctrl
C) Alt
D) Ctrl + Shift
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
A) 3
B) 7
C) 11
D) 14
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
47
In the mathematical expression 12/6/2 the answer is ____.
A) 1
B) 2
C) 3
D) 4
A) 1
B) 2
C) 3
D) 4
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
48
In the mathematical expression 4*3+15/3-6 which operation is performed last?
A) +
B) -
C) *
D) /
A) +
B) -
C) *
D) /
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
A) GetFocus
B) PrevControl
C) NextControl
D) TabIndex
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
50
In the mathematical expression 4*3+15/3-6 which operation is performed first?
A) +
B) -
C) *
D) /
A) +
B) -
C) *
D) /
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck