Loading...

Messages

Proposals

Stuck in your homework and missing deadline? Get urgent help in $10/Page with 24 hours deadline

Get Urgent Writing Help In Your Essays, Assignments, Homeworks, Dissertation, Thesis Or Coursework & Achieve A+ Grades.

Privacy Guaranteed - 100% Plagiarism Free Writing - Free Turnitin Report - Professional And Experienced Writers - 24/7 Online Support

Essentials of software engineering 4th edition by tsui

03/12/2021 Client: muhammad11 Deadline: 2 Day

Essentials of Software Engineering, Fourth Edition

Frank Tsui, Orlando Karam, and Barbara Bernal

Knowledge Checks

Essentials of Software Engineering, Fourth Edition

Ch6

True/False

1. All requirements activities are needed in the same degree for all software projects.

True/False

2. A software engineering team must plan requirements engineering activities for all software projects.

Multiple Choice

3. Requirements elicitation must have a set of organized questions to ask the:

[1] clients.

[2] users.

[3] business.

[4] All of these are correct.

[5] clients and users.

True/False

4. During the requirements elicitation, the list of what the customer wants as the functions for the new software is not elicited, just what the business needs to do.

Multiple Choice

5. The requirements gathered are clustered by:

[1] individual functionality.

[2] business flow.

[3] data and data format.

[4] All of these are correct.

True/False

6. A use case contains requirement information.

True/False

7. Requirements definition involves formally spelling out the requirements.

Multiple Choice

8. Graphically depicting a system’s data flow is done with the:

[1] Unified Modeling Language (UML).

[2] data flow diagram (DFD).

[3] entity-relationship (ER) diagram.

[4] All of these are correct.

True/False

9. SRS is the artifact that spells out the final specific software requirements from the requirements engineering activities.

Multiple Choice

10. The pages of documentation in the SRS depend on:

[1] size, complexity, and customer support activities for the project.

[2] plan releases of the project.

[3] software engineering’s knowledge of the project’s subject area.

[4] All of these are correct.

Chapter 6

Multiple Choice

1. The set of statements that describe the user’s needs and desires are the:

[1] plans.

[2] requirements.

[3] designs.

[4] All of these are correct.

[5] plans and requirements.

2. Incomplete requirement specification will always contribute to:

[1] project development time.

[2] project costs.

[3] project failures.

[4] All of these are correct.

[5] project development time and project costs.

3. Subject matter experts are used instead of users and customers when the software project:

[1] is large and complex.

[2] is small and simple.

[3] is developed with an Agile process.

[4] has a high level of requirements.

[5] has a low level of requirements.

4. Analysis of the requirements consists of:

[1] categorizing the requirements.

[2] clustering the requirements.

[3] prioritizing the requirements.

[4] All of these are correct.

[5] categorizing and clustering the requirements.

5. All requirements must be enumerated uniquely. Why?

[1] Traceable

[2] Identifiable

[3] Categorized

[4] All of these are correct.

6. The SRS has a recommended standard guideline from _____.

A. IEEE

B. EIA

C. ACM

D. All the above

E. A and B only

True/False

1. Requirements are the “what” and design is the “how.”

2. The requirements engineering activities include review and validation, which are the testing of the requirements.

3. High-level requirements elicitation serves as the opportunity, needs, and justification for the software project in the client’s business world.

4. Low-level requirements elicitation uncovers constraints for the software project to be developed.

5. Collection of the detail level information pertaining to data and their formats includes the input and output data of the software system.

6. The requirements are ordered once they are elicited and collected.

7. The detailed requirements section of the SRS is the shortest section.

Ch7:

KCQU ch. 7

True/False

1. The design phase is accomplished by creating the detailed “micro” view, then determining the architectural “macro” view for the software project.

True/False

2. Software engineering teams will usually create a design module for each requirement.

True/False

3. Architecture focuses on the inner details of each module to determine the architecture components needed for the software projects.

Multiple Choice

4. The representation of a system’s architecture structure is a:

[1] view.

[2] flow.

[3] format.

[4] All of these are correct.

True/False

5. A software engineering design team can partition their software project modules in only one unique decomposition.

Multiple Choice

6. Software engineering design teams use which of the following, which are grounded in mathematical concepts of sets and relations, for their software projects?

