SlideShare une entreprise Scribd logo
1  sur  6
Télécharger pour lire hors ligne
System Analysis and Design / Tools for Systems Analysts        Multiple Choice Questions


5.1.1   In a DFD external entities are represented by a
        (a) rectangle
        (b) ellipse
        (c) diamond shaped box
        (d) circle
5.1.2   A data flow can
        (a) only emanate from an external entity
        (b) only terminate in an external entity
        (c) may emanate and terminate in an external entity
        (d) may either emanate or terminate in an external entity but not both
5.1.3   A rectangle in a DFD represents
        (a)      a process
        (b)      a data store
        (c)      an external entity
        (d)      an input unit
5.1.4   External Entities may be a
        (a)      source of input data only
        (b)      source of input data or destination of results
        (c)      destination of results only
        (d)      repository of data
5.1.5   By an external entity we mean a
        (a) unit outside the system being designed which can be controlled by an analyst
        (b) unit outside the system whose behavior is independent of the system being
             designed
        (c) a unit external to the system being designed
        (d) a unit which is not part of a DFD
5.1.6   A data store in a DFD represents
        (a)      a sequential file
        (b)      a disk store
        (c)      a repository of data
        (d)      a random access memory
5.1.7   A data flow can
        (a)      only enter a data store
        (b)      only leave a data store
        (c) enter or leave a data store
        (d) either enter or leave a data store but not both
5.1.8   A data cannot flow between a store and
        (i)      a store
        (ii)     a process
        (iii) an external entity
             (a) i and iii
             (b) i and ii
             (c) ii and iii
             (d) ii
5.1.9   Data cannot flow between two data stores because


V. Rajaraman/IISc. Bangalore                                            M5/V1/July 04/1
System Analysis and Design / Tools for Systems Analysts                 Multiple Choice Questions


   (a)    it is not allowed in a DFD
   (b)    a data store is a passive repository of data
   (c)    data can get corrupted
   (d)    they will get merged
5.1.10    Data cannot flow from an external entity to an external entity because
    (a)   it will get corrupted
    (b)   it is not allowed in DFD
    (c)   an external entity has no mechanism to read or write
    (d)   both are outside the context of the system
5.1.11    The following portion of a DFD is not correct as
    (a)   there is no output data flow from the process
    (b)   there are three data flow inputs to the process
    (c)   there is no external entity
    (d)   there is no data store
                                                          Quantity

               Cost/unit             4.0
                                     Billing
                                     Process



                     Discount

5.1.12    The following portion of a DFD is not correct as
    (a)   there are many data flows out of the process
    (b)   there are no input data flows to the process
    (c)   the output does not go to an external entity
    (d)   there is no data store
                                                         Out of stock

     Order to                    4.0
     vendor                      Billing                      Too much stock
                                 Proces



5.1.13    The following portion of DFD is wrong as
    (a)   it has only one input
    (b)   it writes and reads from the same data store
    (c)   the process name is missing
    (d)   output data flows to two external entities




V. Rajaraman/IISc. Bangalore                                                     M5/V1/July 04/2
System Analysis and Design / Tools for Systems Analysts                    Multiple Choice Questions




                                                   bill            Customer
                            Invoice

           Supplier
                                                     Advice

                                                                    Book

                                                 Inventory

5.1.14    The following process diagram in a DFD is incorrect because
    (a)   the process is a single decision
    (b)   the process is not specified correctly
    (c)   there are too many input data flows
    (d)   the process does not refer to a data store
                                                                       Gross pay>Min.taxable pay
           Gross pay

                                                2.0
                                              Compare
                                                                            Gross pay<=Min.taxable pay
           Minimum
           taxable pay

5.1.15    The following portion of a DFD is incorrect because
    (a)   the processes do not refer to a data store
    (b)   there is a loop between the two processes
    (c)   the processes are not specified correctly
    (d)   this structure is disallowed in a DFD


                      Gross pay
                                                Employee record
                                     1.0                                      2.0
                                  Find next                                Calculate
                                     pay                                      tax
                                                                                            Tax deduction
                                                 Get next record
              Deductions                                                                    statement


