Prep Hub

UGC NET PAPER 2 COMPUTER SCIENCE – SET 40

UGC NET PAPER 2 COMPUTER SCIENCE – SET 40

Period: DEC 2014


781. If f(x)=x⁴, g(x)=x²+1, h(x)=x²+72, find h∘(g∘f)(x) and (h∘g)∘f(x).

Discrete Structures and Optimization • Functions • DEC 2014


782. Tree with degrees 4,4,3,2 and rest 1. Total vertices?

Discrete Structures and Optimization • Graph theory • DEC 2014


783. Consider the graph shown below. This graph is a ________.

Discrete Structures and Optimization • Graph theory • DEC 2014


784. Negation of “−2≤x≤−1 or 1≤x≤2” is ?

Discrete Structures and Optimization • Predicate logic • DEC 2014


785. A program picks k∈{1…10^6} 10^6 times. P(k=1 at least once)?

Discrete Structures and Optimization • Probability • DEC 2014


786. Which is NOT required for critical-section solution?

Operating System • Concurrency • DEC 2014


787. Two-level CPU scheduling is used because ___.

Operating System • CPU Scheduling • DEC 2014


788. Debugger is a program that ___.

Operating System • Debugging Tools • DEC 2014


789. A directory can be viewed as a ___ translating filenames to entries.

Operating System • File systems • DEC 2014


790. Editor uses 200 K text (shared), 15 K stack, 50 K init data, 70 K bootstrap. Five instances need physical memory = ___.

Operating System • Memory Management • DEC 2014


791. Paging: avg process size x, page size y, entry size z. Optimum page size minimizing overhead is ___.

Operating System • Memory Management • DEC 2014


792. Demand paging: fault service=8 ms if no write, 20 ms if write (70% writes). Avg time = ___ ms?

Operating System • Memory Management • DEC 2014


793. char *(*(*a[N])())(); declares ___.

Programming Languages • C declarations • DEC 2014


794. Output of printf("%d",1+x++); when x=128?

Programming Languages • C precedence • DEC 2014


795. When an array is passed to a function, which is correct?

Programming Languages • Function calls • DEC 2014


796. Which is not a class member in C++?

Programming Languages • OOP in C++ • DEC 2014


797. What differentiates overloaded vs overridden functions?

Programming Languages • OOP in C++ • DEC 2014


798. How many PUSH and POP ops to evaluate (AB)+(CD/E) in RPN?

Programming Languages • Stacks • DEC 2014


799. The software ___ is the structure of components, their properties & relationships.

Software Engineering • Architecture • DEC 2014


800. MIS is characterized by :

Software Engineering • Information systems • DEC 2014



Disclaimer for MCQ Quiz
This quiz is for educational purposes only…

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Scroll to Top