Answer:
#include <iostream>
#include<bits/stdc++.h>
using namespace std;
bool sorter(string a, string b)
{
return a<b;
}
int main(){
string wordList[3];
string word;
for (int i = 0; i < 3; i++){
cout<< "Enter word: ";
cin>> word;
wordList[i] = word;
}
sort(wordList, wordList+3, sorter);
for (int i = 0; i < 3; i++){
cout<< wordList[i]<< "\n";
}
}
Explanation:
The C++ source code prompts the user for string words that are appended to the wordList array. The array is sorted with the sort() function from the C++ bits library. The finally for loop statement prints out the items in the array.
Answer:
A. AWS
Explanation:
Amazon Web Services AWS -
It is one of the subsidiary of the Amazon , which enables various functions like , API's , on - demand cloud computing platform , on the metered pay - as - you - go basis .
It helps to have a virtual computing services at any time and helps to provide all the services a real computer can offer , with the similar efficiency .
One of the service is the Amazon Elastic Compute Cloud .
The technology is very convenient and efficient in its service and hence is used by various people , in companies , restaurants etc.
Hence , from the given scenario of the question ,
The correct answer is A. Amazon Web Services AWS .
Answer:
The reliance on ______ as the design methodology for relational databases is seen as a stumbling block to its use in OLAP systems:
c. normalization
Explanation:
- The OLAP systems are those type of software that are used to analyse the data stored in a database. OLAP stands for online analytical processing. This software allows the user to analyse different data like demographic data etc.
- The reliance on normalization as the design methodology for relational databases is seen as stumbling block to its use in OLAP systems because in operations like creating, retrieving, updating or deleting of data, the de-normalization structure is preferred instead of normalization as we can avoid the data duplication as well as to increase the speed of processing.
It basically means that you skipped slides in what ever you are presenting
1 gallon = 4 quarts
using this information, you can then use simple proportion.
if 1 gallon = 4 quarts
then to find the amount of quarts in 2 and 1/2 gallons, you multiply 2 and 1/2 by 4 which should give you 10 gallons