Questions

Q:

What is called the residual eroded mounds sporadically located in Karst Plains?

 

A) Monadnock B) Pediplain
C) Hum D) No option is correct
 
Answer & Explanation Answer: C) Hum

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

3 23429
Q:

Kolleru Lake is located in which Indian state?

 

A) Kerala B) Andhra Pradesh
C) Tamil Nadu D) Odisha
 
Answer & Explanation Answer: B) Andhra Pradesh

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

3 23414
Q:

Computer networks constituting the internet are connected by telephones, underwater cables and _____________

 

A) e-mail B) e-books
C) Public telephone booths D) Satellites
 
Answer & Explanation Answer: D) Satellites

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

2 23388
Q:

The sampling distribution of a statistic is

 

 

A) A normal curve, for which probabilities are obtained by standardizing.  B) A distribution of all possible summary statistics from a single random sample, from the same population.
C) A distribution of all parameters from the population that is to be randomly sampled. D) The mechanism that determines whether the random sampling was effective. 
 
Answer & Explanation Answer: A) A normal curve, for which probabilities are obtained by standardizing. 

Explanation:

The sampling distribution of a statistic is the distribution of the statistic for all possible samples from the same population of a given size.

 

Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams

3 23308
Q:

Output of the Program :

main()

{

int i = 1;

while (i <= 5)

    {

         printf( "%d", i );

         if (i > 2) goto here;

         i++;

     }

}

fun()

{

here : printf( "PP" );

}

A) 1 B) 2
C) Compilation error D) Exception occurs
 
Answer & Explanation Answer: C) Compilation error

Explanation:

Compiler error: Undefined label 'here' in function main

Report Error

View Answer Report Error Discuss

Filed Under: Programming

3 23275
Q:

What is the oxidation number of sulfur in H2S?

A) 2 B) -2
C) 1 D) -1
 
Answer & Explanation Answer: B) -2

Explanation:

The sum of the oxidation numbers in a compound must equal zero. In the compound hydrogen sulfide, H2S, the two hydrogen atoms have an oxidation number of +1, for a total of +2.

 What_is_the_oxidation_number_of_sulfur_in_H2S1556279499.jpg image

Therefore, the oxidation number of sulfur in the compound is -2, and the sum of the oxidation numbers is 0.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: GATE , CAT , Bank Exams , AIEEE
Job Role: Database Administration , Bank PO , Bank Clerk , Analyst

31 23260
Q:

Markup tags tell the web browser

A) How to display the file B) How to organise the page
C) How to display message box on page D) None of the above
 
Answer & Explanation Answer: A) How to display the file

Explanation:

Markup tags tell the web browser how to display the file.

Report Error

View Answer Report Error Discuss

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

34 23251
Q:

 Which of the following is the original purpose of SQL?

A) To specify the syntax and semantics of SQL data definition language B) To specify the syntax and semantics of SQL manipulation language
C) To define the data structures D) All of the above.
 
Answer & Explanation Answer: D) All of the above.

Explanation:

SQL is a domain-specific language used in programming and designed for managing data held in a relational database management system, or for stream processing in a relational data stream management system.

 

Purpose of SQL are ::

* To define the data structures

* To specify the syntax and semantics of SQL manipulation language

* To specify the syntax and semantics of SQL data definition language

Report Error

View Answer Report Error Discuss

Filed Under: Database
Job Role: Analyst , Database Administration , IT Trainer

22 23237