Searching for "If"

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:

Name 5 different addressing modes?

Answer

Immediate, Direct, Register, Register indirect, Implied addressing modes.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

What is the logical difference b/w Move A to B and COMPUTE B=A?

Answer

In case of Move A to B it will move whatever the value of A into B.It mean it will move numeric, alphanumeric and alphabatic value.


In case of COMPUTE B=A it will assign the value of A into B. But in case of compute only numeric value will be compute.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

Difference between Java Beans & Servlets?

Answer

java bean is a reusable component, where as the servlet is the java program which extends the server capability. 

Report Error

View answer Workspace Report Error Discuss

Subject: Java

Q:

What is the difference between, page directive include, action tag include?

Answer

One difference is while using the include page directive, in translation time it is creating two servelts. But, while using the include action tag, in translation time it is creating only one servlet.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

What's the difference between L1 and L2 cache?

Answer

Level 1 cache is internal to the chip, Level 2 is external.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

A certain factory employed 600 men and 400 women and the average wager was Rs. 25.50 per day, If a woman got Rs. 5 less than a man, then what are their daily wages ?

A) m:25.50 w:27.50 B) m:27.50 w:22.50
C) m:26.50 w:27.50 D) m: 24.50 w:26.50
 
Answer & Explanation Answer: B) m:27.50 w:22.50

Explanation:

Let the daily wage of a man be Rs. x.

Then, daily wage of a woman = Rs. (x - 5).

Now, 600x + 400 (x - 5) = 25.50 * (600 + 400) <=>  1000x = 27500 <=>  x = 27.50.

Man's daily wages = Rs. 27.50; Woman's daily wages = (x - 5) = Rs. 22.50.

Report Error

View Answer Report Error Discuss

Filed Under: Average

Q:

The average of six numbers is x and the average of three of these is y. If the average of the remaining three is z, then :

A) x = y + z B) 2x = y + z
C) 3x = 2y - 2z D) none of these
 
Answer & Explanation Answer: B) 2x = y + z

Explanation:

Clearly, we  have : x = (3y + 3z ) / 6 or 2x = y + z.

Report Error

View Answer Report Error Discuss

Filed Under: Average