SlideShare a Scribd company logo
i need this done in one hour?????????????????????????????????
Q1. In a communication diagram, a(n)
sequence number
indicates the order of the messages.
[removed]
a. true
[removed]
b. false
Q2. A(n)
method signature
shows all of the information needed to invoke, or call, the
method.
[removed]
a. true
[removed]
b. false
Q3. A detailed sequence diagram should only include classes
that are listed in the use case preconditions and postconditions.
[removed]
a. true
[removed]
b. false
Q4. A combination of prototyping and model building is the
most effective approach for building systems.
[removed]
a. true
[removed]
b. false
Q5. Communication diagrams and sequence diagrams capture
different types of information.
[removed]
a. true
[removed]
b. false
Q6.
CRC cards
are index cards that are used to document the classes in a
system, the ways the classes collaborate, and the responsibility
for each class for each use case collaboration.
[removed]
a. true
[removed]
b. false
Q7. In design class notation, a(n)
plus
sign indicates that an attribute is private.
[removed]
a. true
[removed]
b. false
Q8. ____ are classes that system designers create to serve as a
collection point for incoming messages.
[removed]
a. Persistent classes
[removed]
b. Use case controllers
[removed]
c. Control classes
[removed]
d. Links
Q9. ____ is an advanced database tool to access databases from
Web pages.
[removed]
a. HTML
[removed]
b. XML
[removed]
c. Cold Fusion
[removed]
d. JavaScript
Q10. Designers often sketch statechart fragments to illustrate a
single control process in the system.
[removed]
a. true
[removed]
b. false
Q11. It is difficult to limit changes to a(n)
adapter
class.
[removed]
a. true
[removed]
b. false
Q12. In a three-layer Java-based architecture, the Java servlet
identified for the input form can be the ____ that distributes
input messages.
[removed]
a. application server processor
[removed]
b. use case controller
[removed]
c. code behind object
[removed]
d. compiler
Q13. A(n)
two-layer
architecture is appropriate for systems that need to support
multiple user interfaces, both Internet-based and network-based.
[removed]
a. true
[removed]
b. false
Q14. A Web page can be depicted in an implementation
diagram by a frameset and
stereotype
.
[removed]
a. true
[removed]
b. false
Q15. The code to implement the singleton pattern is complex.
[removed]
a. true
[removed]
b. false
Q16. Key attributes may be natural or invented.
[removed]
a. true
[removed]
b. false
Q17. Administrators access the physical store of a DBMS
directly.
[removed]
a. true
[removed]
b. false
Q18. Using internally invented keys is the safest long-term
strategy in most cases.
[removed]
a. true
[removed]
b. false
Q19. In a relational database, the uniqueness of rows within a
table is guaranteed if the primary key is unique.
[removed]
a. true
[removed]
b. false
Q20. Invented keys cannot be externally assigned.
[removed]
a. true
[removed]
b. false
Q21. Declaring an association as a(n) ____ allows the ODBMS
to allocate as many object identifier attributes of one object
type to each object of the other type as are needed to represent
association instances.
[removed]
a. primary key
[removed]
b. attribute
[removed]
c. complex type
[removed]
d. set
Q22. The
ODMG
standards are the basis of the JDO standards, as well as some
interfaces between ODBMSs and the C++ and SmallTalk
programming languages.
[removed]
a. true
[removed]
b. false
Q23. When designing for the computer medium, design for low
bandwidth.
[removed]
a. true
[removed]
b. false
Q24. Easy-to-learn interfaces are appropriate for office workers
that use a system all day.
[removed]
a. true
[removed]
b. false
Q25. _____ first emphasized the benefits of consistency in the
1980s.
[removed]
a. Microsoft Windows
[removed]
b. Apple Macintosh
[removed]
c. Xerox PARC
[removed]
d. IBM mainframes
Q26. In most system development projects, analysts design
system interfaces and user interfaces together because the two
types require similar expertise and technology.
[removed]
a. true
[removed]
b. false
Q27. After identifying all required dialogs, the designers must
document
the dialogs.
[removed]
a. true
[removed]
b. false
Q28. Designers should include
Cancel
buttons on all dialog boxes to allow users to go back one step
at any time.
[removed]
a. true
[removed]
b. false
Q29. The
object-oriented
approach to user-centered design focuses on users and their
work by identifying actors, use cases, and scenarios followed
when using the system..
[removed]
a. true
[removed]
b. false
Q30. A(n)
access
control is an integrity control to validate the input data for
correctness and appropriateness.
[removed]
a. true
[removed]
b. false
Q31. ____ is the process of determining whether a user is
permitted to have access to the system and data.
[removed]
a. Authentication
[removed]
b. Certification
[removed]
c. Authorization
[removed]
d. Encryption
Q32. ____ is a technique to link a summary field to its
supporting detail and enable users to view the detail
dynamically.
[removed]
a. Drill down
[removed]
b. Transaction logging
[removed]
c. Encryption
[removed]
d. Ad hoc
Q33. A principle of error reduction is to reuse the information
already in the computer whenever possible.
[removed]
a. true
[removed]
b. false
Q34. A(n) ____ report includes both detailed and summary
information.
[removed]
a. turnaround
[removed]
b. control break
[removed]
c. executive
[removed]
d. ad hoc
Q35. ____ reports contain specific information on day-to-day
business transactions.
[removed]
a. Detailed
[removed]
b. Summary
[removed]
c. Executive
[removed]
d. Exception
Q36. ____ and many Web-based systems are integrated with
other systems through direct messaging.
[removed]
a. HCI
[removed]
b. EDI
[removed]
c. HTML
[removed]
d. DTD
Q37. Less frequent testing provides rapidly diminishing
benefits because more software has changed and errors are more
difficult to track to their source.
[removed]
a. true
[removed]
b. false
Q38. A common principle of team organization is that the team
should have no more than ____ members.
[removed]
a. 5
[removed]
b. 10
[removed]
c. 15
[removed]
d. 20
Q39. The most common type of
user acceptance
test evaluates functional requirements and the quality of a user
interface.
[removed]
a. true
[removed]
b. false
Q40. System testing is usually only performed at the
conclusion of the implementation discipline.
[removed]
a. true
[removed]
b. false
Q41. Perhaps the most important and difficult acquisition task
is choosing an appropriate component interaction standard and
supporting system software.
[removed]
a. true
[removed]
b. false
Q42. Foundation classes are typically reused in many parts of
the system.
[removed]
a. true
[removed]
b. false
Q43. Beta and production versions must be stored as long as
they are installed on any user machines.
[removed]
a. true
[removed]
b. false
Q44. We use ____ to document ideas that we need to remember
and to communicate those ideas to other people.
[removed]
a. refactoring
[removed]
b. logs
[removed]
c. models
[removed]
d. classes
Q45. The quality of the code is always higher in a pair-
programming environment.
[removed]
a. true
[removed]
b. false
Q46. Which of the following is an XP practice?
[removed]
a. occasional big releases
[removed]
b. long working hours
[removed]
c. continual involvement of users
[removed]
d. early detailed planning
Q47. In XP,
release-level
activities occur once during each development project.
[removed]
a. true
[removed]
b. false
Q48. The first release-level activity in an XP development
approach is ____.
[removed]
a. performing acceptance testing
[removed]
b. creating acceptance tests
[removed]
c. planning a series of iterations
[removed]
d. dividing code units among teams
Q49. The ____ is a standard for software component
connection and interaction developed by Microsoft.
[removed]
a. COM+
[removed]
b. EJB
[removed]
c. .NET
[removed]
d. CORBA
Q50. Foundation classes are organized into one or more
inheritance hierarchies.
[removed]
a. true
[removed]
b. false
i need this done in one hourQ1. I.docx

