Questions

Q:

Which is a green planet in the solar system?

A) Pluto B) Venus
C) Uranus D) Mars
 
Answer & Explanation Answer: C) Uranus

Explanation:

Uranus is the seventh planet from the Sun which looks green color. It has the third-largest planetary radius and fourth-largest planetary mass in the Solar System. Uranus is similar in composition to Neptune, and both have different bulk chemical composition from that of the larger gas giants Jupiter and Saturn.

 

Which_is_a_green_planet_in_the_solar_system1558075325.jpg image 

 

Colors of other planets::

 

Mercury - Gray or slightly brownish

 

Venus - Pale yellow

 

Earth - Blue with white clouds

 

Mars - Mostly reddish brown

 

Jupiter - Orange and white bands

 

Saturn - Pale gold

 

Uranus - Green

 

Neptune - Pale blue

 

Pluto - Light brown

Report Error

View Answer Report Error Discuss

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

87 58985
Q:

Pick the odd man out

1 4 16 64 126

A) 1 B) 4
C) 64 D) 126
 
Answer & Explanation Answer: D) 126

Explanation:

1*3+1=4

4*3+4=16

16*3+16=64

64*3+64=208 but it is given 126

Report Error

View Answer Report Error Discuss

2 58978
Q:

Chauri Chaura is a town located in which Indian state/UT?

 

A) Uttar Pradesh B) Punjab
C) Delhi D) Maharashtra
 
Answer & Explanation Answer: A) Uttar Pradesh

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

5 58962
Q:

Match the following items of column A with column B.

 

 

A) I – 3, II – 1, III – 2   B) I – 2, II – 1, III – 3  
C) I – 2, II – 3, III – 1   D) I – 1, II – 2, III – 3
 
Answer & Explanation Answer: B) I – 2, II – 1, III – 3  

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

2 58888
Q:

main()

{

char s[ ] = "man";

int i;

for( i=0; s[ i ]; i++)

printf( "n%c%c%c%c", s[ i ], *(s+i), *(i+s), i[s] );

}

A) mmmm aaaa nnnn B) aaaa mmmm nnnn
C) nnnn aaaa mmmm D) None
 
Answer & Explanation Answer: A) mmmm aaaa nnnn

Explanation:

s[i], *(i+s), *(s+i), i[s] are all different ways of expressing the same idea.Generally array name is the base address for that array. Here s is the base address. i is the index number/displacement from the base address. So, indirecting it with * is same as s[i]. i[s] may be surprising. But in the case of C it is same as s[i].

Report Error

View Answer Report Error Discuss

Filed Under: Programming

56 58868
Q:

Tripping is associates with

 

A) Snooker B) Volleyball
C) Football D) Cricket
 
Answer & Explanation Answer: C) Football

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

7 58719
Q:

Which of the statements given below are correct?

A) Viktor Axelsen won the Badminton 2017 BWF Super Series Finals Men's Singles.

B) Alexander Zverev won the Tennis 2017 Italian Open Men's Singles.

C) In 2018 IPL auctions, Delhi Daredevils retained Hardik Pandya.

A) Only C B) Both A and B
C) Both B and C D) A, B and C
 
Answer & Explanation Answer: B) Both A and B

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

8 58712
Q:

In Microsoft Word, ____________ view shows how the document would look when it is printed.

 

A) Web Layout B) Normal Layout
C) Reading Layout D) Print Layout
 
Answer & Explanation Answer: B) Normal Layout

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

4 58527