0% found this document useful (0 votes)
199 views

NTA UGC NET Computer Science Paper 3 Solved December 2013

The document contains 11 multiple choice questions related to computer science topics like software engineering, object oriented programming, and network protocols. Each question has 4 answer options and the correct answer is indicated. The questions cover topics such as linear programming, software configuration management, software myths, object diagrams, software reuse styles, and remote procedure call protocols.

Uploaded by

Ranveer Bhardwaj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
199 views

NTA UGC NET Computer Science Paper 3 Solved December 2013

The document contains 11 multiple choice questions related to computer science topics like software engineering, object oriented programming, and network protocols. Each question has 4 answer options and the correct answer is indicated. The questions cover topics such as linear programming, software configuration management, software myths, object diagrams, software reuse styles, and remote procedure call protocols.

Uploaded by

Ranveer Bhardwaj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 22

4/13/2020----NTA NET Computer-Science December 2013 Solved Paper III- Translation in Hindi, Kannada, Malayalam, Marathi, Punjabi, Sindhi,

Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com'

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures

Examrace
Dr. Manishika Jain- Join online Paper 1 intensive course. Includes tests and expected
questions.

Join exclusive paper-1 test-series in official NTA format.

Paper 3 has been removed from NET from 2018 (Notification)- now paper 2 and 3 syllabus is
included in paper 2. Practice both paper 2 and 3 from past papers.

NTA NET Computer-Science December-2013 Solved Paper III


Glide to success with Doorsteptutor material for UGC Paper-1: Get detailed illustrated notes
covering entire syllabus: point-by-point for high retention.

Secrets to easily score in UGC Paper-I-Get India's number 1 postal course with thoursands of
UGC NET Paper-I questions Examrace NTA-NET Paper-I Postal Course

1. If the primal Linear Programming problem has unbounded solution, then it's dual
problem will have (A) feasible solution (B) alternative solution (C) no feasible solution at
all (D) no bounded solution at all

Answer: c

2. The following Linear Programming problem has: Max Z = x1 + x2 Subject to x1 – x2 ≥ 0 3


× 1 – x2 ≤ –3 and x1, x2 ≥ 0

a. Feasible solution

b. No feasible solution

c. Unbounded solution

d. Single point as solution

Answer: b

3. Given a flow graph with 10 nodes, 13 edges and one connected components, the number of
regions and the number of predicate (decsion) nodes in the flow graph will be

a. 4, 5

b. 5, 4

c. 3, 1

d. 13, 8

1 of 22
4/13/2020----NTA NET Computer-Science December 2013 Solved Paper III- Translation in Hindi, Kannada, Malayalam, Marathi, Punjabi, Sindhi,
Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com'

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
Answer: b

4. Function points can be calculated by

a. UFP ∗ CAF

b. UFP ∗ FAC

c. UFP ∗ Cost

d. UFP ∗ Productivity

Answer: a

5. Match the following:

List-I List-II

a. Data a. Module A and Module B have shared data


coupling
b. Dependency between modules is based on the fact they
b. Stamp communicate by only passing of data
coupling
c. When complete data structure is passed from one module to
c. Common another
coupling
d. When the control is passed from one module to the middle of
d. Content another
coupling

ABCD

a. 3 2 1 4

b. 2 3 1 4

c. 2 3 4 1

d. 3 2 4 1

Answer: b

2 of 22
4/13/2020----NTA NET Computer-Science December 2013 Solved Paper III- Translation in Hindi, Kannada, Malayalam, Marathi, Punjabi, Sindhi,
Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com'

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
6. A process which defines a series of tasks that have the following four primary objectives is
known as

a. to identify all items that collectively define the software configuration.

b. to manage changes to one or more of these items.

c. to facilitate the construction of different versions of an application.

d. to ensure that software quality is maintained as the configuration evolves over time.

i. Software Quality Management Process

ii. Software Configuration Management Process

iii. Software Version Management Process

iv. Software Change Management Process

Answer: b

7. One weakness of boundary value analysis and equivalence partitioning is

a. they are not effective.

b. they do not explore combinations of input circumstances.

c. they explore combinations of input circumstances.

d. none of the above:

Answer: b

8. Which once of the following is not a software myth?

a. Once we write the program and get it to work, our job is done.

b. Project requirements continually change, but change can be easily accommodated


because software is flexible.

c. If we get behind schedule, we can add more programmers and catch up:

