December 2012 - Paper 2

41:   Data Encryption Techniques are particularly used for --------.
A. protecting data in Data Communication System.
B. reduce Storage Space Requirement.
C. enhances Data Integrity.
D. decreases Data Integrity
 
 

Option: A

Explanation :

Click on Discuss to view users comments.

Write your comments here:



42:   Let L be a set accepted by a non deterministic finite automaton. The number of states in non-deterministic finite automaton is |Q|. The maximum number of states in equivalent finite automaton that accepts L is
A. |Q|
B. 2|Q|
C.

 2|Q| – 1

D.

 2|Q|

 
 

Option: D

Explanation :

Click on Discuss to view users comments.

Write your comments here:



43:  

What is the result of the following expression
(1 & 2) + (3 & 4)

A.

1

B.

3

C.

2

D.

0

 
 

Option: D

Explanation :

Code for  1 is 0001 and for 2 is 0010. On performing AND operation of these we find 0000. Similarly, code for 3 is 0011 and for 4  is 0100. On performing AND we get 0000  so according to expression (1&2)+(3&4) we will perform OR operation of (1&2) and (3&4)  i.e. 0000+ 0000=0000. So answer will be 0. Option 'D'.

Click on Discuss to view users comments.

suman sharma said: (1:47pm on Sunday 8th September 2013)
according to me...(1
sajikumar said: (4:24am on Wednesday 13th November 2013)
convert this binary1 -> 00012 -> 00101

Write your comments here:



44:   Back propagation is a learning technique that adjusts weights in the neural network by propagating weight changes.
A. Forward from source to sink
B. Backward from sink to source
C. Forward from source to hidden nodes
D. Backward from sink to hidden nodes
 
 

Option: B

Explanation :

Click on Discuss to view users comments.

Write your comments here:



45:  

Match the following :
a. TTL                          1. High fan out
b. ECL                         2. Low propagation delay
c. CMOS                     3. High power dissipation

Code : a b c

A.

3 2 1

B.

1 2 3 

C.

1 3 2

D.

3 1 2

 
 

Option: A

Explanation :

Click on Discuss to view users comments.

Write your comments here: