Questions

Q:

The longest period of prenatal development is the

A) Germinal period B) Fetal period
C) Embryonic period D) None
 
Answer & Explanation Answer: B) Fetal period

Explanation:

The third and longest period of prenatal development, extending from the ninth week until birth is Fetal period.

 

The process of prenatal development occurs in three main stages. The first two weeks after conception are known as the germinal stage, the third through the eighth week are known as the embryonic period, and the time from the ninth week until birth is known as the fetal period.

 

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

8 9208
Q:

Crack the series missing Number Puzzle ?

series_new1509425436.jpg image

A) 330 B) 253
C) 221 D) 363
 
Answer & Explanation Answer: D) 363

Explanation:

The given numbers in the series follows a pattern that,

3

(3 x 3) + 3 = 12

(12 x 3) + 3 = 39

(39 x 3) + 3 = 120

(120 x 3) + 3 = 363.

Report Error

View Answer Report Error Discuss

Filed Under: Number Puzzles
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Bank Clerk , Bank PO

26 9206
Q:

The hard Shell of an egg was dissolved in HCL. The egg was then placed in a concentration solution of NaCl. What will happens ______

A) The egg will shrink B) The egg will swell
C) The egg will become harder D) There will be hardly any visible change
 
Answer & Explanation Answer: A) The egg will shrink

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

27 9198
Q:

Which of the following is a volcanic plateau

A) Anatolia plateau B) Tibetan plateau
C) Antrum plateau D) Brazilian plateau
 
Answer & Explanation Answer: C) Antrum plateau

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

15 9197
Q:

What has a head and a tail but nobody?

Answer

A Coin has a Head and tail but no body. Since the two sides of coin are called as heads and tails.

Report Error

View answer Workspace Report Error Discuss

12 9196
Q:

The particle with 13 protons and 10 electrons is

A) Al -atom B) Al3+ ion
C) nitrogen isotope D) None of these
 
Answer & Explanation Answer: B) Al3+ ion

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

23 9194
Q:

what will be the output of the following code?

class Value
{
    public int i = 15;
}
public class Test
{
    public static void main(String argv[])
    {
        Test t = new Test();
        t.first();
    }
    public void first()
    {
        int i = 5;
        Value v = new Value();
        v.i = 25;
        second(v, i);
        System.out.println(v.i);
    }
    public void second(Value v, int i)
    {
        i = 0;
        v.i = 20;
        Value val = new Value();
        v =  val;
        System.out.println(v.i + " " + i);
    }
}

A) 15 0 2 B) 15 0 0
C) 15 20 0 D) 15 0 20
 
Answer & Explanation Answer: D) 15 0 20

Explanation:
Report Error

View Answer Report Error Discuss

9 9189
Q:

Which one of the following was not known to the Harappans

A) Construction of wells B) Constuction of Pillars
C) Construction of Drains D) Construction of Arches
 
Answer & Explanation Answer: B) Constuction of Pillars

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

6 9188