d. If an organization does not understand how to control software projects internally, it


will invariably struggle when it outsources software projects.

Answer: d

9. Match the following with respect to relationship between objects and classes:

List-I List-II

3 of 22
4/13/2020----NTA NET Computer-Science December 2013 Solved Paper III- Translation in Hindi, Kannada, Malayalam, Marathi, Punjabi, Sindhi,
Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com'

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
a. State diagram a. Useful for both abstract modelling and for designing actual
program
b. Object
diagram b. Describes object classes

c. Class diagram c. Useful for documenting test cases

d. Instance d. Describing the behaviour of a single class of objects.


diagram

ABCD

a. 4 1 2 3

b. 2 3 4 1

c. 3 4 2 1

d. 2 4 1 3

Answer: a

10. Match the following style rules for reusability:

List-I List-II

a. Keep methods a. Write a method to get the last element of a list


coherent
b. Maintain parallel structure when possible
b. Keep methods small
c. Breaking a method into smaller parts
c. Keep methods
d. Performs a single function or a group of closely
consistent
related functions.
d. Provide uniform
coverage

ABCD

4 of 22
4/13/2020----NTA NET Computer-Science December 2013 Solved Paper III- Translation in Hindi, Kannada, Malayalam, Marathi, Punjabi, Sindhi,
Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com'

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures

a. 4 3 2 1

b. 2 1 4 3

c. 3 4 2 1

d. 2 3 4 1

Answer: a

11. Which is the protocol for performing RPCs between applications in a language and system
independent way?

a. Hyper Text Transmission Protocol (HTTP)

b. Simple Network Management Protocol (SNMP)

c. Simple Object Access Protocol (SOAP)

d. Simple Mail Transfer Protocol (SMTP)

Answer: c

12. The document that is used by XSLT to indicate, how to transform the elements of the XML
document to another format is

a. HTML page

b. DOC type procedure

c. Style sheet

d. Stored procedure

Answer: c

13. Which of the following concepts means adding new concepts to a program as it runs?

a. Data hiding

b. Dynamic loading

c. Dynamic typing

d. Dynamic binding
5 of 22
4/13/2020----NTA NET Computer-Science December 2013 Solved Paper III- Translation in Hindi, Kannada, Malayalam, Marathi, Punjabi, Sindhi,
Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com'

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
Answer: b

14. Which of the following correctly descres overloading of functions?

a. Virtual polymorphism

b. Transient polymorphism

c. Ad-hoc polymorphism

d. Pseudo polymorphism

Answer: c

15. Match the following with respect to programming languages:

List-I List-II

a. Structured Language a. JAVA

b. Non-structured Language b. BASIC

c. Object Oriented Programming Language c. PASCAL

d. Interpreted Programming Language d. FORTRAN

ABCD

a. 3 4 1 2

b. 4 3 2 1

c. 2 4 1 3

d. 2 3 4 1

Answer: a

16. The compiler converts all operands upto the type of the largest operand is called

a. Type Promotion

b. Type Evaluation

c. Type Conversion
6 of 22
4/13/2020----NTA NET Computer-Science December 2013 Solved Paper III- Translation in Hindi, Kannada, Malayalam, Marathi, Punjabi, Sindhi,
Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com'

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
d. Type Declaration

Answer: a

17. C + + actually supports the following two complete dynamic systems:

a. One defined by C + + and the other not defined by C.

b. One defined by C and one specific to C + +

c. Both are specific to C + +

d. Both of them are improvements of C

Answer: b

18. Important advantage of using new and delete operators in C + + is

a. Allocation of memory

b. Frees the memory previously allocated

c. Initialization of memory easily

d. Allocation of memory and frees the memory previously allocated.

Answer: d

19. Match the following control strategies of prolog:

List-I List-II

a. Forward a. Variable can be done with a constant, another variable or


movement a function.

b. Unification b. The entire conjunctive goal is executed.

c. Deep c. Previous sub goal to find alternative solutions.


backtracking
d. Chooses sub goal with possible unifier.
d. Shallow
backtracking

ABCD

7 of 22
4/13/2020----NTA NET Computer-Science December 2013 Solved Paper III- Translation in Hindi, Kannada, Malayalam, Marathi, Punjabi, Sindhi,
Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com'

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures

a. 4 1 2 3

b. 2 4 1 3

c. 3 1 4 2

d. 2 3 4 1

Answer: a

