Questions

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 3177
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 3176
Q:

Which of the following has become the first telecom company to achieve the 15-million mark in subscriber base?

A) BSNL B) Airtel
C) Reliance D) Hutch
 
Answer & Explanation Answer: C) Reliance

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Business Awareness

5 3176
Q:

Which poet first popularized the sonnet form?

A) Edmund Spencer B) Francesco Petrarch
C) Shakespeare D) None of the above
 
Answer & Explanation Answer: B) Francesco Petrarch

Explanation:

The sonnet is a fourteen-line poem written in iambic pentameter, which employ one of several rhyme schemes and adhere to a tightly structured thematic organization. Francesco Petrarch first popularized the sonnet form and after that many others like Shakespeare, Edmund Spencer and many other started that.

Report Error

View Answer Report Error Discuss

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

2 3176
Q:

Indicate what would the SWAP macro be expanded to on preprocessing. Would the code compile?

#define SWAP (a, b, c ) (c t; t = a, a = b, b = t; )

main()

{

    int x = 10, y = 20;

    SWAP (x, y, int );

    printf ( " %d%d ", x, y);

}

Answer

( int t ; t = a, a = b, b = t ;);


This code won't compile since declaration of t cannot occur within parentheses.


 

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3175
Q:

How many member countries are there in Shanghai Cooperation Organisation (SCO) ?

A) 5 B) 7
C) 6 D) 8
 
Answer & Explanation Answer: C) 6

Explanation:

There are six permanent members: China, Kazakhstan, Kyrgyzstan, Russia, Tajikistan, Uzbekistan. Soon India and Pakistan will also join it.

Report Error

View Answer Report Error Discuss

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

4 3175
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 3175
Q:

Who is the director of the Sanskrit film Adi Sankara

Answer

G.V. Iyer

Report Error

View answer Workspace Report Error Discuss

Subject: Indian Culture

47 3175