5.1.16 Data flow in a DFD must have
    (i) an arrow showing direction of flow of data
    (ii) a meaningful name
    (iii)a label such as: xyz
    (iv) no arrows as they are confusing


V. Rajaraman/IISc. Bangalore                                                           M5/V1/July 04/3
System Analysis and Design / Tools for Systems Analysts           Multiple Choice Questions


    (a)   i and iii
    (b)   ii and iv
    (c)   iii and iv
    (d)   i and ii
 5.2.1    A context diagram
    (a)   describes the context of a system
    (b)   is a DFD which gives an overview of the system
    (c)   is a detailed description of a system
    (d)   is not used in drawing a detailed DFD
 5.2.2    A context diagram is used
    (a)   as the first step in developing a detailed DFD of a system
    (b)   in systems analysis of very complex systems
    (c)   as an aid to system design
    (d)   as an aid to programmers
 5.2.3    By levelling a DFD we mean
    (a)   splitting it into different levels
    (b)   make its structure uniform
    (c)   expanding a process into one with more sub-processes giving more detail
    (d)   summarizing a DFD to specify only the essentials
 5.2.4    A DFD is normally levelled as
    (a)   it is a good idea in design
    (b)   it is recommended by many experts
    (c)   it is easy to do it
    (d)   it is easier to read and understand a number of smaller DFDs than one large DFD
 5.2.5    A DFD is levelled by
    (a)   examining complex processes in a DFD and expanding them into new DFDs with
          more processes which are easy to understand
   (b)    merging a number of simple processes in a DFD into a complex processes in a
          new DFD
    (c)   expanding the functions of a number of external entities into simpler functions
    (d)   splitting a number of data flows into simpler data flows
 5.2.6    When a DFD is levelled no new
    (a)   data stores may appear
    (b)   external entities may appear
    (c)   processes may appear
    (d)   data flows may appear
 5.2.7    When a DFD is levelled
    (a)   new external entities may be required
    (b)   no new processes are allowed
    (c)   no new data flows are allowed
    (d)   new data stores may be necessary and are allowed
 5.2.8    When a DFD is levelled it is a good idea not to
    (a)   be concerned about the number of new processes at the next level
    (b)   allow more than 5 to 10 new processes at the next level for each expanded process


V. Rajaraman/IISc. Bangalore                                               M5/V1/July 04/4
System Analysis and Design / Tools for Systems Analysts             Multiple Choice Questions


    (c)   allow new data stores at the next level
    (d)   allow any new processes at the next level
5.2.9     When a process is expanded during levelling
    (a)   data flows entering it are replaced
    (b)   all data stores used by it are replaced
    (c)   all data flows entering it must also enter the levelled DFD
    (d)   all external entities used by it are replaced
5.3.1     Before developing a logical DFD it is a good idea to
    a)    develop a physical DFD
    b)    develop a system flow chart
    c)    determine the contents of all data stores
    d)    find out user’s preferences
5.3.2     A physical DFD specifies
    (a)   what processes will be used
    (b)   who generates data and who processes it
    (c)   what each person in an organization does
    (d)   which data will be generated
5.3.3     A physical DFD
    (a)   has no means of showing material flow
    (b)   does not concern itself with material flow
    (c)   can show only stored material
    (d)   can show the flow of material




V. Rajaraman/IISc. Bangalore                                                 M5/V1/July 04/5
System Analysis and Design / Tools for Systems Analysts        Multiple Choice Questions




KEY TO OBJECTIVE QUESTIONS

5.1.1    a     5.1.2    c      5.1.3    c     5.1.4    b   5.1.5    c   5.1.6    c
5.1.7    c     5.1.8    a      5.1.9    d     5.1.10   d   5.1.11   a   5.1.12   b
5.1.13   c     5.1.14   a      5.1.15   b     5.1.16   d   5.2.1    b   5.2.2    a
5.2.3    c     5.2.4    d      5.2.5    a     5.2.6    b   5.2.7    d   5.2.8    b
5.2.9    c     5.3.1    a      5.3.2    b     5.3.3    d




V. Rajaraman/IISc. Bangalore                                            M5/V1/July 04/6

Contenu connexe

Tendances

Database Management System And Design Questions
Database Management System And Design QuestionsDatabase Management System And Design Questions
Database Management System And Design QuestionsSamir Sabry
 
What exactly is Business Intelligence?
What exactly is Business Intelligence?What exactly is Business Intelligence?
What exactly is Business Intelligence?James Serra
 
Data warehouse 21 snowflake schema
Data warehouse 21 snowflake schemaData warehouse 21 snowflake schema
Data warehouse 21 snowflake schemaVaibhav Khanna
 
Data Warehousing and Data Mining
Data Warehousing and Data MiningData Warehousing and Data Mining
Data Warehousing and Data Miningidnats
 
Fundamentals of Database Systems Questions and Answers
Fundamentals of Database Systems Questions and AnswersFundamentals of Database Systems Questions and Answers
Fundamentals of Database Systems Questions and AnswersAbdul Rahman Sherzad
 
Power BI Reporting & Project Online
Power BI Reporting & Project OnlinePower BI Reporting & Project Online
Power BI Reporting & Project OnlineHari Thapliyal
 
Hospital management system project
Hospital management system projectHospital management system project
Hospital management system projectHimani Chopra
 
Business Intelligence
Business IntelligenceBusiness Intelligence
Business IntelligenceSukirti Garg
 
Lecture 10 distributed database management system
Lecture 10   distributed database management systemLecture 10   distributed database management system
Lecture 10 distributed database management systememailharmeet
 
