Questions

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

37 4552
Q:

What is the difference between malloc() and calloc() functions?

Answer

As against malloc(), calloc() needs two arguments, the number of elements  to be allocated and the size of each element. For example,


 p = (int *) calloc (10, sizeof (int));


would allocate space for a 10- integer array. Additionally, calloc() would also set each of this element with a value 0.


Thus the above call to calloc() is equivalent to:


p = (int *) malloc (10 * sizeof (int));


memset (p, 0, 10 * sizeof( int ));

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 4551
Q:

Which alphabet is a tools?

A) X B) S
C) A D) Y
 
Answer & Explanation Answer: A) X

Explanation:

The letter 'X' resembles the same as the tool AXE in sounding.

 

Hence, the alphabet X is a tool.

Report Error

View Answer Report Error Discuss

6 4550
Q:

World's smallest Computer is unveiled by

A) Infosys B) Intel
C) IBM D) Microsoft
 
Answer & Explanation Answer: C) IBM

Explanation:

IBM has unveiled the world's smallest computer - a device no bigger than a grain of salt. Presented at the company's Think 2018 conference in Las Vegas, Nevada, the unit measures just 1mm by 1mm but has the same processing power as the x86 chip that ran early Nineties IBM desktop computers.

Report Error

View Answer Report Error Discuss

2 4549
Q:

Which is not a sediment transporting agent?

A) Stratification B) Windstorms
C) Glacial Ice D) Stream water
 
Answer & Explanation Answer: A) Stratification

Explanation:

Stratification as actually the settling down of sediments with different properties to form layers/strata over years. Stratification especially occurs on the bed of water bodies such as oceans.

 

Stratified sedimentary rocks are used to study the ecological conditions over previous years/eras.  

 

The other choices like Windstorms, Glacial Ice and Stream water are mediums which sediments are transported.

Report Error

View Answer Report Error Discuss

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

5 4549
Q:

How many Types of Soil in India?

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

Explanation:

There are 8 different types of Soils present in India. They are primarily differentiated on the basis of composition and structure. They are ::

1.  Alluvial soils, 

2.  Black soils,

3.  Red soils,

4.  Laterite and Lateritic soils,

5.  Forest and Mountain soils,

6.  Arid and Desert soils,

7.  Saline and Alkaline soils and

8.  Peaty and Marshy soils.

Report Error

View Answer Report Error Discuss

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

6 4547
Q:

Antibiotics are mostly obtained from

A) Viruses B) Fungi
C) Bacteria D) Angiosperms
 
Answer & Explanation Answer: B) Fungi

Explanation:
Report Error

View Answer Report Error Discuss

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

8 4546
Q:

The World's largest railway platform is at

A) Talchar B) New York
C) Kharagpur D) None of these
 
Answer & Explanation Answer: C) Kharagpur

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

4 4546