Questions

Q:

Who among the following is a recipient of first World Sanskrit Award?

 

A) Pandit Shivashankar Tripathi B) John Merkel
C) Maha Chakri Sirindhorn D) Hassan Abbas
 
Answer & Explanation Answer: C) Maha Chakri Sirindhorn

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards
Exam Prep: Bank Exams

1 18373
Q:

Macro flowchart is also called as

A) Less Detail flowchart B) More detail flowchart
C) Simple detailed flowchart D) None of the above
 
Answer & Explanation Answer: A) Less Detail flowchart

Explanation:

A flowchart is a type of diagram that represents a workflow or process. A flowchart can also be defined as a diagrammatic representation of an algorithm, a step-by-step approach to solving a task.

Macro flowchart shows the outlines the main segments of program. Macro flowchart is also called as less detail flowchart.

Report Error

View Answer Report Error Discuss

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

50 18324
Q:

In the following pieces of code, B and D will compile without any error. True or false ?

A: StringBuffer sb1 = "abcd";

B: Boolean b = new Boolean("abcd");

C: byte b = 255;

D: int x = 0x1234;

E: float fl = 1.2;

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

The code segments B and D will compile without any error. A is not a valid way to construct a StringBuffer, you need to create a StringBuffer object using "new". B is a valid construction of a Boolean (any string other than "true" or "false" to the Boolean constructor will result in a Boolean with a value of "false"). C will fail to compile because the valid range for a byte is -128 to +127 (i.e., 8 bits, signed). D is correct, 0x1234 is the hexadecimal representation in java. E fails to compile because the compiler interprets 1.2 as a double being assigned to a float (down-casting), which is not valid. You either need an explicit cast, as in "(float)1.2" or "1.2f", to indicate a float.

Report Error

View Answer Workspace Report Error Discuss

16 18300
Q:

The basic reason for the extraordinary sparkle of suitably cut diamond is that

A) it has well defined cleavage planes B) it has a very high transparency
C) it has a very high refractive index D) it is very hard
 
Answer & Explanation Answer: C) it has a very high refractive index

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

95 18286
Q:

In an economy , the sectors are classified into public and private on the basis of

A) employment conditions B) nature of economic activities
C) ownership of enterprises D) use of raw materials
 
Answer & Explanation Answer: C) ownership of enterprises

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

31 18277
Q:

What do eukaryotic cells have that prokaryotic cells do not?

A) Nucleus B) Cytoplasm
C) Ribosomes D) DNA
 
Answer & Explanation Answer: A) Nucleus

Explanation:

ep1527656002.jpg image

Eukaryotic cells contain membrane-bound organelles, including a nucleus. Eukaryotes can be single-celled or multi-celled, such as you, me, plants, fungi, and insects.

 

Whereas Prokaryotic cells do not contain a nucleus or any other membrane-bound organelle. Bacteria are an example of prokaryotes.

Report Error

View Answer Report Error Discuss

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

34 18250
Q:

Who is said to have become the chief of the Jain Sangh after the death of Mahavira

A) Jambu B) Bhadrabahu
C) Sthulbhadra D) Sudharma
 
Answer & Explanation Answer: D) Sudharma

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

36 18199
Q:

The articles 17 and 18 of Constitution provide

A) Social Equality B) Economic Equality
C) Political Equality D) Religious Equality
 
Answer & Explanation Answer: A) Social Equality

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

91 18162