Questions

Q:

Which tennis player has won the Grand Slam title in men's singles 2019?

A) Rafael Nadal B) Roger Federer
C) Novak DJokovic D) Daniil Medvedev
 
Answer & Explanation Answer: A) Rafael Nadal

Explanation:

Rafael Nadal defeated Daniil Medvedev in the men's singles title at the 2019 US Open. It was Nadal's 19th Grand Slam singles title, and fourth US Open title.

Report Error

View Answer Report Error Discuss

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

38 3471
Q:

Crack the code?

english1526360782.jpg image

Answer

STARTLING is a required 9 letter English word is still a word each time you remove a letter from the word. And how it is shown below: 


 


1. Remove the L, and the word becomes: STARTING


2. Remove one T, and the word becomes: STARING


3. Remove the A, and the word becomes: STRING


4. Remove the R, and the word becomes: STING


5. Remove the other T, and the word becomes: SING


6. Remove the G, and the word becomes: SIN


7. Remove the S, and the word becomes: IN


8. Remove the N, and the word becomes: I

Report Error

View answer Workspace Report Error Discuss

5 3471
Q:

When is the UN day celebrated

A) October 24 B) September 24
C) June 26 D) May 15
 
Answer & Explanation Answer: A) October 24

Explanation:
Report Error

View Answer Report Error Discuss

3 3470
Q:

Which one of the following is an abiotic and renewable resource

A) Iron ore B) Livestock
C) Water D) Forests
 
Answer & Explanation Answer: C) Water

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

2 3470
Q:

How would you dynamically allocate a 2-D array of integers?

Answer

#include "alloc.h"


#define MAXROW 3


#define MAXcol 4


main()


{


        int *p, i, J;


        p = (int *) malloc (MAXROW * MAXCOL * sizeof (int));


         for ( i=0; i < MaxROW ; i++)


         {


                for (j=0; j < MAXCOL ; j++)


                { 


                      p [ i * MAXCOL + j] = i;


                       printf ( "%d", p [i * MAXCOL + j] );


                 }


                  printf ("\n");


          }


}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3469
Q:

What are the sub-components of I/O manager in Windows NT?

Answer

- Network redirector/ Server


- Cache manager.


- File systems


- Network driver


- Device driver

Report Error

View answer Workspace Report Error Discuss

0 3469
Q:

In which Olympics India has won the most number of medals?

A) Rio Olympics 2016 B) Beijing Olympics 2008
C) London Olympics 2012 D) Athens Olympics 2004
 
Answer & Explanation Answer: C) London Olympics 2012

Explanation:

Upto now, India has won 28 medals in Olympics from 1896 - 2016. In that

 

Rio Olympics 2016  - 02

Beijing Olympics 2008 - 03

London Olympics 2012 - 06

Athens Olympics 2004 - 01

 

Hence, India has won most number of medals in 2012 Rio Olympics.

Report Error

View Answer Report Error Discuss

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

2 3469
Q:

A calorie is another term for carbohydrate.

A) TRUE B) FALSE
Answer & Explanation Answer: B) FALSE

Explanation:

The given statement that a calorie is another term for carbohydrate is False.


 


Carbohydrates are one of the main types of nutrients, and are most important source of energy.


 


Where as Calorie is a measurement of how much heat energy is generated by the body processing food.


 


Your digestive system changes carbohydrates into glucose(blood sugar). Your body uses this sugar for energy. 


 

Report Error

View Answer Workspace Report Error Discuss

Subject: General Science
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

2 3469