-->

UGC NET: Computer Science Paper 3 (2012 December)



41. Consider a system having m resources of the same type. These resources are shared by 3 processes A, B and C which have peak demands of 3, 4 and 6 respectively. For what value of m deadlock will not occur?


(A) 7


(B) 9


(C) 10


(D) 13


Answer: (D)




















































Answer: (B)
































































Answer: (B)





44. The Default Parameter Passing Mechanism is called as


(A) Call by Value


(B) Call by Reference


(C) Call by Address


(D) Call by Name


Answer: (A)





45. Which of the following regular expression identities are true?


(A) (r + s)* = r* s*


(B) (r + s)* = r* + s*


(C) (r + s)* = (r*s*)*


(D) r* s* = r* + s*


Answer: (C)























































Answer: (A)







.























Answer: (C)





48. Functions defined with class name are called as


(A) Inline function


(B) Friend function


(C) Constructor


(D) Static function


Answer: (C)





49. Let f be the fraction of a computation (in terms of time) that is parallelizable, P the number of processors in the system, and sp the speed up achievable in comparison with sequential execution – then the sp can be calculated using the relation :


(A) 1/ [1 – f – f/P ]


(B) P/ [P – f(P + 1)]


(C) 1/ [1 – f + f/P]


(D) P/[ P + f(P – 1)]


Answer: (C)







50. Answer: (B)   51. Answer: (A)





52. Consider the program below in a hypothetical programming language which allows global variables and achoice of static or dynamic scoping int i;


program Main( )


{


 i = 10;


call f ( );


}


 procedure f( )


{


 int i = 20; call g ( );


}


procedure g( )


{


print i; }


Let x be the value printed under static scoping and y be the value printed under dynamic scoping. Then x and y are


(A) x = 10, y = 20


(B) x = 20, y = 10


(C) x = 20, y = 20


(D) x = 10, y = 10


Answer: (D)





53. If the parse tree of a word w generated by a Chomsky normal form grammar has no path of length greater than i, then the word w is of length


(A) No greater than 2i+1


(B) No greater than 2i


(C) No greater than 2i–1


(D) No greater than i


Answer: (C)





54. The Object Modelling Technique (OMT) uses the following three kinds of model to describe a system


(A) Class Model, Object Model and Analysis Model.


(B) Object Model, Dynamic Model, and Functional Model.


(C) Class Model, Dynamic Model and Functional Model.


(D) Object Model, Analysis Model and Dynamic Model.


Answer: (B)





55. The factors that determine the quality of a software system are


(A) Correctness, reliability


(B) Efficiency, usability, maintainability


(C) Testability, portability, accuracy, error tolerances, expandability, access control, audit.


(D) All of the above


Answer: (D)




















































Answer: (A)





57. Given the following statements:


(i) Recursive enumerable sets are closed under complementation.


(ii) Recursive sets are closed under complementation.


Which is/are the correct statements?


(A) Only (i)


(B) Only (ii)


(C) Both (i) and (ii)


(D) Neither (i) nor (ii)


Answer: (B)





58. Skolmization is the process of


(A) Bringing all the quantifiers in the beginning of a formula in FDL.


(B) Removing all the universal quantifiers.


(C) Removing all the existential quantifiers.


(D) all of the above.


Answer: (C)





59. Which level of Abstraction describes how data are stored in the data base?


(A) Physical level


(B) View level


(C) Abstraction level


(D) Logical level


Answer: (A)





60. The transform which possesses the “multi-resolution” property is


(A) Fourier transforms


(B) Short-time-Fourier transforms


(C) Wavelet transforms


(D) Karhunen-Loere transforms


Answer: (C)





61. Which one is a collection of templates and rules?


(A) XML


(B) CSS


(C) DHTML


(D) XSL


Answer: (D)





62. A program P calls two subprograms P1 and P2. P1 can fail 50% times and P2 40% times. Then P can fail


(A) 50%


(B) 60%


(C) 10%


(D) 70%


Answer: (D)





63. Third normal form is based on the concept of ______.


(A) Closure Dependency


(B) Transitive Dependency


(C) Normal Dependency


(D) Functional Dependency


Answer: (B)





64. If the Fourier transform of the function f(x, y) is F(m, n), then the Fourier transform of the function f(2x, 2y) is:


(A) 1/4 F(m/2 , n/2)


(B) 1/4 F (2m, 2n)


(C)1/4 F (m, n)


(D) 1/4 F (m/4 ,n/4)


Answer: (A)





65. ______ establishes information about when, why and by whom changes are made in software.


(A) Software Configuration Management.


(B) Change Control.


(C) Version Control.


(D) An Audit Trail.


Answer: (D)





66. Match the following with respect to HTML tags and usage.


a. CITE           1. Italic representation


b. EM              2. Represents output from programmes


c. VAR            3. Represents to other source


d. SAMP         4. Argument to a programme


Codes:


       a b c d


(A) 3 1 4 2


(B) 2 3 1 4


(C) 4 2 3 1


(D) 1 3 4 1


Answer: (A)





67. An expert system shell is an expert system without


(A) Domain knowledge


(B) Explanation facility


