Pages

Showing posts with label UGC NET paper I solved papers. Show all posts
Showing posts with label UGC NET paper I solved papers. Show all posts

Monday, November 30, 2015

UGC NET Computer Science Solved Paper -III June 2015

Questions along with Answers Below - Explanations are always welcome

1. For the 8 - bit word 00111001, the check bits stored with it would be 0111. Suppose when the word is read from memory, the check bits are calculated to be 1101. What is the data word that was read from memory ?
(1) 10011001 (2) 00011001 (3) 00111000 (4) 11000110

2. Consider a 32 - bit microprocessor, with a 16 - bit external data bus, driven by an 8 MHz input clock. Assume that this microprocessor has a bus cycle whose minimum duration equals four input clock cycles. What is the maximum data transfer rate for this microprocessor ?
(1) 8x106 bytes/sec (2) 4 x106 bytes/sec (3) 16x106 bytes/sec (4) 4 x109 bytes/sec

3. The RST 7 instruction in 8085 microprocessor is equivalent to :
(1) CALL 0010 H         (2) CALL 0034 H      (3) CALL 0038 H         (4) CALL 003C H

4. The equivalent hexadecimal notation for octal number 2550276 is :
(1) FADED      (2) AEOBE        (3) ADOBE         (4) ACABE

5. The CPU of a system having 1 MIPS execution rate needs 4 machine cycles on an average for executing an instruction. The fifty percent of the cycles use memory bus. A memory read/ write employs one machine cycle. For execution of the programs, the system utilizes 90 percent of the CPU time. For block data transfer, an IO device is attached to the system while CPU executes the background programs continuously. What is the maximum IO data transfer rate if programmed IO data transfer technique is used ?
(1) 500 Kbytes/sec   (2) 2.2 M bytes/sec (3) 125 Kbytes/sec    (4) 250 Kbytes/sec

6. The number of flip-flops required to design a modulo - 272 counter is :
(1) 8     (2) 9     (3) 27     (4) 11

7. Let E1 and E2 be two entities in E-R diagram with simple single valued attributes. R1 and R2 are two relationships between E1 and E2 where R1 is one - many and R2 is many - many. R1 and R2 do not have any attribute of their own. How many minimum number of tables are required to represent this situation in the Relational Model ?
(1) 4      (2) 3           (3) 2         (4) 1

8. The STUDENT information in a university stored in the relation
STUDENT (Name, SEX, Marks, DEPT_Name)
Consider the following SQL Query SELECT DEPT_Name from STUDENT where SEX S 'M' group by DEPT_Name having avg (Marks) >SELECT avg (Marks) from STUDENT. It Returns the Name of the Department for which :
(1) The Average marks of Male students is more than the average marks of students in the same Department (2) The average marks of male students is more than the average marks of students in the University
(3) The average marks of male students is more than the average marks of male students in the University
(4) The average marks of students is more than the average marks of male students in the University

9. Select the 'False' statement from the following statements about Normal Forms :
(1) Lossless preserving decomposition into 3NF is always possible
(2) Lossless preserving decomposition into BCNF is always possible
(3) Any Relation with two attributes is in BCNF
(4) BCNF is stronger than 3NF

10. The Relation Vendor Order (V_no, V_ord_no, V_name, Qty_sup, unit_price) is in 2NF because:
(1) Nonkey attribute V_name is dependent on V_no which is part of composite key
(2) Nonkey attribute V_name is dependent on Qty_sup
(3) Key attribute Qty_sup is dependent on primary_key unit price
(4) Key attribute V_ord_no is dependent on primary_key unit price

11. The relation schemas R1 and R2 form a Lossless join decomposition of R if and only if :
(a) R1 ∩R2 ↠(R1 - R2)
(b) R1 →R2
(c) R1 ∩R2↠(R2 - R1 )
(d) R2R1 ∩R2
Codes :
(1) (a) and (b) happens        (2) (a) and (d) happens
(3) (a) and (c) happens        (4) (b) and (c) happens

12. In the indexed scheme of blocks to a file, the maximum possible size of the file depends on :
(1) The number of blocks used for index and the size of index
(2) Size of Blocks and size of Address
(3) Size of index
(4) Size of Block

13. Give the number of principal vanishing point(s) along with their direction for the standard perspective transformation :
(1) Only one in the direction K                  (2) Two in the directions I and J
(3) Three in the directions I, J and K         (4) Only two in the directions J and K

14. Consider a triangle A(0,0), 13(1,1) and C(5,2). The triangle has to be rotated by an angle of 45° about the point P(-1, -1). What shall be the coordinates of the new triangle ?
(1) A' =  ( 1, 2 - 1 ) , B' = ( -1, 2 2 - 1 ) and C' = [3 2 - 1, 9/2  2 - 1]
(2) A' =  ( 1, 2 - 1 ) , B' = ( 2 2 - 1, -1 ) and C' = [3 2 - 1, 9/2  2 - 1]
(3) A' =  ( -1, 2 - 1 ) , B' = ( -1, 2 2 - 1 ) and C' = [3 2 - 1, 9/2  2 - 1]
(4) A' =  ( 2 - 1, -1 ), B' = ( -1, 2 2 - 1 ) and C' = [3 2 - 1, 9/2  2 - 1]

15. The process of dividing an analog signal into a string of discrete outputs, each of constant amplitude, is called:
(1) Strobing    (2) Amplification     (3) Conditioning     (4) Quantization

16. Which of the following is not a basic primitive of the Graphics Kernel System (GKS) ?
(1) POLYLINE     (2) POLYDRAW      (3) FILL AREA     (4) POLYMARKER

17. Which of the following statement(s) is/are incorrect ?
(a) Mapping the co-ordinates of the points and lines that form the picture into the appropriate co-ordinates on the device or workstation is known as viewing transformation.
(b) The right-handed cartesian co-ordinates system in whose co-ordinates we describe the picture is known as world co-ordinate system.
(c) The co-ordinate system that corresponds to the device or workstation where the image is to be displayed is known as physical device co-ordinate system.
(d) Left - handed co-ordinate system in which the display area of the virtual display device corresponds to the unit (Ixl) square whose lower left-hand corner is at the origin of the co-ordinate system, is known as normalized device co-ordinate system.
Codes :
(1) (a) only            (2) (a) and (b)            (3) (c) only          (4) (d) only

18. Match the following :
      List-I                                        List-II
(a) Flood Gun                   (i)   An electron gun designed to flood the entire screen with electrons.  
(b) Collector                     (ii)   Partly energised by flooding gun, stores the charge generated by the writing gun.
(c) Ground                        (iii)  Used to discharge the collector.
(d) Phosphorus grains        (iv) Used in memory - tube display and similar to those used in standard CRT.
(e) Writing Gun System      (v) Used in memory - tube display and basically the same as the electron gun used in a conventional CRT.
Codes :
     (a) (b) (c) (d) (e)
(1) (i) (ii) (iii) (iv) (v)
(2) (ii) (iii) (i) (iv) (v)
(3) (iii) (i) (ii) (v) (iv)
(4) (iv) (v) (i) (ii) (iii)

 19. Minimal deterministic finite automaton for the language L = {0n | n ≥ 0 , n ≠ 4} will have :
(1) 1 final state among 5 states         (2) 4 final states among 5 states
(3) 1 final state among 6 states         (4) 5 final states among 6 states

20. The regular expression corresponding to the language L where
L = {x  {0, 1}*  | x ends with 1 and does not contain substring 00}   is :
(1) (1+01)* (10 + 01)           (2) (1+01)* 01
(3) (1+01)* (1 + 01)             (4) (10+01)*01

