Questions

Q:

Who is the author of the book The Discovery of India ?

A) Kalhan B) Jawaharlal Nehru
C) Ashapurna Devi D) None
 
Answer & Explanation Answer: B) Jawaharlal Nehru

Explanation:

Jawaharlal Nehru is the author of the book The Discovery of India

Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

0 2651
Q:

Who is the author of the book ' Family Life '

Answer

Akhil Sharma

Report Error

View answer Workspace Report Error Discuss

4 2650
Q:

Select the synonym of

 

elate

 

A) abase B) faze
C) exhilarate D) enervate
 
Answer & Explanation Answer: C) exhilarate

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2650
Q:

When is the world's press freedom day celebrated?

A) 3 May 2013 B) 22 May 2013
C) 3 October 2013 D) 22 October 2013
 
Answer & Explanation Answer: A) 3 May 2013

Explanation:

World press day is celebrated on 3 may 2013 accross the world based o the theme Safe to Speak

Report Error

View Answer Report Error Discuss

1 2649
Q:

What is the oldest university in England?

Answer

Oxford

Report Error

View answer Workspace Report Error Discuss

Subject: World Geography

0 2649
Q:

According to Census 2001, what is the percentage of male literacy

A) 75.85 B) 70
C) 65 D) 60
 
Answer & Explanation Answer: A) 75.85

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

1 2649
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 2648
Q:

Cloud computing uses Server virtualization.

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

Explanation:

Cloud computing :: 


Cloud computing is an information technology (IT) paradigm that enables ubiquitous access to shared pools of configurable system resources and higher-level services that can be rapidly provisioned with minimal management effort, often over the Internet.


 


Server virtualization :


Server virtualization is a virtualization technique that involves partitioning a physical server into a number of small, virtual servers with the help of virtualization software. In server virtualization, each virtual server runs multiple operating system instances at the same time.


cloud-computing_server_virtuaization1532503685.jpg image


 


Server virtualization is more for a good reason. It offers the potential to dramatically save space and improve server efficiency. Vendors are in fierce competition to offer the most advanced tools that they hope will earn them the virtualization crown.


 


Hence, the given statement that 'Cloud computing uses Server virtualization.' is TRUE.


 


 

Report Error

View Answer Workspace Report Error Discuss

3 2648