(C) Reasoning with knowledge


(D) all of the above


Answer: (A)





68. An example of a dictionary-based coding technique is


(A) Run-length coding


(B) Huffman coding


(C) Predictive coding


(D) LZW coding


Answer: (D)





69. Which is the method used to retrieve the current state of a check box?


(A) Get State ( )


(B) Put State ( )


(C) Retrieve State ( )


(D) Write State ( )


Answer: (A)





70. Referential integrity is directly related to


(A) Relation key


(B) Foreign key


(C) Primary key


(D) Candidate key


Answer: (B)
































































Answer: (C)





72. A cryptarithmetic problem of the type


SEND


+ MORE


MONEY


Can be solved efficiently using


(A) Depth first technique


(B) Breadth first technique


(C) Constraint satisfaction technique


(D) Bidirectional technique


Answer: (C)





73. Match the following:


a. Supervised learning             1. The decision system receives rewards for its action at the end of a sequence of steps.


b. Unsupervised learning        2. Manual labels of inputs are not used.


c. Reinforcement learning       3. Manual labels of inputs are used.


d. Inductive learning               4. System learns by example


Codes:


      a b c d


(A) 1 2 3 4


(B) 2 3 1 4


(C) 3 2 4 1


(D) 3 2 1 4


Answer: (D)





74. A* algorithm is guaranteed to find an optimal solution if


(A) h' is always 0.


(B) g is always 1.


(C) h' never overestimates h.


(D) h' never underestimates h.


Answer: (C)
















































Answer: (B)



Next Questions: {1} - {2} - {3} - {4}





Related Posts

Post a Comment

Labels

General Knowledge 902 General Studies 719 Central Govt. Job 308 General Tamil 177 Mock Test 133 PAPER - I 120 Civics 101 Indian Constitutions 91 Library Science Quiz 80 Anna University Jobs 72 Library and Information Science Paper II 71 Librarian Jobs 69 Computer Science Quiz 64 History Quiz 59 General English 56 NEET 2017 Model Questions 53 Geography 45 Library and Information Science 35 Computer Science 34 Computer Science PAPER - III 32 History Paper II 32 6th Tamil 30 Computer Science PAPER - II 22 Library and Information Science Paper III 19 PAPER - II 18 10th Science 17 General Science Mock Test 17 Life Science Quiz 17 6th Standard Science 16 9th Science 14 Nobel Awards 14 CBSC NET 13 History Mock Test 13 PAPER - III 13 Medical Physicist 12 Economics Paper II 10 8th Science 9 7th Tamil 8 Commerce Paper-2 8 Economics Paper III 8 History Paper III 8 NCERT Text Book 8 General Tamil Quiz 7 Home Science Paper II 7 Labour Welfare Paper III 7 8th Tamil 6 Anthropology Paper II 6 Anthropology Paper III 6 Arab Culture and Islamic Studies Paper II 6 Arab Culture and Islamic Studies Paper III 6 Archaeology Paper II 6 Archaeology Paper III 6 Comparative Literature Paper II 6 Comparative Literature Paper III 6 Comparative Study of Religions Paper II 6 Comparative Study of Religions Paper III 6 Criminology Paper II 6 Criminology Paper III 6 Education Paper - II 6 Education Paper - III 6 English Paper - II 6 English Paper - III 6 Environmental Sciences Paper - II 6 Environmental Sciences Paper - III 6 Forensic Science Paper II 6 Forensic Science Paper III 6 Geography Paper II 6 Geography Paper III 6 Home Science Paper III 6 Human Rights and Duties Paper II 6 Human Rights and Duties Paper III 6 Indian Culture Paper - II 6 Indian Culture Paper - III 6 International and Area Studies Paper II 6 International and Area Studies Paper III 6 Labour Welfare Paper II 6 Law Paper - II 6 Law Paper - III 6 Management Paper - II 6 Management Paper - III 6 Mass Communication Paper II 6 Mass Communication Paper III 6 Museology and Conservation Paper II 6 Museology and Conservation Paper III 6 Music Paper II 6 Music Paper III 6 Performing Arts Paper II 6 Performing Arts Paper III 6 Philosophy Paper II 6 Philosophy Paper III 6 Physical Education Paper - II 6 Physical Education Paper - III 6 10th Tamil 5 Commerce Paper-3 5 Folk Literature Paper II 5 Folk Literature Paper III 5 Geography Mock Test 5 Linguistics Paper II 5 Linguistics Paper III 5 7th Science 4 9th Tamil 4 Chemistry 4 Geography Quiz 4 11th Tamil 3 6th Standard History 3 7th Tamil Mock Test 3 9th standard Tamil Quiz 3 CSIR-NET - Chemistry 3 Computer Science Video 2 Mathematics Paper II 2 CSIR-NET - Physics 1 Civil Engineer Mock Test 1 Computer Science Paper II 1 General Knowledge Mock Test 1 Geology 1 Interview Questions 1 January Current Affairs - 2016 1 LIS Questions 1 Library Science Paper II 1 Life Science 1 Life Science Paper II 1 Mathematics Quiz 1
Subscribe Our Posting