SlideShare a Scribd company logo
1 of 17
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

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

BPSC Previous Year Question for AP, ANE, AME, ADA, AE
BPSC Previous Year Question for AP, ANE, AME, ADA, AE BPSC Previous Year Question for AP, ANE, AME, ADA, AE
BPSC Previous Year Question for AP, ANE, AME, ADA, AE Engr. Md. Jamal Uddin Rayhan
 
Samples of competitive examination questions: part II
Samples of competitive examination questions: part IISamples of competitive examination questions: part II
Samples of competitive examination questions: part IIAli I. Al-Mosawi
 
Dell Technologies D-MN-OE-23 Exam Info | Sample Questions | Passing Tips
Dell Technologies D-MN-OE-23 Exam Info | Sample Questions | Passing TipsDell Technologies D-MN-OE-23 Exam Info | Sample Questions | Passing Tips
Dell Technologies D-MN-OE-23 Exam Info | Sample Questions | Passing TipsKatyMorgan10
 
Final Exam Solutions Fall02
Final Exam Solutions Fall02Final Exam Solutions Fall02
Final Exam Solutions Fall02Radu_Negulescu
 
Dnyaneshwar_Anantwar_Resume
Dnyaneshwar_Anantwar_ResumeDnyaneshwar_Anantwar_Resume
Dnyaneshwar_Anantwar_Resumearyan9011079624
 
Bangladesh Bank Assistant Maintenance Engineer Question Solution.
Bangladesh Bank Assistant Maintenance Engineer Question Solution.Bangladesh Bank Assistant Maintenance Engineer Question Solution.
Bangladesh Bank Assistant Maintenance Engineer Question Solution.Engr. Md. Jamal Uddin Rayhan
 
Understanding Migration Mechanisms of Containers using CRIU
Understanding Migration Mechanisms of Containers using CRIUUnderstanding Migration Mechanisms of Containers using CRIU
Understanding Migration Mechanisms of Containers using CRIUIRJET Journal
 
Software Engineering Question Bank.docx
Software Engineering Question Bank.docxSoftware Engineering Question Bank.docx
Software Engineering Question Bank.docxkarthikaparthasarath
 
Embedded Systems Q and A M.Sc.(IT) PART II SEM III
Embedded Systems Q and A M.Sc.(IT) PART II SEM IIIEmbedded Systems Q and A M.Sc.(IT) PART II SEM III
Embedded Systems Q and A M.Sc.(IT) PART II SEM IIINi
 
COIT20262 Assignment 1 Term 1, 2018 Advanced Network Secur.docx
COIT20262 Assignment 1 Term 1, 2018 Advanced Network Secur.docxCOIT20262 Assignment 1 Term 1, 2018 Advanced Network Secur.docx
COIT20262 Assignment 1 Term 1, 2018 Advanced Network Secur.docxclarebernice
 
This document consists of 14 printed pages and 2 blank pages
This document consists of 14 printed pages and 2 blank pagesThis document consists of 14 printed pages and 2 blank pages
This document consists of 14 printed pages and 2 blank pagesHlulani Ndlovu
 
C# Tutorial MSM_Murach chapter-12-slides
C# Tutorial MSM_Murach chapter-12-slidesC# Tutorial MSM_Murach chapter-12-slides
C# Tutorial MSM_Murach chapter-12-slidesSami Mut
 
Bus 365 week 11 quiz
Bus 365 week 11 quizBus 365 week 11 quiz
Bus 365 week 11 quizsarahlazeto
 
Bus 365 week 11 quiz
Bus 365 week 11 quizBus 365 week 11 quiz
Bus 365 week 11 quizLillieDickey
 
Bus 365 week 11 quiz
Bus 365 week 11 quizBus 365 week 11 quiz
Bus 365 week 11 quizSarajacobe
 

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

BPSC Previous Year Question for AP, ANE, AME, ADA, AE
BPSC Previous Year Question for AP, ANE, AME, ADA, AE BPSC Previous Year Question for AP, ANE, AME, ADA, AE
BPSC Previous Year Question for AP, ANE, AME, ADA, AE
 
Express 070 536
Express 070 536Express 070 536
Express 070 536
 
Samples of competitive examination questions: part II
Samples of competitive examination questions: part IISamples of competitive examination questions: part II
Samples of competitive examination questions: part II
 
Dell Technologies D-MN-OE-23 Exam Info | Sample Questions | Passing Tips
Dell Technologies D-MN-OE-23 Exam Info | Sample Questions | Passing TipsDell Technologies D-MN-OE-23 Exam Info | Sample Questions | Passing Tips
Dell Technologies D-MN-OE-23 Exam Info | Sample Questions | Passing Tips
 
3 Tier Architecture
3 Tier Architecture3 Tier Architecture
3 Tier Architecture
 
Exam quistions
Exam quistionsExam quistions
Exam quistions
 
Final Exam Solutions Fall02
Final Exam Solutions Fall02Final Exam Solutions Fall02
Final Exam Solutions Fall02
 
Cad cam
Cad camCad cam
Cad cam
 
Dnyaneshwar_Anantwar_Resume
Dnyaneshwar_Anantwar_ResumeDnyaneshwar_Anantwar_Resume
Dnyaneshwar_Anantwar_Resume
 
Bangladesh Bank Assistant Maintenance Engineer Question Solution.
Bangladesh Bank Assistant Maintenance Engineer Question Solution.Bangladesh Bank Assistant Maintenance Engineer Question Solution.
Bangladesh Bank Assistant Maintenance Engineer Question Solution.
 
Nov 05 P1
Nov 05 P1Nov 05 P1
Nov 05 P1
 
Understanding Migration Mechanisms of Containers using CRIU
Understanding Migration Mechanisms of Containers using CRIUUnderstanding Migration Mechanisms of Containers using CRIU
Understanding Migration Mechanisms of Containers using CRIU
 
Software Engineering Question Bank.docx
Software Engineering Question Bank.docxSoftware Engineering Question Bank.docx
Software Engineering Question Bank.docx
 
Embedded Systems Q and A M.Sc.(IT) PART II SEM III
Embedded Systems Q and A M.Sc.(IT) PART II SEM IIIEmbedded Systems Q and A M.Sc.(IT) PART II SEM III
Embedded Systems Q and A M.Sc.(IT) PART II SEM III
 
COIT20262 Assignment 1 Term 1, 2018 Advanced Network Secur.docx
COIT20262 Assignment 1 Term 1, 2018 Advanced Network Secur.docxCOIT20262 Assignment 1 Term 1, 2018 Advanced Network Secur.docx
COIT20262 Assignment 1 Term 1, 2018 Advanced Network Secur.docx
 
This document consists of 14 printed pages and 2 blank pages
This document consists of 14 printed pages and 2 blank pagesThis document consists of 14 printed pages and 2 blank pages
This document consists of 14 printed pages and 2 blank pages
 
C# Tutorial MSM_Murach chapter-12-slides
C# Tutorial MSM_Murach chapter-12-slidesC# Tutorial MSM_Murach chapter-12-slides
C# Tutorial MSM_Murach chapter-12-slides
 
Bus 365 week 11 quiz
Bus 365 week 11 quizBus 365 week 11 quiz
Bus 365 week 11 quiz
 
Bus 365 week 11 quiz
Bus 365 week 11 quizBus 365 week 11 quiz
Bus 365 week 11 quiz
 
Bus 365 week 11 quiz
Bus 365 week 11 quizBus 365 week 11 quiz
Bus 365 week 11 quiz
 

More from evontdcichon

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

More from evontdcichon (20)

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

Recently uploaded

POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 

Recently uploaded (20)

POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 

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