UGC - NET Computer Science Papar II Solved - June 2012

Friday 2 November 2012


Que 1) The postfix expression AB + CD – * can be evaluated using a ?
  1.  stack
  2.  tree
  3.  queue
  4.  linked list

Que 2) The post order traversal of a binary tree is DEBFCA. Find out the preorder traversal ?
  1.  ABFCDE
  2.  ADBFEC
  3.  ABDECF
  4.  None of the above

Que 3)  The branch logic that provides making capabilities in the control unit is known as ?
  1.  Controlled transfer
  2.  Conditional transfer
  3.  Unconditional transfer
  4.  None of the above

Que 4) The number of colours required to properly colour the vertices of every planer graph is ?
  1.  2
  2.  3
  3.  4
  4.  5

Que 5) Networks that use different technologies can be connected by using ?
  1.  Packets
  2.  Switches
  3.  Bridges
  4.  Routers

Que 6)  Both hosts and routers are TCP/IP protocol software. However, routers do not use protocol from all layers. The layer for which protocol software is not needed by a router is ?
  1.  Layer – 5 (Application)
  2.  Layer – 1 (Physical)
  3.  Layer – 3 (Internet)
  4.  Layer – 2 (Network Interface)

Que 7)  In multiuser database if two users wish to update the same record at the same time, they are prevented from doing so by ?
  1.  Jamming
  2.  Password
  3.  Documentation
  4.  Record lock

Que 8)  A binary search tree is a binary tree ?
  1.  All items in the left subtree are less than root
  2.  All items in the right subtree are greater than or equal to the root
  3.  Each subtree is itself a binary search tree
  4.  All of the above

Que 9) What deletes the entire file except the file structure ?
  1.   ERASE
  2.   DELETE
  3.   ZAP  
  4.  PACK

Que 10)  Which command is the fastest among the following ?
  1.   COPY TO <NEW FILE>
  2.   COPY STRUCTURE TO <NEW FILE>  
  3.   COPY FILE <FILE 1> <FILE 2>
  4.   COPY TO MFILE-DAT DELIMITED

Que 11) B+ tree are preferred to binary tree in Database because ?

  1.   Disk capacity are greater than memory capacities
  2.   Disk access is much slower than memory access  
  3.   Disk data transfer rates are much less than memory data transfer rate
  4.   Disks are more reliable than memory

Que 12) A Transaction Manager is which of the following ?
  1.   Maintains a log of transactions
  2.   Maintains before and after database images
  3.   Maintains appropriate concurrency control
  4.   All of the above

Que 13) Leaves of which of the following trees are at the same level ?
  1.   Binary tree
  2.   B-tree  
  3.   AVL-tree
  4.   Expression tree

Que 14)  Which of the following TCP/IP Internet protocol is diskless machine uses to obtain its IP address from a server ?
  1.  RAP
  2.  RIP
  3.  ARP  
  4.  X.25

Que 15) Decryption and encryption of data are the responsibility of which of the following layer ?
  1.   Physical layer
  2.   Data Link layer
  3.   Presentation layer  
  4.   Session layer

Que 16) In which circuit switching, delivery of data is delayed because data must be stored and retrieved from RAM ?
  1.   Space division
  2.   Time division  
  3.   Virtual
  4.   Packet

Que 17) In which Routing Method do all the routers have a common database ?
  1.   Distance vector
  2.   Link state  
  3.   Link vector
  4.   Dijkestra method

Que 18) Page Shift Keying (PSK) Method is used to modulate digital signal at 9600 bps using 16 level. Find the line signals and speed (i.e. modulation rate).

  1.   2400 bauds  
  2.   1200 bauds
  3.   4800 bauds
  4.   9600 bauds
  
Que 19)  The station to hub distance in which it is 2000 metres ?
  1.   100 Base-Tx
  2.   100 Base-Fx  
  3.   100 Base-T4
  4.   100 Base-T1


Que 20) Main aim of software engineering is to produce ?
  1.   program
  2.   software
  3.   within budget
  4.   software within budget in the given schedule

Que 21) Key process areas of CMM level 4 are also classified by a process which is ?
  1.   CMM level 2
  2.   CMM level 3
  3.   CMM level 5  
  4.   All of the above

Que 22)  Validation means
  1.   are we building the product right
  2.   are we building the right product  
  3.   verification of fields
  4.   None of the above

Que 23)  If a process is under statistical control, then it is ?
  1.   Maintainable
  2.   Measurable
  3.   Predictable  
  4.   Verifiable


Que 24)  In a function oriented design, we ?
  1.   minimize cohesion and maximize coupling
  2.   maximize cohesion and minimize coupling 
  3.   maximize cohesion and maximize coupling
  4.   minimize cohesion and minimize coupling
Que 25) Which of the following metric does not depend on the programming language used ?
  1.   Line of code
  2.   Function count  
  3.   Member of token
  4.   All of the above


