Thursday, January 13, 2011

Daily 5 Questions Based On UGC NET Papers

COMPUTER SCIENCE & APPLICATIONS Paper – II

1. “x1 is a clone of x” means x1 is identical to x in terms of the physical attributes namely, height, weight and complexion. Given, height, weight and complexion only form a complete set of attributes for an entity, cloning is an equivalence relation. What is your impression about this statement ?
(A) The statement is true
(B) The statement is false
(C) The truth value of the statement cannot be computed
(D) None of these

2. “My Lafter Machin (MLM) recognizes the following strings :
(i) a
(ii) aba
(iii) abaabaaba
(iv) abaabaabaabaabaabaabaabaaba
Using this as an information, how would you compare the following regular expressions ?
(i) (aba)3x
(ii) a.(baa)3x–1. ba
(iii)
ab.(aab).3x–1.a
(A) (ii) and (iii) are same, (i) is different.
(B) (ii) and (iii) are not same.
(C) (i), (ii) and (iii) are different.
(D) (i), (ii) and (iii) are same.

3. S1 : I teach algorithms and maths.
S2 : My professor teaches maths, electronics and computer science.
S3 : I have a student of maths.
S4 : Algorithm is a part of computer science.
S5 : Maths students know computer science.
What would be the chromatic number of a graph, vertices of which are the actors/entities that are involved in the sentences S1 to S5 and edges-to represent the associations/relationships amongst the entities/actors as expressed in the sentences S1 to S5 above ?
(A) 2
(B) 3
(C) 4
(D) None of these

4. Four your ATM debit card, you have a 4-decimal-digit personal secret code. In the absence of any clue, a brute-force attack takes time-‘t’ to crack the code on an ATM terminal. Therefore ‘t’ is the secure-time for a customer to report in case the card is misplaced. Your Bank has decided to facilitate an increased secure-time. Out of the following, which option should provide the largest rise in the value of ‘t’ ?
(A) Instead of 4-decimal-digits, maintain the personal secret code in 4-hexadecimal-digits.
(B) Instead of 4-decimal digits, maintain a 5-decimal-digit personal secret code.
(C) Reduce the processing speed of the ATM terminals to the half of their current speed.
(D) None of the above provides any improvement.

5. Advantage of synchronous sequential circuits over asynchronous ones is
(A) faster operation
(B) ease of avoiding problems due to hazard
(C) lower hardware requirement
(D) better noise immunity

3 comments:

Anju Renjith said...

5. A

Heena Madan said...

Answers
1) C
2) D
3) B
4) B
5) B

Unknown said...

Hello There,


Interesting piece! Great to see someone write education plus who is not a fanatic or a complete sceptic.

I am trying to write code for a calculator in a way it appears in GUI.What I mean here is ,I want to display a zero and then replace it with a value (typed) there after perform operations' am using Visual Studio 2010 ,I want my output to appear as explained above in the Output window of visual studio.

Is there any KEYWORD in C++ (may be advanced C++) to replace a value or variable??
Lastly, is my question right??
Can this be done on the console window of visual studio ??
Anyways great write up, your efforts are much appreciated.


Thank you,
Hansy