Deck 12: Construction

Full screen (f)
exit full mode
Question
The number of errors found will be highest in the _____ stage of testing.

A) unit test
B) integration test
C) system test
D) acceptance test (alpha)
E) acceptance test (beta)
Use Space or
up arrow
down arrow
to flip the card.
Question
When programmers or project teams set up three areas on different disk drives in which the programmers can work, these areas are for _____.

A) development, goal setting, and testing
B) development, testing, and contracting
C) development, testing, and production
D) testing, filing, and printing
E) testing, printing, and program logging
Question
_____ allow hiding everything in a system behind a visible interface, making testing difficult.

A) Encapsulation and information hiding
B) Polymorphism and dynamic binding
C) Inheritance
D) Reuse
E) Object-oriented development processes
Question
_____ documentation is designed to help programmers and systems analysts understand the application software and maintain it after the system is installed.

A) Acceptance
B) Integration
C) Navigation
D) System
E) User
Question
A(n) _____ defines a series of tests that will be conducted to identify errors in programming.

A) object test
B) test script
C) stud test
D) test case
E) test plan
Question
_____ is the development of all parts of the new system including the software, documentation, and new operating procedures.

A) Construction
B) Design
C) Documentation
D) Management
E) Testing
Question
A(n) _____ is a navigation control for on-line documentation that provides access into topics using important keyword.

A) agent search
B) index
C) table of contents
D) text search
E) web-like links
Question
The cost of fixing one major bug after the system is installed can easily exceed the _____.

A) annual salary of a programmer
B) cost of one week's work as a programmer
C) cost of two weeks' work as a programmer
D) entire cost of the programming project
E) value of the entire systems team
Question
_____ is the test that is performed to ensure that all classes work together without error and meet the business requirements for usability, security, and performance.

A) Acceptance testing
B) Beta testing
C) Integration testing
D) System testing
E) Unit testing
Question
Which approach to system testing checks to see if the new system can handle high volumes of transactions?

A) requirements testing
B) usability testing
C) security testing
D) performance testing
E) documentation testing
Question
Which of the following statements is true about testing object-oriented systems?

A) testing can be minimized since we are reusing parts of systems that have been tested before
B) testing should be designed to prove there are no errors in the system
C) testing is more important than it was in systems developed before object-oriented development
D) encapsulation makes testing easier
E) most testing techniques have been developed to support object-oriented development
Question
_____ is the type of test performed to assess whether a set of classes that must work together do so without an error.

A) Acceptance testing
B) Beta testing
C) Integration testing
D) System testing
E) Unit testing
Question
Mary has written a message into her program to notify her when a particular class has been reached within the program. This message is commonly called a _____.

A) change item
B) error message
C) navigator
D) stub
E) unit
Question
_____ makes it impossible to know which implementation is going to be executed until the system actually does it.

A) Information hiding
B) Dynamic binding
C) Inheritance
D) Reuse
E) Encapsulation
Question
When information systems projects fail, the primary reason has traditionally been _____

A) improperly trained programmers
B) inadequate planning
C) poor analysis, design, installation, or project management
D) poor programming
E) shortened testing periods
Question
When assigning programmers to a programming team, the best size of the team is _____.

A) five
B) six
C) the largest number of people possible
D) the smallest number of people possible
E) twenty-two
Question
Regular meetings of a systems project team _____.

A) encourage communication
B) is not a simple approach
C) reduce communication
D) reduce discussion
E) should not be held unless necessary
Question
The type of documentation designed to be used when the user needs to learn how to perform a specific function is known as _____.

A) procedural cohesion
B) procedures manuals
C) reference documents
D) sequential cohesion
E) tutorials
Question
A classic mistake made during the implementation phase is to _____.

A) create a risk assessment
B) maintain control over the code
C) plan for the use of state-of-the-art technology
D) spend too much time in testing
E) use low cost personnel
Question
Topics in the text documentation should be written from the viewpoint of ______.

A) the programmers
B) the users
C) the sponsor
D) what the system can do
E) the objects
Question
Programming can be the greatest single component of any information systems development project in terms of time and cost.
Question
Hall identified several cultural differences, and cultural issues add a new wrinkle in the management of developing a successful information system. From an information systems development perspective, _______________ could influence the ability of a team member to see (or not see) potential creative solutions that are out of the box or affect a team member's ability (or inability) to understand the entire problem under consideration.

