NET JUNE 2013 PAPER -3 SOLVED (RE-TEST ON 8 SEPT 2013)


UGC NET PREPARATION ON WHATSAPP GROUP JUST MESSAGE ON 94178-24400 “JOIN NET GROUP”

COACHING FOR UGC NET AND GATE COMPUTER SCIENCE IN JALANDHAR BY IIT’ans. CALL 94178-24400


TUITIONS IN JALANDHAR FOR BCA MCA BSC BA PGDCA BCOM MCOM PROJECTS IN ASP PHP JAVA WEB DESIGNING AT LOW COST ALL SUBJECTS ALL CLASSES CALL 94178-24400

  1. Which of the following is a correct predicate logic statement for “Every Natural number has one successor” ?

(A) ∀x∃y (succ(x, y) ∧ (∃z succ(x, z) ⇒ equal (y, z)))

(B) ∀x∃y (succ(x, y) ∨ (∃z succ(x, z) ⇒ equal (y, z)))

(C) ∃y∀x (succ(x, y) ∧ (∃z succ(x, z) ⇒ equal (y, z)))

(D) ∀x∃y succ (x, y)

Answer: A


  1. α – β cutoffs are applied to ………….

(A) Depth first search

(B) Best first search

(C) Minimax search

(D) Breadth first search

Answer: C


  1. Assume that each alphabet can have a value between 0 to 9 in a cryptoarithmetic problem    CROSS

+ROADS

————–

DANGER

————–

Which of the following statement is true ?

(i) No two alphabets can have the same numeric value.

(ii) Any two alphabets may have the same numeric value.

(iii) D = 0

(iv) D = 1

(A) (i) and (iii)   (B) (i) and (iv)

(C) (ii) and (iii) (D) (ii) and (iv)

Answer: B

Explanation:

click here for solution


  1. Which of the following is not a part of an expert system shell ?

(A) Knowledge Base

(B) Inference Engine

(C) Explanation Facility

(D) None of the above

Answer: A


  1. The Blocks World Problem in Artificial Intelligence is normally discussed to explain a ………………

(A) Search technique

(B) Planning system

(C) Constraint satisfaction system

(D) Knowledge base system

Answer: B


  1. Means-Ends Analysis process centres around the detection of difference between the current state and the goal state. Once such a difference is found, then to reduce the difference one applies ………………

(A) a forward search that can reduce the difference.

(B) a backward search that can reduce the difference.

(C) a bidirectional search that can reduce the difference.

(D) an operator that can reduce the difference.

Answer: D


  1. Suppose a file of 10,000 characters is to be sent over a line at 2400 bps. Assume that the data is sent in frames. Each frame consists of 1000 characters and an overhead of 48 bits per frame. Using synchronous transmission, the total overhead time is …………..

(A) 0.05 second           (B) 0.1 second

(C) 0.2 second                         (D) 2.0 second

Answer: C

Explanation:

  1. The file takes 10 frames or 480 additional bits. The transmission time for the additional bits is 480/2400 = 0.2 seconds.

  1. Which of the following is the size of Network bits and Host bits of Class A of IP address?

(A) Network bits 7, Host bits 24

(B) Network bits 14, Host bits 16

(C) Network bits 15, Host bits 16

(D) Network bits 16, Host bits 16

Answer: A


  1. Which of the following field of the TCP header tells how many bytes may be sent starting at the byte acknowledged ?

(A) TCP header length

(B) Window size

(C) Acknowledgement number

(D) Urgent pointer

Answer: B


  1. Which of the following is a bit rate of an 8-PSK signal having 2500 Hz bandwidth ?

(A) 2500 bps     (B) 5000 bps

(C) 7500 bps     (D) 20000 bps

Answer: C


  1. Match the following :

(a) UDP                         (i) Message Transfer Protocol

(b) OSPF           (ii) Bit-oriented Protocol

(c) SMTP           (iii) Interior Gateway Routing Protocol

(d) HDLC           (iv) Connectionless Transport Protocol

Codes :

(a)   (b)  (c)  (d)

(A) (iii)  (iv)  (ii)  (i)

(B) (iv)  (iii)  (ii)  (i)

(C) (iv)  (iii)  (i)  (ii)

(D) (iii)  (iv)  (i)  (ii)

Answer: C


  1. Given the IP address 201.14.78.65 and the subnet mask 255.255.255.224. What is the subnet address ?

(A) 201.14.78.32

(B) 201.14.78.64

(C) 201.14.78.65

(D) 201.14.78.224

Answer: B


  1. If an artificial variable is present in the ‘basic variable’ of optimal simplex table then the solution is ……………..

(A) Alternative solution

(B) Infeasible solution

(C) Unbounded solution

(D) Degenerate solution

Answer: B


  1. An optimal assignment requires that the minimum number of horizontal and vertical lines that can be drawn to cover all zeros be equal to the number of

(A) rows or columns

(B) rows + columns

(C) rows + columns – 1

(D) rows + columns + 1

Answer: A


  1. Which of the following is the minimum cost for an assignment problem given below ?

Answer: C


  1. Assume, L is regular language. Let statements S1 and S2 be defined as :

S1 : SQRT(L) = { x| for some y with |y| = |x|2, xy ∈L}

S2 : LOG(L) = { x| for some y with |y| = 2|x|, xy ∈ L}

Which of the following is true ?

(A) S1 is correct and S2 is not correct.

(B) Both S1 and S2 are correct.

(C) Both S1 and S2 are not correct.

(D) S1 is not correct and S2 is correct.

Answer: B


  1. A regular grammar for the language L = {anbm | n is even and m is even}is given by

(A) S→aSb | S1; S1 → bS1a | λ

(B) S→aaS | S1; S1 → bSb | λ

(C) S→aSb | S1; S1 → S1ab | λ

(D) S→aaS | S1; S1 → bbS1 | λ

Answer: D


  1. Given the following productions of a grammar :

S→ aA| aBB;

A→aaA |λ ;

B→ bB| bbC;

C→ B

Which of the following is true ?

(A) The language corresponding to the given grammar is a set of even number of a’s.

(B) The language corresponding to the given grammar is a set of odd number of a’s.

(C) The language corresponding to the given grammar is a set of even number of a’s followed by odd number of b’s.

(D) The language corresponding to the given grammar is a set of odd number of a’s followed by even number of b’s.

Answer: B


  1. The language accepted by the nondeterministic pushdown automaton

M= ({q0, q1, q2}, {a, b}, {a, b, z}, δ, q0, z, {q2}) with transitions

δ (q0 a, z) = { (q1 a), (q2 λ)};

δ (q1, b, a) = { (q1, b)}

δ (q1, b, b) ={ (q1 b)}, δ (q1, a, b) = { (q2, λ)}

is

(A) L(abb*a)                  (B) {a} U L(abb*a)

(C) L(ab*a)                    (D) {a} U L(ab*a)

Answer: B


  1. The language L = {an bn am bm | n ≥ 0, m ≥ 0} is

(A) Context free but not linear

(B) Context free and linear

(C) Not Context free and not linear

(D) Not Context free but linear

Answer: A


  1. Assume statements S1 and S2 defined as :

S1 : L2-L1 is recursive enumerable where L1 and L2 are recursive and recursive enumerable respectively.

S2 : The set of all Turing machines is countable.

Which of the following is true ?

(A) S1 is correct and S2 is not correct.

(B) Both S1 and S2 are correct.

(C) Both S1 and S2 are not correct.

(D) S1 is not correct and S2 is correct.

Answer: B


  1. Non-deterministic pushdown automaton that accepts the language generated by the grammar: S→aSS | ab is

(A) δ(q0, λ, z) = { (q1, z)};

δ(q0, a, S) = { (q1, SS)}, (q1, B) }

δ(q0, b, B) = { (q1, λ)},

δ(q1, λ, z) = { (qf, λ)}

(B) δ(q0, λ, z) = { (q1, Sz)};

δ(q0, a, S) = { (q1, SS)}, (q1, B) }

δ(q0, b, B) = { (q1, λ)},

δ(q1, λ, z) = { (qf, λ)}

(C) δ(q0, λ, z) = { (q1, Sz)};

δ(q0, a, S) = { (q1, S)}, (q1, B) }

δ(q0, b, λ) = { (q1, B)},

δ(q1, λ, z) = { (qf, λ)}

(D) δ(q0, λ, z) = { (q1, z)};

δ(q0, a, S) = { (q1, SS)}, (q1, B) }

δ(q0, b, λ) = { (q1, B)},

δ(q1, λ, z) = { (qf, λ)}

Answer: B


  1. Match the following :

(a) Dangling pointer    (i) Buffer replacement policy