More Related Content

PDF
Systems Analysis and Design 11th Edition Tilley Test Bank
PDF
cloud compute
PDF
Systems Analysis and Design 11th Edition Tilley Test Bank
PDF
Be 2008-it
PDF
C++ How to Program 10th Edition Deitel Test Bank
PDF
H19-401_V1.0 HCSP-Presales-Campus Network Planning and Design V1.0 Exam Quest...
PDF
Systems Analysis and Design 11th Edition Tilley Test Bank
PDF
Systems Analysis and Design 11th Edition Tilley Test Bank
Systems Analysis and Design 11th Edition Tilley Test Bank
cloud compute
Systems Analysis and Design 11th Edition Tilley Test Bank
Be 2008-it
C++ How to Program 10th Edition Deitel Test Bank
H19-401_V1.0 HCSP-Presales-Campus Network Planning and Design V1.0 Exam Quest...
Systems Analysis and Design 11th Edition Tilley Test Bank
Systems Analysis and Design 11th Edition Tilley Test Bank

Similar to i need this done in one hourQ1. I.docx (20)

PDF
Systems Analysis and Design 11th Edition Tilley Test Bank
DOCX
PRINCIPLES OF SOFTWARE ARCHITECTURE
PDF
Systems Analysis and Design 11th Edition Tilley Test Bank
PDF
Traffic Sign Recognition System
PDF
Dlf2
PDF
Nov 08 P1
PDF
Deployment of Debug and Trace for features in RISC-V Core
PDF
BPSC Previous Year Question for AP, ANE, AME, ADA, AE
PPT
Express 070 536
PDF
Samples of competitive examination questions: part II
PDF
Dell Technologies D-MN-OE-23 Exam Info | Sample Questions | Passing Tips
PDF
C++ How to Program 10th Edition Deitel Test Bank
PDF
Systems Analysis and Design 9th Edition Shelly Test Bank
DOCX
Exam quistions
PDF
Final Exam Solutions Fall02
PPTX
Cad cam
PDF
Computer Awareness MCQ Most Important Question
DOCX
Dnyaneshwar_Anantwar_Resume
PDF
Bangladesh Bank Assistant Maintenance Engineer Question Solution.
Systems Analysis and Design 11th Edition Tilley Test Bank
PRINCIPLES OF SOFTWARE ARCHITECTURE
Systems Analysis and Design 11th Edition Tilley Test Bank
Traffic Sign Recognition System
Dlf2
Nov 08 P1
Deployment of Debug and Trace for features in RISC-V Core
BPSC Previous Year Question for AP, ANE, AME, ADA, AE
Express 070 536
Samples of competitive examination questions: part II
Dell Technologies D-MN-OE-23 Exam Info | Sample Questions | Passing Tips
C++ How to Program 10th Edition Deitel Test Bank
Systems Analysis and Design 9th Edition Shelly Test Bank
Exam quistions
Final Exam Solutions Fall02
Cad cam
Computer Awareness MCQ Most Important Question
Dnyaneshwar_Anantwar_Resume
Bangladesh Bank Assistant Maintenance Engineer Question Solution.
Ad