A) time
B) context
C) color
D) language
E) geography
Question
Integration tests focus on one unit, program, or class that performs a specific function.
Question
The programming process of a new systems project is considered completed prior to testing.
Question
In developing documentation use ______.

A) the active voice
B) e-prime style
C) consistent terms
D) parallel grammatical structures
E) all of the above
Question
Three common types of documentation are reference documents, help systems, and procedure manuals.
Question
If you use state-of-the-art technology, you can significantly decrease the project's time and cost estimates because the newer technologies are much faster and more efficient than older ones.
Question
Hofstede identified 5 dimensions on cultural differences. Which one in the following list is NOT the dimension Hofstede identified?

A) individualism and collectivism
B) time
C) power distance
D) religion
E) masculinity versus femininity
Question
In developing documentation use __________.

A) formal language
B) simple language
C) technical language
D) all of the above
E) none of the above
Question
A test plan is often a short document (1 to 2 pages) that has one to two sentences about each test to be performed during the testing part of the implementation phase.
Question
If cost is a critical issue, you should assign the best, most expensive personnel to the implementation phase; never assign entry-level personnel in an attempt to save costs.
Question
Documentation should be written in long paragraphs so that users get large amounts of detail quickly.
Question
The larger the number of programmers assigned to a programming team, the shorter the time will be for programming to be completed.
Question
System tests are conducted by the systems analysts to ensure that all classes work together without error.
Question
Which one in the following is NOT in the state of the system testing?

A) Requirements Testing
B) Usability Testing
C) Security Testing
D) Performance Testing
E) System Interface Testing
Question
Implementation is the development of all parts of the system, including the software development, documentation creation, and new operating procedures generation.
Question
The number one reason for project failure during implementation is testing in which the programmers and analysts test the system without formal test plans.
Question
From an information systems development perspective, the common language today tends to be ____________, Java, SQL, C++, Objective-C, and Visual Basic.

A) English
B) Formal language like Finite State Machines
C) technical language
D) UML
E) Graphical language
Question
Three recommended guidelines for writing documentation are to use an active voice, use consistent terms, and use parallel grammatical structures.
Question
On large projects, programmers must coordinate changes to the program source code, and the best way to avoid mistakes is to use a source code library, which requires programmers to check out programs and prohibits others from working on them at the same time.
Question
Unit testing includes two kinds of tests: white box testing and black box testing.
Question
Acceptance testing is done in two stages: alpha testing, where users test the system using made-up data, and beta testing, where users begin to use the system with real data but are carefully monitored for errors.
Question
Time required to develop and test user documentation should be built into the project plan.
Question
One of the most common causes for schedule problems is scope creep
Question
The four approaches to unit testing are user interface testing, use scenario testing, data flow testing, and system interface testing; most projects use all four approaches.
Question
Beta testing is part of performance testing.
Question
Unit test is the type of test performed to ensure that a class is performing the function as it is defined in the program specifications.
Question
The type of navigation control for topics that organizes the information into a logical form (as though the users were to read the material from start to finish) is known as table of contents.
Question
System documentation consists of user's manuals, training manuals, and on-line help systems.
Question
If cost is a critical issue, a reasonable solution is to assign lower cost programmers to the project.
Question
Interaction testing is one type of integration testing. In interaction testing, the entire system starts as a set of stubs, and each class is added in turn and tested.
Question
Performance testing (examining the ability of the system to perform under high loads) is an example of integration testing
Question
A reference document is designed so the user can learn how to perform a specific computer application function.
Question
The general structure used in most on-line documentation for documents, procedures manuals, or tutorials is called documentation items.
Question
A reference document describes how to perform a business task that typically requires several computer functions or steps.
Question
System documentation is intended to help programmers and systems analysts understand the application software and enable them to build it or maintain it after the system is installed.
Question
A tutorial will teach people how to use a major component of the system by providing a step-by-step or sequence of entries.
Question
A classic mistake made during the implementation phase is to coordinate changes to the source code, since that increases the development time.
Question
Paper-based user documentation is simpler to use because it is more familiar to users, is easier to flip through to gain a general understanding of its organization and topics, and can be used far away from the computer itself.
Question
The type of documentation designed to describe how to perform business tasks is known as procedures manuals.
Question
The goal of acceptance testing is to confirm that the system is complete, meets the business needs that prompted the system to be developed, and is acceptable to the users.
Question
In polychronic time cultures, deadlines are critical. This is probably why timeboxing has been relatively successful as a method to control projects.
Question
One has to execute the system under test to know which implementation to be used when dynamic biding is implemented in the system.
Question
Omitting all forms of the verb "to be" from documentation to create a more active writing style follows the documentation guideline "use active voice."
Question
An index is a navigation control for on-line documentation that provides the ability to search through the topics with user generated text.
Question
Given the context dimension identified by Hall on cultural difference, the level of detail in direction could be varied between cultures.
Question
Understanding cultural issues is extremely important to successfully manage international / multicultural development teams..
Question
White-Box testing is used when complexity of the system under testing is high.
Question
The guideline for crafting documentation that when followed permits the user to quickly scan text to find the information needed is "use e-prime style".
Question
When writing documentation, all commands contain two parts, an index and an action.
Question
Changing the headings from "Calling the Help Desk", "How to Dial the Phone," and "Provide Important Details" to "Calling the Help Desk", "Dialing the Phone", and "Providing Important Details" is an example of implementing the "use parallel grammatical structures" guideline for crafting documentation.
Question
Identify three types of user documentation. Contrast when each form of documentation should be used.
Question
Terms for the index and search engine can come from technical terms the analyst used in creating the system.
Question
The change from "Select the text you want to copy. Pressing the copy button will copy the marked text to the new location." to "Select the text you want to copy. Pressing the copy button will copy the selected text to the new location." is an application of the guideline "use consistent terms" for crafting documentation?
Question
The number of errors found will be lowest in the unit testing stage of testing.
Question
Comparing managing programmers in a feminine culture than in a masculine culture, it is more important to ensure that the workplace is a supportive, non-competitive, and nurturing environment in a feminine culture.
Question
The guideline for crafting documentation that creates a more readable text by putting the subject at the start of the sentence, the verb in the middle, and the object at the end of the sentence is "use the active voice".
Question
Testing Object-oriented system is same as difficult as testing non-object-oriented systems.
Question
During the construction phase of the SDLC the project manager must coordinate the programming activities performed by the programmers. Identify three coordination activities and provide the advantages of each.
Question
System interface testing is performed at the system testing state .
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/95
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 12: Construction
1
The number of errors found will be highest in the _____ stage of testing.

