Tuesday, May 15, 2018

Important UGC NET Questions Series 3

1) The worst type of coupling is
(A) Data coupling. (B) control coupling.
(C) stamp coupling. (D) content coupling

2) A struct is the same as a class except that
(A) there are no member functions.
(B) all members are public.
(C) cannot be used in inheritance hierarchy.
(D) it does have a this pointer.

3) The problem that threatens the success of a project but which has not yet happened is a
(A) bug (B) error
(C) risk (D) failure

4) FAST stands for
(A) Functional Application Specification Technique
(B) Fast Application Specification Technique
(C) Facilitated Application Specification Technique
(D) None of the above

5) What is the output of the following program segment?
main()
{
int i = ++2;
printf(“%d\n”, i);
}
(A) 3 (B) 2
(C) 0 (D) -1

6) Aggregation represents
(A) is_a relationship (B) part_of relationship
(C) composed_of relationship (D) none of above

7) Modifying the software to match changes in the ever changing environment is called
(A) adaptive maintenance (B) corrective maintenance
(C) perfective maintenance (D) preventive maintenance

No comments:

Post a Comment