More from evontdcichon (20)

DOCX
I need this done by Friday, March 18th at 800 AM PACIFIC time..docx
DOCX
I need this assignment today midnight.to read the Anderson and Dos.docx
DOCX
I need this in 3hours.Chapter 8 -- Crimes            1.     .docx
DOCX
I need the Following Questions Answered Regarding the company APPL.docx
DOCX
I need this assignment done using this paper that follows it.Pro.docx
DOCX
i need this in 15 hours HomeworkFor this assignment, consider t.docx
DOCX
I need this assignment complete by 03282016 @ 300PM Pacific Stand.docx
DOCX
I need these questions answered separately with 75-100 words each..docx
DOCX
I need the following questions answered quickly. Short paragraph for.docx
DOCX
I need the attached assignment I am sending the sequence of activiti.docx
DOCX
I need the attached document done in 2 parts. Homework #4#1 sh.docx
DOCX
i need the answers to these questions today.1Use the quotient ru.docx
DOCX
I need someone to making an App for IOS, which is I need 4 buttons...docx
DOCX
I need someone to write a 10,000 word essay on why intergry is essen.docx
DOCX
I need someone to formulate a powerpoint presentation for me which i.docx
DOCX
I need the attached document re-written per the guidelines below. .docx
DOCX
I need someone who knows hematology or biology to write me a paper a.docx
DOCX
I need someone to develop a 10-12 PowerPoint Slides that outlines th.docx
DOCX
I need someone to complete this question for me by tonight. No plagi.docx
DOCX
I need short answers for these 7 questions about Alabama State.docx
I need this done by Friday, March 18th at 800 AM PACIFIC time..docx
I need this assignment today midnight.to read the Anderson and Dos.docx
I need this in 3hours.Chapter 8 -- Crimes            1.     .docx
I need the Following Questions Answered Regarding the company APPL.docx
I need this assignment done using this paper that follows it.Pro.docx
i need this in 15 hours HomeworkFor this assignment, consider t.docx
I need this assignment complete by 03282016 @ 300PM Pacific Stand.docx
I need these questions answered separately with 75-100 words each..docx
I need the following questions answered quickly. Short paragraph for.docx
I need the attached assignment I am sending the sequence of activiti.docx
I need the attached document done in 2 parts. Homework #4#1 sh.docx
i need the answers to these questions today.1Use the quotient ru.docx
I need someone to making an App for IOS, which is I need 4 buttons...docx
I need someone to write a 10,000 word essay on why intergry is essen.docx
I need someone to formulate a powerpoint presentation for me which i.docx
I need the attached document re-written per the guidelines below. .docx
I need someone who knows hematology or biology to write me a paper a.docx
I need someone to develop a 10-12 PowerPoint Slides that outlines th.docx
I need someone to complete this question for me by tonight. No plagi.docx
I need short answers for these 7 questions about Alabama State.docx
Ad

