You are on page 1of 2

Create a class to represent a bank account. It should include the following 1.

Name
of account holder 2. Account number 3. Type of account 4. Balance amount And
perform the following functions :
Use constructor to initialize the data members with appropriate data
To deposit an amount
To withdraw an amount and if balance is less than Rs.1000/- ;display
Inefficient balance otherwise subtract withdrawl amount from balance.
To display details of account holder. Write a program to use this class.
(5)

Write syntax of nested if .

What is use of ternary operator?

What is use of getline function.

Write use of bool data type.

What is object oriented programming language?

AbstractCloud computing technology has emerged as the next generation technology. It has provided the
organizations rapid elasticity, reduced cost, reliable services. As a result of reduced cost almost every organization is
migrating application running on their private networkonto cloud. This paper focuses on the migration of application
stackto cloud environment. In this paper open issues in the migration process of various layers of application will be
discussed.

Keywords: ApplicationMigration

I. INTRODUCTION
A Gartner report listing cloud computing at the top of its strategic technology areas further reaffirmed its
prominence as an industry trend by announcing its formal definition as:
styles of computing in which scalable and elastic IT-enabled capabilities are delivered as a service to external
customers using Internet technologies.
NIST published its original definition back in 2009, followed by a revised version after further review and
industry input that was published in September of 2011:
For enabling convenient, on-demand network access to a shared pool of configurable computing resource Cloud
computing is used. The resources can be rapidly availed and released with minimal management effort or service
provider interaction [1].This cloud model is composed of five essential characteristics, three service models, and
four deployment models.

Service models of cloud computing


A. Infrastructure-as-a-service (IaaS)
In this type of service the consumer is provided fundamental computing resources
to provision processing, storage, networks, and other where the consumer is able to
deploy and run arbitrary software.The consumer does not require the management
or control the underlying cloud infrastructure but has control over operating system;
storage, deployed applications, and possibly limited control of select networking
components (e.g., host firewalls). Amazon EC2 is an e

You might also like