Answer:
A. Lookup
Explanation:
You would use the Lookup field to store a value from another table.
Answer:
In C++:
#include <iostream>
using namespace std;
int main(){
string fname,lname; int num;
cout<<"Firstname: "; cin>>fname;
cout<<"Lastname: "; cin>>lname;
cout<<"4 digits: "; cin>>num;
string login = lname;
if(lname.length()>=5){
login = lname.substr(0, 5); }
login+=fname.substr(0,1)+to_string(num%100);
cout<<login;
return 0;
}
Explanation:
See attachment for explanation where I used comments to explain each line
Answer:
DVI is the oldest out of the four.
Explanation:
DVI and VGA are the oldest, but DVI is oldest and least desirable to use since it is outdated.
Some of the advanced viruses do this. So it would be true.