21. The transition function for the language L = {w|na(w) and nb(w) are both odd} is given by :
δ(q0, a) = q1         ;   δ(q0, b) = q2
δ(q1, a) = q0         ;   δ(q1, b) = q3
δ(q2, a) = q3         ;   δ(q2, b) = q0
δ(q3, a) = q2         ;   δ(q3, b) = q1
The initial and final states of the automata are :
(1) q0 and qrespectively            (2) qand qrespectively
(3) qand qrespectively            (4) qand qrespectively

22. The clausal form of the disjunctive normal form ¬ A  ¬ B  ¬ C  D is:
(1) ABC⇒D                 (2) ABCD⇒true
(3) ABCD⇒true        (4) A  B  C  D ⇒ false

23. Which of the following is false for the programming language PROLOG ?
(1) A PROLOG variable can only be assigned to a value once
(2) PROLOG is a strongly typed language
(3) The scope of a variable in PROLOG is a single clause or rule
(4) The scope of a variable in PROLOG is a single query

24. Which one of the following is true ?
(1) The resolvent of two Horn clauses is not a Horn clause
(2) The resolvent of two Horn clauses is a Horn clause
(3) If we resolve a negated goal G against a fact or rule A to get clause C then C has positive literal or non-null goal
(4) If we resolve a negated goal G against a fact or rule A to get clause C then C has positive literal or null goal

25. Which transmission technique guarantees that data packets will be received by the receiver in the same order in which they were sent by the sender ?
(1) Broadcasting               (2) Unicasting
(3) Packet switching         (4) Circuit switching

 26. Which of the following control fields in TCP header is used to specify whether the sender has no more data to transmit ?
(1) FIN            (2) RST               (3) SYN              (4) PSH

27. Which are the two modes of IP security ?
(1) Transport and certificate                    (2) Transport and tunnel
(3) Certificate and tunnel                         (4) Preshared and transport

28. A message "COMPUTERNETWORK" encrypted (ignore quotes) using columnar transposition cipher with a key "LAYER". The encrypted message is :
(1) CTTOEWMROPNRUEK                   (2) MROUEKCTTPNROEW
(3) OEWPNRCTTUEKMRO                   (4) UEKPNRMROOEWCTT

29. Suppose a digitized voice channel is made by digitizing 8 kHz bandwidth analog voice signal. It is required to sample the signal at twice the highest frequency (two samples per hertz). What is the bit rate required, if it is assumed that each sample requires 8 bits ?
(1) 32 kbps        (2) 64 kbps         (3) 128 kbps          (4) 256 kbps

30. The maximum payload of a TCP segment is :
(1) 65,535            (2) 65,515            (3) 65,495           (4) 65,475

31. An all-pairs shortest-paths problem is efficiently solved using :
(1) Dijkstra' algorithm           (2) Bellman-Ford algorithm
(3) Kruskal algorithm            (4) Floyd-Warshall algorithm

32. The travelling salesman problem can be solved in :
(1) Polynomial time using dynamic programming algorithm
(2) Polynomial time using branch-and-bound algorithm
(3) Exponential time using dynamic programming algorithm or branch-and-bound algorithm
(4) Polynomial time using backtracking algorithm

33. Which of the following is asymptotically smaller ?
(1) lg(lg*n)       (2) lg*(lgn)        (3) lg(n!)         (4) lg*(n!)

34. Consider a hash table of size m = 100 and the hash function h(k) = floor (m(kA mod 1)) for  A = ( 2  -1) / 2 = 0.618033. Compute the location to which the key k = 123456 is placed in hash table.
(1) 77          (2) 82           (3) 88           (4) 89

35. Let ƒ(n) and g (n) be asymptotically non-negative functions. Which of the following is correct ?
(1) θ(ƒ(n)*g(n)) = min(ƒ(n), g(n))           (2) θ(ƒ(n)*g(n)) = max(ƒ(n), g(n))
(3) θ(ƒ(n)+g(n)) = min(ƒ(n), g(n))           (4) θ(ƒ(n)+g(n)) = max(ƒ(n), g(n))

36. The number of nodes of height h in any n - element heap is ________ .
(1) h         (2) zh             (3) ceil (n /zh )             (4) ceil (n/zh+1)

37. In Java, when we implement an interface method, it must be declared as :
(1) Private        (2) Protected          (3) Public        (4) Friend

38. The Servlet Response interface enables a servlet to formulate a response for a client using the method . (1) void log(Exceptione, Strings)              (2) void destroy ()
(3) int get ServerPort()                            (4) void set ContextType(String type)

 39. Which one of the following is correct ?
(1) Java applets can not be written in any programming language
(2) An applet is not a small program
(3) An applet can be run on its own
(4) Applets are embedded in another applications

40. In XML we can specify the frequency of an element by using the symbols :
(1) + * !    (2) # * !          (3) + * ?    (4) - * ?

41. In XML, DOCTYPE declaration specifies to include a reference to file.
(1) Document type Definition          (2) Document type declaration
(3) Document transfer definition      (4) Document type language

42. Module design is used to maximize cohesion and minimize coupling. Which of the following is the key to implement this rule?
(1) Inheritance (2) Polymorphism (3) Encapsulation (4) Abstraction

43. Verification:
(1) refers to the set of activities that ensure that software correctly implements a specific function
(2) gives answer to the question - Are we building the product right ?
(3) requires execution of software
(4) both (1) and (2)

 44. Which design matric is used to measure the compactness of the program in terms of lines of code?
(1) Consistency          (2) Conciseness          (3) Efficiency     (4) Accuracy

45. Requirements prioritisation and negotiation belongs to :
(1) Requirements validation              (2) Requirements elicitation
(3) Feasibility study                         (4) Requirements reviews

46. Adaptive maintenance is a maintenance which .
(1) correct errors that were not discovered till testing phase.
(2) is carried out to port the existing software to a new environment.
(3) improves the system performance.
(4) both (2) and (3)

 47. A Design concept Refinement is a:
(1) Top-down approach
(2) Complementary of Abstraction concept
(3) Process of elaboration
(4) All of the above

48. A software design is highly modular if :
(1) cohesion is functional and coupling is data type.
(2) cohesion is coincidental and coupling is data type.
(3) cohesion is sequential and coupling is content type.
(4) cohesion is functional and coupling is stamp type.

 49. Match the following for operating system techniques with the most appropriate advantage :
           List-I                                 List-II            
(a) Spooling                           (i)  Allows several jobs in memory to improve CPU utilization
(b) Multiprogramming            (ii) Access to shared resources among geographically dispersed computers in a transparent way
(c) Time sharing                    (iii) Overlapping I/O and computations
(d) Distributed computing      (iv)  Allows many users to share a computer simultaneously by switching processor frequently
Codes :
    (a) (b) (c) (d)
(1) (iii) (i) (ii) (iv)
(2) (iii) (i) (iv) (ii)
(3) (iv) (iii) (ii) (i)
(4) (ii) (iii) (iv) (i)

50. Which of the following statements is not true for Multi Level Feedback Queue processor scheduling algorithm ?
(1) Queues have different priorities
(2) Each queue may have different scheduling algorithm
(3) Processes are permanently assigned to a queue
(4) This algorithm can be configured to match a specific system under design

51. What is the most appropriate function of Memory Management Unit (MMU) ?
(1) It is an associative memory to store TLB
(2) It is a technique of supporting multiprogramming by creating dynamic partitions
(3) It is a chip to map virtual address to physical address
(4) It is an algorithm to allocate and deallocate main memory to a process