(b) Page fault               (ii) Variable-length records

(c) List representation (iii) Object identifier

(d) Toss-immediate      (iv) Pointer-swizzling

Codes :

(a)   (b)  (c)  (d)

(A) (iii)  (iv)  (ii)   (i)

(B) (iv)  (iii)  (ii)   (i)

(C) (iv)  (iii)  (i)   (ii)

(D) (iii)  (iv)  (i)   (ii)

Answer: A


  1. ……………… constraints ensure that a value that appears in one relation for a given set of attributes also appears for a certain set of attributes in another relation.

(A) Logical Integrity     (B) Referential Integrity

(C) Domain Integrity    (D) Data Integrity

Answer: B


  1. The SQL expression

Select distinct T, branch_name from branch T, branch S where T.assets>S.assets and S.branch_city=”Mumbai” finds the names of

(A) All branches that have greater assets than some branch located in Mumbai.

(B) All branches that have greater assets than all branches in Mumbai.

(C) The branch that has greatest asset in Mumbai.

(D) Any branch that has greater assets than any branch in Mumbai.

Answer: A


  1. Let A be the set of comfortable houses given as

Then the set of comfortable and affordable houses is

Answer: A


  1. Support of a fuzzy set

within a universal set X is given as

Answer: D


  1. In a single perceptron, the updation rule of weight vector is given by

(A) w(n + 1)=w(n)+η[d(n)-y(n)]

(B) w(n + 1)=w(n)–η[d(n)-y(n)]

(C) w(n + 1)=w(n)+η[d(n)-y(n)]* x (n)

(D) w(n + 1)=w(n)–η[d(n)-y(n)]* x (n)

Answer: C


  1. ……………. refers to the discrepancy among a computed, observed or measured value and the true specified or theoretically correct values.

(A) Fault            (B) Failure

(C) Defect         (D) Error

Answer: D


  1. Which logic family dissipates the minimum power ?

(A) DTL (B) TTL

(C) ECL             (D) CMOS

Answer: D


  1. Which of the following electronic component is not found in IC’s ?

(A) Diode           (B) Resistor

(C) Transistor   (D) Inductor

Answer: D


  1. A given memory chip has 14 address pins and 8 data pins. It has the following number of locations.

(A) 28     (B) 214

(C) 26     (D) 212

Answer: B


  1. The instruction: MOV CL, [BX] [DI] + 8 represents the …………… addressing mode.

(A) Based Relative      (B) Based Indexed

(C) Indexed Relative   (D) Register Indexed

Answer: B


  1. The power dissipation of a flip-flop is 3 mW. The power dissipation of a digital system with 4 flip-flops is given by

(A) 34 mW         (B) 43 mW

(C) 4/3 mW        (D) 12 mW

Answer: D


  1. An astable multivibrator using the 555 timer to generate a square wave of 5 KHz with 70% duty cycle will have

(A) RA = 40.4 KΩ, RB = 17.25 KΩ,

C = 2000 pF

(B) RA = 17.25 KΩ, RB = 40.4 KΩ,

C = 2000 pF

(C) RA = 40.4 KΩ, RB = 17.25 KΩ,

C = 5000 pF

(D) RA = 17.25 KΩ, RB = 40.4 KΩ,

C = 5000 pF

Answer: Marks given to all


  1. A binary ripple counter is required to count up to 16383. How many flip-flops are required ?

(A) 16382          (B) 8191

(C) 512              (D) 14

Answer: D


  1. The time complexity of recurrence relation

T(n) = T(n/3) + T(2n/3) + O(n) is

(A) O(Ig n)         (B) O(n)

(C) O(n Ig n)     (D) O(n2 )

Answer: C


  1. How many people must there be in a room before there is a 50% chance that two of them were born on the same day of the year ?

(A) At least 23               (B) At least 183

(C) At least 366            (D) At least 730

Answer: A


  1. The number of possible parenthesizations of a sequence of n matrices is

(A) O(n)             (B) θ(n Ig n)

(C) Ω(2n)            (D) None of the above

Answer: C


  1. The time complexity of an efficient algorithm to find the longest monotonically increasing subsequence of n numbers is

(A) O(n)             (B) O(n Ig n)

(C) O(n2)            (D) None of the above

Answer: B


  1. Given a binary search trees for a set of n=5 keys with the following probabilities :

The expected optimal cost of the search is

