Answer:
The correct option is B: platform as a service (PaaS)
Explanation:
Platform as a service (PaaS) is regarded as a computing model in the cloud and ensures delivery of both software and hardware tools via a third-party provider. Tools delivered are mostly those that are needed for the development of application and are mostly delivers via the internet to its users. Software and hardware tools are usually hosted in the infrastructure of the PaaS provider host and thus this removes the burden on developers of having to install a physical software or hardware in the development or running of a new application.
The answer is the second answer Increasing the size of the wire.
Answer:
Primary memory is computer memory that is accessed directly by the CPU
Explanation:
Answer:
In a function prototype the heading is followed by a semicolon, whereas in a function definition the heading is followed by a function block.
Explanation:
As the function prototype only declares the function and the function definition defines the operations in the function.
e.g:
add(int x, int y); is the prototype
add(int x, int y)
{
int sum;
sum
x
y;
} is the function definition.
Making charts, files that need complicated calculations