Computer Science - Software Engineering
Quiz-summary
0 of 50 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
Information
This is MCQs of Computer Science Subject.
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results
0 of 50 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- Answered
- Review
-
Question 1 of 50
1. Question
Software engineering primarily aims on developing
Correct
Incorrect
-
Question 2 of 50
2. Question
A good specification should be
Correct
Incorrect
-
Question 3 of 50
3. Question
Which of the following is a tool in a design phase?
Correct
Incorrect
-
Question 4 of 50
4. Question
Information hiding is to hide from user, details
Correct
Incorrect
-
Question 5 of 50
5. Question
Which of the following comments about object oriented design of software, is not true?
Correct
Incorrect
-
Question 6 of 50
6. Question
Design phase includes
Correct
Incorrect
-
Question 7 of 50
7. Question
To completely write the program in FORTRAN and rewrite the 1% code in assembly language, if a project team needs 13 days, the learn consists of
Correct
Incorrect
-
Question 8 of 50
8. Question
If 99% of the program is written in FORTRAN and the remaining 1% in assembly language, the percentage increase in the programming time compared to writing the entire program in FORTRAN and rewriting the 1% in assembly language is
Correct
Incorrect
-
Question 9 of 50
9. Question
If the entire program is written in FORTRAN, the percentage increase in the execution time, compared to writing the entire program in FORTRAN and rewriting the 1% in assembly language is
Correct
Incorrect
-
Question 10 of 50
10. Question
If 99% of the program is written in FORTRAN, and the remaining 1% in assembly language the percentage increase in the execution time, compared to writing the entire program in FORTRAN and rewriting the 1% in assembly language is
Correct
Incorrect
-
Question 11 of 50
11. Question
If a weightage of 3 is given to the programmers effort and a weightage of 2 is given to the execution time, then coding 99% in FORTRAN and the 1% in assembly language performs better than coding in FORTRAN completely and rewriting the 1% in assembly language by a factor of about
Correct
Incorrect
-
Question 12 of 50
12. Question
Data structure suitable for the application is discussed in
Correct
Incorrect
-
Question 13 of 50
13. Question
Design phase will usually be
Correct
Incorrect
-
Question 14 of 50
14. Question
Assertion are conditions which are true at the point of execution
Correct
Incorrect
-
Question 15 of 50
15. Question
Assuming the existence of a start and end nodes for a program graph, the total number of paths is equivalent to the ….. set of test data required to test the software.
Correct
Incorrect
-
Question 16 of 50
16. Question
Let M be a node that represents a if-then-else node in a Program Graph. Let the number of paths from its if part to the end nody is y, and from the else part to the end node is z. If the number of paths from the start node to the node M is x, then the total number of paths through M is
Correct
Incorrect
-
Question 17 of 50
17. Question
If X is a case statement in a Program Graph with n cases instead of an if-then-else statement in the previous question with each case leading to only one path to end node, total number of paths through X is
Correct
Incorrect
-
Question 18 of 50
18. Question
Structured programming codes include
Correct
Incorrect
-
Question 19 of 50
19. Question
Which of the following is a desirable property of a module?
Correct
Incorrect
-
Question 20 of 50
20. Question
Which of the following types of maintenance takes the maximum chunk of the total maintenance effort in a typical life cycle of a software product?
Correct
Incorrect
-
Question 21 of 50
21. Question
An important aspect in coding is
Correct
Incorrect
-
Question 22 of 50
22. Question
One way to improve readability in coding is to
Correct
Incorrect
-
Question 23 of 50
23. Question
The data flow model of an application mainly shows
Correct
Incorrect
-
Question 24 of 50
24. Question
According to Brooks, if n is the number of programmers in a project team then the number of communication paths is
Correct
Incorrect
-
Question 25 of 50
25. Question
The extent to which the software can continue to operate correctly despite the introduction of invalid input is called as
Correct
Incorrect
-
Question 26 of 50
26. Question
If the number of condition in a decision table is n, the maximum number of rules (columns) possible is
Correct
Incorrect
-
Question 27 of 50
27. Question
Which of the following statements are not true?
Correct
Incorrect
-
Question 28 of 50
28. Question
Configuration management is not concerned with
Correct
Incorrect
-
Question 29 of 50
29. Question
The railway reservation system currently operational in India can be classified as a
Correct
Incorrect
-
Question 30 of 50
30. Question
According to PUTNAM, project effort is inversely proportional to the fourth power of development time, Doubling the development schedule for a 100 person-Month (PM) project would reduce the project effort to
Correct
Incorrect
-
Question 31 of 50
31. Question
Data Flow Diagram, Regular Expression and Transition Table can be combined to provide ….. for functional specification of systems software..
Correct
Incorrect
-
Question 32 of 50
32. Question
Which of the following is an assertion?
Correct
Incorrect
-
Question 33 of 50
33. Question
A program P calls two subprograms P1 and P2. P1 can fail 50% times and P2 can fail 40% times. The program P can fail
Correct
Incorrect
-
Question 34 of 50
34. Question
The probability of success of two modules in unit testing is 0.9 each. The probability of success of integration testing is 0.9. The joint probability of success is
Correct
Incorrect
-
Question 35 of 50
35. Question
Which of the following graph theoretic concept will be useful in software testing?
Correct
Incorrect
-
Question 36 of 50
36. Question
If a decision table has 3 variables and 3 rules then
Correct
Incorrect
-
Question 37 of 50
37. Question
Which of the following software engineering concept does Ada language support?
Correct
Incorrect
-
Question 38 of 50
38. Question
In unit testing of a module, it is found that for a set of test data, at the maximum 90% of the code alone were tested with the probability of success 0.9. The reliability of the module is
Correct
Incorrect
-
Question 39 of 50
39. Question
Which of the following testing methods is normally used as the acceptance test for a software system?
Correct
Incorrect
-
Question 40 of 50
40. Question
A computer program can often be a very satisfactory ….. of a physical system such as road traffic conditions.
Correct
Incorrect
-
Question 41 of 50
41. Question
for (i =0, s = 0, i < n ; i++) s += a [i]; The symbolic execution with n = 3 at i = 2, s is
Correct
Incorrect
-
Question 42 of 50
42. Question
On an average, the programmer months is given 3.6 x (KDSI) 1.2 If so , a Project requirement one thousand source instruction will require
Correct
Incorrect
-
Question 43 of 50
43. Question
Software testing techniques are most effective if applied immediately after
Correct
Incorrect
-
Question 44 of 50
44. Question
Consider the following code for finding the factorial of a given positive integer.
IFACT = 1
Do 100 I = 2, N, 2
100 IFACT = IFACT * I * (I-1)
For which values of N, the above FORTRAN code doesn’t work?Correct
Incorrect
-
Question 45 of 50
45. Question
For the above code, using symbolic execution, after the iteration with N = 5, IFACT is
Correct
Incorrect
-
Question 46 of 50
46. Question
Which of the following is not an assertion?
Correct
Incorrect
-
Question 47 of 50
47. Question
The reliability of a program be .8. The reliability of an equivalent program (ie., another program that serves the same purpose) is 0.9. The probability that both the program give the wrong result for the same input is
Correct
Incorrect
-
Question 48 of 50
48. Question
The program volume of a source code that has 10 operators including 6 unique operators, and 6 operands including 2 unique operands is
Correct
Incorrect
-
Question 49 of 50
49. Question
To increase reliability, fault tolerance is included in the system in the form of multiple modules. If the problem can be solved by 5 different modules, each with probability of success 0.7, the probability that it can be solved even if 4 modules fail is approximately
Correct
Incorrect
-
Question 50 of 50
50. Question
In object-oriented design of software, objects have
Correct
Incorrect