Question 1
What is a shell?
Question 2
If a file contains the line “ I m a boy \r \n” then on reading this line into the array str using fgets() what would str contain ?
Question 3
Two different lines combines to a single
Question 4
Output of the printf("%-2.3f \n",17.23478) will be
Question 5
In the running state-
Question 6
Name the design technique that is widely used as a guide in designing relational databases
Question 7
It is necessary to consult the following while drawing up requirement specification
Question 8
An entire path name, consisting of several sub-directory names can contain upto
Question 9
The principle of locality of reference justifies the use of-
Question 10
Round robin scheduling is essentially the preemptive version of which of the following?
Question 11
Each time you turn on your computer, it will check on the control file
Question 12
Which operator has the highest priority?
Question 13
The degree of Multiprogramming is controlled by-
Question 14
If you need to duplicate the entire disk, which command will you use?
Question 15
How many times the following ‘C’ program would print ‘Jamboree’?