Questions

Q:

The famous Sun Temple is located in which Indian state

Answer

Orissa

Report Error

View answer Workspace Report Error Discuss

Subject: Indian Culture

38 3014
Q:

Refer the below data table and answer the following question.

Between 10pm to 6am, a fitness band records the following data. How long was the user dreaming or was awake ?

 

A) 4.9 hours B) 5.9 hours
C) 6.4 hours D) 6.9 hours
 
Answer & Explanation Answer: C) 6.4 hours

Explanation:
Report Error

View Answer Report Error Discuss

0 3014
Q:

If the speed of an object moving along a straight line keeps changing, its motion is said to be _________.

A) Uniform B) Periodic
C) Circular D) Non-uniform
 
Answer & Explanation Answer: D) Non-uniform

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

7 3013
Q:

Mallika Sarabhi is associated with which of the  following fields

A) Social Service B) Classical Music
C) Classical Dance D) Sports
 
Answer & Explanation Answer: C) Classical Dance

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

0 3012
Q:

Gamma rays are

A) high energy electrons B) low energy electrons
C) high energy electromagnetic D) high energy positrons waves
 
Answer & Explanation Answer: C) high energy electromagnetic

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

1 3012
Q:

General Knowledge, Language, And Concepts Are Seen As Parts Of

A) procedural memories B) semantic memory
C) declarative memories D) episodic memory
 
Answer & Explanation Answer: B) semantic memory

Explanation:
Report Error

View Answer Report Error Discuss

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

1 3011
Q:

The Solar System was discoverd by

A) Galleleo B) Finsen
C) Copernicus D) None of these
 
Answer & Explanation Answer: C) Copernicus

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Inventions

0 3011
Q:

public static void main string[] args Meaning is?

Answer

Here in this declaration public static void main string[] args, each keyword has its importance.


 


1. public - Here public is an access specifier which allows the main method to be accessible everywhere.


 


2. static - static helps the main method to get loaded without getting called by any instance/object.


 


3. void - void clarifies that the main method will not return any value.


 


4. main - It's the name of the method.


 


5. String[] args - Here we are defining a String array to pass arguments at the command line. args is the variable name of the String array.

Report Error

View answer Workspace Report Error Discuss

8 3010