(A) 2.65             (B) 2.70

(C) 2.75             (D) 2.80

Answer: C


  1. Given 0-1 knapsack problem and fractional knapsack problem and the following statements :

S1 : 0-1 knapsack is efficiently solved using Greedy algorithm.

S2 : Fractional knapsack is efficiently solved using Dynamic programming.

Which of the following is true ?

(A) S1 is correct and S2 is not correct.

(B) Both S1 and S2 are correct.

(C) Both S1 and S2 are not correct.

(D) S1 is not correct and S2 is correct.

Answer: C


  1. Equivalence class partitioning approach is used to divide the input domain into a set of equivalence classes, so that if a program works correctly for a value, then it will work correctly for all the other values in that class. This is used ……………..

(A) to partition the program in the form of classes.

(B) to reduce the number of test cases required.

(C) for designing test cases in white box testing.

(D) all of the above.

Answer: B


  1. The failure intensity for a basic model as a function of failures experienced is given as λ(μ)-λ0[1 – (μ)/(V0)] where λ0 is the initial failure intensity at the start of the execution, μ is the average or expected number of failures at a given point in time, the quantity V0 is the total number of failures that would occur in infinite time.

Assume that a program will experience 100 failures in infinite time, the initial failure intensity was 10 failures/CPU hr. Then the decrement of failures intensity per failure will be

(A) 10 per CPU hr.

(B) 0.1 per CPU hr.

(C) –0.1 per CPU hr.

(D) 90 per CPU hr.

Answer: C


  1. Improving processing efficiency or performance or restructuring of software to improve changeability is known as

(A) Corrective maintenance

(B) Perfective maintenance

(C) Adaptive maintenance

(D) Code maintenance

Answer: B


  1. In ……………,modules A and B make use of a common data type, but perhaps perform different operations on it.

(A) Data coupling        (B) Stamp coupling

(C) Control coupling   (D) Content coupling

Answer: B


  1. Consider the following schemas :

Branch_Schema = (branch_name, assets, city)

Customer_Schema = (cutstomer_name, street, city)

Deposit_Schema = (branch_name, account_number, customer_name, balance)

Borrow_Schema = (branch_name, loan_number, customer_name, amount)

Which of the following tuple relational calculus finds all customers who have loan amount more than Rs 12,000 ?

(A) {t(customer_name) | t∈borrow[?] t[amount]>12000}

(B) {t |t(customer_name) | t∈borrow[?] t[amount]>12000}

(C) {t |[?] ∈ borrow (t(customer_name=s(customer_ name))[?] [amount]>12000}

(D) {t |[?] ∈ borrow (t(customer_name)[?] s[amount] >12000}

Answer: C


  1. Match the following :

(a) Create          (i) The E-R Model

(b) Select           (ii) Relationship Model

(c) Rectangle    (iii) DDL

(d) Record         (iv) DML

Codes :

(a)   (b)  (c)  (d)

(A) (iii)  (iv)  (i)   (ii)

(B) (iv)  (iii)  (ii)  (i)

(C) (iv)  (iii)  (i)  (ii)

(D) (iii)  (iv)  (ii)  (i)

Answer: A


  1. Match the following :

Codes :

(a)   (b)  (c)  (d)

(A) (iii)  (iv)  (ii)   (i)

(B) (iv)  (iii)  (ii)   (i)

(C) (ii)  (iii)  (iv)   (i)

(D) (iii)  (iv)  (i)   (ii)

Answer: C


  1. Sixty (60) reusable components were available for an application. If only 70% of these components can be used, rest 30% would have to be developed from scratch. If average component is 100 LOC and cost of each LOC is Rs 14, what will be the risk exposure if risk probability is 80% ?

(A) Rs 25,200   (B) Rs 20,160

(C) Rs 25,160   (D) Rs 20,400

Answer: B


  1. Consider the following two function declarations :

(i) int *f( ) (ii) int (*f)( )

Which of the following is true ?

(A) Both are identical.

(B) The first is a correct declaration and the second is wrong.

(C) Both are different ways of declaring pointer to a function.

(D) The first declaration is a function returning a pointer to an integer and the second is a pointer to function returning integer.

Answer: D


  1. Assume that we have constructor function for both Base and Derived classes. Now consider the declaration :

main ( )

Base *p = new Derived;

In what sequence, the constructor will be executed ?

(A) Derived class constructor is followed by Base class constructor.

(B) Base class constructor is followed by Derived class constructor.

(C) Base class constructor is never called.

(D) Derived class constructor is never called.

Answer: B


  1. What is the output of the following program ?

#include<stdio.h>

main( )

{

int a, b = 0;

static int c[10] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 0};

for (a=0; a<10;++a);

if ((c[a]%2)= =0) b+=c[a];

printf(“%d”,b);

}

(A) 15     (B) 25

(C) 45     (D) 20

Answer: D


  1. A Program contains the following declarations and initial assignments

int i = 8, j = 5;

double x = 0.005, y = –0.01;

char c=’c’, d=’d’;

Determine the value of the following expressions which involve the use of library functions:

abs(i-2*j) ; log(exp(x)) ; toupper(d)

(A) 2; 0.005; D (B) 1; 0.005; D

(C) 2; 0.005; E (D) 1; 0.005; e

Answer: A


  1. MPEG involves both spatial compression and temporal compression. The spatial compression is similar to JPEG and temporal compression removes ………….. frames.

(A) Temporal     (B) Voice

(C) Spatial         (D) Redundant

Answer: D


  1. If the data unit is 111111 and the divisor is 1010. In CRC method, what is the dividend at the transmission before division ?

(A) 1111110000           (B) 1111111010

(C) 111111000             (D) 111111

Answer: C


  1. If user A wants to send an encrypted message to user B. The plain text of A is encrypted with the ……………..

(A) Public Key of user A

(B) Public Key of user B

(C) Private Key of user A

(D) Private Key of user B

Answer: B


  1. A …………… can forward or block packets based on the information in the network layer and transport layer header.

(A) Proxy firewall

(B) Firewall

(C) Packet filter firewall

(D) Message digest firewall

Answer: A


  1. Which of the following graphics devices are known as active graphics devices ?

(i) Alphanumeric devices

(ii) Thumb wheels

(iii) Digitizers

(iv) Joystics

(A) (i) and (ii)                (B) (iii) and (iv)

(C) (i), (ii) and (iii)         (D) (i), (ii), (iii) and (iv)

Answer: D


  1. A diametric projection is said to be trimetric projection when

(i) two of the three foreshortening factors are equal and third is arbitrary.

(ii) all of the three foreshortening factors are equal.

(iii) all of the three foreshortening factors are arbitrary.

Which of the above is true ?

(A) (i) and (ii)    (B) (ii) and (iii)

(C) (i) only         (D) (iii) only

Answer: C


  1. Which of the following is/are fundamental method(s) of antialiasing ?

(i) Increase of sample rate.

(ii) Treating a pixel as a finite area rather than as a point.

(iii) Decrease of sample rate.

(A) (i) and (ii)    (B) (ii) and (iii)

(C) (i) only         (D) (ii) only

Answer: A


  1. The two color systems – the HSV and HLS are

(A) Hue, Saturation, Value and Hue, Lightness, Saturation.

(B) High, Standard, Value and High, Lightness, Saturation.

(C) Highly, Saturated, Value and Highly, Lightened, Saturation.

(D) Highly, Standard, Value and Hue, Lightness, Saturation.

Answer: A


  1. The parametric representation of the line segment between the position vectors P1(2, 3) and P2(5, 4) is given as

(A) x(t)= 2+7t, y(t) = 3+7t         0 ≤ t ≤ ∝

(B) x(t)=2+10t, y(t) = 3+12t      0 ≤ t ≤ 1

(C) x(t)= 2+3t, y(t)=3+t             0 ≤ t ≤ 1

(D) t(x, y) = 14t              0 ≤ t ≤ 1

Answer: C


  1. Consider the following transformation matrix for rotation(clockwise) :

This matrix rotates an object by an angle θ about :

(A) X-axis          (B) Y-axis

(C) Z-axis          (D) All of the above

Answer: C


  1. Consider the following sequence of operations :

(i) Pointer p1 is set to point at a new heap-dynamic variable.

(ii) Pointer p2 is assigned p1’s value.

(iii) The heap dynamic variable pointed to by p1 is explicitly de-allocated, but p2 is not changed by the operation.

This situation leads to which of the following :

(A) p1 becomes a dangling pointer

(B) p2 becomes a dangling pointer

(C) Both p1 and p2 are now dangling pointers

(D) Neither p1 nor p2 is now a dangling pointer

Answer: B


  1. The programming languages C and C++ are not strongly typed languages because :

(A) Both C and C++ allow functions for which parameters are not type checked.

(B) Both C and C++ allow functions for which parameters are type checked.

(C) Both C and C++ allow functions for which parameters are not type checked and also the union types in these languages are not type checked.

(D) Union types in these (C and C++) languages are not type checked.

Answer: C


  1. The tracing model in Prolog describes program execution in terms of certain events. These events are

(A) call and exit

(B) call and fail

(C) call, exit and redo

(D) call, exit, redo and fail

Answer: D


  1. Which of the following statements is not correct with reference to distributed systems ?

(A) Distributed system represents a global view of the network and considers it as a virtual uni-processor system by controlling and managing resources across the network on all the sites.

(B) Distributed system is built on bare machine, not an add-on to the existing software.

(C) In a distributed system, kernel provides smallest possible set of services on which other services are built. This kernel is called microkernel. Open servers provide other services and access to shared resources.

(D) In a distributed system, if a user wants to run the program on other nodes or share the resources on remote sites due to their beneficial aspects, user has to log on to that site.

Answer: D


  1. A system contains 10 units of resource of same type. The resource requirement and current allocation of these resources for three processes P, Q and R are as follows :

Now, consider the following resource requests :

(i) P makes a request for 2 resource units.

(ii) Q makes request for 2 resources units.

(iii) R makes a request of 2 resource units.

For a safe state, which of the following options must be satisfied ?

(A) Only request (i)

(B) Only request (ii)

(C) Only request (iii)

(D) Request (i) and (ii)

Answer: C


  1. Consider the following set of processes with the length of CPU burst time in milliseconds (ms) :

Assume that processes are stored in ready queue in following order :

A – B – C – D – E

Using round robin scheduling with time slice of 1 ms, the average turn around time is

(A) 8.4 ms          (B) 12.4 ms

(C) 9.2 ms         (D) 9.4 ms

Answer: A


  1. Consider a main memory with 3 page frames for the following page reference string :

5, 4, 3, 2, 1, 4, 3, 5, 4, 3, 4, 1, 4

Assuming that the execution of process is initiated after loading page 5 in memory, the number of page faults in FIFO and second chance replacement respectively are

(A) 8 and 9        (B) 10 and 11

(C) 7 and 9        (D) 9 and 8

Answer: D


  1. Which of the following shell scripts will produce the output “my first script” ?

(A) for i in my first script { echo –i $i}

(B) for my first script; do echo –n; done

(C) for i in my first script; do echo –i $i; done

(D) for n in my first script; do echo –i $i; done

Answer: C


  1. The portion of Windows 2000 operating system which is not portable is

(A) processor management

(B) user interface

(C) device management

(D) virtual memory management

Answer: D


  1. Match the following for Windows Operating System :

(a) Hardware abstraction layer          (i) Starting all processes, emulation

                                                                 of different operating systems,

                                                                  security functions, transform character

                                                                 based applications to graphical

                                                                 representation.

(b) Kernel                                              (ii) Export a virtual memory interface,

                                                                  support for symmetric multiprocessing,

                                                                  administration, details of mapping

                                                                  memory, configuring I/O buses,

                                                                  setting up DMA.

(c) Executive                                        (iii) Thread scheduling, interrupt and

                                                                    exception handling, recovery

                                                                   after power failure.

(d) Win32 subsystem                          (iv) Object manager, virtual memory

                                                                     manager, process manager, plug and-

                                                                    play and power manager.

Codes :

(a)   (b)  (c)  (d)

(A) (i)    (iii)  (ii)  (iv)

(B) (iv)  (iii)  (ii)   (i)

(C) (ii)  (iii)   (iv)  (i)

(D) (iii)  (ii)   (i)   (iv)

Answer: C


  1. Which of the following statements is not true for UNIX Operating System ?

(A) Major strength of UNIX Operating System is its open standards which enabled large number of organizations ranging from academicia to industries to participate in its development.

(B) UNIX kernel uses modules with well specified interfaces and provides advantages like simplified testing and maintenance of kernel. It has better extensibility as the kernel is not monolithic.

(C) UNIX is kernel based operating system with two main components viz. process management subsystem and file management subsystem.

(D) All devices are represented as files which simplify the management of I/O devices and files. The directories structure used is directed acyclic graph.

Answer: B

Leave a comment