UGC – NET Computer Science December 2010 – Paper – II

1. The number of integers between 1 and 250 that are divisible by 2,5 and 7 is

  1. 2
  2. 3
  3. 5
  4. 8

2. An undirected graph possesses an eulerian circuit if and only if it is connected and its vertices are

  1. all of even degree
  2. all of odd degree
  3. of any degree
  4. even in number

3. A partially ordered set is said to be a lattice if every two elements in the set have

  1. a unique lease upper bound
  2. a unique greatest lower bound
  3. both A and B
  4. none of the above

4. The minimum number of edges in a connected graph with ‘n’ vertices is equal to

  1. n(n-1)
  2. n(n-1)/2
  3. n2
  4. n-1

5. Consider the problem of connecting 19 lamps to a single electric outlet by using extension cords, each of which has four outlets. The number of extension cords required is

  1. 4
  2. 5
  3. 6
  4. 7

6. The decimal number equivalent of (4057.06)8 is

  1. 2095.75
  2. 2095.075
  3. 2095.937
  4. 2095.0937

7. is equivalent to

  1. A ⊕ B
  2. A ⊙ B
  3. (A ⊕ B)⊙ C
  4. (A⊙B)⊕C

8. An astable multi vibrator has

  1. one stable state
  2. two stable states
  3. no stable states
  4. none of these

9. 12-bit 2’s complement of -73.75 is

  1. 01001001.1100
  2. 11001001.1100
  3. 10110110.0100
  4. 10110110.1100

10. Encoding of data bits 0011 into 7-bit even Parity Hamming Code is

  1. 0011110
  2. 0101110
  3. 0010110
  4. 0011100

11. How many of the following declarations are correct?
int z = 7.0;
double void = 0.000;
short array[2] = {0,1,2};
char c = “\n”;

  1. None
  2. One is correct
  3. Two are correct
  4. All four are correct

12. The value of the following expression (13/4*3)%5+1 is

  1. 5.75
  2. 2.95
  3. 1.4875
  4. 5

13. Which one of the following will set the value of y to 5 if x has the value 3, but not otherwise?

  1. if (x = 3) y = 5
  2. if x = = 3 (y = 5)
  3. if (x = = 3); y = 5
  4. if (x = = 3) y = 5

14. Which one of the following sentences is true?

  1. The body of a while loop is executed at least once.
  2. The body of a do … while loop is executed at least once.
  3. The body of a do … while loop is executed zero or more times.
  4. A for loop can never be used in place of a while loop.

15. “Black” refers in the “Black-box” testing means

  1. Characters of the movie “Black”
  2. I-O is hidden
  3. Design is hidden
  4. Users are hidden

16. In generalization, the differences between members of an entity is

  1. maximized
  2. minimized
  3. both 1 and 2
  4. None of these

17. The dependency preservation decomposition is a property to decompose database schema D, in which each functional dependency X → Y specified in F.

  1. appeared directly in one of the relation schemas Ri in the decomposed D.
  2. could be inferred from dependencies that appear in some Ri.
  3. both 1 and 2.
  4. None of these

18. Which of the following is an optimistic concurrency control method?

  1. Validation based
  2. Time stamp ordering
  3. Lock-based
  4. None of these

19. Optical storage is a

  1. high-speed direct access storage device.
  2. low-speed direct access storage device.
  3. medium-speed direct access storage device.
  4. high-speed sequential access storage device.

20. Which of the following is the process by which a user’s access to physical data in the application is limited, based on his privileges?

  1. Authorization
  2. Authentication
  3. Access Control
  4. All of these

21. What is the maximum number of nodes in a B-tree of order 10 of depth 3 (root at depth 0) ?

  1. 111
  2. 999
  3. 9999
  4. None of the above

22. A binary tree with 27 nodes has _____ null branches.

  1. 54
  2. 27
  3. 26.
  4. None of the above

23. The time complexity to build a heap of n elements is

  1. O(1)
  2. O(logn)
  3. O(n)
  4. O(nlgn)

24. Linear probing suffers from a problem known as

  1. Secondary clustering
  2. Primary clustering
  3. Both 1 and 2
  4. None of these

