Answer:
# include<iostream>
#include<conio.h>
using namespace std;
main()
{
char choice;
cout<<"Enter your Choice"
cin>>choice;
switch (choice)
{
case 'y':
cout<<"Your request is being processed";
break;
case 'n':
cout<<"Thank you anyway for your consideration";
break;
case 'h':
cout<<"Sorry, no help is currently available";
default:
cout<<"Incorrect Choice";
break;
}
getch();
}
Explanation:
In this program, a character type variable named as choice is selected for the input. This choice variable can be y, n or h as per requirement of the program. Switch statement is chose for the selection of output statement with respect to its mentioned input. This program shows the output statement for above mentioned characters. In case of any other character the program returns Incorrect choice and ends.
Answer:
The correct answer to the following question will be "The cloud computing framework is emerging as an important innovation area of business".
Explanation:
- Cloud computing allows the company or business to remotely manage their records, providing a broad means of accessing their data anywhere, all time.
- Essentially, you borrow a cloud service provider's server space or connections to applications and links across the Web. Rather than purchasing your own IT equipment, you rent from a provider and only charge for the services you need.
- The guide helps you appreciate computing, as well as the different methods of cloud hosting, which can be used in your organization.
Therefore, it's the right answer.
The climax. The climax is when the story peaks and has the most suspense. The story falls closer to it's end after the climax.
Answer: True
Explanation: CISO(Chief information security officer) is the officer that is responsible for the information security(Infosec) function to be implemented in the organization.He/she manages the procedures, protect from the threats in business, secures the enterprise communication.
The post of CISO is considered as a senior level officer .The responsibilities of the CISO also includes getting along with other section of the organization and assuring about the smooth and secured processing of the business work as the aspect of information security.Thus the statement given is true