52. Dining Philosopher's problem is a :
(1) Producer - consumer problem        (2)  Classical IPC problem
(3) Starvation problem                         (4) Synchronization primitive

 53. In_________ allocation method for disk block allocation in a file system, insertion and deletion of blocks in a file is easy.
(1) Index    (2) Linked     (3) Contiguous    (4) Bit Map

54. A unix file may be of the type:
(1) Regular file                  (2) Directory file
(3) Device file                   (4) Any one of the above

55. Match the following :
 List-I                                           List - II
(a) Intelligence                         (i) Contextual, tacit, transfer needs learning
(b) Knowledge                        (ii) Scattered facts, easily transferable
(c) Information                        (iii) Judgemental 
(d) Data                                  (iv) Codifiable, endorsed with relevance and purpose
Codes :
     (a) (b) (c) (d)
(1) (iii) (ii) (iv) (i)
(2) (iii) (i) (iv) (ii)
(3) (i) (ii) (iii) (iv)
(4) (i) (iii) (iv) (ii)

56. Match the following knowledge representation techniques with their applications :
         List-I                                  List - II
(a) Frames                               (i) Pictorial representation of objects, their attributes and relationships 
(b) Conceptual dependencies   (ii) To describe real world stereotype events
(c) Associative networks         (iii) Record like structures for grouping closely related knowledge
(d) Scripts                               (iv) Structures and primitives to represent sentences
Codes :
     (a) (b) (c) (d)
(1) (iii) (iv) (i) (ii)
(2) (iii) (iv) (ii) (i)
(3) (iv) (iii) (i) (ii)
(4) (iv) (iii) (ii) (i)

57. In propositional logic P  Q is equivalent to (Where ~ denotes NOT) :
(1) ~(P Q)~(QP)       (2) (~ PQ)  (~ Q P)
(3) (P  Q)  (Q  P)      (4) ~(PQ)→ ~(QP)

58. Which of the following statements is true for Branch - and - Bound search ?
(1) Underestimates of remaining distance may cause deviation from optimal path.
(2) Overestimates can't cause right path to be overlooked.
(3) Dynamic programming principle can be used to discard redundant partial paths.
(4) All of the above

59. Match the following with respect to heuristic search techniques : 
 List-I                                                                List-II
(a) Steepest-accent Hill Climbing         (i)   Keeps track of all partial paths which can be candidate for further exploration  
(b) Branch - and - bound                    (ii)   Discover problem state(s) that satisfy a set of constraints
(c) Constraint satisfaction                    (iii)  Detects difference between current state and goal state
(d) Means-end-analysis                       (iv) Considers all moves from current state and selects best move
Codes :
     (a) (b) (c) (d)
(1) (i) (iv) (iii) (ii)
(2) (iv) (i) (ii) (iii)
(3) (i) (iv) (ii) (iii)
(4) (iv) (ii) (i) (iii)

60. Match the following for methods of MIS develpoment :
           List-I                                                        List-II
(a) Joint Application Design (JAD)        (i)  Delivers functionality in rapid iteration measured in weeks and needs frequent communication, development, testing and delivery
(b) Computer Aided Software Engg      (ii) Reusable applications generally with one specific function. It is closely linked with idea of web services and service oriented architecture.
(c) Agile development                         (iii)   Tools to automate many tasks of SDLC
(d) Component based technology       (iv)  A group based tool for collecting user requirements and creating system design. Mostly used in analysis and design stages of SDLC
Codes :
     (a) (b) (c) (d)
(1) (i) (iii) (ii) (iv)
(2) (iv) (iii) (i) (ii)
(3) (iii) (iv) (i) (ii)
(4) (iii) (i) (iv) (ii)

61. A context free grammar for L = { w | n0 (w) > n (w)} is given by :
(1) S→ 0|0S|1SS                      (2) S→ 0S|1S|0SS|1SS|0|1
(3) S→ 0|0S|1SS|S1S|SS1        (4) S→  0 S | 1 S | 0 | 1

62.    Given the following two statements :
S1 : If L1 and L2 are recursively enumerable languages over ∑, then L L2 and L L2 are also recursively enumerable.
S2 : The set of recursively enumerable languages is countable.
Which of the following is correct?
(1) S1 is correct and S2 is not correct
(2) S1 is not correct and S2 is correct
(3) Both S1 and S2 are not correct
(4) Both S1 and S2 are correct

63 Given the following grammars:
G1:    S→ AB|aaB
        A  aA | 
        B→ bB| 

G2:   S→ A | B
        A→ a A b|ab
        B→ a b B| 
Which of the following is correct?
(1) G1 is ambiguous and G2 is unambiguous grammars
(2) G1 is unambiguous and G2 is ambiguous grammars
(3) both G1 and G2 are ambiguous grammars
(4) both G1 and G2 are unambiguous grammars

64 Given the symbols A, B, C, D, E, F, G and H with the probabilities 1/30, 1/30, 1/30, 2/30, 3/30, 5/30, 5/30 and 12/30 respectively. The average Huffman code size in bits 30 30 30 30 30 30 30 30 per symbol is:
(1)67/30  (2) 70/34   (3)76/30  (4)78/30

65. The redundancy in images stems from :
(1) pixel decorrelation            (2) pixel correlation
(3) pixel quantization              (4) image size

 66. In a binary Hamming Code the number of check digits is r then number of message digits is equal to: 
(1) 2r - 1     (2) 2r - r -1     (3) 2r - r +1      (4) 2r  +r +1

 67. In the Hungarian method for solving assignment problem, an optimal assignment requires that the maximum number of lines that can be drawn through squares with zero opportunity cost be equal to the number of:
(1) rows or columns             (2) rows + columns
(3) rows + columns - 1        (4) rows + columns +1

 68. Consider the following transportation problem :
                                                                    Warehouse
                       Factory
                           
W1W2W3Supply
F1162012200
F214818160
F326241690
Demand180120150
The initial basic feasible solution of the above transportation problem using Vogel's Approximation Method (VAM) is given below :

                                                                    Warehouse
                       Factory
                           
W1W2W3Supply
F116 (140)    2012 (60)200
F214 (40)8 (120)   18160
F3262416 (90)90
Demand180120150
The solution of the above problem :
(1) is degenerate solution             (2) is optimum solution
(3) needs to improve                   (4) is infeasible solution

 69. Given the following statements with respect to linear programming problem :
S1 : The dual of the dual linear programming problem is again the primal problem
S2 : If either the primal or the dual problem has an unbounded objective function value, the other problem has no feasible solution.
S3 : If either the primal or dual problem has a finite optimal solution, the other one also possesses the same, and the optimal value of the objective functions of the two problems are equal.
Which of the following is true?
(1) S1 and S2         (2) S1 and S3
(3) S2 and S3         (4) S1, S2 and S3

70. Consider the two class classification task that consists of the following points :
Class C1 :[1     1.5]       [1   -1.5]
Class C2 :[-2    2.5]       [-2  -2.5]
The decision boundary between the two classes using single perceptron is given by :
(1) x1 + x2 + 1.5 = 0       (2) x1 + x2 - 1.5 = 0
(3) x1 + 1.5 = 0               (4)x1 -1.5 = 0

71. Let A and B be two fuzzy integers defined as :
A = {(1, 0.3), (2, 0.6), (3, 1), (4, 0.7), (5, 0.2)}
B = {(10, 0.5), (11, 1), (12, 0.5)}


