Questions

Q:

The bonds in the compound MgSO4 can be described as

A) covalent B) ionic
C) both A & B D) None of the above
 
Answer & Explanation Answer: C) both A & B

Explanation:

Here the given compound is MgSO4.

In the given compound, Sulphur (S) and Oxygen (O) are two non metals and Magnesium (Mg) is a metal.

In this compound, Sulphur and Oxygen reacts to form covalent bond and the metal Magnesium reacts with both non metals Sulphur and Oxygen to form ionic bonds.

 

Hence, in the given compound MgSO4 there are both covalent and ionic bonds.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

1 6364
Q:

What is Just-in-time(JIT)?

Answer

Just-in-time,or lean manufacturing, is a production management philosophy built around the continuous reduction of waste. It is suited for businesses where production efficiency is key. Anything that interferes with productivity is waste and,therefore, the enemy under JIT systems. Techniques that support JIT philosophy include reducing inbound inventory by creating supplier delivery schedules, minimizing outbound stock with customer delivery schedules and constant work in-house reducing scrap material and wasted man-hours. These techniques improve cash flow and maximize sales margins.

Report Error

View answer Workspace Report Error Discuss

Subject: Manufacturing

8 6362
Q:

The rolling plan concept in our country started with the

A) Third plan B) Fourth plan
C) Fifth plan D) Seventh plan
 
Answer & Explanation Answer: C) Fifth plan

Explanation:

The Rolling plan refers to one-year plans in the five-year perspective. under Rolling plan, there would be an annual appraisal of the progress of the plan and on the basis of such an appraisal, the plan for the next year will be prepared. The plan would go on rolling year after year.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

17 6358
Q:

Which keystroke is used for updating a field?

A) F11 B) F12
C) F6 D) F9
 
Answer & Explanation Answer: D) F9

Explanation:

F9 keystroke is used for updating a field.

Report Error

View Answer Report Error Discuss

5 6355
Q:

The Constitution of India was adopted on

A) 26th January, 1950 B) 26th January, 1949
C) 26th January, 1949 D) 15th August, 1947
 
Answer & Explanation Answer: C) 26th January, 1949

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

7 6355
Q:

We want to round off x, a Float to an Int value. The correct way to do so would be

A) Y = ( int ) ( x + 0.5 ) ; B) Y = int ( x + 0.5) ;
C) Y = ( int ) x + 0.5; D) Y = ( int ) ( ( int ) x + 0.5 )
 
Answer & Explanation Answer: A) Y = ( int ) ( x + 0.5 ) ;

Explanation:

Rounding off a value means replacing it by a nearest value that is approximately equal or smaller or greater to the given number.

 

y = (int)(x + 0.5); here x is any float value. To roundoff, we have to typecast the value of x by using (int)

 

Example:

 

#include

 

int main ()

 

{

 

  float x = 2.6;

 

  int y = (int)(x + 0.5);

 

  printf ("Result = %d\n", y );

 

  return 0;

 

}

 

Result : 3

Report Error

View Answer Report Error Discuss

Filed Under: Programming

3 6353
Q:

Solve the Puzzle?

mathpuzzle1525339524.jpg image

Answer

From the assumption and trial and error method,


last three digits sum must leave the same digit as the answer. It is possible only if the answer must be units digit number leaving tens digit as carry.


And the possible 3rd digit is 5. Since 5 + 5 + 5 = 15 


Now, 2nd step is  1 + x + x + x = 5


=> 3x = 4


It is possible with x = 8. 8 + 8 + 8 + 1 = 25 leaving 2 as carry. 


Now, 3rd step is 2 + x + x + x = 5 => x = 1


 


Hence, the three dgits are 1, 8, 5.


185 + 185 + 185 = 555. 

Report Error

View answer Workspace Report Error Discuss

Subject: Math Puzzles Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO

10 6350
Q:

The Ghodazari Wildlife Sanctuary (GWS) will come up in which state?

A) Maharashtra B) Karnataka
C) Tamil Nadu D) Odisha
 
Answer & Explanation Answer: A) Maharashtra

Explanation:

The Maharashtra Government has recently approved Ghodazari Wildlife Sanctuary in Chandrapur district as a new wildlife sanctuary in the state.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk

16 6350