UGC NET PAPER 2 COMPUTER SCIENCE – SET 5
Period: JUNE 2010
81. Operators: – (sub), * (mul), $ (exp) left-assoc, decreasing precedence. Evaluate: 3 – 2 * 4 $ 2 ** 3 = ?
Programming Languages • Expression Evaluation • JUNE 2010
82. Match: (a) Garbage collection (Java), (b) Nameless object, (c) Template support, (d) Forward reference, (e) Derived class inherits — codes: (a)(b)(c)(d)(e)
Programming Languages • Language Features • JUNE 2010
83. In an absolute loading scheme, which loader function is done by the loader?
Programming Languages • Loaders & Linkers • JUNE 2010
84. Which expression does this parse tree represent? [*tree omitted*]
Programming Languages • Parsing • JUNE 2010
85. What is the output of: `char *P="ayqm"; char c = ++*P; printf("%c",c);`?
Programming Languages • Pointers & Strings • JUNE 2010
86. The data type created by data abstraction is called _______.
Software Engineering • Data Abstraction • JUNE 2010
87. Generalization is a _______ process.
Software Engineering • Data Modeling • JUNE 2010
88. Design phase is usually:
Software Engineering • Design Activities • JUNE 2010
89. Top-down design does not require:
Software Engineering • Design Methodologies • JUNE 2010
90. Software engineering primarily aims for:
Software Engineering • Objectives & Goals • JUNE 2010
91. Class members specified as _______ are accessible only within the class’s own methods.
Software Engineering • Object-Oriented Design • JUNE 2010
92. Simplest model in SDLC is the:
Software Engineering • Process Models • JUNE 2010
93. Application software:
Software Engineering • Software Types • JUNE 2010
94. Given S1–S5, chromatic number of the entity graph is
Software Engineering • Modeling • JUNE 2010
95. The most general phrase-structure grammar is:
Theory of Computation • Formal Grammars • JUNE 2010
96. MLM recognizes: (i)a (ii)aba (iii)abaabaaba (iv)abaaba… Compare regex (i) (aba)³ˣ; (ii) a.(baa)³ˣ–1.ba; (iii) ab.(aab).³ˣ–1.a
Theory of Computation • Regular Expressions • JUNE 2010
97. Data Mining uses ______, ______, and ______ to build predictive models.
Web Technologies and Emerging Trends • Data Mining Concepts • JUNE 2010
98. PVM has ______ send buffer and ______ receive buffer.
Web Technologies and Emerging Trends • Parallel Computing • JUNE 2010
99. A URL needs which of the following? I.Path II.Host III.DNS IV.Retrieval method V.Server port
Web Technologies and Emerging Trends • URLs • JUNE 2010
100. Start and stop bits in serial comms are for __.
Data Communication and Computer Networks • Data Link Layer • JUNE 2010
Disclaimer for MCQ Quiz
This quiz is for educational purposes only…