(1) {(11, 0.8), (13, 1), (15,1)}
(2) {(11, 0.3), (12, 0.5), (13, 1), (14, 1), (15, 1), (16, 0.5), (17, 0.2)}
(3) {(11, 0.3), (12, 0.5), (13, 0.6), (14, 1), (15, 1), (16, 0.5), (17, 0.2)}
(4) {(11, 0.3), (12, 0.5), (13, 0.6), (14, 1), (15, 0.7), (16, 0.5), (17, 0.2)}

72. Suppose the function y and a fuzzy integer number around -4 for x are given as y=(x - 3)2 + 2.
Around -4 ={(2, 0.3), (3, 0.6), (4, 1), (5, 0.6), (6, 0.3)} respectively. Then f (Around -4) is given by:
(1) {(2, 0.6), (3, 0.3), (6, 1), (11, 0.3)}
(2) {(2, 0.6), (3, 1), (6, 1), (11, 0.3)}
(3) {(2, 0.6), (3, 1), (6, 0.6), (11, 0.3)}
(4) {(2, 0.6), (3, 0.3), (6, 0.6), (11, 0.3)}

 73. Match the following for unix system calls :
List-I                  List - II
(a) exec        (i)  Creates a new process
(b) brk         (ii)  Invokes another program overlaying memory space with a copy of an executable file
(c) wait        (iii) To increase or decrease the size of data region
(d) fork       (iv)  A process synchronizes with termination of child process
Codes :
     (a) (b) (c) (d)
(1) (ii) (iii) (iv) (i)
(2) (iii) (ii) (vi) (i)
(3) (iv) (iii) (ii) (i)
(4) (iv) (iii) (i) (ii)

 74. WOW32 is a:
(1) Win 32 API library for creating processes and threads.
(2) Special kind of file system to the NT name space.
(3) Kernel - mode objects accessible through Win 32 API
(4) Special execution environment used to run 16 bit Windows applications on 32 - bit machines.

75. The unix command :
$vi   filel file2
(1) Edits filel and stores the contents of filel in file2
(2) Both files i.e. filel and file2 can be edited using 'ex' command to travel between the files
(3) Both files can be edited using 'mv' command to move between the files
(4) Edits filel first, saves it and then edits file2

Monday, November 23, 2015

UGC NET Solved Paper -I June 2015

UGC NET Solved Paper -I June 2015

1. Which of the following is the highest level of cognitive ability ?
(1) Knowing (2) Understanding (3) Analysing (4) Evaluating

2. Which of the following factors does not impact teaching ?
(1) Teacher's knowledge
(2) Class room activities that encourage learning
(3) Socio-economic background of teachers and students
(4) Learning through experience

3. Which of the following statements about teaching aids are correct ?
(a) They help in retaining concepts for longer duration.
(b) They help students learn better.
(c) They make teaching learning process interesting.
(d) They enhance rote learning.
Select the correct answer from the codes given below :
(1) (a), (b), (c) and (d)
(2) (a), (b) and (c)
(3) (b), (c) and (d)
(4) (a), (b) and (d)

4. Techniques used by a teacher to teach include :
(a) Lecture
(b) Interactive lecture
(c) Group work
(d) Self study
Select the correct answer from the codes given below :
(1) (a), (b) and (c)
(2) (a), (b), (c) and (d)
(3) (b), (c) and (d)
(4) (a), (b) and (d)

5. Achievement tests are commonly used for the purpose of :
(1) Making selections for a specific job
(2) Selecting candidates for a course
(3) Identifying strengths and weaknesses of learners
(4) Assessing the amount of learning after teaching

6. A good teacher is one who:
(1) gives useful information
(2) explains concepts and principles
(3) gives printed notes to students
(4) inspires students to learn

7. Which of the following statements regarding the meaning of research are correct ?
(a) Research refers to a series of systematic activity or activities undertaken to find out the solution of a problem.
(b) It is a systematic, logical and an unbiased process wherein verification of hypothesis, data analysis, interpretation and formation of principles can be done.
(c) It is an intellectual enquiry or quest towards truth.
(d) It leads to enhancement of knowledge.
Select the correct answer from the codes given below :
(1) (a), (b) and (c)
(2) (b), (c) and (d)
(3) (a), (c) and (d)
(4) (a), (b), (c) and (d)

8. A good thesis writing should involve :
(a) reduction of punctuation and grammatical errors to a minimum.
(b) careful checking of references.
(c) consistency in the way the thesis is written.
(d) a clear and well written abstract.
Select the correct answer from the codes given below :
(1) (a), (b), (c) and (d)
(2) (a), (b) and (c)
(3) (a), (b) and (d)
(4) (b), (c) and (d)

9. Jean Piaget gave a theory of cognitive development of humans on the basis of his :
(1) Fundamental Research (2) Applied Research
(3) Action Research (4) Evaluation Research

10. "Male and female students perform equally well in a numerical aptitude test." This statement
indicates a :
(1) research hypothesis (2) null hypothesis
(3) directional hypothesis (4) statistical hypothesis

11. The conclusions/findings of which type of research cannot be generalized to other
situations ?
(1) Historical Research (2) Descriptive Research
(3) Experimental Research (4) Causal Comparative Research

12. Which of the following steps are required to design a questionnaire ?
(a) Writing primary and secondary aims of the study.
(b) Review of the current literature.
(c) Prepare a draft of questionnaire.
(d) Revision of the draft.
Select the correct answer from the codes given below :
(1) (a), (b) and (c)
(2) (a), (c) and (d)
(3) (b), (c) and (d)
(4) (a), (b), (c) and (d)

Read the following passage carefully and answer questions 13 to 18.
Story telling is not in our genes. Neither it is an evolutionary history. It is the essence of what makes us Human.
Human beings progress by telling stories. One event can result in a great variety of stories being told about it. Sometimes those stories differ greatly. Which stories are picked up and repeated and which ones are dropped and forgotten often determines how we progress. Our history, knowledge and understanding are all the collections of the few stories that survive. This includes the stories that we tell each other about the future. And how the future will turn out depends partly, possibly largely, on which stories we collectively choose to believe.
Some stories are designed to spread fear and concern. This is because some story-tellers feel that there is a need to raise some tensions. Some stories are frightening, they are like totemic warnings : "Fail to act now and we are all doomed." Then there are stories that indicate that all will be fine so long as we leave everything upto a few especially able adults. Currently, this trend is being led by those who call themselves "rational optimists". They tend to claim that it is human nature to compete and to succeed and also to profit at the expense of others. The rational optimists however, do not realize how humanity has progressed overtime through amiable social networks and how large groups work in less selfishness and in the process accommodate rich and poor, high and low alike. This aspect in story-telling is considered by the 'Practical Possibles', who sit between those who say all is fine and cheerful and be individualistic in your approach to a successful future, and those who ordain pessimism and fear that we are doomed. What the future holds for us is which stories we hold on to and how we act on them.
 
Answer the following questions :
13. Our knowledge is a collection of:
(1) all stories that we have heard during our life-time
(2) some stories that we remember
(3) a few stories that survive
(4) some important stories

14. Story telling is:
(1) an art    (2) a science    (3) in our genes     (4) the essence of what makes us human

15. How the future will turn out to be, depends upon the stories ?
(1) We collectively choose to believe in
(2) Which are repeatedly narrated
(3) Designed to spread fear and tension
(4) Designed to make prophecy