[1] Module decomposition diagrams

[2] Object-oriented programming languages

[3] Relational databases

[4] All of these are correct.

[5] Module decomposition diagrams and object-oriented programming languages

Multiple Choice

7. The design example in section 7.4 uses which of the following architectural styles?

[1] Pipes-and-filters

[2] Event-driven

[3] Client-server

[4] Model-view-controller

[5] All of these are correct.

Multiple Choice

8. The design example in section 7.4 uses a DBMS, which is a:

[1] database model and database access.

[2] data flow diagram (DFD).

[3] database management system.

[4] All of these are correct.

Ch7

Multiple Choice

1. Defining the components of the system and how these components are related to each other is the:

A) architectural design phase.

B) detailed design phase.

C) requirements phase.

D) All of these are correct.

E) architectural design phase and detailed design phase.

2. An example of an architectural style is:

A) pipes-and-filters.

B) event-driven.

C) client-server.

D) model-view-controller.

E) All of these are correct.

9. Two types of prototypes can be done in design. They are:

A) Architecture Design, Detailed Design

B) Low-fidelity, High-fidelity

C) Logical View, Process View

D) Logical View, Detailed Design

10. Java API has the architectural style: _________________________.

A) Pipes-and-filters

B) Event-driven

C) Client-server

D) Model-view-controller

E) Layered

11. Event-driven systems are modelled with _________________.

A) state modeling

B) state transition diagram

C) UML sequence diagram

D) All these are correct.

E) state modeling and state transition diagram

1. The phase that determines how the user’s needs and desires will be achieved is the:

[1] planning phase.

[2] requirements phase.

[3] design phase.

[4] All of these are correct.

3. Defining the components of the system and how these components are related to each other is part of the:

[1] architectural design phase.

[2] detailed design phase.

[3] requirements phase.

[4] All of these are correct.

9. The view representing the run-time components (processes) and how they communicate with each other is:

[1] logical view.

[2] process view.

[3] subsystem decomposition view.

[4] All of these are correct.

[5] logical view and process view.

10. An example of an architectural style is:

[1] pipes-and-filters.

[2] event-driven.

[3] client-server.

[4] model-view-controller.

[5] All of these are correct.

True/False

1. Each architectural component will be mapped into a module in the detailed design.

2. Architecture deals with the interaction between the important modules of the software system.

3. HTML-Script-SQL design example is a common web application system.

4. Each functional requirement will be mapped into a module in the detailed design.

5. Each architectural component will be mapped into a module in the detailed design.

6. Not all software systems have an architecture.

7. Large software systems may have different ways the system is structured.

8. Architecture deals with the interaction between the important modules of the software system.

9. A software engineering design team that does not have any views of an architecture structure means there is not a structure in their software project.

10. A module decomposition is to group smaller units together.

1

© 2018 by Jones & Bartlett Learning, an Ascend Learning company

Homework is Completed By:

Writer Writer Name Amount Client Comments & Rating
Instant Homework Helper

ONLINE

Instant Homework Helper

$36

She helped me in last minute in a very reasonable price. She is a lifesaver, I got A+ grade in my homework, I will surely hire her again for my next assignments, Thumbs Up!

Order & Get This Solution Within 3 Hours in $25/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 3 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 6 Hours in $20/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 6 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 12 Hours in $15/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 12 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

6 writers have sent their proposals to do this homework:

Engineering Help
Coursework Helper
Best Coursework Help
Engineering Solutions
Helping Engineer
Smart Accountants
Writer Writer Name Offer Chat
Engineering Help

ONLINE

Engineering Help

As an experienced writer, I have extensive experience in business writing, report writing, business profile writing, writing business reports and business plans for my clients.

$35 Chat With Writer
Coursework Helper

ONLINE

Coursework Helper

I am an experienced researcher here with master education. After reading your posting, I feel, you need an expert research writer to complete your project.Thank You

$40 Chat With Writer
Best Coursework Help

ONLINE

Best Coursework Help

This project is my strength and I can fulfill your requirements properly within your given deadline. I always give plagiarism-free work to my clients at very competitive prices.

$28 Chat With Writer
Engineering Solutions

ONLINE

Engineering Solutions

I have done dissertations, thesis, reports related to these topics, and I cover all the CHAPTERS accordingly and provide proper updates on the project.

