Searching for "its"

Q:

A towel, when bleached, was found to have lost 20% of its length and 10% of its breadth. The percentage of decrease in area is:

A) 10% B) 10.08%
C) 20% D) 28%
 
Answer & Explanation Answer: D) 28%

Explanation:

Let original length = x and original breadth = y. 

 

Decrease in area = xy -[(80/100x) * (90/100y)]  

=[(xy-(18/25)xy)]

=(7/25)xy

Decrease % =[(7/25)xy * (1/xy) * 100] =28%

Report Error

View Answer Report Error Discuss

Q:

Should railways immeadiatly stop issuing free passes to all of its employees? 

Arguments:

1. No. The employees have the highest right to travel free

2. Yes. This will help railways providde better facilities

A) Only 1 is true B) Only 2 is true
C) Either 1 or 2 is true D) Neither 1 nor 2 is true
 
Answer & Explanation Answer: D) Neither 1 nor 2 is true

Explanation:

Free passes given to the railway employees is a privilage to them not their right.So 1 does'nt hold and 2 is vague

Report Error

View Answer Report Error Discuss

Q:

Benefits of Software Quality Assurance to the organization

Answer

The main task of Software Quality Assurance Group is to examine the overall s/w development process and to create and enforce standards and methods to improve it with the goal of preventing bugs from ever occurring. With this definition, it is imperative that the QA helps an organization in continuous performance improvement and strive for perfection.

Report Error

View answer Workspace Report Error Discuss

Subject: Software Testing

Q:

What are the static and dynamic hazards in logic circuits?

Answer

If for a short period of time circuits goes to some different logic level then it is spposed to have then it is called static hazard. e.g., If the final logic value of output of given circuit becomes one vent if if is supposed to be zero then it is called static-0 Hazard and vice versa. Dynamic Hazard is the one in which the circuit output goes to some other logic level more than once then finally settling down to some appropriate level.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

1. All beutiful things are sad.She is beutiful.She is sad

2. All nice things are flat.TV are flat.TV's are nice things

3. Potatoes are stems.All stems are fruits.Potatoes are fruits

 

Choose the alternative where the 3rd segment can be deduced from above two

A) 1 only B) 1 and 2
C) 3 only D) 1 and 3
 
Answer & Explanation Answer: D) 1 and 3

Explanation:
Report Error

View Answer Report Error Discuss

Q:

Which European Country provide its currency for Bank of Central African states

A) France B) UK
C) Netherlands D) Germany
 
Answer & Explanation Answer: A) France

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

Q:

What are the different Adder circuits you studied?

Answer

Adders are generally of five types:


1.Ripple Carry Adder:


The Ripple carry adder(RCA) consists of a building block named Half Adder(HA) which is cascaded to form a Full Adder(FA). These buildingblocks HAs and FAs are also the building blocks of all types of adders.The n full adders are cascaded to form n bit RCA.


The full adder has three input pins(input Ai,input Bi,carryin Ci) and two output pins(Sum and Ci+1).Its equations are:


Sum=Ai^Bi^Ci


Ci+1=Ai.Bi+Bi.Ci+Ai.Ci


 


2. Carry Lookahead Adder:


The Carry Lookahead Adder(CLA) reduces the delay as that in RCA. Let Gi=Ai.Bi, and Pi=Ai^Bi, then Ci+1=Gi+Pi.Ci.


The expressions for Sum and Ci+1 is then defined completely in terms of input pins rather wait for input carry to appear.


 


3. Carry Select Adder:


The carry select adder uses duplicate modules for each combination of input carry(i.e. 1 and 0).The multiplexers then select the appropriate sum and carry output according to the carry output of the preceding stages.


 


4. Carry Skip Adder:


The carry skip adder are as fast as carry lookahead adders which are the fastest adders but its spped decreases to about 20-30% if input operands are 64-bit or more. In these adders we divide the input bit stream into various blocks and make use of two observations:


-if each element of the two bit streams are unequal,i.e. Ai!=Bi than the carry input of the block is equal to the carry input.


-if each element of the two bit streams are equal,i.e. Ai=Bi than the carry input of the block is opposite of the carry input.


 


5. Carry Save Adder:


The carry save adder reduces the addition of three elements into addition of two elements,i.e. if you want sum of nine numbers it reduces it into sum of six numbers. In first step the sum of three numbers is calculated without bothering for the carry.During the second step only carry is calculated which is then added to the generated sum to give the required sum. 

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

The average of the two-digit numbers, which remain the same when the dibits inter-change their positions, is :

A) 53 B) 54
C) 55 D) 56
 
Answer & Explanation Answer: C) 55

Explanation:

Average = (11 + 22 + 33 + 44 + 55 + 66 + 77 + 88 + 99) / 9

             =( (11 + 99) + (22 + 88) + (33 + 77) + (44 + 66) + 55) / 9

             = (4 * 110 + 55)/9 =  495 / 9 = 55. 

Report Error

View Answer Report Error Discuss

Filed Under: Average