Showing posts with label UGC NET COMPUTER SCIENCE MODEL SOLVED PAPER. Show all posts
Showing posts with label UGC NET COMPUTER SCIENCE MODEL SOLVED PAPER. Show all posts

Monday, 15 June 2015

UGC NET COMPUTER SCIENCE SOLVED MODEL MCQS FOR JUNE 2015


UGC NET COMPUTER SCIENCE SOLVED MODEL MCQS FOR JUNE 2015

1. Which of the following systems mimics human thinking?
(a) Artificial intelligence
 (b) Intelligent agent
(c) Bot
(d) Database management system
Ans.:a

2. Which AI system provides a diagnosis to a specific problem?
(a) Intelligent agent (b) Expert system
(c) Geographical information system (d) Data mining system
Ans.: c

3. Which AI system finds and identifies patterns; for instance; in the words you use?
(a) Expert system (b) Intelligent system
(c) Neural network (d) Fuzzy logic
Ans.: d

Sunday, 22 February 2015

UGC NET COMPUTER SCIENCE MODEL SOLVED PAPER FOR JUNE 2015

UGC NET COMPUTER SCIENCE MODEL SOLVED PAPER FOR JUNE 2015

1. Time sharing provides
(a) Disk management
 (b) File system management
(c) Concurrent execution
(d) All of the above
Ans.: C

2. A process executes the following code:
for (i=0; i<n; i++)
fork();
The total number of child processes created is
(a) n
 (b) 2n – 1
(c) 2n
(d) 2n+1 – 1
Ans.: B

3. The performance of Round Robin algorithm depends heavily on
(a) Size of the process
 (b) The i/o bursts of the process
(c) The CPU burst of the process
(d) The size of the time quantum
Ans.: D