A) unit test
B) integration test
C) system test
D) acceptance test (alpha)
E) acceptance test (beta)
B
2
When programmers or project teams set up three areas on different disk drives in which the programmers can work, these areas are for _____.

A) development, goal setting, and testing
B) development, testing, and contracting
C) development, testing, and production
D) testing, filing, and printing
E) testing, printing, and program logging
C
3
_____ allow hiding everything in a system behind a visible interface, making testing difficult.

A) Encapsulation and information hiding
B) Polymorphism and dynamic binding
C) Inheritance
D) Reuse
E) Object-oriented development processes
A
4
_____ documentation is designed to help programmers and systems analysts understand the application software and maintain it after the system is installed.

A) Acceptance
B) Integration
C) Navigation
D) System
E) User
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
5
A(n) _____ defines a series of tests that will be conducted to identify errors in programming.

A) object test
B) test script
C) stud test
D) test case
E) test plan
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
6
_____ is the development of all parts of the new system including the software, documentation, and new operating procedures.

A) Construction
B) Design
C) Documentation
D) Management
E) Testing
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
7
A(n) _____ is a navigation control for on-line documentation that provides access into topics using important keyword.

A) agent search
B) index
C) table of contents
D) text search
E) web-like links
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
8
The cost of fixing one major bug after the system is installed can easily exceed the _____.

A) annual salary of a programmer
B) cost of one week's work as a programmer
C) cost of two weeks' work as a programmer
D) entire cost of the programming project
E) value of the entire systems team
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
9
_____ is the test that is performed to ensure that all classes work together without error and meet the business requirements for usability, security, and performance.

A) Acceptance testing
B) Beta testing
C) Integration testing
D) System testing
E) Unit testing
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
10
Which approach to system testing checks to see if the new system can handle high volumes of transactions?

A) requirements testing
B) usability testing
C) security testing
D) performance testing
E) documentation testing
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
11
Which of the following statements is true about testing object-oriented systems?

A) testing can be minimized since we are reusing parts of systems that have been tested before
B) testing should be designed to prove there are no errors in the system
C) testing is more important than it was in systems developed before object-oriented development
D) encapsulation makes testing easier
E) most testing techniques have been developed to support object-oriented development
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
12
_____ is the type of test performed to assess whether a set of classes that must work together do so without an error.