20. Given the following statements: S1: The grammars S → asb | bsa | ss | a and S → asb | bsa
| a are not equivalent. S2: The grammars S → ss | sss | asb | bsa | λ and S → ss | asb | bsa |
λ are equivalent. Which of the following is true?

a. S1 is correct and S2 is not correct.

b. Both S1 and S2 are correct.

c. S1 is not correct and S2 is correct.

d. Both S1 and S2 are not correct.

Answer: b

21. High level knowledge which relates to the use of sentences in different contexts and how
the context affect the meaning of the sentences?

a. Morphological

b. Syntactic

c. Semantic

d. Pragmatic

Answer: d

22. The objective of ________ procedure is to discover at least one ________ that causes
two literals to match.

a. unification, validation

b. unification, substitution

8 of 22
4/13/2020----NTA NET Computer-Science December 2013 Solved Paper III- Translation in Hindi, Kannada, Malayalam, Marathi, Punjabi, Sindhi,
Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com'

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
c. substitution, unification

d. minimax, maximum

Answer: b

23. If h * represents an estimate of the cost of getting from the current node N to the goal
node and h represents actual cost of getting from the current node to the goal node, then A
* algorithm gives an optimal solution if

a. h * is equal to h

b. h * overestimates h

c. h * underestimates h

d. none of these

Answer: c

24. The mean-end analysis process centers around the detection of differences between the
current state and goal state. Once such a difference is isolated, an operator that can reduce
the difference must be found. But perhaps that operator cannot be applied to the current
state. So a sub-problem of getting to a state in which it can be applied is set up. The kind of
backward chaining in which operators are selected and then sub goals are set up to
establish the precondition of operators is called

a. backward planning

b. goal stack planning

c. operator subgoaling

d. operator overloading

Answer: c

25. In alpha-beta pruning, _________ is used to cut off the search at maximizing level only
and _________ is used to cut off the search at minimizing level only.

a. alpha, beta

b. beta, alpha

c. alpha, alpha

d. beta, beta

Answer: b

9 of 22
4/13/2020----NTA NET Computer-Science December 2013 Solved Paper III- Translation in Hindi, Kannada, Malayalam, Marathi, Punjabi, Sindhi,
Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com'

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
26. If A and B are two fuzzy sets with membership functions μA (x) = {0.2, 0.5, 0.6, 0.1, 0.9}
μB (x) = {0.1, 0.5, 0.2, 0.7, 0.8} Then the value of μA ∩ B will be

a. {0.2, 0.5, 0.6, 0.7, 0.9}

b. {0.2, 0.5, 0.2, 0.1, 0.8}

c. {0.1, 0.5, 0.6, 0.1, 0.8}

d. {0.1, 0.5, 0.2, 0.1, 0.8}

Answer: d

27. The height h (A) of a fuzzy set A is defined as h (A) = sup A (x) x ∈ A Then the fuzzy set A is
called normal when

a. h (A) = 0

b. h (A) < 0

c. h (A) = 1

d. h (A) < 1

Answer: c

28. An artificial neuron receives n inputs x1, x2, ____, xn with weights w1, w2, … wn attached
to the input links. The weighted sum ________ is computed to be passed on to a non-
linear filter φ called activation function to release the output.

a. σ wi

b. σ xi

c. σ wi + σ xi

d. σ wi ⋅ xi

Answer: d

29. Consider the formula in image processing RD = 1– 1/CR Where CR = n1/n2 CR is called as
compression ratio n1 and n2 denotes the number of information carrying units in two
datasets that represent the same information. In this situation RD is called as relative
_________ of the first data set.

a. Data Compression

b. Data Redundancy

c. Data Relation

10 of 22
4/13/2020----NTA NET Computer-Science December 2013 Solved Paper III- Translation in Hindi, Kannada, Malayalam, Marathi, Punjabi, Sindhi,
Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com'

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
d. Data Representation

Answer: b

30. Find the false statement:

a. In Modern Cryptography, symmetric key algorithms use same key both for
Encryption and Decryption.

b. The symmetric cipher DES (Data Encryption Standard) was widely used in the
industry for security product.

c. The AES (Advanced Encryption Standard) cryptosystem allows variable key lengths
of size 56 bits and 124 bits.

d. Public key algorithms use two different keys for Encryption and Decryption.

Answer: c

31. The message 11001001 is to be transmitted using the CRC polynomial x3 + 1 to protect it
from errors. The message that should be transmitted is

