Explore topic-wise MCQs in Computer Science Engineering (CSE).

This section includes 1167 Mcqs, each offering curated multiple-choice questions to sharpen your Computer Science Engineering (CSE) knowledge and support exam preparation. Choose a topic below to get started.

1101.

What kind of investments does organization have in order to make most of by the software architects in their design?

A. libraries
B. standards and guidelines
C. software tools
D. all of the mentioned
Answer» E.
1102.

Why does architectural design occurs during product design?

A. stakeholders must convinced that their needs will be met, which may be difficult without demonstrating how the engineers plan to build the product
B. product designers must judge the feasibility of their designs
C. project planners must have some idea about what software must be built to create schedules and allocate resources
D. all of the mentioned
Answer» E.
1103.

Data Store Symbol in DFD represents a

A. physical file
B. data structure
C. logical file
D. all of the mentioned
Answer» E.
1104.

A DFD is always accompanied by a data dictionary.

A. true
B. false
Answer» B. false
1105.

A directed arc or line in DFD represents

A. data store
B. data process
C. data flow
D. all of the mentioned
Answer» D. all of the mentioned
1106.

The context diagram is also known as

A. level-0 dfd
B. level-1 dfd
C. level-2 dfd
D. all of the mentioned
Answer» B. level-1 dfd
1107.

Structured Analysis is based on the principle of Bottom-Up Approach.

A. true
B. false
Answer» C.
1108.

The results of structured analysis can be easily understood by ordinary customers.

A. true
B. false
Answer» B. false
1109.

To arrive at a form which is suitable for implementation in some programming language is the purpose of

A. none of the below
B. structured design (sd)
C. detailed design (dd)
D. none of the mentioned
Answer» C. detailed design (dd)
1110.

Which of the following is not an activity of Structured Analysis (SA) ?

A. functional decomposition
B. transformation of a textual problem description into a graphic model
C. all the functions represented in the dfd are mapped to a module structure
D. all of the mentioned
Answer» D. all of the mentioned
1111.

SA/SD features are obtained from which of the methodologies?

A. constantine and yourdon methodology
B. demarco and yourdon methodology
C. gane and sarson methodology
D. all of the mentioned
Answer» E.
1112.

Which is one of the most important stakeholder from the following ?

A. entry level personnel
B. middle level stakeholder
C. managers
D. users of the software
Answer» E.
1113.

Conflicting requirements are common in Requirement Engineering, with each client proposing his or her version is the right one.

A. true
B. false
Answer» B. false
1114.

A stakeholder is anyone who will purchase the completed software system under development.

A. true
B. false
Answer» C.
1115.

FAST stands for

A. functional application specification technique
B. fast application specification technique
C. facilitated application specification technique
D. none of the mentioned
Answer» D. none of the mentioned
1116.

Which one of the following is not a step of requirement engineering?

A. elicitation
B. design
C. analysis
D. documentation
Answer» C. analysis
1117.

Select the developer-specific requirement ?

A. portability
B. maintainability
C. availability
D. both portability and maintainability
Answer» E.
1118.

What are the types of requirements ?

A. availability
B. reliability
C. usability
D. all of the mentioned
Answer» E.
1119.

Requirements should specify ‘what’ but not ‘how’.

A. true
B. false
Answer» B. false
1120.

Requirements Analysis is an Iterative Process.

A. true
B. false
Answer» B. false
1121.

Coad and Yourdon suggested                 selection characteristics that should be used as an analyst considers each potential object for inclusion in the requirement analysis model.

A. three
B. four
C. five
D. six
Answer» E.
1122.

The requirements that result from requirements analysis are typically expressed from one of three perspectives or views.WhaT is that perspective or view ?

A. developer
B. user
C. non-functional
D. physical
Answer» E.
1123.

                   and                    are the two issues of Requirement Analysis.

A. performance, design
B. stakeholder, developer
C. functional, non-functional
D. none of the mentioned
Answer» C. functional, non-functional
1124.

Requirements analysis is critical to the success of a development project.

A. true
B. false
C. depends upon the size of project
D. none of the mentioned
Answer» B. false
1125.

2 REQUIREMENT ENGINEERING PROCESS: FEASIBILITY STUDIES,

A. three
B. four
C. five
D. six
Answer» D. six
1126.

Which of the following is not a diagram studied in Requirement Analysis ?

