Hi!
This is going to be a <em>parallel </em>port. It <span>can send various bits of data concurrently using multiple data lines.
Hopefully, this helps! =)</span>
3 would be self management
Performance monitor tool can you use to display hardware utilization statistics.
<h3>what is a performance Monitor?</h3>
- Performance Monitor is a system monitoring program introduced in Windows NT 3.1. It monitors various activities on a computer such as CPU or memory usage.
To learn more about performance monitoring, refer
to brainly.com/question/12960090
#SPJ4
Public int setLimit(parameter) {
if (parameter > 10) {
return 10;
} else {
return parameter;
}
}