a. 110010011001

b. 11001001

c. 110010011001001

d. 11001001011

Answer: d

32. _________ comparisons are necessary in the worst case to find both the maximum and
minimum of n numbers.

a. 2n – 2

b. n + floor (lg n) – 2

c. floor (3n/2) – 2

d. 2 lg n – 2

Answer: c

33. Let A and B be two n × n matrices. The efficient algorithm to multiply the two matrices has
the time complexity

a. O (n3)

b. O (n2.81)
11 of 22
4/13/2020----NTA NET Computer-Science December 2013 Solved Paper III- Translation in Hindi, Kannada, Malayalam, Marathi, Punjabi, Sindhi,
Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com'

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
c. O (n2.67)

d. O (n2)

Answer: b

34. The recurrence relation T (n) = mT (n/2) tan2 is satisfied by

a. O (n2)

b. O (n1g m)

c. O (n2 lg n)

d. O (n 1g n)

Answer: b

35. The longest common subsequence of the sequences X = < A, B, C, B, D, A, B > and Y = < B,
D, C, A, B, A > has length

a. 2

b. 3

c. 4

d. 5

Answer: c

36. Assuming there are n keys and each key is in the range [0, m – 1]. The run time of bucket
sort is

a. O (n)

b. O (n lgn)

c. O (n lgm)

d. O (n + m)

Answer: d

37. A _________ complete subgraph and a _________ subset of vertices of a graph G = (V,
E) are a clique and a vertex cover respectively.

a. minimal, maximal

b. minimal, minimal

c. maximal, maximal
12 of 22
4/13/2020----NTA NET Computer-Science December 2013 Solved Paper III- Translation in Hindi, Kannada, Malayalam, Marathi, Punjabi, Sindhi,
Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com'

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
d. maximal, minimal

Answer: d

38. Pumping lemma for context-free languages states: Let L be an infinite context free
language. Then there exists some positive integer m such that any w ∈ L with |w| ≥ m can
be decomposed as w = uv xy Z with |vxy| _________ and |vy| _________ such that
uvz xyz Z ∈ L for all z = 0, 1, 2, ____.

a. ≤ m, ≤ 1

b. ≤ m, ≥ 1

c. ≥ m, ≤ 1

d. ≥ m, ≥ 1

Answer: b

39. The Grebach normal form grammar for the language L = {an bn + 1 | n ≥ 0} is

a. S → a SB, B → bB | λ

b. S → a SB, B → bB | b

c. S → a SB | b, B → b

d. S → a Sb | b

Answer: c

40. Given the following statements: S1: Every context-sensitive language L is recursive. S2:
There exists a recursive language that is not context sensitive. Which statement is correct?

a. S1 is not correct and S2 is not correct.

b. S1 is not correct and S2 is correct.

c. S1 is correct and S2 is not correct.

d. S1 is correct and S2 is correct.

Answer: d

41. What is the bit rate for transmitting uncompressed 800 × 600 pixel colour frames with 8
bits/pixel at 40 frames/second?

a. 2.4 Mbps

b. 15.36 Mbps

13 of 22
4/13/2020----NTA NET Computer-Science December 2013 Solved Paper III- Translation in Hindi, Kannada, Malayalam, Marathi, Punjabi, Sindhi,
Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com'

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
c. 153.6 Mbps

d. 1536 Mbps

Answer: c

42. In IPV 4, the IP address 200.200. 200.200 belongs to

a. Class A

b. Class B

c. Class C

d. Class D

Answer: c

43. Which layer of OSI reference model is responsible for decomposition of messages and
generation of sequence numbers to ensure correct re-composition from end to end of the
network?

a. Physical

b. Data-link

c. Transport

d. Application

Answer: c

44. A client-server system uses a satellite network, with the satellite at a height of 40, 000
kms. What is the best-case delay in response to a request (Note that the speed of light in
air is 3, 00, 000 km/second)?

a. 133.33 m sec

b. 266.67 m sec

c. 400.00 m sec

d. 533.33 m sec

Answer: d

45. The start and stop bits are used in serial communication for

a. error detection

b. error correction

14 of 22
4/13/2020----NTA NET Computer-Science December 2013 Solved Paper III- Translation in Hindi, Kannada, Malayalam, Marathi, Punjabi, Sindhi,
Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com'

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
c. synchronization