25. Which of the following can be the sequence of nodes examined in binary search tree while searching for key 88?

  1. 90, 40, 65, 50, 88
  2. 90, 110, 80, 85, 88
  3. 190, 60, 90, 85, 88
  4. 65, 140, 80, 70, 88

26. Frequency shift keying is used mostly in

  1. Radio transmission
  2. Telegraphy
  3. Telephone
  4. None of the above

27. The baud rate is

  1. always equal to the bit transfer rate
  2. equal to twice the bandwidth of an ideal channel
  3. not equal to the signaling rate
  4. equal to half of the bandwidth of an ideal channel

28. How much bandwidth is there in 1 micron of spectrum at a wavelength of 1 micron?

  1. 300 MHz
  2. 3 GHz
  3. 300 THz
  4. 30 KHz

29. Which of the following file transfer protocols use TCP and established two virtual circuits between the local and remote server?

  1. FTP
  2. TFTP
  3. TELNET
  4. NFS

30. The threshold effect in demodulator is

  1. exhibited by all demodulator, when the input signal to noise ratio is low
  2. the rapid fall on output signal to noise ratio when the input signal to noise ratio fall below a particular value.
  3. the property exhibited by all A.M. suppressed carrier coherent demodulator.
  4. the property exhibited by correlation receiver.

31. Object code is the output of ______

  1. Operating System
  2. Compiler or Assembler
  3. only assembler
  4. only Compiler

32. ‘Macro’ in and assembly level program is ____.

  1. sub program
  2. a complete program
  3. a hardware portion
  4. relative coding

33. Grammar of the programming is checked at ______ phase of compiler.

  1. semantic analysis
  2. code generation
  3. syntax analysis
  4. code optimization

34. the register or main memory location which contains the effective address of the operand is known as

  1. pointer
  2. special location
  3. indexed register
  4. None of the above

35. Macor-processors are______.

  1. Hardware
  2. Compiler
  3. Registers
  4. None of the above

36. The dynamic allocation of storage areas with VSAM files is accomplished by

  1. Hashing
  2. Control splits
  3. Overflow areas
  4. Relative recoding

37. Which of the following command the file names in multiple columns?

  1. IS – X
  2. IS
  3. IS – I
  4. IS – f – X

38. WINDOWS is a __________ operating.

  1. Real time
  2. Multi – user
  3. Preemptive
  4. Non-preemptive

39. Page making process from main memory to disk is called

  1. Interruption
  2. Termination
  3. Swapping
  4. None of the above

40. A Dead-lock in an Operating System is

  1. Desirable process
  2. Undesirable process
  3. Definite waiting process
  4. All of the above

41. Prototyping is used to

  1. test the software as an end product.
  2. expand design details
  3. refine and establish requirements gathering
  4. None of the above

42. Which of these are not software maintenance activity ?

  1. Error correction
  2. Adaption
  3. Implementation of Enhancement
  4. Establishing scope

43. The system specification is the first deliverable in the computer system engineering process which does not include

  1. Functional Description
  2. Cost
  3. Schedule
  4. Technical Analysis

44. The COCOMO model was introduced in the book title “Software Engineering Economics” authored by

  1. Abrham Silber Shatz
  2. Barry Boehm
  3. C.J. Date
  4. D.E. Kenith

45. The Warnier diagram enabled analyst

  1. to represent information hierarchy in compact manner
  2. to further identify requirement
  3. to estimate the total cost involved
  4. None of the above

46. A data mart may contain

  1. summarized data
  2. de-normalized data
  3. aggregate departmental data
  4. All of the above

47. Data mining is

  1. the process of extracting valid, previously unknown, comprehensible and actionable information from large databases and using it to make crucial business decisions
  2. a tool that allows end users direct access and manipulation of data from within data warehousing environment without the intervention of customized programming activity.
  3. a tool that helps end users extract useful business information from large database.
  4. All of the above

48. E-Choupal refers to

  1. calling meeting of Surpanches electronically.
  2. conducting Panchayat meeting using latest electronic gadgets.
  3. providing window of information to villagers and farmers in NIC network.
  4. None of above

49. The basic concepts of ethics in information society is/are

  1. Responsibility
  2. Accountability
  3. Liability
  4. All of the above

50. One of the distinguished features of super-computer over other category of computer is

  1. parallel processing
  2. highest accuracy lever
  3. more speed
  4. more capacity

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top