answersLogoWhite

0


Best Answer

mainframe

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is an example of a single purpose environment in cloud computing?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

In computing what does a single byte represent?

A single byte represents 8 bits.


What does cloud computing mean, and are the benefits of it greater than grid computing?

Cloud computing or grid computing depends on the task at hand. If you want to focus on a single enormous task, then go with grid computing. Cloud computing is more for multitasking.


What is the legit definition of cloud computing?

Cloud computing is when the use of computing resources is delivered over a network, rather than with your own hardware. It is a method to devote the computing power of multiple machines on a single task.


A single organism in an environment called?

A single organism in an environment is called an individual


What are single pieces of information called?

It could mean different things depending on the context. In computing for example, it is a value - either a 1 or a 0, otherwise known as a binary digit or a bit.


How do you explain the computing environment in c language?

It is not possible to explain the computing environment in terms of a high-level programming language because the language is independent of the machine; it is the machine that defines the computing environment not the language. With high-level languages like C, the exact same source code can be compiled on any machine regardless of its computing environment. Note that the language itself is merely an abstraction; it allows us to express computations in a machine-independent manner. The implementation of the language is actually defined by the language compiler. Each machine type requires its own independent implementation, although a single compiler implementation can cater for a family of processors sharing a common architecture (such as 32-bit and 64-bit variations of the same architecture). The C language standard defines how computations should be expressed in the language itself, but it is the compiler's job to interpret these expressions such that every machine performs the computations as efficiently as the hardware will allow and produces consistent results regardless of the computing environment.


Is microcontroller multi purpose or single purpose machine?

Microcontrollers are special-purpose computer systems, usually programmed to perform a single task.


Where can I learn more about cloud computing?

Cloud computing simply means that a computer in a different location than you is doing the processing work. There is a wide range in cloud computing, from single application to entire desktops. Additional information is available from www.techrepublic.com.


What is the main goal of distributed computing?

HIGH AVAILABILITY provided by Fault Tolerant Computing Systems & Networks which might be geographically distributed and thus overcomes Single Point of Failurein mission critical applications is the main goal of Distributed Computing.


What the term 'record' means computing?

A record - in computing terms is.. a collection of data relating to a single person or item. For example... a Chess club might have a computerised list of all their members - so they can keep everyone informed of future events. The data relating to each individual person would exist in the database as a record.


What is the full form of MSL in computer?

In computing terms - MSL stands for Multiple Single-Level.


What are buses in computing?

A bus, in computing, is a set of physical connections (cables, printed circuits, etc.) which can be shared by multiple hardware components in order to communicate with one another.The purpose of buses is to reduce the number of "pathways" needed for communication between the components, by carrying out all communications over a single data channel. This is why the metaphor of a "data highway" is sometimes used.