Que 1) Consider the following pseudo code segment :
K:=0
for i1:= 1 to n
for i2:= 1 to i1
:
:
:
for im:= 1 to im–1
K:= K+1
The value of K after the execution of this code shall be
Que 3) The concept of pipe lining is most effective in improving performance if the tasks being performed in different stages
Que 4) What is Granularity ?
Que 6) If two fuzzy sets A and B are given with membership functions
μA(x) = {0.2, 0.4, 0.8, 0.5, 0.1}
μB(x) = {0.1, 0.3, 0.6, 0.3, 0.2}
Then the value of μ A∩B will be
Que 7) Match the following :
(i) OLAP (a) Regression
(ii) OLTP (b) Data Warehouse
(iii) Decision Tree (c) RDBMS
(iv) Neural Network (d) Classification
(i) (ii) (iii) (iv)
Que 8) Which level of Abstraction describes what data are stored in the Database ?
Que 9) The problem that occurs when one transaction updates a database item and then the transaction fails for some reason is ________.
Que 10) In an image compression system 16384 bits are used to represent 256 × 256 image with 256 gray levels. What is the compression ratio for this system ?
Que 11) X.25 is ________ Network.
Que 12)Which of the following can be used for clustering of data ?
Que 13) Which of the following is scheme to deal with deadlock ?
Que 14) If the pixels of an image are shuffled then the parameter that may change is
Que 15) The common property of functional language and logical programming language :
Que 16) Given the following statements :
(i) The power of deterministic finite state machine and nondeterministic finite state machine are same.
(ii) The power of deterministic pushdown automaton and nondeterministic pushdown automaton are same.
Which of the above is the correct statement(s) ?
(ii)∀x∃yQ(x, y) where x & y are real numbers. Then which of the following is valid ?
Que 18) Consider a schema R(A, B, C, D) and functional dependencies A→B and C→D. Then the decomposition R1(A, B) and R2(C, D) is
Que 19) The quantiser in an image-compression system is a
Que 20) Data Warehouse provides
Que 21) A* algorithm uses f ' = g + h' to estimate the cost of getting from the initial state to the goal state, where g is a measure of the cost of getting from initial state to the current node and the function h' is an estimate of the cost of getting from the current node to the goal state. To find a path involving the fewest number of steps, we should set
Que 22) The transform which possesses the highest ‘energy compaction’ property is
Que 23) Which one of the following prolog programs correctly implement “if G succeeds then execute goal P else execute goal q ?”
Que 24) The _______ memory allocation function modifies the previous allocated space.
Que 25) Which is not the correct statement(s) ?
(i) Every context sensitive language is recursive.
(ii) There is a recursive language that is not context sensitive.
Que 26) The mechanism that binds code and data together and keeps them secure from outside world is known as
Que 27) Identify the addressing modes of below instructions and match them :
(a) ADI (1) Immediate addressing
(b) STA (2) Direct addressing
(c) CMA (3) Implied addressing
(d) SUB (4) Register addressing
A → a
B → b
(ii) S → a | aA | AB
A → a
B → b
(iii) S → a | A | aA
A → a
Que 29) Which of the following IP address class is a multicast address ?
Que 30) While unit testing a module, it is found that for a set of test data, maximum 90% of the code alone were tested with a probability of success 0.9. The reliability of the module is
Que 31) The upper bound of computing time of m coloring decision problem is
Que 32) The equivalent grammar corresponding to the grammar G : S → aA, A → BB, B → aBb | ∈ is
Que 33) Which one of the following statements is incorrect ?
Que 34) Consider a weighted undirected graph with positive edge weights and let (u, v) be an edge in the graph. It is known that the shortest path from source vertex s to u has weight 53 and shortest path from s to v has weight 65. Which statement is always true ?
Que 35) Consider the regular expression (a + b) (a + b) … (a + b) (n-times). The minimum number of states in finite automaton that recognizes the language represented by this regular expression contains
Que 36) Number of binary trees formed with 5 nodes are
Que 37) Are we building the right product ? This statement refers to
Que 38) The following postfix expression is evaluated using a stack 823^/23* + 51* – The top two elements of the stack after first * is evaluated
6, 1
5, 7
3, 2
1, 5
Que 39) The following CFG
S → aB | bA, A → a | as | bAA,
B → b | bs | aBB
generates strings of terminals that have
Que 40) Consider the following pseudo-code :
If (A > B) and (C > D) then
A = A + 1
B = B + 1
Endif
The cyclomatic complexity of the pseudo-code is
Que 41) Which layer of OSI reference model uses the ICMP (Internet Control Message Protocol) ?
Que 42) Which one of the following binary search tree is optimal, if probabilities of successful search and unsuccessful search are same ?
Answer: (D)
43. The regular expression for the following DFA is
Que 44) Which diagram provides a formal graphic notation for modelling objects, classes and their relationships to one another ?
Que 45) A computer system supports 32 bit virtual address as well as 32 bit physical addresses. Since the virtual address space is of same size as that of physical address space, if we want to get rid of virtual memory, which one of the following is true ?
Que 46) The feasible region represented by the constraints
x1- x2 ≤1, x1 + x2 ≥ 3, x1 ≥ 0, x2 ≥ 0 of the objective function
Max Z = 3x1+ 2x2 is
Que 47) The colour of an object is largely determined by its diffuse reflection coefficient. If Kd = (0.8, 0.4, 0), then what shall be the colour of the object, if the light used is blue and magenta ?
White and Red
Red and Blue
Black and White
Black and Red
Que 48) If an instruction takes ‘i’ microseconds and a page fault takes an additional ‘j’ microseconds. The effective instruction time, if on the average a page fault occurs every k instructions, is
Que 49) In any simplex table, if corresponding to any negative Δj, all elements of the column are negative or zero, the solution under the test is
degenerate solution
unbounded solution
alternative solution
non-existing solution
Que 50) How many relations are there on a set with n elements that are symmetric and a set with n elements that are reflexive and symmetric ?
Que 51) The strategy used to reduce the number of tree branches and the number of static evaluations applied in case of a game tree is
Que 52) Match the following :
(i) Regular Grammar (a) Pushdown automaton
(ii) Context free Grammar (b) Linear bounded automaton
(iii) Unrestricted Grammar (c) Deterministic finite automaton
(iv) Context Sensitive Grammar (d) Turing machine
(i) (ii) (iii) (iv)
Que 53) Consider the below circuit and find the output function f(x, y, z).
Que 54) What is the size (in terms of bits) of Header length field in IPV4 header ?
Que 55) Match the following with respect to java.util.* class methods :
(a) Bit Set (i) Time zone getTimezone( )
(b) Calendar (ii) int hashcode( )
(c) Time zone (iii) int nextInt( )
(d) Random (iv) Void setID(String tzName)
(a) (b) (c) (d)
Que 56) ______ is sometimes said to be object oriented, because the only way to manipulate kernel objects is by invoking methods on their handles.
Que 57) A user level process in Unix traps the signal sent on a Ctrl + C input and has a signal handling routine that saves appropriate files before terminating the process. When a Ctrl + C input is given to this process, what is the mode in which the signal handling routine executes ?
Que 58) A CPU generally handles an interrupt by executing an interrupt service routine
Que 59) The perspective projection matrix, on the view plane z = d where the centre of projection is the origin (0, 0, 0) shall be
Answer: (B)
Que 60) Radio signals generally propagate according to the following mechanisms:
Que 61) Identify the devices given below with their IC numbers :
(i) USART (a) 8251
(ii) Micro controller (b) 8051
(iii) Interrupt controller (c) 8259
(iv) DMA controller (d) 8257
(i) (ii) (iii) (iv)
Que 62) The optimal solution of the following assignment problem using Hungarian method is
(A) (B) (C) (D)
63. If a and b are the end points of a line, then which one of the following is true ?
Que 64) Match the following with link quality measurement and handoff initiation :
(a) Networked- Controlled Handoff (NCHO) (i) MS connect to BS
(b) Mobile- Assisted Handoff (MAHO) (ii) Process via channel the target BS
(c) Forward Handoff (iii) First Generation Analog Cellular System
(d) Hard Handoff (iv) Second Generation Digital Cellular System
(a) (b) (c) (d)
Que 65) Consider the methods used by processes P1 and P2 for accessing their critical sections. The initial values of shared Boolean variables S1 and S2 are randomly assigned,
P1 P2 critical section critical section
while (S1 = = S2); while (S1 = = S2); S1 = S2; S1 = S2;
Which one of the following statements describes the properties achieved ?
Que 66) If the period of a signal is 1000 ms, then what is its frequency in kilohertz ?
Que 67) Let a * H and b * H be two cosets of H.
(i) Either a * H and b * H are disjoint
(ii) a * H and b * H are identical Then,
Que 68) HTML is defined using SGML – an _______ standard, information processing-text and office systems (SGML) for text information processing.
Que 69) What is the meaning of ‘Hibernate’ in Windows XP/Windows 7 ?
http://www.thequizlab.com/quiz/ugc-net-computer-science-solved-paper-iii-june2012.html
K:=0
for i1:= 1 to n
for i2:= 1 to i1
:
:
:
for im:= 1 to im–1
K:= K+1
The value of K after the execution of this code shall be
- C(n + m – 1, m)
- C(n – m + 1, m)
- C(n + m – 1, n)
- C(n – m + 1, n)
- weights are adjusted w.r.to change in the output
- weights are adjusted w.r.to difference between desired output and actual output
- weights are adjusted w.r.to difference between input and output
- none of the above
Que 3) The concept of pipe lining is most effective in improving performance if the tasks being performed in different stages
- require different amount of time
- require about the same amount of time
- require different amount of time with time difference between any two tasks being same
- require different amount with time difference between any two tasks being different
Que 4) What is Granularity ?
- The size of database
- The size of data item
- The size of record
- The size of file
- 4.22
- 3.22
- 3.32
- 3.52
Que 6) If two fuzzy sets A and B are given with membership functions
μA(x) = {0.2, 0.4, 0.8, 0.5, 0.1}
μB(x) = {0.1, 0.3, 0.6, 0.3, 0.2}
Then the value of μ A∩B will be
- {0.9, 0.7, 0.4, 0.8, 0.9}
- {0.2, 0.4, 0.8, 0.5, 0.2}
- {0.1, 0.3, 0.6, 0.3, 0.1}
- {0.7, 0.3, 0.4, 0.2, 0.7}
Que 7) Match the following :
(i) OLAP (a) Regression
(ii) OLTP (b) Data Warehouse
(iii) Decision Tree (c) RDBMS
(iv) Neural Network (d) Classification
(i) (ii) (iii) (iv)
- (b) (c) (a) (d)
- (b) (c) (d) (a)
- (c) (b) (a) (d)
- (c) (b) (d) (a)
Que 8) Which level of Abstraction describes what data are stored in the Database ?
- Physical level
- View level
- Abstraction level
- Logical level
Que 9) The problem that occurs when one transaction updates a database item and then the transaction fails for some reason is ________.
- Temporary Select Problem
- Temporary Modify Problem
- Dirty Read Problem
- None
Que 10) In an image compression system 16384 bits are used to represent 256 × 256 image with 256 gray levels. What is the compression ratio for this system ?
- 1
- 2
- 4
- 8
Que 11) X.25 is ________ Network.
- Connection Oriented Network
- Connection Less Network
- Either Connection Oriented or Connection Less
- Neither Connection Oriented nor Connection Less
Que 12)Which of the following can be used for clustering of data ?
- Single layer perception
- Multilayer perception
- Self organizing map
- Radial basis function
Que 13) Which of the following is scheme to deal with deadlock ?
- Time out
- Time in
- Both (A) & (B)
- None of the above
Que 14) If the pixels of an image are shuffled then the parameter that may change is
- Histogram
- Mean
- Entropy
- Covariance
Que 15) The common property of functional language and logical programming language :
- Both are declarative
- Both are based on λ-calculus
- Both are procedural
- Both are functional
Que 16) Given the following statements :
(i) The power of deterministic finite state machine and nondeterministic finite state machine are same.
(ii) The power of deterministic pushdown automaton and nondeterministic pushdown automaton are same.
Which of the above is the correct statement(s) ?
- Both (i) and (ii)
- Only (i)
- Only (ii)
- Neither (i) nor (ii)
(ii)∀x∃yQ(x, y) where x & y are real numbers. Then which of the following is valid ?
- (i) is true & (ii) is false.
- (i) is false & (ii) is true.
- (i) is false & (ii) is also false.
- both (i) & (ii) are true.
Que 18) Consider a schema R(A, B, C, D) and functional dependencies A→B and C→D. Then the decomposition R1(A, B) and R2(C, D) is
- Dependency preserving but not lossless join
- Dependency preserving and lossless join
- Lossless Join but not dependency preserving
- Lossless Join
Que 19) The quantiser in an image-compression system is a
- lossy element which exploits the psychovisual redundancy
- lossless element which exploits the psychovisual redundancy
- lossy element which exploits the statistical redundancy
- lossless element which exploits the statistical redundancy
Que 20) Data Warehouse provides
- Transaction Responsiveness
- Storage, Functionality Responsiveness to queries
- Demand and Supply Responsiveness
- None of the above
Que 21) A* algorithm uses f ' = g + h' to estimate the cost of getting from the initial state to the goal state, where g is a measure of the cost of getting from initial state to the current node and the function h' is an estimate of the cost of getting from the current node to the goal state. To find a path involving the fewest number of steps, we should set
- g = 1
- g = 0
- h' = 0
- h' = 1
Que 22) The transform which possesses the highest ‘energy compaction’ property is
- Slant transform
- Cosine transform
- Fourier transform
- Karhunen-Loeve transform
Que 23) Which one of the following prolog programs correctly implement “if G succeeds then execute goal P else execute goal q ?”
- if-else (G, P, q) :- !, call(G), call(P). if-else (G, P, q) :- call(q).
- if-else (G, P, q) :- call(G), !, call(P). if-else (G, P, q) :- call(q).
- if-else (G, P, q) :- call(G), call(P), !. if-else (G, P, q) :- call(q).
- All of the above
Que 24) The _______ memory allocation function modifies the previous allocated space.
- calloc( )
- free( )
- malloc( )
- realloc( )
Que 25) Which is not the correct statement(s) ?
(i) Every context sensitive language is recursive.
(ii) There is a recursive language that is not context sensitive.
- (i) is true, (ii) is false.
- (i) is true and (ii) is true.
- (i) is false, (ii) is false.
- (i) is false and (ii) is true.
Que 26) The mechanism that binds code and data together and keeps them secure from outside world is known as
- Abstraction
- Inheritance
- Encapsulation
- Polymorphism
Que 27) Identify the addressing modes of below instructions and match them :
(a) ADI (1) Immediate addressing
(b) STA (2) Direct addressing
(c) CMA (3) Implied addressing
(d) SUB (4) Register addressing
- a – 1, b – 2, c – 3, d – 4
- a – 2, b – 1, c – 4, d – 3
- a – 3, b – 2, c – 1, d – 4
- a – 4, b – 3, c – 2, d – 1
A → a
B → b
(ii) S → a | aA | AB
A → a
B → b
(iii) S → a | A | aA
A → a
- (i) and (ii)
- (i) and (iii)
- (ii) and (iii)
- (i), (ii) and (iii)
Que 29) Which of the following IP address class is a multicast address ?
- Class A
- Class B
- Class C
- Class D
Que 30) While unit testing a module, it is found that for a set of test data, maximum 90% of the code alone were tested with a probability of success 0.9. The reliability of the module is
- atleast greater than 0.9
- equal to 0.9
- atmost 0.81
- atleast 1/0.81
Que 31) The upper bound of computing time of m coloring decision problem is
- O(nm)
- O(nm)
- O(nmn)
- O(nmmn)
Que 32) The equivalent grammar corresponding to the grammar G : S → aA, A → BB, B → aBb | ∈ is
- S → aA, A → BB, B → aBb
- S → a|aA, A → BB, B → aBb | ab
- S → a | aA, A → BB | B, B → aBb
- S → a | aA, A → BB | B, B → aBb | ab
Que 33) Which one of the following statements is incorrect ?
- The number of regions corresponds to the cyclomatic complexity.
- Cyclometric complexity for a flow graph G is V(G) = N – E + 2, where E is the number of edges and N is the number of nodes in the flow graph.
- Cyclometric complexity for a flow graph G is V(G) = E – N + 2, where E is the number of edges & N is the number of nodes in the flow graph.
- Cyclometric complexity for a flow graph G is V(G) = P + 1, where P is the number of predicate nodes contained in the flow graph G.
Que 34) Consider a weighted undirected graph with positive edge weights and let (u, v) be an edge in the graph. It is known that the shortest path from source vertex s to u has weight 53 and shortest path from s to v has weight 65. Which statement is always true ?
- Weight (u, v) < 12
- Weight (u, v) = 12
- Weight (u, v) > 12
- Weight (u, v) > 12
Que 35) Consider the regular expression (a + b) (a + b) … (a + b) (n-times). The minimum number of states in finite automaton that recognizes the language represented by this regular expression contains
- n states
- n + 1 states
- n + 2 states
- 2n states
Que 36) Number of binary trees formed with 5 nodes are
- 32
- 36
- 120
- 42
Que 37) Are we building the right product ? This statement refers to
- Verification
- Validation
- Testing
- Software quality assurance
Que 38) The following postfix expression is evaluated using a stack 823^/23* + 51* – The top two elements of the stack after first * is evaluated
6, 1
5, 7
3, 2
1, 5
Que 39) The following CFG
S → aB | bA, A → a | as | bAA,
B → b | bs | aBB
generates strings of terminals that have
- odd number of a’s and odd number of b’s
- even number of a’s and even number of b’s
- equal number of a’s and b’s
- not equal number of a’s and b’s
Que 40) Consider the following pseudo-code :
If (A > B) and (C > D) then
A = A + 1
B = B + 1
Endif
The cyclomatic complexity of the pseudo-code is
- 2
- 3
- 4
- 5
Que 41) Which layer of OSI reference model uses the ICMP (Internet Control Message Protocol) ?
- Transport layer
- Data link layer
- Network layer
- Application layer
Que 42) Which one of the following binary search tree is optimal, if probabilities of successful search and unsuccessful search are same ?
Answer: (D)
43. The regular expression for the following DFA is
- ab*(b + aa*b)*
- a*b(b + aa*b)*
- a*b(b* + aa*b)
- a*b(b * + aa*b)*
Que 44) Which diagram provides a formal graphic notation for modelling objects, classes and their relationships to one another ?
- Object diagram
- Class diagram
- Instance diagram
- Analysis diagram
Que 45) A computer system supports 32 bit virtual address as well as 32 bit physical addresses. Since the virtual address space is of same size as that of physical address space, if we want to get rid of virtual memory, which one of the following is true ?
- Efficient implementation of multiuser support is no longer possible.
- The processor cache can be made more efficient.
- Hardware support for memory management is not needed.
- CPU scheduling can be made more efficient.
Que 46) The feasible region represented by the constraints
x1- x2 ≤1, x1 + x2 ≥ 3, x1 ≥ 0, x2 ≥ 0 of the objective function
Max Z = 3x1+ 2x2 is
- A polygon
- Unbounded feasible region
- A point
- None of these
Que 47) The colour of an object is largely determined by its diffuse reflection coefficient. If Kd = (0.8, 0.4, 0), then what shall be the colour of the object, if the light used is blue and magenta ?
White and Red
Red and Blue
Black and White
Black and Red
Que 48) If an instruction takes ‘i’ microseconds and a page fault takes an additional ‘j’ microseconds. The effective instruction time, if on the average a page fault occurs every k instructions, is
- i + j/k
- i + j * k
- (i + j)/k
- (i + j) * k
Que 49) In any simplex table, if corresponding to any negative Δj, all elements of the column are negative or zero, the solution under the test is
degenerate solution
unbounded solution
alternative solution
non-existing solution
Que 50) How many relations are there on a set with n elements that are symmetric and a set with n elements that are reflexive and symmetric ?
- 2n(n+1)/2 and 2n.3n(n–1)/2
- 3n(n–1)/2 and 2n(n–1)
- 2n(n+1)/2 and 3n(n–1)/2
- 2n(n+1)/2 and 2n(n–1)/2
Que 51) The strategy used to reduce the number of tree branches and the number of static evaluations applied in case of a game tree is
- Minmax strategy
- Alpha-beta pruning strategy
- Constraint satisfaction strategy
- Static max strategy
Que 52) Match the following :
(i) Regular Grammar (a) Pushdown automaton
(ii) Context free Grammar (b) Linear bounded automaton
(iii) Unrestricted Grammar (c) Deterministic finite automaton
(iv) Context Sensitive Grammar (d) Turing machine
(i) (ii) (iii) (iv)
- (c) (a) (b) (d)
- (c) (a) (d) (b)
- (c) (b) (a) (d)
- (c) (b) (d) (a)
Que 53) Consider the below circuit and find the output function f(x, y, z).
- XZ+ XY +YZ
- XZ+ XY +Y Z
- XZ + XY +Y Z
- XZ + XY + YZ
Que 54) What is the size (in terms of bits) of Header length field in IPV4 header ?
- 2
- 4
- 8
- 16
Que 55) Match the following with respect to java.util.* class methods :
(a) Bit Set (i) Time zone getTimezone( )
(b) Calendar (ii) int hashcode( )
(c) Time zone (iii) int nextInt( )
(d) Random (iv) Void setID(String tzName)
(a) (b) (c) (d)
- (ii) (i) (iv) (iii)
- (iii) (iv) (i) (ii)
- (iv) (iii) (ii) (i)
- (ii) (i) (iii) (iv)
Que 56) ______ is sometimes said to be object oriented, because the only way to manipulate kernel objects is by invoking methods on their handles.
- Windows NT
- Windows XP
- Windows VISTA
- Windows 95/98
Que 57) A user level process in Unix traps the signal sent on a Ctrl + C input and has a signal handling routine that saves appropriate files before terminating the process. When a Ctrl + C input is given to this process, what is the mode in which the signal handling routine executes ?
- User mode
- Kernel mode
- Superuser mode
- Privileged mode
Que 58) A CPU generally handles an interrupt by executing an interrupt service routine
- as soon as an interrupt is raised
- by checking the interrupt register at the end of fetch cycle
- by checking the interrupt register after finishing the executing the current instruction
- by checking the interrupt register at fixed time intervals
Que 59) The perspective projection matrix, on the view plane z = d where the centre of projection is the origin (0, 0, 0) shall be
Answer: (B)
Que 60) Radio signals generally propagate according to the following mechanisms:
- Modulation, Amplification, Scattering
- Reflection, Diffraction, Scattering
- Amplification, Diffraction, Modulation
- Reflection, Amplification, Diffraction
Que 61) Identify the devices given below with their IC numbers :
(i) USART (a) 8251
(ii) Micro controller (b) 8051
(iii) Interrupt controller (c) 8259
(iv) DMA controller (d) 8257
(i) (ii) (iii) (iv)
- (a) (b) (c) (d)
- (b) (a) (d) (c)
- (c) (d) (a) (b)
- (d) (a) (b) (c)
Que 62) The optimal solution of the following assignment problem using Hungarian method is
(A) (B) (C) (D)
- (I) (II) (III) (IV)
- (I) (III) (II) (IV)
- (I) (III) (IV) (II)
- (I) (IV) (II) (III)
63. If a and b are the end points of a line, then which one of the following is true ?
- If both end points are left, right, above or below the window, the line is invisible.
- If both end points are left, right, above or below the window, the line is completely visible.
- If both end points are left, right, above or below the window, the line is trivially visible.
- If both end points are left, right, above or below the window, the line is trivially invisible.
Que 64) Match the following with link quality measurement and handoff initiation :
(a) Networked- Controlled Handoff (NCHO) (i) MS connect to BS
(b) Mobile- Assisted Handoff (MAHO) (ii) Process via channel the target BS
(c) Forward Handoff (iii) First Generation Analog Cellular System
(d) Hard Handoff (iv) Second Generation Digital Cellular System
(a) (b) (c) (d)
- (iii) (iv) (ii) (i)
- (ii) (iii) (i) (iv)
- (ii) (i) (iv) (iii)
- (iv) (iii) (i) (ii)
Que 65) Consider the methods used by processes P1 and P2 for accessing their critical sections. The initial values of shared Boolean variables S1 and S2 are randomly assigned,
P1 P2 critical section critical section
while (S1 = = S2); while (S1 = = S2); S1 = S2; S1 = S2;
Which one of the following statements describes the properties achieved ?
- Mutual exclusion but not progress
- Progress but not mutual exclusion
- Neither mutual exclusion nor progress
- Both mutual exclusion and progress
Que 66) If the period of a signal is 1000 ms, then what is its frequency in kilohertz ?
- 10–3 KHz
- 10–2 KHz
- 10–1 KHz
- 1 KHz
Que 67) Let a * H and b * H be two cosets of H.
(i) Either a * H and b * H are disjoint
(ii) a * H and b * H are identical Then,
- only (i) is true
- only (ii) is true
- (i) or (ii) is true
- (i) and (ii) is false
Que 68) HTML is defined using SGML – an _______ standard, information processing-text and office systems (SGML) for text information processing.
- ISO – 8878
- ISO – 8879
- ISO – 8880
- ISO – 8881
Que 69) What is the meaning of ‘Hibernate’ in Windows XP/Windows 7 ?
- Restart the computers in safe mode.
- Restart the computers in normal mode.
- Shutdown the computer terminating all the running applications.
- Shutdown the computer without closing the running applications.
http://www.thequizlab.com/quiz/ugc-net-computer-science-solved-paper-iii-june2012.html
Do You Like This? Please take 5 seconds to share with your firends.