Answer: Database Administrator.
A Database Administrator is responsible for any design and implementation of a database in a system. They are also the people who make sure that they can secure and manage all the data in their system to avoid any problems that may occur during its usage.
They also are responsible for keeping track of changes and the accessibility of the users that will be inputting data into the database. This most especially applies to databases that are meant to keep client information and transactions for most companies.
Answer:
#include <iostream>
using namespace std;
int main()
{
char str[100][20];
int n;
cout<<"Strings you want to enter"<<endl;
cin>>n;
cout<<"enter n strings"<<endl;
for(int i=0;i<n;i++)
cin>>str[i];
for(int i=0;i<n;i++)
{
if((int)str[i][0]==98) //ascii value b is 98
cout<<str[i]<<endl;
}
return 0;
}
Explanation:
The above written code is for printing the strings which starts with the letter b.
To check if the string starts with a letter b we are checking the ascii value 98 which corresponds to b and then printing those strings.
Answer:
Offer several prices and qualities.
Explanation:
When there is uncertainty of the product quality, buyers should not anticipate that the temporary warehouse seller of unbranded computer equipment will deliver high quality because they will actually offer several prices and qualities.
In the essence, buyers will need to consider the value they are getting for a price they pay. There will be huge variety so the more price an equipment has, the more likely it has the chance that it's one of the best quality and vice versa also holds true.
D seems like the best answer because both Microsoft Word and Power Point can do that.