Questions

Q:

In law what is a subpoena?

Answer

A writ commanding a witness to appear before a court of law

Report Error

View answer Workspace Report Error Discuss

1 3188
Q:

Relationships among people are

A) not influenced by people's ideas and attitudes. B) something that must be maintained to stay healthy and strong.
C) one of two types—social or working. D) usually simple and easy to understand.
 
Answer & Explanation Answer: B) something that must be maintained to stay healthy and strong.

Explanation:

Relationships among people are to be maintained in such a way that the people must stay healthy and to become strong enough.

Report Error

View Answer Report Error Discuss

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

2 3188
Q:

Where do the greenhouse gases come from?

A) Agriculture B) Land-use change
C) Fosssil fuels D) All the above
 
Answer & Explanation Answer: D) All the above

Explanation:

Most of the emissions of greenhouse gases (GHG) come primarily from burning fossil fuels (coal, hydrocarbon gas liquids, natural gas, and petroleum) for energy use and the major greenhouse gas is of course carbon dioxide (CO2) which comes from burning fossil fuels and land-use change.

But methane (CH4) and nitrous oxide (N2O), which mostly come from agriculture and waste, are also significant GHGs and shouldn't be discounted.

Report Error

View Answer Report Error Discuss

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

2 3187
Q:

Search engines that search other search engines are called

A) Megasearch engine B) Metasearch engine
C) Betasearch engine D) Gigasearch engine
 
Answer & Explanation Answer: A) Megasearch engine

Explanation:

A search engine is a information retrieval program that constantly collects information on the Web, following links in Web sites and reading Web pages. The search results are presented in a list format and are called as hits.

A metasearch engine is a search tool that uses another search engine's data to produce its own results from the Internet. These engines take input from a user and simultaneously send out queries to third party search engines for results. It searches other search engines rather than individual Web sites.

 

Examples of Metasearch engine includes - Dogpile, Zoo, Yabado, Metager, etc...

 

Search_engines_that_search_other_search_engines_are_called1561526716.png image

 

Report Error

View Answer Report Error Discuss

4 3187
Q:

Which among the following crop is a major Rabi Crop of India?

A) Bitter gourd B) Cotton
C) Turmeric D) Barley
 
Answer & Explanation Answer: D) Barley

Explanation:

A major Rabi Crop of India is wheat and barley in second place.

Report Error

View Answer Report Error Discuss

8 3186
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 3186
Q:

Primitive people practice animal rearing  in the tropical grasslands of _______

A) Brazil B) Northern Australia
C) East Africa D) Orinoco Basin in South America
 
Answer & Explanation Answer: C) East Africa

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

0 3186
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 3185