16. Rational optimists :
(a) Look for opportunities.
(b) Are sensible and cheerful.
(c) Are selfishly driven.
Identify the correct answer from the codes given below :
(1) (a), (b) and (c) 
(2) (a) only
(3) (a) and (b) only
(4) (b) and (c) only

17. Humans become less selfish when:
(1) they work in large groups
(2) they listen to frightening stories
(3) they listen to cheerful stories
(4) they work in solitude

18. 'Practical Possibles' are the ones who :
(1) follow Midway Path (2) are doom-mongers
(3) are self-centred (4) are cheerful and carefree

19. Effectiveness of communication can be traced from which of the following ?
(a) Attitude surveys
(b) Performance records
(c) Students attendance
(d) Selection of communication channel
Select the correct answer from the codes given below:
(1) (a), (b), (c) and (d)
(2) (a), (b) and (c) 
(3) (b), (c) and (d)
(4) (a), (b) and (d)

20. Assertion (A) : Formal communication tends to be fast and flexible.
Reason (R) : Formal communication is a systematic and orderly flow of information.
(1) Both (A) and (R) are correct and (R) is correct explanation of (A)
(2) Both (A) and (R) are correct, but (R) is not correct explanation of (A)
(3) (A) is correct but, (R) is false
(4) (A) is false but, (R) is correct

21. Which of the following are the characteristic features of communication ?
(a) Communication involves exchange of ideas, facts and opinions.
(b) Communication involves both information and understanding.
(c) Communication is a continuous process.
(d) Communication is a circular process.
Select the correct answer from the codes given below :
(1) (a), (b) and (c)
(2) (a), (b) and (d)
(3) (b), (c) and (d)
(4) (a), (b), (c) and (d)

22. The term 'grapevine' is also known as :
(1) Downward communication
(2) Informal communication
(3) Upward communication
(4) Horizontal communication

23. Which of the following is not a principle of effective communication ?
(1) Persuasive and convincing dialogue
(2) Participation of the audience
(3) One-way transfer of information

(4) Strategic use of grapevine
24. In communication, the language is :
(1) The verbal code (2) Intrapersonal
(3) The symbolic code (4) The non-verbal code

25. The next term in the series is:
2, 5, 9, 19, 37, ?
(1) 73 (2) 75 (3) 78 (4) 80

26. In certain code MATHURA is coded as JXQEROX. The code of HOTELS will be :
(1) LEQIBP (2) ELQBIP (3) LEBIQP (4) ELIPQB

27. One day Prakash left home and walked 10 km towards south, turned right and walked 5 km, turned right and walked 10 km and turned left and walked 10 km. How many km will he have to walk to reach his home straight ?
(1) 10 (2) 20 (3) 15 (4) 30

28. A girl introduced a boy as the son of the daughter of the father of her uncle. The boy is
related to the girl as:
(1) Brother (2) Uncle (3) Nephew (4) Son

29. In an examination 10,000 students appeared. The result revealed the number of students who have :
passed in all five subjects                           =  5583
passed in three subjects only                    =  1400
passed in two subjects only                       =  1200
passed in one subject only                         =  735
failed in English only                                  =  75
failed in Physics only                                 =  145
failed in Chemistry only                            =  140
failed in Mathematics only                       =   200
failed in Bio-science only                          =   157
The number of students passed in at least four subjects is :
(1) 6300 (2) 6900 (3) 7300 (4) 7900

30. At present a person is 4 times older than his son and is 3 years older than his wife. After
3 years the age of the son will be 15 years. The age of the person's wife after 5 years will
be:
(1) 42 (2) 48 (3) 45 (4) 50

31. If we want to seek new knowledge of facts about the world, we must rely on reason of the
type:
(1) Inductive (2) Deductive (3) Demonstrative (4) Physiological

32. A deductive argument is invalid if:
(1) Its premises and conclusions are all false
(2) Its premises are true but its conclusion is false
(3) Its premises are false but its conclusion is true
(4) Its premises and conclusions are all true

33. Inductive reasoning is grounded on :
(1) Integrity of nature (2) Unity of nature
(3) Uniformity of nature
(4) Harmony of nature

34. Among the following statements two are contradictory to each other. Select the correct code that represents them :
Statements :
(a) All poets are philosophers.
(b) Some poets are philosophers.
(c) Some poets are not philosophers.
(d) No philosopher is a poet.
Codes :
(1) (a)and(b)
(2) (a) and (d)
(3) (a) and (c) 
(4) (b) and (c)

35. Which of the codes given below contains only the correct statements ?
Select the code :
Statements :
(a) Venn diagram represents the arguments graphically.
(b) Venn diagram can enhance our understanding.
(c) Venn diagram may be called valid or invalid.
(d) Venn diagram is clear method of notation.
Codes :
(1) (a), (b) and (c) 
(2) (a), (b) and (d)
(3) (b), (c) and (d)
(4) (a), (c) and (d)

36. When the purpose of a definition is to explain the use or to eliminate ambiguity the definition
is called:
(1) Stipulative
(2) Theoretical
(3) Lexical
(4) Persuasive
Codes:
(1) (a), (b), (c) and (d)
(2) (a), (b) and (c)
(3) (a), (b) and (d)
(4) (b), (c) and (d)

Question numbers 37 to 42 are based on the tabulated data given below :
A company has 20 employees with their age (in years) and salary (in thousand rupees per month) mentioned against each of them :
S.NoAge (in years)Salary (in Thousand rupees per month)S.noAge (in years)Salary (in Thousand rupees per month)
1.443511.3330
2.322012.3135
3.544513.3035
4.423514.3740
5.312015.4445
6.536016.3635
7.425017.3435
8.515518.4950
9.342519.4345
10.413020.4550

37. Classify the data of age of each employee in class interval of 5 years. Which class interval of 5 years has the maximum average salary ?
(1) 35-40 years (2) 40 - 45 years (3) 45 - 50 years (4) 50 - 55 years

38. What is the frequency (%) in the class interval of 30 - 35 years ?
(1) 20% (2) 25% (3) 30% (4) 35%

39. What is the average age of the employees ?
(1) 40.3 years (2) 38.6 years (3) 47.2 years (4) 45.3 years

40. What is the fraction (%) of employees getting salary >= 40,000 per month ?
(1) 45% (2) 50% (3) 35% (4) 32%

41. What is the average salary (in thousand per month) in the age group 40 - 50 years ?
(1) 35 (2) 42.5 (3) 40.5 (4) 36.5

42. What is the fraction of employees getting salary less than the average salary of all the employees?
(1) 45% (2) 50% (3) 55% (4) 47%

43. Encoding or scrambling data for transmission across a network is known as :
(1) Protection (2) Detection (3) Encryption (4) Decryption

44. Which of the following is not an output device ?
(1) Printer (2) Speaker (3) Monitor (4) Keyboard

45. Which of the following represents one billion characters ?
(1) Kilobyte (2) Megabyte (3) Gigabyte (4) Terabyte

46. Which of the following is not open source software ?
(1) Internet explorer (2) Fedora Linux
(3) Open office (4) Apache HTTP server

47. Which one of the following represents the binary equivalent of the decimal number 25 ?
(1) 10101 (2) 01101 (3) 11001 (4) 11011

48. Which is an instant messenger that is used for chatting ?
(1) Altavista (2) MAC (3) Microsoft Office (4) Google Talk

49. In which of the countries per capita use of water is maximum ?
(1) USA (2) European Union
(3) China (4) India

50. India's contribution to total global carbon dioxide emissions is about:
(1) -3% (2) -6% (3) -10% (4) -15%