Que 26)  A / B+ tree index is to be built on the name attribute of the relation STUDENT. Assume that all students names are of length 8 bytes, disk block are of size 512 bytes and index pointers are of size 4 bytes. Given this scenario what would be the best choice of the degree (i.e. the number of pointers per node) of the B+ tree ?
  1.   16  
  2.   42
  3.   43
  4.   44
  


Que 27)  The Inorder traversal of the tree will yield a sorted listing of elements of tree in ?
  1.   Binary tree
  2.   Binary search tree  
  3.   Heaps
  4.   None of the above

Que 28)  Mobile IP provides two basic functions.
  1.   Route discovery and registration
  2.   Agent discovery and registration  
  3.   IP binding and registration
  4.   None of the above


Que 29) Pre-emptive scheduling is the strategy of temporarily suspending a running process ?
  1.   before the CPU time slice expires  
  2.   to allow starving processes to run
  3.   when it requests I/O
  4.   to avoid collision


Que 30) In round robin CPU scheduling as time quantum is increased the average turn around time
  1.   increases
  2.   decreases
  3.   remains constant
  4.   varies irregularly

Que 31)  Resources are allocated to the process on non-sharable basis is
  1.   mutual exclusion  
  2.   hold and wait
  3.   no pre-emption
  4.   circular wait

 

Que 32) Cached and interleaved memories are ways of speeding up memory access between CPU’s and slower RAM. Which memory models are best suited (i.e. improves the performance most) for which
programs ?
(i) Cached memory is best suited for small loops.
(ii) Interleaved memory is best suited for small loops
(iii) Interleaved memory is best suited for large sequential code.
(iv) Cached memory is best suited for large sequential code.

  1.   (i) and (ii) are true.
  2.   (i) and (iii) are true. 
  3.   (iv) and (ii) are true.
  4.   (iv) and (iii) are true.


Que 33) Consider the following page trace:
 4,3, 2, 1, 4, 3, 5, 4, 3, 2, 1, 5
Percentage of page fault that would occur if FIFO page replacement algorithm is used with number of frames for the JOB m = 4 will be

  1.   8
  2.   9
  3.   10  
  4.   12


Que 34) Check sum used along with each packet computes the sum of the data, where data is treated as a sequence of
  1.  Integer
  2.  Character
  3.  Real numbers
  4.  Bits



Que 35)  If an integer needs two bytes of storage, then the maximum value of a signed integer is ?
  1.  216 – 1
  2.  215 – 1
  3.  216
  4.  215


Que 36) Which of the following logic families is well suited for high-speed operations ?
  1.  TTL
  2.  ECL
  3.  MOS
  4.  CMOS


Que 37) Interrupts which are initiated by an instruction are
  1.  Internal
  2.  External
  3.  Hardware
  4.  Software


Que 38)  printf(“%c”, 100);
  1.  prints 100
  2.  prints ASCII equivalent of 100
  3.  prints garbage
  4.  none of the above


Que 39) For the transmission of the signal, Bluetooth wireless technology uses
  1.  time division multiplexing
  2.  frequency division multiplexing
  3.  time division duplex
  4.  frequency division duplex


Que 40) Consider the following statements :
I. Recursive languages are closed under complementation.
II. Recursively enumerable languages are closed under union.
III. Recursively enumerable languages are closed under complementation.
Which of the above statements are true ?
  1.  I only
  2.  I and II
  3.  I and III
  4.  II and III


Que 41) What is the routing algorithm used by RIP and IGRP ?
  1.  OSPF
  2.  Link-state
  3.  Dynamic
  4.  Dijkestra vector


Que 42) Identify the incorrect statement :
  1.  The overall strategy drives the E-Commerce data warehousing strategy.
  2.  Data warehousing in an E-Commerce environment should be done in a classical manner.
  3.  E-Commerce opens up an entirely new world of web server.
  4.  E-Commerce security threats can be grouped into three major categories.


Que 43)  Reliability of software is directly dependent on
  1.  quality of the design
  2.  number of errors present
  3.  software engineers experience
  4.  user requirement


Que 44)  ______ is not an E-Commerce application.
 House banking
 Buying stocks
 Conducting an auction
 Evaluating an employee


Que 45)  ______ is a satellite based tracking system that enables the determination of person’s position.
  1.  Bluetooth
  2.  WAP
  3.  Short Message Service
  4.  Global Positioning System


Que 46)  A complete microcomputer system consists of
  1.  Microprocessor
  2.  Memory
  3.  Peripheral equipment
  4.  All of the above


Que 47) Where does a computer add and compare data ?
  1.  Hard disk
  2.  Floppy disk
  3.  CPU chip
  4.  Memory chip


Que 48)  Pipelining strategy is called implement
  1.  instruction execution
  2.  instruction prefetch
  3.  instruction decoding
  4.  instruction manipulation


Que 49) Which of the following data structure is linear type ?
  1.  Strings
  2.  Lists
  3.  Queues
  4.  All of the above


Que 50)  To represent hierarchical relationship between elements, which data structure is suitable ?
  1.  Dequeue
  2.  Priority
  3.  Tree
  4.  All of the above

Do You Like This? Please take 5 seconds to share with your firends.