A. use cases
B. entity relationship diagram
C. state transition diagram
D. activity diagram
Answer» E.
1127.

How many feasibility studies is conducted in Requirement Analysis ?

A. two
B. three
C. four
D. none of the mentioned
Answer» C. four
1128.

Does software wear & tear by decomposition ?

A. yes
B. no
Answer» C.
1129.

How many classification schemes have been developed for NFRs ?

A. two
B. three
C. four
D. five
Answer» E.
1130.

Choose the correct statement on how NFRs integrates with Rational Unified Process ?

A. system responds within 4 seconds on average to local user requests and changes in the environment
B. system responds within 4 seconds on average to remote user requests and changes in the environment
C. all of the mentioned
D. none of the mentioned
Answer» C. all of the mentioned
1131.

Choose the incorrect statement with respect to Non-Functional Requirement(NFR).

A. product-oriented approach – focus on system (or software) quality
B. process-oriented approach – focus on how nfrs can be used in the design process
C. quantitative approach – find measurable scales for the functionality attributes
D. qualitative approach – study various relationships between quality goals
Answer» D. qualitative approach – study various relationships between quality goals
1132.

According to components of FURPS+, which of the following does not belong to S ?

A. testability
B. speed efficiency
C. serviceability
D. installability
Answer» C. serviceability
1133.

Which of the following statements explains portability in non-functional requirements?

A. it is a degree to which software running on one platform can easily be converted to run on another platform
B. it cannot be enhanced by using languages, os’ and tools that are universally available and standardized
C. the ability of the system to behave consistently in a user-acceptable manner when operating within the environment for which the system was intended
D. none of the mentioned
Answer» B. it cannot be enhanced by using languages, os’ and tools that are universally available and standardized
1134.

“Consider a system where, a heat sensor detects an intrusion and alerts the security company.” What kind of a requirement the system is providing ?

A. functional
B. non-functional
C. known requirement
D. none of the mentioned
Answer» B. non-functional
1135.

Which one of the following is a functional requirement ?

A. maintainability
B. portability
C. robustness
D. none of the mentioned
Answer» E.
1136.

Functional requirements capture the intended behavior of the system.

A. true
B. false
Answer» B. false
1137.

Which four framework activities are found in the Extreme Programming(XP) ?

A. analysis, design, coding, testing
B. planning, analysis, design, coding
C. planning, design, coding, testing
D. planning, analysis, coding, testing
Answer» D. planning, analysis, coding, testing
1138.

In XP an automated unit test framework is used to write tests for a new piece of functionality before that functionality itself is implemented.

A. true
B. false
Answer» B. false
1139.

Tests are automated in Extreme Programming.

A. true
B. false
Answer» B. false
1140.

Developers work individually on a release and they compare their results with other developers before forwarding that release to customers.

A. true
B. false
Answer» C.
1141.

Is a customer involved test development and validation in XP ?

A. yes
B. no
C. it may vary from customer to customer
D. none of the mentioned
Answer» D. none of the mentioned
1142.

In XP Increments are delivered to customers every                weeks.

A. one
B. two
C. three
D. four
Answer» C. three
1143.

Programmers prefer programming to testing and sometimes they take shortcuts when writing tests. For example, they may write incomplete tests that do not check for all possible exceptions that may occur.

A. true
B. false
Answer» B. false
1144.

In XP, as soon as the work on a task is complete, it is integrated into the whole system.

A. true
B. false
Answer» B. false
1145.

Which of the following does not apply to agility to a software process?

A. uses incremental product delivery strategy
B. only essential work products are produced
C. eliminate the use of project planning and testing
D. all of the mentioned
Answer» D. all of the mentioned
1146.

Incremental development in Extreme Programming (XP) is supported through a system release once every month.

A. true
B. false
Answer» C.
1147.

How many phases are there in Scrum ?

A. two
B. three
C. four
D. scrum is an agile method which means it does not have phases
Answer» C. four
1148.

How is plan driven development different from agile development ?

A. outputs are decided through a process of negotiation during the software development process
B. specification, design, implementation and testing are interleaved
C. iteration occurs within activities
D. all of the mentioned
Answer» D. all of the mentioned
1149.

Agility is defined as the ability of a project team to respond rapidly to a change.

A. true
B. false
Answer» C.
1150.

Which on of the following is not an agile method?

A. xp
B. 4gt
C. aup
D. all of the mentioned
Answer» C. aup