d. slowing down the communication

Answer: c

46. _________ is a type of transmission impairment in which the signal looses strength due
to the resistance of the transmission medium.

a. Attenuation

b. Distortion

c. Noise

d. Decibel

Answer: a

47. Match the following:

List-I List-II

a. Indexed Addressing 1. Is a. moved from memory into a register or from a


not used when an operand register to memory.

b. Direct Addressing b. Memory address is computed by adding up


two registers plus an (optional) offset.
c. Register Addressing
c. Addressing memory by giving a register plus a
d. Base-Indexed Addressing
content offset.

d. can only be used to access global variables


whose address is known at compile time.

ABCD

15 of 22
4/13/2020----NTA NET Computer-Science December 2013 Solved Paper III- Translation in Hindi, Kannada, Malayalam, Marathi, Punjabi, Sindhi,
Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com'

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures

a. 2 1 4 3

b. 2 4 1 3

c. 3 4 1 2

d. 3 1 4 2

Answer: c

48. Which of the following is a design criteria for instruction formats?

a. The size of instructions

b. The number of bits in the address fields

c. The sufficient space in the instruction format to express all the operations desired.

d. All of these

Answer: d

49. Synchronization is achieved by a timing device called a ________ which generates a


periodic train of________.

a. clock generator, clock pulse

b. master generator, clock pulse

c. generator, clock

d. master clock generator, clock pulse

Answer: d

50. Serial access memories are useful in applications where

a. Data consists of numbers

b. Short access time is required

c. Each stored word is processed differently.

d. None of these

16 of 22
4/13/2020----NTA NET Computer-Science December 2013 Solved Paper III- Translation in Hindi, Kannada, Malayalam, Marathi, Punjabi, Sindhi,
Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com'

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
Answer: d

51. The essential difference between traps and interrupts is

a. traps are asynchronous and interrupts are synchronous with the program.

b. traps are synchronous and interrupts are asynchronous with the program.

c. traps are synchronous and interrupts are asynchronous with the I/O devices.

d. None of these.

Answer: b

52. Consider the following schemas: Branch = (Branch-name, Assets, Branch-city) Customer
= (Customer-name, Bank name, Customer-city) Borrow = (Branch-name, loan number,
customer account-number) Deposit = (Branch-name, Account number, Customer-name,
Balance) Using relational Algebra, the Query that finds customers who have balance more
than 10, 000 is _______

a. πcustomer-name (σbalance > 10000 (Deposit) )

b. σcustomer-name (σbalance > 10000 (Deposit) )

c. πcustomer-name (σbalance > 10000 (Borrow) )

d. σcustomer-name (πbalance > 10000 (Borrow) )

Answer: a

53. Find the false statement:

a. The relationship construct known as the weak relationship type was defined by Dey,
Storey & Barron (1999)

b. A weak relationship occurs when two relationship types are linked by either Event-
Precedent sequence or Condition-Precedent sequence.

c. Conceptual model is not accurate representation of “Universe of interest”

d. Ternary, Quaternary and Quintary relationships are shown through a series of


application scenario's and vignette's.

Answer: c

54. Consider the table Student (stuid, name, course, marks). Which one of the following two
queries is correct to find the highest marks student in course 5? Q. 1. Select S. Stuid From
student S Where not exists (select ∗ from student e where e course = ‘5’ and e marks ≥ s
marks) Q. 2. Select s. Stu. Id From student S Where s ⋅ marks > any (select distinct marks
from student S where s ⋅ course = 5)
17 of 22
4/13/2020----NTA NET Computer-Science December 2013 Solved Paper III- Translation in Hindi, Kannada, Malayalam, Marathi, Punjabi, Sindhi,
Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com'

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
a. Q. 1

b. Q. 2

c. Both Q. 1 and Q. 2

d. Neither Q. 1 nor Q. 2

Answer: b

55. Armstrong (1974) proposed systematic approach to derive functional dependencies. Match
the following w. r. t. Functional dependencies:

List-I List-II

a. Decomposition rule a. If X → Y and Z → W then {X, Z} → {Y, W}

b. Union rule b. If X → Y and {Y, W}→Z then {X, W} → Z

c. Composition rule c. If X → Y and X→ Z then X → {Y, Z}

d. Pseudo transitivity rule d. If X → {Y, Z} then X → Y and X → Z

ABCD

a. 3 2 4 1

b. 1 3 4 2

