- Sandbox. ...
- Real-time strategy (RTS) ...
- Shooter (FPS and TPS) ...
- Multiplayer online battle arena (MOBA) ...
- Role-playing games (RPG, ARPG, and more) ...
- Simulation and sports.
<em>-</em><em> </em><em>BRAINLIEST</em><em> answerer</em>
I think C is correct I looked into some Python and that would seam like the most logical answer
Answer:
#include <iostream>
using namespace std;
struct StudentType{
string studentName;
int studentId;
}
int n;
char answer[20];
int main(){
cout<< "Enter the size of the array: ";
cin >> n;
StudentType *student = new StudentType(n);
for (int i = 0; i < n; i++){
int name;
int number;
cin>> name;
cin >> number;
student[i].studentName = name;
student[i].studentId = number;
}
for (int i = 0; i < 20; i++){
cout<< "Enter answers: ";
cin >> ans;
answer[i] = ans;
}
}
Explanation:
The C++ source code has three global variables namely, answer which is an array of character data type, StudentType which is a structure data type and the integer variable n. The main function declares and initializes the dynamic-spaced student array of the structure datatype with the n variable.
Answer: SCSI hard drive.
Explanation:
SCSI means Small Computer System Interface.
It is a fast bus with the capacity to connect a number of devices to a computer system simultaneously, those devices includes printer, scanners, tape drives, hard drives, CD-ROM devices. SCSI helps to connect devices and transfer data in between computer and ancillary devices.
SCSI was invented by the American National Standard Institutes (ANSI)
Common Components of SCSI includes;
• Target.
• Expander.
• Service delivery.
• Initiator.
• Sub system.