A) Acceptance testing
B) Beta testing
C) Integration testing
D) System testing
E) Unit testing
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
13
Mary has written a message into her program to notify her when a particular class has been reached within the program. This message is commonly called a _____.

A) change item
B) error message
C) navigator
D) stub
E) unit
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
14
_____ makes it impossible to know which implementation is going to be executed until the system actually does it.

A) Information hiding
B) Dynamic binding
C) Inheritance
D) Reuse
E) Encapsulation
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
15
When information systems projects fail, the primary reason has traditionally been _____

A) improperly trained programmers
B) inadequate planning
C) poor analysis, design, installation, or project management
D) poor programming
E) shortened testing periods
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
16
When assigning programmers to a programming team, the best size of the team is _____.

A) five
B) six
C) the largest number of people possible
D) the smallest number of people possible
E) twenty-two
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
17
Regular meetings of a systems project team _____.

A) encourage communication
B) is not a simple approach
C) reduce communication
D) reduce discussion
E) should not be held unless necessary
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
18
The type of documentation designed to be used when the user needs to learn how to perform a specific function is known as _____.

A) procedural cohesion
B) procedures manuals
C) reference documents
D) sequential cohesion
E) tutorials
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
19
A classic mistake made during the implementation phase is to _____.

A) create a risk assessment
B) maintain control over the code
C) plan for the use of state-of-the-art technology
D) spend too much time in testing
E) use low cost personnel
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
20
Topics in the text documentation should be written from the viewpoint of ______.

A) the programmers
B) the users
C) the sponsor
D) what the system can do
E) the objects
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
21
Programming can be the greatest single component of any information systems development project in terms of time and cost.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
22
Hall identified several cultural differences, and cultural issues add a new wrinkle in the management of developing a successful information system. From an information systems development perspective, _______________ could influence the ability of a team member to see (or not see) potential creative solutions that are out of the box or affect a team member's ability (or inability) to understand the entire problem under consideration.

A) time
B) context
C) color
D) language
E) geography
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
23
Integration tests focus on one unit, program, or class that performs a specific function.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
24
The programming process of a new systems project is considered completed prior to testing.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
25
In developing documentation use ______.

A) the active voice
B) e-prime style
C) consistent terms
D) parallel grammatical structures
E) all of the above
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
26
Three common types of documentation are reference documents, help systems, and procedure manuals.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
27
If you use state-of-the-art technology, you can significantly decrease the project's time and cost estimates because the newer technologies are much faster and more efficient than older ones.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
28
Hofstede identified 5 dimensions on cultural differences. Which one in the following list is NOT the dimension Hofstede identified?

A) individualism and collectivism
B) time
C) power distance
D) religion
E) masculinity versus femininity
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
29
In developing documentation use __________.

A) formal language
B) simple language
C) technical language
D) all of the above
E) none of the above
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
30
A test plan is often a short document (1 to 2 pages) that has one to two sentences about each test to be performed during the testing part of the implementation phase.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
31
If cost is a critical issue, you should assign the best, most expensive personnel to the implementation phase; never assign entry-level personnel in an attempt to save costs.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
32
Documentation should be written in long paragraphs so that users get large amounts of detail quickly.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
33
The larger the number of programmers assigned to a programming team, the shorter the time will be for programming to be completed.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
34
System tests are conducted by the systems analysts to ensure that all classes work together without error.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
35
Which one in the following is NOT in the state of the system testing?

A) Requirements Testing
B) Usability Testing
C) Security Testing
D) Performance Testing
E) System Interface Testing
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
36
Implementation is the development of all parts of the system, including the software development, documentation creation, and new operating procedures generation.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
37
The number one reason for project failure during implementation is testing in which the programmers and analysts test the system without formal test plans.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
38
From an information systems development perspective, the common language today tends to be ____________, Java, SQL, C++, Objective-C, and Visual Basic.