c. 2 1 3 4

d. 4 3 1 2

Answer: d

56. Match the following:

List-I List-II

a. Secondary Index a. Functional Dependency

b. Nonprocedural Query Language b. B-Tree

c. Closure of set of Attributes c. Relational Algebraic Operation


18 of 22
4/13/2020----NTA NET Computer-Science December 2013 Solved Paper III- Translation in Hindi, Kannada, Malayalam, Marathi, Punjabi, Sindhi,
Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com'

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
d. Natural JOIN d. Domain Calculus

ABCD

a. 1 2 4 3

b. 2 1 4 3

c. 1 3 4 2

d. 2 4 1 3

Answer: d

57. Which of the following is not true with respect to a trackball and/or spaceball?

a. A trackball is a two dimensional positioning device while as a spaceball provides six


degrees of freedom.

b. Unlike the trackball a spaceball does not actually move.

c. A trackball is a three dimensional positioning device while as a spaceball provides six


degrees of freedom.

i. 1 & 2

ii. 2 & 3

iii. 2 only

iv. 3 only

Answer: d

58. Which of the following statement (s) is (are) true?

a. Two successive translations are additive.

b. Two successive rotations are additive.

c. Two successive scaling operations are multiplicative.

i. 1 and 2

19 of 22
4/13/2020----NTA NET Computer-Science December 2013 Solved Paper III- Translation in Hindi, Kannada, Malayalam, Marathi, Punjabi, Sindhi,
Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com'

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
ii. 1 and 3

iii. 2 and 3

iv. All the above

Answer: d

59. Given below are three basc rules:

a. Squash and Stretch

b. Slow-in and Slow-out

c. To stage the action properly

These rules are applied in case of

a. Rendering

b. Morphing

c. Animation

d. All the above

Answer: c

60. Which of the following points lies on the same side as the origin, with reference to the line
3x + 7y = 2?

a. (3, 0)

b. (1, 0)

c. (0.5, 0.5)

d. (0.5, 0)

Answer: d

Answer: d

61. In Unix, how do you check that two given strings a and b are equal?

a. test $a –eq $b

b. test $a –equal $b

c. test $a = $b

d. Sh –C test $a = = $b
20 of 22
4/13/2020----NTA NET Computer-Science December 2013 Solved Paper III- Translation in Hindi, Kannada, Malayalam, Marathi, Punjabi, Sindhi,
Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com'

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
Answer: c

62. In windows 2000 operating system all the processor-dependent code is isolated in a
dynamic link library called

a. NTFS file system

b. Hardware abstraction layer

c. Microkernel

d. Process Manager

Answer: b

63. To place a sound into a word document, following feature of windows is used:

a. Clip board

b. Task switching

c. C Win App

d. OLE

Answer: d

64. Translation Look-aside Buffer (TLB) is

a. a cache-memory in which item to be searched is compared one-by-one with the keys.

b. a cache-memory in which item to be searched is compared with all the keys


simultaneously.

c. an associative memory in which item to be searched is compared one-by-one with


the keys.

d. an associative memory in which item to be searched is compared with all the keys
simultaneously.

Answer: d

65. Simplest way of deadlock recovery is

a. Roll back

b. Preempt resource

c. Lock one of the processes

d. Kill one of the processes

21 of 22
4/13/2020----NTA NET Computer-Science December 2013 Solved Paper III- Translation in Hindi, Kannada, Malayalam, Marathi, Punjabi, Sindhi,
Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com'

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
Answer: d

66. The directory structure used in Unix file system is called

a. Hierarchical directory

b. Tree structured directory

c. Directed acyclic graph

d. Graph structured directory

Answer: c

67. Which statement is not true about process O in the Unix operating system?

a. Process O is called init process.

b. Process O is not created by fork system call.

c. After forking process 1, process O becomes swapper process.

d. Process O is a special process created when system boots.

Answer: a

68. Which of the following commands would return process_id of sleep command?

a. Sleep 1 and echo $?

b. Sleep 1 and echo $#

c. Sleep 1 and echo $ ×

d. Sleep 1 and echo $!

Answer: d

69. Possible thread states in Windows 2000 operating system include:

a. Ready, running and waiting

b. Ready, standby, running, waiting, transition and terminated

c. Ready, running, waiting, transition and terminated

d. Standby, running, transition and terminated

Answer: b

Developed by: Mindsprite Solutions

22 of 22

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy