UGC NET PAPER 2 COMPUTER SCIENCE – SET 58
Period: JULY 2016
1141. When class A grants friendship to class B, what is true?
Programming Languages • C++ – Friend Classes • JULY 2016
1142. Boundary representation of image object uses ?
Programming Languages • Computer graphics • JULY 2016
1143. Which is false regarding language evaluation criteria? (1) Application oriented features (2) Efficiency and Readability (3) Software development (4) Hardware maintenance cost.
Programming Languages • Language Evaluation Criteria • JULY 2016
1144. If a subclass method matches name and signature of its superclass, it _____ it.
Programming Languages • OOP – Method Overriding • JULY 2016
1145. Implicit return type of a class constructor is:
Programming Languages • OOP & Constructors • JULY 2016
1146. Which is correct about abstract classes?
Programming Languages • OOP: Abstract Classes • JULY 2016
1147. Nested classes in a class: there are _____ types.
Programming Languages • OOP: Nested Classes • JULY 2016
1148. Assigning one object reference to another then:
Programming Languages • OOP: References • JULY 2016
1149. What value does `int f(int n){ if(n==0) return 0; else return n+f(n-2); }` return for n=100?
Programming Languages • Recursion • JULY 2016
1150. Match variable types to languages: (a) Static vars (b) Stack dynamic (c) Explicit heap dynamic (d) Implicit heap dynamic → (i) Pascal local (ii) APL all vars (iii) Fortran 77 (iv) Java all objects.
Programming Languages • Storage Allocation Strategies • JULY 2016
1151. Match design concept: I.Coupling II.Cohesion III.Scalable IV.Readable → (a) easy inspection (b) easy add functionality (c) single goal focus (d) module reliance.
Software Engineering • Design Principles • JULY 2016
1152. FP=500, Java LOC/FP=50 → KLOC=25. Effort E=a·(KLOC)^b, a=2.5,b=1.0 → E=? pm
Software Engineering • Estimation: COCOMO • JULY 2016
1153. Aggregation is ____ association between classes with ____ ownership.
Software Engineering • OO Design: Relationships • JULY 2016
1154. CMM maturity stages in order:
Software Engineering • Process Improvement: CMM • JULY 2016
1155. Preferred model when requirements unclear?
Software Engineering • Process Models • JULY 2016
1156. Which is not in waterfall model?
Software Engineering • Process Models • JULY 2016
1157. The extent software tolerates unexpected problems is called?
Software Engineering • Quality Attributes • JULY 2016
1158. Not a benefit of dynamic linking: I. reduce exec time; II. reduce memory space; III. reduce disk space; IV. lower update cost?
Software Engineering • Software Deployment • JULY 2016
1159. Match maintenance activity: I.Corrective II.Adaptive III.Perfective IV.Preventive → (a) reduce complexity (b) fix errors (c) adapt to new env (d) adapt to user reqs.
Software Engineering • Software Maintenance • JULY 2016
1160. If S1 modules total and S3 depend on prior, modules not dependent = ?
Software Engineering • Software Metrics • JULY 2016
Disclaimer for MCQ Quiz
This quiz is for educational purposes only…