Recently uploaded (20)

PDF
A systematic review of self-coping strategies used by university students to ...
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
PPTX
Introduction to Building Materials
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PDF
Empowerment Technology for Senior High School Guide
PPTX
Orientation - ARALprogram of Deped to the Parents.pptx
PDF
Hazard Identification & Risk Assessment .pdf
PPTX
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
PPTX
UNIT III MENTAL HEALTH NURSING ASSESSMENT
PDF
LNK 2025 (2).pdf MWEHEHEHEHEHEHEHEHEHEHE
PDF
IGGE1 Understanding the Self1234567891011
PDF
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PPTX
Radiologic_Anatomy_of_the_Brachial_plexus [final].pptx
PPTX
Digestion and Absorption of Carbohydrates, Proteina and Fats
PDF
Weekly quiz Compilation Jan -July 25.pdf
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PPTX
Lesson notes of climatology university.
A systematic review of self-coping strategies used by university students to ...
Supply Chain Operations Speaking Notes -ICLT Program
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
Introduction to Building Materials
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
Empowerment Technology for Senior High School Guide
Orientation - ARALprogram of Deped to the Parents.pptx
Hazard Identification & Risk Assessment .pdf
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
UNIT III MENTAL HEALTH NURSING ASSESSMENT
LNK 2025 (2).pdf MWEHEHEHEHEHEHEHEHEHEHE
IGGE1 Understanding the Self1234567891011
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
Paper A Mock Exam 9_ Attempt review.pdf.
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
Radiologic_Anatomy_of_the_Brachial_plexus [final].pptx
Digestion and Absorption of Carbohydrates, Proteina and Fats
Weekly quiz Compilation Jan -July 25.pdf
Chinmaya Tiranga quiz Grand Finale.pdf
Lesson notes of climatology university.