51. Two earthquakes A and B happen to be of magnitude 5 and 6 respectively on Richter Scale. The ratio of the energies released EB/EA will be approximately :
(1) ~8 (2) -16 (3) -32 (4) -64

52. Which of the following combinations represent renewable natural resources ?
(1) Fertile soil, fresh water and natural gas
(2) Clean air, phosphates and biological diversity
(3) Fishes, fertile soil and fresh water
(4) Oil, forests and tides

53. In the recently launched Air Quality Index in India, which of the following pollutants is not included ?
(1) Carbon monoxide (2) Fine particulate matter
(3) Ozone (4) Chlorofluorocarbons

54. The factors which are most important in determining the impact of anthropogenic activities on environment are:
(1) Population, affluence per person, land available per person
(2) Population, affluence per person and the technology used for exploiting resources
(3) Atmospheric conditions, population and forest cover
(4) Population, forest cover and land available per person

55. The session of the parliament is summoned by :
(1) The President
(2) The Prime Minister
(3) The Speaker of the Lok Sabha
(4) The Speaker of the Lok Sabha and the Chairman of the Rajya Sabha

56. Civil Service Day is celebrated in India on :
(1) 21st April (2) 24th April (3) 21st June (4) 7th July

57. The South Asia University is situated in the city of :
(1) Colombo (2) Dhaka (3) New Delhi (4) Kathmandu

58. The University Grants Commission was established with which of the following aims ?
(a) Promotion of research and development in higher education
(b) Identifying and sustaining institutions of potential learning
(c) Capacity building of teachers
(d) Providing autonomy to each and every higher educational institution in India
Select the correct answer from the codes given below :
(1) (a), (b), (c) and (d)
(2) (a), (b) and (c)
(3) (b), (c) and (d)
(4) (a), (b) and (d)

59. The Gross Enrolment Ratio (GER) in institutions of higher education in India at present (2015) is about:
(1) 8 percent (2) 12 percent (3) 19 percent (4) 23 percent

60. The total number of central universities in India in April 2015 was :
(1) 08 (2) 14 (3) 27 (4) 43

Sunday, June 30, 2013

UGC NET Computer Science Solved Paper -III June2013

Questions along with Answers Below - Explanations are always welcome

1. The Software Maturity Index (SMI) is defined as
SMI = [Mf -(Fa + Fc + Fd )] / Mf   Where
M= the number of modules in the current release.
F= the number of modules in the current release that have been added.
F= the number of modules in the current release that have been changed.
Fd = the number of modules in the current release that have been deleted.
The product begins to stabilize when
(A) SMI approaches  1
(B) SMI approaches  0
(C) SMI approaches -1
(D) None of the above

2. Match the following:
a. Watson- Felix model intensity                        i. Failure
b. Quick-Fix model                                          ii. Cost estimation
c. Putnam  resource allocation model                iii. Project planning
d. Logarithmetic- Poisson Model                     iv. Maintenance
Codes:
       a b c d
(A) ii i iv iii
(B) i ii iv iii
(C) ii i iii iv
(D) ii iv iii i

3. ________is a process model that removes defects before they can precipitate serious hazards.
(A) Incremental model
(B) Spiral model
(C) Clean room software engineering
(D) Agile model

4. Equivalence partitioning is a ______ method that divides the input domain of a program into classes of data from which test cases can be derived.
(A) White-box testing
(B) Black-box testing
(C) Orthogonal amIy testing
(D) Stress testing

5. The following three golden rules
(i) Place the user in control
(ii) Reduce the user's memory load
(iii) Make the interface consistent are for
(A) User satisfaction
(B) Good interface design
(C) Saving system's resources
(D) None of these

6.Software safety is a __________ activity that focuses on the identification and assessment of potential hazards that may affect software negatively and cause an entire system to fail.
(A) Risk mitigation, monitoring and management
(B) Software quality assurance
(C) Software cost estimation
(D) Defect removal efficiency

7. The "PROJECT' operator of a relational algebra creates a new table that has always
(A) More columns than columns in original table
(B) More rows than original table
(C) Same number of rows as the original table
(D) Same number of columns as the original table

8. The employee information of an Organization is stored in the relation:
Employee (name, sex, salary, deptname) Consider the following SQL query
Select deptname from Employee Where sex = 'M' group by deptname
having avg (salary) > {select avg (salary) from Employee}
Output of the given query corresponds to
(A) Average salary of employee more than average salary of the organization.
(B) Average salary less than average salary of the organization.
(C) Average salary of employee equal to average salary of the organization.
(D) Average salary of male employees in a department is more than average salary of the organization.

9. For a database relation R(a, b, c, d) where the domains of a. b, c. d include only the atomic values. The
functional dependency a à c, b à d holds in the following relation
(A) In INF not in 2NF
(B) In 2NF not in 3NF
(C) In 3NF
(D) In INF

10. Match the following:
a. RAID 0          i. Bit interleaved parity
b. RAID 1         ii. Non redundant stripping
c. RAID 2        iii. Mirrored disks
d. RAID 3       iv. Error correcting codes
Codes :
      a b c d
(A) iv i ii iii
(B) iii iv i ii
(C) iii i iv ii
(D) iii ii iv i
Note: Wrong options given by UGC NET

11. The golden ratio φ and its conjugate  φ both satisfy the equation
(A) x3-x-l = 0
(B) x3+x-l = 0   
(C) x2-x-l = 0
(D) x2+x-l = 0

12. The solution of recurrence relation
      T(n) = 2T{floor ( n)) + logn is
{A) O(n log log logn)
(B) O(n log logn)
(C) O(log logn)
(D) O(logn log logn)

13. In any n-clement heap, the number of nodes of height h is
(A) less than equal to [n/2h]
(B) greater than [n/2h]
(C) greater than [n/2h+1]
(D) less than equal to [n/2h+1]

14. A data file of 1,00,000 characters contains only the characters g-l, with the frequencies as indicated in table:


g
h
i
j
k
l
Frequency in thousand
45
13
12
16
9
5
using the variable-length code by Huffman codes, the file can be encoded with
(A) 2,52,000 hits
(B) 2,64,000 bits
(C) 2,46,000 hits
(D) 2,24,000 bits


15. A vertex cover of an undirected graph G(V, E) is a subset V1 ⊆ V vertices such that
(A) Each pair of vertices in  V1connected by an edge
(B) If (u, v) ∈ E then u ∈  V1 and v ∈ V1
(C) If (u, v) ∈ E then u ∈ V1 or v ∈ V1
(D) All pairs of vertices in V1 are not connected by an edge

16. In a fully connected mesh network with n devices, there are ____ physical channels to link all devices.
(A) n(n-1)/2             (B) n(n+1)/2
(C) 2n                     (D) 2n+1

17. The baud rate of a signal is 600 baud/second. If each signal unit carries 6 bits, then the bit rate of a signal is __________
(A) 3600
(B) 100
(C) 6/600
(D) None of the above
Hint: baudrate * bit =bit rate

18. Match the following:
a. Data link layer                              i. Flow  control
b. Network layer                             ii. Node to node delivery
c. Transport layer                            iii. Mail services
d. Application layer                         iv  Routing
Codes:
       a b c d
(A) ii i iv iii
(B) ii iv i iii
(C) ii i iii iv
(D) ii iv iii i

19. An image is 1024*800 pixels with 3 bytes/pixel. Assume the image is uncompressed. How long does it take to transmit it over a 10 -Mbps Ethernet?
(A) 196.6 seconds
(B) 19.66 seconds
(C) 1.966 seconds
(D) 0.1966 seconds
Hint: [1024*800*3*8]/10*1000*1000   converting to bits

