1 / 22

Systems Analysis Data and Process Modeling Sample Questions and Answers

Systems Analysis and Design. Systems Analysis Data and Process Modeling Sample Questions and Answers. True-False. Each external entity is labeled with a noun. True. True-False. The highest level data flow diagram is called Diagram 0. False. It is context diagram. True-False.

reyna
Télécharger la présentation

Systems Analysis Data and Process Modeling Sample Questions and Answers

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Systems Analysisand Design Systems Analysis Data and Process Modeling Sample Questions and Answers

  2. True-False • Each external entity is labeled with a noun. • True

  3. True-False • The highest level data flow diagram is called Diagram 0. • False. It is context diagram.

  4. True-False • All data flow must either originate or terminate on a process. • True

  5. True-False • The data flow diagram may be used to analyze the proposed system. • True

  6. True-False • An alias for each element is another name for the data used by different users in different systems. • True

  7. True-False • Each level of a data flow diagram should use data appropriate for the level. • True

  8. True-False • A starting point for creating data dictionary entries is to identify and categorize system input and output data flow. • True

  9. Multiple Choice • Which is not one of the four basic symbols used to chart data movement on data flow diagrams? • A. an oval • B. arrow • C. rectangle with rounded corners • D. open‑ended rectangle • A

  10. Multiple Choice • Which is not included in the context level diagram? • A. basic inputs • B. processes • C. data store • D. outputs • C

  11. Multiple Choice • A primitive process is: • A. a process that is not exploded to a child diagram. • B. the central process on a context level diagram. • C. a process that requires two or more data flow into it. • D. a process that has only base elements flowing in or out of it. • A

  12. Multiple Choice • When the data flow in and out of a parent process do not match the data flow in or out of a child diagram, it is called: • A. a primitive process. • B. a disordered pair. • C. a logical data flow diagram. • D. unbalanced decomposition. • D

  13. Multiple Choice • Which of the following is not contained in the repository? • A. procedural logic • B. use cases • C. generated computer code • D. screen and report design • C

  14. Multiple Choice • A derived element is one that: • A. is keyed, derived by the users. • B. has several different meanings, one for each user group. • C. is created by processes as a result of calculations or a series of decision-making statements. • D. has the displayed length and the stored length the same. • C

  15. Multiple Choice • Since a single data flow may only show part of the collective data, • A. the data store may be linked to several external structures defining the different data flows. • B. many data flow may have to be examined to determine the contents of a data store. • C. data stores must contain multiple redundant elements within repeating groups indicated by braces { }. • D. an alias must be used. • C

  16. CASE • According to the request from Amy Neal, customers will remain on SWL’s mailing list only if they have requested a catalog, ordered in the past two years, or registered on SWL’s Web site. In addition, those customers who did register on the Web site will receive a special discount certificate.

  17. CASE

  18. CASE

  19. Remain on mailing list and receive certificate Signed Web site register Remain on mailing list Requested a catalog Did not sign register Remain on mailing list Ordered in past two years Did not request a catalog Did not order in past two years Remove from mailing list

  20. For each CUSTOMER • If REGISTERED ON WEB SITE • Remain on mailing list and receive certificate • Else • If CATALOG REQUESTED or ORDERED IN 2 YEARS • Remain on mailing list • Else • Remove from mailing list • Determine CUSTOMER status for mailing list and certificate

  21. Situation: Precision Tools sells a line of high-quality woodworking tools. When customers place orders on the company’s Web site, the system checks to see if the items are in stock, issues a status message to the customer, and generates a shipping order to the warehouse, which fills the order. When the order is shipped, the customer is billed. The system also produces various reports. • Draw context diagram.

More Related