Question: what does the system software do
Answer: this is used to run a computer's hardware and application programs.
Explanation: this is used to maintain downloads and other things and keep your computer up to date 
question answered by
(jacemorris04)
 
        
             
        
        
        
Answer:
int grades[5] = { 100, 90, 80, 78, 98 }; 
for(int i=0;i<5; i++) 
{
   cout << grades[i];
}
 
        
             
        
        
        
Answer: No, you will not have to determine the exact vaccine that caused the fever and rash. The CDC will determine that information. 
Explanation:
To report a vaccine reaction to VAERS you just have to list the symptoms and reactions that were caused after getting a vaccine. The form that is needed to fill out a VAERs can be found on the CDC website. The person filling out the form will need to know the who, when, where, and how of the injury or symptom. 
After the form has been received the patient will be contacted and their symptoms will be monitored. Some of the most common reactions after getting a vaccine are; 
 
        
             
        
        
        
Answer:
The expression which represent  the value is the i-th element of  the j-th row is   x[i][j].
Explanation:
As given in the question that the array is two-dimensional array means that it stores the elements in the row and column format .In the given question i and j are two variable where i representing the row in the two-dimensional array and j represent the column in the two-dimensional array .
So the expression which represented  the value of the i-th element of  the j-th row is  x[i][j].it means firstly it fetches all the row of the first column then soon.
 
        
             
        
        
        
Answer:
a. Local user profile. 
Explanation:
Local user profile is a type of user profile which is stored in the C:\Users folder and is automatically created when a user logs on to the computer for the first time and it is being stored on the local hard disk of the computer.
Generally, in Microsoft windows any change made to the local user profile is peculiar to the user and the host computer on which the change is made.
Hence, local user profiles avails several users the opportunity of sharing a single computer with their respective user settings and data.