20. The ______ measures the relative strengths of two signals or a signal at two different points.
(A) frequency
(B) attenuation
(C) throughput
(D) decibel

21. Which one of the following media is multidrop?
(A) Shielded Twisted pair cable
(B) Unshielded Twisted pair cable
(C) Thick Coaxial cable
(D) Fiber Optic cable

22. What is the baud rate of the standard 10 Mbps Ethernet?
(A) 10 megabaud    (B) 20 megabaud
(C) 30 megabaud    (D) 40 megabaud

23. At any iteration of simplex method, if ∆j (Zj - Cj)  corresponding to any non·basic variable Xj is obtained as zero, the solution under the test is
(A) Degenerate solution
(B) Unbounded solution
(C) Alternative solution
(D) Optimal solution

24. A basic feasible solution to a m-origin, n-destination transportation problem is said to be _______ if the number of positive allocations are less than m + n - 1.
(A) degenerate
(B) non-degenerate
(C) unbounded
(D) unbalanced

25. The total transportation cost in an initial basic feasible solution to the following transportation problem
using Vogel's Approximation method is



W1
W2
W3
W4
W5
Supply
F1
4
2
3
2
6
8
F2
5
4
5
2
1
12
F3
6
5
4
7
3
14
Demand
4
4
6
8
8

(A) 76       (B) 80  (C) 90       (D) 96

26. An actor in an animation is a small  program invoked _______ per frame to detennine the characteristics of some object in the animation.
(A) once    (B) twice      (C) 30 times       (D) 60 times

27. Bresenham line drawing algorithm is attractive because it uses
(A) Real arithmetic only
(B) Integer arithmetic only
(C) Floating point arithmetic
(D) Real and integer arithmetic

28. The refresh rate above which a picture stops flickering and fuses into a steady image is called ________
(A) Crucial fusion frequency
(B) Current frequency fusion
(C) Critical fusion frequency
(D) Critically diffused frequency

29. In homogenous coordinate system (x, y. z) the points with z = 0 are called
(A) Cartesian points
(B) Parallel points
(C) Origin point
(D) Point at infinity

30. If 40 black lines interleaved with 40 white lines can be distinguished across one inch, the resolution is
(A) 40 line-pairs per inch
(B) 80 line-pairs per inch
(C) 1600 lines per inch
(D) 40 lines per inch

31. Images tend to be very large collection of data. The size of memory required for a 1024 by 1024 image in which the colour of each pixel is represented by a n-bit number, (in an 8 bit machines) is
(A) n x 8 MB
(B) n/ 8MB
(C) (1024x 1024)/8MB
(D) 1024MB

31. Arrays in C language can have ____with reference to memory representation.
(A) n-subscripts
(B) two-subscripts
(C) only one subscript
(D) three subscripts only

33. Refer the points as listed below:
(a) What are the operator precedence rules?
(b) What are the operator associativity rules?
(c) What is the order of operand evaluation?
(d) Are there restrictions on operand evaluation side effects ?
Which of the above must be considered as primary design issues for arithmetic expressions?
(A) (a), (b) and (c)
(B) (a), (c) and (d)
(C) (a), (b) and (d)
(D) (a), (b), (c) and (d)

34. Hom clauses are special kinds of propositions which can be described as
(A) Single atomic proposition on left side.
(B) Single or multiple atomic proposition on left side.
(C) A single atomic proposition on left side and a single atomic proposition on right side.
(D) A single atomic proposition on left side or an empty left side.

35. Which of the following is/are the fundamental semantic model(s) of parameter passing?
(A) in mode
(B) out mode
(C) in-out mode
(D) all of the above

36. The grammar with production rules 
S à aSb|SS|λ    generates language L given by :
(A) L = {w ∈{a,b}*| na (w)= nb (w) and na (v) ≥ nb (v) where v is any prefix of w}
(B) L = {w {a,b}*| na (w)= nb (w) and na (v) nb (v) where v is any prefix of w} 
(C) L = {w {a,b}*| na (w) nb (w) and na (v) ≥ nb (v) where v is any prefix of w} 
(D) L = {w {a,b}*| na (w)nb (w) and na (v) nb (v) where v is any prefix of w}

37. A pushdown automation M = (Q, Σ, Γ, δ, q0, z,  F) is a set to be deterministic subject to which of the following condition(s), for every q ∈ Q, a∈Σ U{ λ } and b Γ  
(s1) δ(q, a, b) contains at most  one element
(s2) if δ(q, λ, b) is not empty than δ(q, c, b) must be empty for every c Σ
(A) only s1
(B) only s2
(C) both s1 and s2
(D) neither s1 nor s2

38. For every context free grammar (G) there exists an algorithm that passes any W L(G) in number of steps proportional to
(A) |n|w|       (B) |w|        (C) |w|2        (D) |w|3 

39. Match the following:
a. Context sensitive language                  i. Deterministic finite automation
b. Regular grammar                                ii. Recursive enumerable
c. Context free grammar                        iii. Recursive language
d. Unrestricted grammar                        iv. Pushdown automation
codes:
        a   b    c   d
(A)   ii   i    iv  iii
(B)   iii  iv   i   iii
(C)   iii  i   iv   ii
(D)   ii   iv  i    iii

  40. The statements s1 and s2 are given as :
sl : Context sensitive languages are closed under intersection. concatenation, substitution and inverse homomorphism.
s2 Context free languages are closed under complementation. substitution and homomorphism.
Which of the following is correct statement?
(A) Both s1 and s2 are correct.
(B) s1 is correct and s2 is not correct.
(C) sl is not correct and s2 is correct.
(D) Both s1 and s2 are not correct.

41. Which one of the following is not an addressing mode?
(A) Register indirect
(B) Autoincrement
(C) Relative indexed
(D) Immediate operand

42. Computers can have instruction formats with
(A) only two address and three address instructions
(B) only one address and two address instructions
(C) only one address, two address .and three address instructions
(D) zero address, one address, two address and three address instructions

43. Which is not a typical program control instruction?
(A) BR   (B) JMP    (C) SHL      (D) TST

44. Interrupt which arises from illegal or erroneous use of an instruction or data is
(A) Software interrupt
(B) Internal interrupt
(C) External interrupt
(D) All of the above

