Search
.Management Sciences
Category: Software Engineering Mcqs
The ___________________ enables the software engineer to develop models of the information domain and functional domain at the same time___________________?
A. data flow diagram
B. state transition diagram
C. control specification
D. activity diagram
(more…)
Job Control Language (JCL) statements are Used to___________________?
A. Allocate the CPU to a job
B. Specify, to the operating system, the beginning and end of a job in a batch
C. Read the input from the slow-speed card reader to the high-speed magnetic disk
D. All of the above
Which statements are most accurate regarding the following classes? class A{private int i; protected int j; } class B extends A{ private int k; protected int m; } ?
A. An object of B contains data fields j, k, m
B. An object of B contains data fields k, m
C. An object of B contains data fields j, m
D. An object of B contains data fields i, j, k, m
All of the following are examples of requirements problems, except________________?
A. missing requirements
B. overlapping requirements
C. costly requirements
D. conflicting requirements
What all has to be identified as per risk identification ?
A. Threats
B. Vulnerabilities
C. Consequences
D. All of the mentioned
(more…)
Which of the following automatic type conversion will be possible ?
A. byte to int
B. short to int
C. long to int
D. int to long
Which of these are not among the eight principles followed by Software Engineering Code of Ethics and Professional Practice ?
A. PUBLIC
B. PROFESSION
C. PRODUCT
D. ENVIRONMENT
Which of the following term is best define by the statement:”Each object is stored only once, but is accessible by all CASE tools that need it.”?
A. Non-redundant data storage
B. Data independence
C. Transaction control
D. Ad Hoc data queries and reports
The ___________ calls for trimming and chopping of these designs so that the cost is reduced, service is improved and the customer gets higher value at a higher speed?
A. Business process
B. Radical redesign
C. The fundamental rethinking
D. None of these
Recent Comments