Tuesday 22 April 2014

General Knowledge Solved Model Paper for UGC NET JUNE 2014

         GENERAL KNOWLEDGE SOLVED MODEL PAPER FOR UGC NET 2014 EXAM

1. Who is the first governor general of India.
Lord William Bentinck.

2. Young Bengal movement was started by.
Henry Louis Vivian Derozio.

3. The demand for 'swaraj'(self government)  was made by Indian National Congress(I.N.C.) for the first time.
At Calcutta session, 1906 under the chairmanship of Dadabhai Naoroji.

4.  The communal award was announced by
Ramsay Mcdonald 



Wednesday 16 April 2014

TIPS ON HOW TO PREPARE FOR PAPER 3 OF UGC NET COMPUTER SCIENCE

HOW TO PREPARE FOR CORE AND ELECTIVE PART OF UGC NET COMPUTER SCIENCE PAPER 3


If you look the syllabus of ugc net computer science particularly for paper 3, it’s a huge ocean. So mastering over all areas is simply not an easy task. So you got to focus upon some of the conventional areas where questions are often asked.
In paper 3 you all know that there are two parts, core part and elective part. Concentrate more on core part as it contains popular subjects and also easy to learn. There are actually 14 sections.


Tuesday 8 April 2014

SYNCHRONIZATION BASICS FOR UGC NET EXAM

SYNCHRONIZATION BASICS FOR UGC NET EXAM

Synchronization : The concept of Synchronization is concerned with cooperating
processes that share some resources. Co-operating processes must
synchronize with each other when they use shared resources. Thus we can view
the Synchronization as a set of constraints on the ordering of events.
Semaphores : A Semaphore is a protected variable whose value can be accessed
and altered only by operations P and V.
A Semaphore Mechanism basically consists of the two primitive operations
SIGNAL and WAIT.