i need this done in one hourQ1. I.docx

  • 1. i need this done in one hour????????????????????????????????? Q1. In a communication diagram, a(n) sequence number indicates the order of the messages. [removed] a. true [removed] b. false Q2. A(n) method signature shows all of the information needed to invoke, or call, the method. [removed] a. true [removed] b. false Q3. A detailed sequence diagram should only include classes that are listed in the use case preconditions and postconditions. [removed] a. true [removed] b. false Q4. A combination of prototyping and model building is the most effective approach for building systems. [removed]
  • 2. a. true [removed] b. false Q5. Communication diagrams and sequence diagrams capture different types of information. [removed] a. true [removed] b. false Q6. CRC cards are index cards that are used to document the classes in a system, the ways the classes collaborate, and the responsibility for each class for each use case collaboration. [removed] a. true [removed] b. false Q7. In design class notation, a(n) plus sign indicates that an attribute is private. [removed] a. true [removed] b. false
  • 3. Q8. ____ are classes that system designers create to serve as a collection point for incoming messages. [removed] a. Persistent classes [removed] b. Use case controllers [removed] c. Control classes [removed] d. Links Q9. ____ is an advanced database tool to access databases from Web pages. [removed] a. HTML [removed] b. XML [removed] c. Cold Fusion [removed] d. JavaScript Q10. Designers often sketch statechart fragments to illustrate a single control process in the system. [removed] a. true
  • 4. [removed] b. false Q11. It is difficult to limit changes to a(n) adapter class. [removed] a. true [removed] b. false Q12. In a three-layer Java-based architecture, the Java servlet identified for the input form can be the ____ that distributes input messages. [removed] a. application server processor [removed] b. use case controller [removed] c. code behind object [removed] d. compiler Q13. A(n) two-layer architecture is appropriate for systems that need to support multiple user interfaces, both Internet-based and network-based. [removed] a. true
  • 5. [removed] b. false Q14. A Web page can be depicted in an implementation diagram by a frameset and stereotype . [removed] a. true [removed] b. false Q15. The code to implement the singleton pattern is complex. [removed] a. true [removed] b. false Q16. Key attributes may be natural or invented. [removed] a. true [removed] b. false Q17. Administrators access the physical store of a DBMS directly. [removed] a. true
  • 6. [removed] b. false Q18. Using internally invented keys is the safest long-term strategy in most cases. [removed] a. true [removed] b. false Q19. In a relational database, the uniqueness of rows within a table is guaranteed if the primary key is unique. [removed] a. true [removed] b. false Q20. Invented keys cannot be externally assigned. [removed] a. true [removed] b. false Q21. Declaring an association as a(n) ____ allows the ODBMS to allocate as many object identifier attributes of one object type to each object of the other type as are needed to represent association instances. [removed]
  • 7. a. primary key [removed] b. attribute [removed] c. complex type [removed] d. set Q22. The ODMG standards are the basis of the JDO standards, as well as some interfaces between ODBMSs and the C++ and SmallTalk programming languages. [removed] a. true [removed] b. false Q23. When designing for the computer medium, design for low bandwidth. [removed] a. true [removed] b. false Q24. Easy-to-learn interfaces are appropriate for office workers that use a system all day. [removed]
  • 8. a. true [removed] b. false Q25. _____ first emphasized the benefits of consistency in the 1980s. [removed] a. Microsoft Windows [removed] b. Apple Macintosh [removed] c. Xerox PARC [removed] d. IBM mainframes Q26. In most system development projects, analysts design system interfaces and user interfaces together because the two types require similar expertise and technology. [removed] a. true [removed] b. false Q27. After identifying all required dialogs, the designers must document the dialogs. [removed] a. true
  • 9. [removed] b. false Q28. Designers should include Cancel buttons on all dialog boxes to allow users to go back one step at any time. [removed] a. true [removed] b. false Q29. The object-oriented approach to user-centered design focuses on users and their work by identifying actors, use cases, and scenarios followed when using the system.. [removed] a. true [removed] b. false Q30. A(n) access control is an integrity control to validate the input data for correctness and appropriateness. [removed] a. true [removed]
  • 10. b. false Q31. ____ is the process of determining whether a user is permitted to have access to the system and data. [removed] a. Authentication [removed] b. Certification [removed] c. Authorization [removed] d. Encryption Q32. ____ is a technique to link a summary field to its supporting detail and enable users to view the detail dynamically. [removed] a. Drill down [removed] b. Transaction logging [removed] c. Encryption [removed] d. Ad hoc Q33. A principle of error reduction is to reuse the information already in the computer whenever possible.
  • 11. [removed] a. true [removed] b. false Q34. A(n) ____ report includes both detailed and summary information. [removed] a. turnaround [removed] b. control break [removed] c. executive [removed] d. ad hoc Q35. ____ reports contain specific information on day-to-day business transactions. [removed] a. Detailed [removed] b. Summary [removed] c. Executive [removed] d. Exception
  • 12. Q36. ____ and many Web-based systems are integrated with other systems through direct messaging. [removed] a. HCI [removed] b. EDI [removed] c. HTML [removed] d. DTD Q37. Less frequent testing provides rapidly diminishing benefits because more software has changed and errors are more difficult to track to their source. [removed] a. true [removed] b. false Q38. A common principle of team organization is that the team should have no more than ____ members. [removed] a. 5 [removed] b. 10 [removed] c. 15
  • 13. [removed] d. 20 Q39. The most common type of user acceptance test evaluates functional requirements and the quality of a user interface. [removed] a. true [removed] b. false Q40. System testing is usually only performed at the conclusion of the implementation discipline. [removed] a. true [removed] b. false Q41. Perhaps the most important and difficult acquisition task is choosing an appropriate component interaction standard and supporting system software. [removed] a. true [removed] b. false Q42. Foundation classes are typically reused in many parts of the system.
  • 14. [removed] a. true [removed] b. false Q43. Beta and production versions must be stored as long as they are installed on any user machines. [removed] a. true [removed] b. false Q44. We use ____ to document ideas that we need to remember and to communicate those ideas to other people. [removed] a. refactoring [removed] b. logs [removed] c. models [removed] d. classes Q45. The quality of the code is always higher in a pair- programming environment. [removed] a. true
  • 15. [removed] b. false Q46. Which of the following is an XP practice? [removed] a. occasional big releases [removed] b. long working hours [removed] c. continual involvement of users [removed] d. early detailed planning Q47. In XP, release-level activities occur once during each development project. [removed] a. true [removed] b. false Q48. The first release-level activity in an XP development approach is ____. [removed] a. performing acceptance testing [removed] b. creating acceptance tests
  • 16. [removed] c. planning a series of iterations [removed] d. dividing code units among teams Q49. The ____ is a standard for software component connection and interaction developed by Microsoft. [removed] a. COM+ [removed] b. EJB [removed] c. .NET [removed] d. CORBA Q50. Foundation classes are organized into one or more inheritance hierarchies. [removed] a. true [removed] b. false