A large network of networks 
<h3>
What Is a large network?</h3>
- It is the biggest network that connects computers across the world. With the internet, people can share data and files over the internet. The Internet is defined as a network of networks Hence it is the correct option
 
To learn more about the network, refer
to https://brainly.in/question/32165678
#SPJ4
 
        
             
        
        
        
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:
c) ECC
Explanation:
Based on the usage that the friend will have as well as his concern of the computer crashing due to a memory error, we can say that the best type of RAM that he can purchase is ECC memory. These are regular RAM modules but come with error correcting code. This code checks data as it passes through the RAM and auto corrects it if necessary in order to avoid crashes due to memory error.
I hope this answered your question. If you have any more questions feel free to ask away at Brainly.
 
        
             
        
        
        
1. Answer is B   (D9=<span>A2+B3)
2. </span><span>C. identifies how many cells with data were in the range 
3. </span><span>A. ascending (smallest to largest)
</span><span>4. A. the current worksheet </span>