D365 Finance & Operations - Data & Analytics (see newer release of this docum...
D365 Finance & Operations - Data & Analytics (see newer release of this docum...D365 Finance & Operations - Data & Analytics (see newer release of this docum...
D365 Finance & Operations - Data & Analytics (see newer release of this docum...Gina Pabalan
 
Data storage in cloud computing
Data storage in cloud computingData storage in cloud computing
Data storage in cloud computingjamunaashok
 
Multidimensional schema of data warehouse
Multidimensional schema of data warehouseMultidimensional schema of data warehouse
Multidimensional schema of data warehousekunjan shah
 
Metadata in data warehouse
Metadata in data warehouseMetadata in data warehouse
Metadata in data warehouseSiddique Ibrahim
 
Power BI Dashboard | Microsoft Power BI Tutorial | Data Visualization | Edureka
Power BI Dashboard | Microsoft Power BI Tutorial | Data Visualization | EdurekaPower BI Dashboard | Microsoft Power BI Tutorial | Data Visualization | Edureka
Power BI Dashboard | Microsoft Power BI Tutorial | Data Visualization | EdurekaEdureka!
 

Tendances (20)

Data Warehouse
Data WarehouseData Warehouse
Data Warehouse
 
DFD ppt
DFD pptDFD ppt
DFD ppt
 
Database Management System And Design Questions
Database Management System And Design QuestionsDatabase Management System And Design Questions
Database Management System And Design Questions
 
What exactly is Business Intelligence?
What exactly is Business Intelligence?What exactly is Business Intelligence?
What exactly is Business Intelligence?
 
Data warehouse 21 snowflake schema
Data warehouse 21 snowflake schemaData warehouse 21 snowflake schema
Data warehouse 21 snowflake schema
 
Dbms schemas for decision support
Dbms schemas for decision supportDbms schemas for decision support
Dbms schemas for decision support
 
Data Warehousing and Data Mining
Data Warehousing and Data MiningData Warehousing and Data Mining
Data Warehousing and Data Mining
 
Data warehousing
Data warehousingData warehousing
Data warehousing
 
Fundamentals of Database Systems Questions and Answers
Fundamentals of Database Systems Questions and AnswersFundamentals of Database Systems Questions and Answers
Fundamentals of Database Systems Questions and Answers
 
Power BI Reporting & Project Online
Power BI Reporting & Project OnlinePower BI Reporting & Project Online
Power BI Reporting & Project Online
 
Hospital management system project
Hospital management system projectHospital management system project
Hospital management system project
 
Business Intelligence
Business IntelligenceBusiness Intelligence
Business Intelligence
 
Lecture 10 distributed database management system
Lecture 10   distributed database management systemLecture 10   distributed database management system
Lecture 10 distributed database management system
 
D365 Finance & Operations - Data & Analytics (see newer release of this docum...
D365 Finance & Operations - Data & Analytics (see newer release of this docum...D365 Finance & Operations - Data & Analytics (see newer release of this docum...
D365 Finance & Operations - Data & Analytics (see newer release of this docum...
 
Data storage in cloud computing
Data storage in cloud computingData storage in cloud computing
Data storage in cloud computing
 
Multidimensional schema of data warehouse
Multidimensional schema of data warehouseMultidimensional schema of data warehouse
Multidimensional schema of data warehouse
 
Datastage ppt
Datastage pptDatastage ppt
Datastage ppt
 
Metadata in data warehouse
Metadata in data warehouseMetadata in data warehouse
Metadata in data warehouse
 
result processing system
result processing system result processing system
result processing system
 
Power BI Dashboard | Microsoft Power BI Tutorial | Data Visualization | Edureka
Power BI Dashboard | Microsoft Power BI Tutorial | Data Visualization | EdurekaPower BI Dashboard | Microsoft Power BI Tutorial | Data Visualization | Edureka
Power BI Dashboard | Microsoft Power BI Tutorial | Data Visualization | Edureka
 

En vedette

Mcqs on-software-programming-and-development--set-2
Mcqs on-software-programming-and-development--set-2Mcqs on-software-programming-and-development--set-2
Mcqs on-software-programming-and-development--set-2Dr Pratibha Peshwa swami
 
Mcqs on-software-programming-and-development--set-1
Mcqs on-software-programming-and-development--set-1Mcqs on-software-programming-and-development--set-1
Mcqs on-software-programming-and-development--set-1Dr Pratibha Peshwa swami
 
Project Report on Exam Suite/Test Application/Exam App ( JAVA )
Project Report on Exam Suite/Test Application/Exam App ( JAVA )Project Report on Exam Suite/Test Application/Exam App ( JAVA )
Project Report on Exam Suite/Test Application/Exam App ( JAVA )paras91
 
Software Engineering MCQs
Software Engineering MCQsSoftware Engineering MCQs
Software Engineering MCQsGurpreet singh
 

En vedette (6)

Mcq m11
Mcq m11Mcq m11
Mcq m11
 
Mcqs on-software-programming-and-development--set-2
Mcqs on-software-programming-and-development--set-2Mcqs on-software-programming-and-development--set-2
Mcqs on-software-programming-and-development--set-2
 
Mcq m8
Mcq m8Mcq m8
Mcq m8
 
Mcqs on-software-programming-and-development--set-1
Mcqs on-software-programming-and-development--set-1Mcqs on-software-programming-and-development--set-1
Mcqs on-software-programming-and-development--set-1
 
Project Report on Exam Suite/Test Application/Exam App ( JAVA )
Project Report on Exam Suite/Test Application/Exam App ( JAVA )Project Report on Exam Suite/Test Application/Exam App ( JAVA )
Project Report on Exam Suite/Test Application/Exam App ( JAVA )
 
Software Engineering MCQs
Software Engineering MCQsSoftware Engineering MCQs
Software Engineering MCQs
 

Similaire à System Analysis and Design MCQs

Data flow diagram
Data flow diagram Data flow diagram
Data flow diagram Nidhi Sharma
 
Specialist marketing officer professional knowledge questions.pdf(1)
Specialist marketing officer professional knowledge questions.pdf(1)Specialist marketing officer professional knowledge questions.pdf(1)
Specialist marketing officer professional knowledge questions.pdf(1)Nivi Mohanty
 
Dfd over flowcharts
Dfd over flowcharts Dfd over flowcharts
Dfd over flowcharts Ashwathy Nair
 
GUESS FUNDAMENTAL PAPER FOE CCAT Feb 2014
GUESS FUNDAMENTAL PAPER FOE CCAT Feb 2014GUESS FUNDAMENTAL PAPER FOE CCAT Feb 2014
GUESS FUNDAMENTAL PAPER FOE CCAT Feb 2014prabhatjon
 
Monitoring Team Quastionnaire.docx
Monitoring Team Quastionnaire.docxMonitoring Team Quastionnaire.docx
Monitoring Team Quastionnaire.docxchinna577868
 
Session 3 Software Engineering UGC NET.pdf
Session 3 Software Engineering UGC NET.pdfSession 3 Software Engineering UGC NET.pdf
Session 3 Software Engineering UGC NET.pdfsangeethachandran
 
Data Warehousing (December - 2018) [IDOL - Revised Course]
Data Warehousing (December - 2018) [IDOL - Revised Course]Data Warehousing (December - 2018) [IDOL - Revised Course]
Data Warehousing (December - 2018) [IDOL - Revised Course]Mumbai B.Sc.IT Study
 
Data flow diagram
Data flow diagramData flow diagram
Data flow diagramFizza Khan
 
Chapter 7software engneeringand system development life cycle.ppt
Chapter 7software engneeringand system development life cycle.pptChapter 7software engneeringand system development life cycle.ppt
Chapter 7software engneeringand system development life cycle.pptDoaaRezk5
 
Data flow oriented modeling
Data flow oriented modelingData flow oriented modeling
Data flow oriented modelingKavithaGowri
 
CXC CSEC Information Technology Multiple Choice Questions
CXC CSEC Information Technology Multiple Choice QuestionsCXC CSEC Information Technology Multiple Choice Questions
CXC CSEC Information Technology Multiple Choice QuestionsElliot Seepaul
 
Examkiller 000-m77 exam
Examkiller 000-m77 examExamkiller 000-m77 exam
Examkiller 000-m77 examjimenoon
 
Refer to the following figure which contains drafts of a context and l.docx
Refer to the following figure which contains drafts of a context and l.docxRefer to the following figure which contains drafts of a context and l.docx
Refer to the following figure which contains drafts of a context and l.docxlmarie40
 

Similaire à System Analysis and Design MCQs (20)

Data flow diagram
Data flow diagram Data flow diagram
Data flow diagram
 
Specialist marketing officer professional knowledge questions.pdf(1)
Specialist marketing officer professional knowledge questions.pdf(1)Specialist marketing officer professional knowledge questions.pdf(1)
Specialist marketing officer professional knowledge questions.pdf(1)
 
The DFD
The DFDThe DFD
The DFD
 
Dfd over flowcharts
Dfd over flowcharts Dfd over flowcharts
Dfd over flowcharts
 
GUESS FUNDAMENTAL PAPER FOE CCAT Feb 2014
GUESS FUNDAMENTAL PAPER FOE CCAT Feb 2014GUESS FUNDAMENTAL PAPER FOE CCAT Feb 2014
GUESS FUNDAMENTAL PAPER FOE CCAT Feb 2014
 
Monitoring Team Quastionnaire.docx
Monitoring Team Quastionnaire.docxMonitoring Team Quastionnaire.docx
Monitoring Team Quastionnaire.docx
 
Chap02 re
Chap02 reChap02 re
Chap02 re
 
Using data flow diagrams
Using data flow diagramsUsing data flow diagrams
Using data flow diagrams
 
Session 3 Software Engineering UGC NET.pdf
Session 3 Software Engineering UGC NET.pdfSession 3 Software Engineering UGC NET.pdf
Session 3 Software Engineering UGC NET.pdf
 
Mcq m7
Mcq m7Mcq m7
Mcq m7
 
Data Warehousing (December - 2018) [IDOL - Revised Course]
Data Warehousing (December - 2018) [IDOL - Revised Course]Data Warehousing (December - 2018) [IDOL - Revised Course]
Data Warehousing (December - 2018) [IDOL - Revised Course]
 
Data flow diagram
Data flow diagramData flow diagram
Data flow diagram
 
Chapter 3 AIS.pptx
Chapter 3 AIS.pptxChapter 3 AIS.pptx
Chapter 3 AIS.pptx
 
Dfd mechanics
Dfd mechanicsDfd mechanics
Dfd mechanics
 
Chapter 7software engneeringand system development life cycle.ppt
Chapter 7software engneeringand system development life cycle.pptChapter 7software engneeringand system development life cycle.ppt
Chapter 7software engneeringand system development life cycle.ppt
 
Data flow oriented modeling
Data flow oriented modelingData flow oriented modeling
Data flow oriented modeling
 
CXC CSEC Information Technology Multiple Choice Questions
CXC CSEC Information Technology Multiple Choice QuestionsCXC CSEC Information Technology Multiple Choice Questions
CXC CSEC Information Technology Multiple Choice Questions
 
Big data quiz
Big data quizBig data quiz
Big data quiz
 
Examkiller 000-m77 exam
Examkiller 000-m77 examExamkiller 000-m77 exam
Examkiller 000-m77 exam
 
Refer to the following figure which contains drafts of a context and l.docx
Refer to the following figure which contains drafts of a context and l.docxRefer to the following figure which contains drafts of a context and l.docx
Refer to the following figure which contains drafts of a context and l.docx
 

Plus de Dr Pratibha Peshwa swami (6)

Mcq m10
Mcq m10Mcq m10
Mcq m10
 
Mcq m9
Mcq m9Mcq m9
Mcq m9
 
Mcq m4
Mcq m4Mcq m4
Mcq m4
 
Mcq m2
Mcq m2Mcq m2
Mcq m2
 
Mcq m1
Mcq m1Mcq m1
Mcq m1
 
Analyst cum programmer_(dy_director)
Analyst cum programmer_(dy_director)Analyst cum programmer_(dy_director)
Analyst cum programmer_(dy_director)
 

Dernier

How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 

Dernier (20)

How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 

System Analysis and Design MCQs

  • 1. System Analysis and Design / Tools for Systems Analysts Multiple Choice Questions 5.1.1 In a DFD external entities are represented by a (a) rectangle (b) ellipse (c) diamond shaped box (d) circle 5.1.2 A data flow can (a) only emanate from an external entity (b) only terminate in an external entity (c) may emanate and terminate in an external entity (d) may either emanate or terminate in an external entity but not both 5.1.3 A rectangle in a DFD represents (a) a process (b) a data store (c) an external entity (d) an input unit 5.1.4 External Entities may be a (a) source of input data only (b) source of input data or destination of results (c) destination of results only (d) repository of data 5.1.5 By an external entity we mean a (a) unit outside the system being designed which can be controlled by an analyst (b) unit outside the system whose behavior is independent of the system being designed (c) a unit external to the system being designed (d) a unit which is not part of a DFD 5.1.6 A data store in a DFD represents (a) a sequential file (b) a disk store (c) a repository of data (d) a random access memory 5.1.7 A data flow can (a) only enter a data store (b) only leave a data store (c) enter or leave a data store (d) either enter or leave a data store but not both 5.1.8 A data cannot flow between a store and (i) a store (ii) a process (iii) an external entity (a) i and iii (b) i and ii (c) ii and iii (d) ii 5.1.9 Data cannot flow between two data stores because V. Rajaraman/IISc. Bangalore M5/V1/July 04/1
  • 2. System Analysis and Design / Tools for Systems Analysts Multiple Choice Questions (a) it is not allowed in a DFD (b) a data store is a passive repository of data (c) data can get corrupted (d) they will get merged 5.1.10 Data cannot flow from an external entity to an external entity because (a) it will get corrupted (b) it is not allowed in DFD (c) an external entity has no mechanism to read or write (d) both are outside the context of the system 5.1.11 The following portion of a DFD is not correct as (a) there is no output data flow from the process (b) there are three data flow inputs to the process (c) there is no external entity (d) there is no data store Quantity Cost/unit 4.0 Billing Process Discount 5.1.12 The following portion of a DFD is not correct as (a) there are many data flows out of the process (b) there are no input data flows to the process (c) the output does not go to an external entity (d) there is no data store Out of stock Order to 4.0 vendor Billing Too much stock Proces 5.1.13 The following portion of DFD is wrong as (a) it has only one input (b) it writes and reads from the same data store (c) the process name is missing (d) output data flows to two external entities V. Rajaraman/IISc. Bangalore M5/V1/July 04/2
  • 3. System Analysis and Design / Tools for Systems Analysts Multiple Choice Questions bill Customer Invoice Supplier Advice Book Inventory 5.1.14 The following process diagram in a DFD is incorrect because (a) the process is a single decision (b) the process is not specified correctly (c) there are too many input data flows (d) the process does not refer to a data store Gross pay>Min.taxable pay Gross pay 2.0 Compare Gross pay<=Min.taxable pay Minimum taxable pay 5.1.15 The following portion of a DFD is incorrect because (a) the processes do not refer to a data store (b) there is a loop between the two processes (c) the processes are not specified correctly (d) this structure is disallowed in a DFD Gross pay Employee record 1.0 2.0 Find next Calculate pay tax Tax deduction Get next record Deductions statement 5.1.16 Data flow in a DFD must have (i) an arrow showing direction of flow of data (ii) a meaningful name (iii)a label such as: xyz (iv) no arrows as they are confusing V. Rajaraman/IISc. Bangalore M5/V1/July 04/3
  • 4. System Analysis and Design / Tools for Systems Analysts Multiple Choice Questions (a) i and iii (b) ii and iv (c) iii and iv (d) i and ii 5.2.1 A context diagram (a) describes the context of a system (b) is a DFD which gives an overview of the system (c) is a detailed description of a system (d) is not used in drawing a detailed DFD 5.2.2 A context diagram is used (a) as the first step in developing a detailed DFD of a system (b) in systems analysis of very complex systems (c) as an aid to system design (d) as an aid to programmers 5.2.3 By levelling a DFD we mean (a) splitting it into different levels (b) make its structure uniform (c) expanding a process into one with more sub-processes giving more detail (d) summarizing a DFD to specify only the essentials 5.2.4 A DFD is normally levelled as (a) it is a good idea in design (b) it is recommended by many experts (c) it is easy to do it (d) it is easier to read and understand a number of smaller DFDs than one large DFD 5.2.5 A DFD is levelled by (a) examining complex processes in a DFD and expanding them into new DFDs with more processes which are easy to understand (b) merging a number of simple processes in a DFD into a complex processes in a new DFD (c) expanding the functions of a number of external entities into simpler functions (d) splitting a number of data flows into simpler data flows 5.2.6 When a DFD is levelled no new (a) data stores may appear (b) external entities may appear (c) processes may appear (d) data flows may appear 5.2.7 When a DFD is levelled (a) new external entities may be required (b) no new processes are allowed (c) no new data flows are allowed (d) new data stores may be necessary and are allowed 5.2.8 When a DFD is levelled it is a good idea not to (a) be concerned about the number of new processes at the next level (b) allow more than 5 to 10 new processes at the next level for each expanded process V. Rajaraman/IISc. Bangalore M5/V1/July 04/4
  • 5. System Analysis and Design / Tools for Systems Analysts Multiple Choice Questions (c) allow new data stores at the next level (d) allow any new processes at the next level 5.2.9 When a process is expanded during levelling (a) data flows entering it are replaced (b) all data stores used by it are replaced (c) all data flows entering it must also enter the levelled DFD (d) all external entities used by it are replaced 5.3.1 Before developing a logical DFD it is a good idea to a) develop a physical DFD b) develop a system flow chart c) determine the contents of all data stores d) find out user’s preferences 5.3.2 A physical DFD specifies (a) what processes will be used (b) who generates data and who processes it (c) what each person in an organization does (d) which data will be generated 5.3.3 A physical DFD (a) has no means of showing material flow (b) does not concern itself with material flow (c) can show only stored material (d) can show the flow of material V. Rajaraman/IISc. Bangalore M5/V1/July 04/5
  • 6. System Analysis and Design / Tools for Systems Analysts Multiple Choice Questions KEY TO OBJECTIVE QUESTIONS 5.1.1 a 5.1.2 c 5.1.3 c 5.1.4 b 5.1.5 c 5.1.6 c 5.1.7 c 5.1.8 a 5.1.9 d 5.1.10 d 5.1.11 a 5.1.12 b 5.1.13 c 5.1.14 a 5.1.15 b 5.1.16 d 5.2.1 b 5.2.2 a 5.2.3 c 5.2.4 d 5.2.5 a 5.2.6 b 5.2.7 d 5.2.8 b 5.2.9 c 5.3.1 a 5.3.2 b 5.3.3 d V. Rajaraman/IISc. Bangalore M5/V1/July 04/6