$15 Chat With Writer
Helping Engineer

ONLINE

Helping Engineer

I will provide you with the well organized and well research papers from different primary and secondary sources will write the content that will support your points.

$47 Chat With Writer
Smart Accountants

ONLINE

Smart Accountants

This project is my strength and I can fulfill your requirements properly within your given deadline. I always give plagiarism-free work to my clients at very competitive prices.

$22 Chat With Writer

Let our expert academic writers to help you in achieving a+ grades in your homework, assignment, quiz or exam.

Similar Homework Questions

Potential and kinetic energy toys - Thesis statement on slavery during the civil war - Who directed big fish - Current Event Summary - What are movement concepts - Cotton cushion hs code - American soldiers peter s kindsvatter - Usgovinfo about com blorgs htm - Cisco cucm license ordering guide - Kp's speech class monroe's motivated sequence - Homeland Security Capstone Discussion 3 - Pdf principles and characteristics of forensic accounting - Silver nitrate and sodium hydroxide precipitate - Blockchain - How to critique a presentation - What makes the psychoanalytic-social perspective of personality unique? - Dean woodcock neuropsychological battery dwnb houghton mifflin harcourt - Culham st gabriel's trust - New belgium brewery social responsibility - How to create an ipo chart for c++ - Superboy and the invisible girl audition cut - Tradacoms order 9 layout - Howler brothers skulls and begonias - Narrative essay - Ana 2010 nursing scope and standards of practice - Marketing Suggestions - Standard errors of measurement - Accounting information systems controls and processes 3rd edition test bank - The Future of Public Health - Cation exchange capacity formula - Comm/400 - The accounting process involves all of the following except - Monster high 13 wishes game walkthrough - R6 - Stop 12 belair rd east side - Magnesium sulphuric acid equation - Martin pullin - Academic assessment - What is the efficient scale of the painting company - Acc 202 milestone 1 - Foreshadowing in the cask of amontillado - Four plus three times a number is twice the number - Dartford grammar school teachers - 15.2 homogeneous aqueous systems answers - 1905 square end plate with 70 lever - Trevor noah south africa airport - Research paper(10 pages) :You will respond to three separate prompts but prepare your paper as one research paper on Data Warehouse Architecture,Big Data, Green Computing - Accounting tools for business decision making - Close to 1000 math game - 8 1 mymarketinglab simulation activity market research answers - Chinese dragon pearl story - Chartered insurance institute of nigeria ciin - Assignment: Literature Review: The Use of Clinical Systems to Improve Outcomes and Efficiencies,,NURS 5051/NURS 6051: Transforming Nursing and Healthcare Through Technology - What reaction produces co2 and h2o - Cognitive behavioral therapy group settings versus family settings - Blue gold documentary - Case study - Samsung ice maker defrost - 4 arkhurst road hideaway bay - Brandon king the american dream summary - Nike cost of capital case solution - How to sell ray harm prints - Data analysis plan in research - Electronics lab arduino - How to calculate performance materiality example - Threat of new entrants pizza industry - Stream of consciousness in araby - The essentials of baccalaureate education for professional nursing practice - Adding two cosine functions - Research Paper Methodology: Topic: Quality Time in Children. - Ethical issues surrounding corporate governance from a global position - SOAP note - Characteristics of mother munchausen by proxy cases - Aaac guideline for apartment and townhouse acoustic rating - Paul root wolpe it's time to question bio engineering - Assets are usually reported at their - Sample well woman soap note - Nissan of dearborn dearborn mi - Lorelai poem - Why students should be able to use cellphones in school - How to write an executive summary for a hospital - Help - How does partnership working deliver better outcomes - Making inclusion work in general education classrooms - Be moneysmart module 1 - The Sermon on the Mount - A thin rod of length l and uniform charge - Coursespaces uvic - Becoming an effective policy advocate 6th edition - Which is a correct representation of .000025 in scientific notation? - Define standing wave ratio - Why is some risk diversifiable and some not diversifiable - 2010 economics hsc answers - Buildex roofing screws prices - Umea university sweden world ranking - Income statement example wileyplus - Threat of substitutes starbucks - Models for writers short essays for composition 13th edition pdf - Does target sell kindle fire hd - Chez panisse translation