Prep Hub

UGC NET PAPER 2 COMPUTER SCIENCE – SET 44

UGC NET PAPER 2 COMPUTER SCIENCE – SET 44

Period: JUNE 2014


861. In universal hashing with n keys and m table slots (n

Data Structures and Algorithms • Hashing • JUNE 2014


862. Quicksort splits subproblems of size (1–a)n and a n (0

Data Structures and Algorithms • Quicksort Analysis • JUNE 2014


863. Solve T(n)=3T(⌊n/4⌋)+n. Then T(n)= ___.

Data Structures and Algorithms • Recurrence Relations • JUNE 2014


864. After mergesort’s two recurses but before merge: ___.

Data Structures and Algorithms • Sorting • JUNE 2014


865. Max parentheses on stack for ((()(() )(() ))) is ___.

Data Structures and Algorithms • Stacks • JUNE 2014


866. Which scheduling algorithm ensures both serializability and freedom from deadlock in s?

Databases • Concurrency Control • JUNE 2014


867. Hiding manager’s salary from employee is ___.

Databases • DB Architecture • JUNE 2014


868. SET stands for ___.

Databases • E-Commerce • JUNE 2014


869. In ER modeling, a specialization lattice allows an entity to participate in:

Databases • ER Modeling: Specialization • JUNE 2014


870. A clustering index is created when ___.

Databases • Indexing • JUNE 2014


871. For R={A,B,C,D,E,F} with C→F,E→A,EC→D,A→B, a key is ___.

Databases • Keys • JUNE 2014


872. Which statement is false?

Databases • Normalization • JUNE 2014


873. Given Book(Title,Author,Cno,Pub,Year,Price) and Collection(Title,Author,Cno) with FDs Title,Author→Cno; Cno→Title,Author,Pub,Year; Pub,Title,Year→Price and key=(Author,Title), these schemas are in:

Databases • Normalization: 3NF vs BCNF • JUNE 2014


874. R={S,T,U,V} with S→T, T→U, U→V, V→S (cycle). Any nontrivial decomposition R₁∩R₂=∅ yields a schema in:

Databases • Normalization: Cyclic FDs • JUNE 2014


875. Match SQL: a=DDL,b=DML,c=TCL,d=Binary Op codes below.

Databases • SQL • JUNE 2014


876. To convert a max-assignment problem to a min-assignment, you ___.

Discrete Structures and Optimization • Assignment Problem • JUNE 2014


877. Big-O of n! and log(n!) is ___.

Discrete Structures and Optimization • Asymptotic Analysis • JUNE 2014


878. How many distinct truth-tables exist for compound propositions in p and q?

Discrete Structures and Optimization • Boolean Functions • JUNE 2014


879. Which of Graphs A–D is isomorphic to the given graph?

Discrete Structures and Optimization • Graph Isomorphism • JUNE 2014


880. K_{m,n} has a Hamiltonian circuit when ___.

Discrete Structures and Optimization • Graph Theory • JUNE 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