Answer:
Using word documents instead of paper can save lots of paper especially, when lots of people are doing that already. Using emails can reduce the amounts of letters being sent to people.
Answer:
The requirement of the virtualization in the operating system:
• The virtualization of the resources from single systems input can be partitioned into a small virtual environment in multiple system data processes.
• Virtualization can collect the physical system's hardware and software data, they can transfer the virtualization process and also verify that the working system is running properly.
• Virtualization has to determine the specific components such as workload, file location, network traffic and console administration process. The requirement for moving into the virtual environment must be selected based on windows for the operating system(32-bit), windows host operating system(4-bit) and Linux operating system.
Answer:
Application Service Provider
Explanation:
An application service provider (ASP) is a vendor that provides individual users – or an entire enterprise – with software applications over a network, usually a local area network (LAN) or an LAN with internet access. The provided software may be referred to as software as a service, apps on tap, or on-demand software. One of the most basic forms of ASP is a vendor that provides access to a particular application software using HTTP protocol.
Even numbers are numbers whigh are divisible by 2. Therefore, the first even number is 2. A pseudocode which adds the first 100 even numbers can be written thus :
counter = 0
sum = 0
interval = 2
while counter < 100 :
sum = sum + interval
interval += 2
counter +=1
print(sum)
- A counter takes count of the number of values summed
- Initializes a variable which holds the sum of even values
- Since even numbers are divisible by 2; every factor ; increase every added value by 2
- The program ends once counter is 100
Learn more : brainly.com/question/25327166
Answer:
Precisely the computer is made up of three major parts, the input unit, output unit, and the processing unit
Explanation:
The monitor is the most common output unit, and the keyboard is the most common input unit, and the CPU happens to be the processor. You can figure out the bundles of input and output devices. However, the CPU unit is always one but of different capabilities. The supercomputer has the highest capabilities, And now we have quad-core and oct core processors at home, and they are quite efficient too.