45. The simplified function in product of sums of Boolean function F(W, X, Y, Z) =Σ(0, 1,2,5,8,9.10) is
(A) (W' + X') (Y' + Z') (X' + Z)
(B) (W' + X') (Y' + Z') (X' + Z')
(C) (W' + X') (Y' + Z) (X' + Z)
(D) (W' + X') (Y + Z') (X' + Z)

46. Match the following:
a. TTL          i  High component density
b. ECL         ii Low power consumption
c. MOS        iii Evolution of  "diode-transistor-logic"
d.CMOS      iv High speed digital circuits
codes:
        a   b    c   d
(A)   iii   ii    i    iv
(B)   i    iv    i    ii
(C)   iii  iv    i   ii
(D)   i   ii    iii    iv

47. Match the following:
a. Foreign keys                                  i. Domain constraint
b. Private key                                    ii. Referential integrity
c. Event control action model             iii. Encryption
d. Data security                                 iv. Trigger
codes:
        a   b    c   d
(A)   iii   ii    i    iv
(B)   ii    i    iv   iii
(C)   iii  iv    i    ii
(D)   i   ii    iii    iv

48. When an array is passed as a parameter to a function which of the following statements is correct?
(A) The function can change values in the original array.
(B) The function cannot change values in the original array.
(C) Results in compilation error.
(D) Results in runtime error

49. Suppose you want to delete the name that occurs before "Vivek"  in an alphabetical listing. Which of the following data structures shall be most efficient for this operation?
(A) Circular linked list
(B) Doubly linked list
(C) Linked list
(D) Dequeue

50. What will be the output of the following segment of the program ?
main( )
(
char *s = "hello world";
int i = 7;
Printf("%.*s", i,s);
}
(A) Syntax error
(B) hello w
(C) hello
(D) o world
Note: All the given options are wrong - output for the given c progam is %.*s

51. Trace the error:
void main()
(
int  *b, &a;
 *b=20
printf("%d, %d", a, *b)
}
(A) No error
(B) Logical error
(C) Syntax error
(D) Semantic error

52. Match the following:
a. calloc()                      i. Frees previously allocated space
b. free()                        ii. Modifies previously allocated space
c. malloc()                   iii. Allocates space for array
d. realloc()                   iv. Allocates requested size of space
codes:
        a   b    c   d
(A)   iii   i    iv    ii
(B)   iii    ii    i    iv
(C)   iii  iv    i    ii
(D)   iv   ii    iii    i

53. Binary symmetric channel uses
(A) Half duplex protocol
(B) Full duplex protocol
(C) Bit oriented protocol
(D) None ofthe above

54. Hamming distance between 100101000110 and 110111101101 is
(A) 3    (B) 4   (C) 5     (D) 6

55. Given code word 1110001010 is to be transmitted with even parity check bit. The encoded word to be transmitted for this code is
(A) 11100010101        (B) 11100010100          (C) 1110001010         (D) 111000101

56. The number of distinct binary images which can be generated from a given binary image of right M x N are
(A) M + N       (B) M x N         (C) 2M+N          (D) 2MN

57. If  f(x, y) is a digital image, then x, y and amplitude values of f are
(A) Finite
(B) Infinite
(C) Neither finite nor infinite
(D) None of the above

58. Consider the following processes with time slice of 4 milliseconds (I/O requests are ignored) :
Process                   A B C  D
Arrival time              0 1  2  3
CPU cycle               8 4  9  5
The average tum around time of these processes will be
(A) 19.25 milliseconds
(B) 18.25 milliseconds
(C) 19.5 milliseconds
(D) 18.5 milliseconds


59. A job has four pages A, B, C, D and the main memory has two page frames only. The job needs to
process its pages in following order: ABACABDBACD Assuming that a page interrupt occurs when a new page is brought in the main memory, irrespective of whether the page is swapped out or not. The number of page interrupts in FIFO and LRU page replacement algorithms are
(A) 9 and 7      (B) 7 and 6      (C) 9 and 8       (D) 8 and 6

60. Suppose S and Q are two semaphores initialized to 1. PI and P2 are two processes which are sharing resources.
P1 has statements                          P2 has statements
wait(S) ;                                          wait(Q) ;
wait(Q) ;                                         wait(S) ;
critical-                                           critical-
section1;                                        section 2;
signal(S) ;                                      signal(Q) ;
signal(Q) ;                                      signal(S) ;
Their execution may sometimes lead to an undesirable situation called
(A) Starvation
(B) Race condition
(C) Multithreading
(D) Deadlock

61. An operating system using banker's algorithm for deadlock avoidance has ten dedicated devices (of same type) and has three processes P1, P2 and P3 with maximum resource requirements of 4, 5 and 8 respectively. There are two states of allocation of devices as follows:
State I          Processes                   P1   P2    P3
                    Devices allocated        2     3      4
State 2         Processes                    P1  P2    P3
                    Devices allocated        0     2      4
Which of the following is correct?
(A) State 1 is unsafe and state 2 is safe.
(B) State I is safe and state 2 is unsafe.
(C) Both, state I and state 2 are safe.
(D) Both, state I and state 2 are unsafe.

62. Let the time taken to switch between user mode and kernel mode of execution be T1 while time taken to switch between two user processes be T2. Which of the following is correct?
(A) T1 <T2
(B) T1 >T2
(C) T1 = T2
(D) Nothing can be said about the relation between T1 and T2

63. Working set model is used in memory management to implement the concept of
(A) Swapping
(B) Principal of Locality
(C) Segmentation
(D) Thrashing

64. A UNIX file system has 1 KB block size and 4-byte disk addresses. What is the maximum file size if the inode contains ten direct block entries, one single indirect block entry, one double indirect block entry and one triple indirect block entry ?
(A) 30 GB (B) 64 GB  (C) 16 GB (D) 1 GB
Explanation:   

65. A thread is usually defined as a light weight process because an Operating System (OS) maintains smaller data structure for a thread than for a process. In relation to this, which of the following statement is correct?
(A) OS maintains only scheduling .and accounting information for each thread.
(B) OS maintains only CPU registers for each thread.
(C) OS does not maintain a separate stack for each thread.
(D) OS does not maintain virtual memory state for each thread.

66. The versions of windows operating system like windows XP and window Vista uses following file system:
(A) FAT-16
(B) FAT-32
(C) NTFS (NT File System)
(D) All of the above

67. Which one of the following is a correct implementation of the meta-predicate "not" in PROLOG (Here G
represents a goal) ?
(A) not(G):- !, call(G), fail. not(G).
(B) not(G):- cal1(G), !, fail.not(G).
(C) not(G):- cal1(G), fail, !. not(G).
(D) not(G):- cal1(G), fail. not(G):- !.

68. Which one of the following is not an informed search technique?
(A) Hill climbing search
(B) Best first search
(C) A* search
(D) Depth first search

69. If we convert
∃u ∀v ∀x ∃y (Pf(u),v,x,y) --->  Q(u,v,y)) to ∀v ∀x (Pf(a),v,x, g(v,x)) --> Q(a,v,g(v,x))) 
This process is known as
(A) Simplification
(B) Unification
(C) Skolemization
(D) Resolution

70. Given two jugs of capacities 5 litres and 3 litres with no measuring markers on them. Assume that there
is endless supply of water. Then the minimum number of states to measure 4 litres water will be
(A) 3 (B) 4  (C) 5 (D) 7

71. The map colouring problem can be solved using which of the following technique?
(A) Means·end analysis
(B) Constraint satisfaction
(C) AO' search
(D) Breadth first search

72. Which of the following is a knowledge representation technique used to represent knowledge about stereotype situation?
(A) Semantic network
(B) Frames
(C) Scripts
(D) Conceptual Dependency

73. A fuzzy set A on R is ________ iff A(λx1 + (1- λ)x2) ≥  min [A(x1),A(x2)]
for all x1, x2 R and all λ [0,1], where min denotes the minimum operator
(A)Support
(B)α-cut
(C)Convex
(D)Concave

74. If A and B are two fuzzy sets with membership functions

μA(x) = {0.6,0.5,0.1,0.7, 0.8}
μB(x) = {0.9,0.2,0.6, 0.8, 0.5}
Then the value of  μAUB(x)will be
(A) {0.9, 0.5, 0.6, 0.8, 0.8}
(B) {0.6, 0.2, 0.1, 0.7, 0.5}
(C) {0.1, 0.5, 0.4, 0.2, 0.2}
(D) {0.1, 0.5, 0.4, 0.2, 0.3}

75. Consider a single perception with weights as given in the following figure:
The above perception can solve
(A) OR problem
(B) AND problem
(C) XOR problem
(D) All of the above