A) English
B) Formal language like Finite State Machines
C) technical language
D) UML
E) Graphical language
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
39
Three recommended guidelines for writing documentation are to use an active voice, use consistent terms, and use parallel grammatical structures.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
40
On large projects, programmers must coordinate changes to the program source code, and the best way to avoid mistakes is to use a source code library, which requires programmers to check out programs and prohibits others from working on them at the same time.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
41
Unit testing includes two kinds of tests: white box testing and black box testing.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
42
Acceptance testing is done in two stages: alpha testing, where users test the system using made-up data, and beta testing, where users begin to use the system with real data but are carefully monitored for errors.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
43
Time required to develop and test user documentation should be built into the project plan.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
44
One of the most common causes for schedule problems is scope creep
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
45
The four approaches to unit testing are user interface testing, use scenario testing, data flow testing, and system interface testing; most projects use all four approaches.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
46
Beta testing is part of performance testing.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
47
Unit test is the type of test performed to ensure that a class is performing the function as it is defined in the program specifications.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
48
The type of navigation control for topics that organizes the information into a logical form (as though the users were to read the material from start to finish) is known as table of contents.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
49
System documentation consists of user's manuals, training manuals, and on-line help systems.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
50
If cost is a critical issue, a reasonable solution is to assign lower cost programmers to the project.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
51
Interaction testing is one type of integration testing. In interaction testing, the entire system starts as a set of stubs, and each class is added in turn and tested.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
52
Performance testing (examining the ability of the system to perform under high loads) is an example of integration testing
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
53
A reference document is designed so the user can learn how to perform a specific computer application function.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
54
The general structure used in most on-line documentation for documents, procedures manuals, or tutorials is called documentation items.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
55
A reference document describes how to perform a business task that typically requires several computer functions or steps.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
56
System documentation is intended to help programmers and systems analysts understand the application software and enable them to build it or maintain it after the system is installed.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
57
A tutorial will teach people how to use a major component of the system by providing a step-by-step or sequence of entries.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
58
A classic mistake made during the implementation phase is to coordinate changes to the source code, since that increases the development time.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
59
Paper-based user documentation is simpler to use because it is more familiar to users, is easier to flip through to gain a general understanding of its organization and topics, and can be used far away from the computer itself.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
60
The type of documentation designed to describe how to perform business tasks is known as procedures manuals.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
61
The goal of acceptance testing is to confirm that the system is complete, meets the business needs that prompted the system to be developed, and is acceptable to the users.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
62
In polychronic time cultures, deadlines are critical. This is probably why timeboxing has been relatively successful as a method to control projects.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
63
One has to execute the system under test to know which implementation to be used when dynamic biding is implemented in the system.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
64
Omitting all forms of the verb "to be" from documentation to create a more active writing style follows the documentation guideline "use active voice."
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
65
An index is a navigation control for on-line documentation that provides the ability to search through the topics with user generated text.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
66
Given the context dimension identified by Hall on cultural difference, the level of detail in direction could be varied between cultures.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
67
Understanding cultural issues is extremely important to successfully manage international / multicultural development teams..
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
68
White-Box testing is used when complexity of the system under testing is high.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
69
The guideline for crafting documentation that when followed permits the user to quickly scan text to find the information needed is "use e-prime style".
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
70
When writing documentation, all commands contain two parts, an index and an action.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
71
Changing the headings from "Calling the Help Desk", "How to Dial the Phone," and "Provide Important Details" to "Calling the Help Desk", "Dialing the Phone", and "Providing Important Details" is an example of implementing the "use parallel grammatical structures" guideline for crafting documentation.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
72
Identify three types of user documentation. Contrast when each form of documentation should be used.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
73
Terms for the index and search engine can come from technical terms the analyst used in creating the system.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
74
The change from "Select the text you want to copy. Pressing the copy button will copy the marked text to the new location." to "Select the text you want to copy. Pressing the copy button will copy the selected text to the new location." is an application of the guideline "use consistent terms" for crafting documentation?
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
75
The number of errors found will be lowest in the unit testing stage of testing.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
76
Comparing managing programmers in a feminine culture than in a masculine culture, it is more important to ensure that the workplace is a supportive, non-competitive, and nurturing environment in a feminine culture.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
77
The guideline for crafting documentation that creates a more readable text by putting the subject at the start of the sentence, the verb in the middle, and the object at the end of the sentence is "use the active voice".
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
78
Testing Object-oriented system is same as difficult as testing non-object-oriented systems.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
79
During the construction phase of the SDLC the project manager must coordinate the programming activities performed by the programmers. Identify three coordination activities and provide the advantages of each.
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
80
System interface testing is performed at the system testing state .
Unlock Deck
Unlock for access to all 95 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 95 flashcards in this deck.