software quiz Interview Questions and Answers
Ques:- The acronym of CASE is
A. Computer Aided Structured Engineering
B. Continuously Aimed Software Engineering
C. Computer Aided Software Engineering
D. None of the above
Ques:- What is the most suitable architecture to develop a web based system?
A. Client Server Model
B. Distributed System Model
C. Island Model
D. Repository Model
Ques:- The visual interface developed by Xerox was modeled on a
A. Desktop
B. File cabinet
C. Tree
D. None of these
Ques:- The advantage of better testing in software development is in
A. Iterative
B. Prototyping
C. Waterfall model
D. All of these
Ques:- Who develop software products?
A. Customers
B. Database administrators
C. Software engineers
D. Programmers
Ques:- Choose the tool which is not used in the requirement analysis.
A. Activity Network
B. Flow Graphs
C. Module Dependency Diagram
D. Data Flow Diagram
Ques:- Information hiding is to hide from user, details that
A. May be maliciously handled by him
B. Are not relevant to him
C. Are relevant to him
D. Are confidential
Ques:- A Simulation program
A. Teaches by emulating the responses of the system being studied
B. Teaches facts, such as arithmetic operations and spelling
C. Guides novices through the basics of using other computer programs
D. None of these
Ques:- What is the disadvantage of using distributed approach to system development?
A. Security
B. Scalability
C. Concurrency
D. Fault tolerance
Ques:- Use of recursion
A. makes debugging easier
B. reduces execution time
C. makes software bug-free
D. enhances logical clarity and reduces code size
Ques:- Which of the following is (are) required by top-down design?
A. Modularity
B. Step-wise refinement
C. Flow charging
D. All of these
Ques:- If a file is to be moved from main memory to a disk, the directory file would be modified by the
A. File manager
B. Command processor
C. I/0 managers
D. Supervisor
Ques:- Configuration management is not concerned with
A. Choice of hardware configuration for an application
B. Controlling changes to the source code
C. Controlling documentation changes
D. Maintaining versions of software
Ques:- A program written for an application generator includes
A. Procedural statements
B. Non-procedural statements
C. Both (a) and (b)
D. None of these
Ques:- The data flow model of an application mainly shows
A. decision and control information
B. communication network structure
C. processing requirements and the flow of data
D. the underlying data and the relationship among them
Ques:- A desirable property of module is
A. High coupling
B. Multifunctional
C. Low Cohesiveness
D. Independency
Ques:- A Good specification should be
A. Functional
B. Distinctly specific
C. Unambiguous
D. None of these
Ques:- Data structure suitable for the application is discussed in
A. Interface design
B. Procedural design
C. Architectural design
D. Data design
Ques:- Which of the following is a tool in design phase?
A. Abstraction
B. Refinement
C. Information hiding
D. All of these