While a computer is running the operating system remains in memory is true.
Answer:
Isnt there another thing that is supposed to be there like some website
Explanation:
Answer:
import java.util.Scanner;
class SquareDisplay {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.print("Enter an integer in the range of 1-15: ");
int num = scan.nextInt();
if ((num > 0) && (num <= 15)) {
String s = "X".repeat(num) + "\n";
System.out.print(s.repeat(num));
} else {
// your error handling
}
scan.close();
}
}
Explanation:
Ethernet II
Trust me u will get it right
Answer:
star-bus
Explanation:
A Star-bus is a design connected with each node directly with the central network, the switch manages all the functions, and acts like repeater and data flow.
There are some advantages and disadvantages.
Advantage
- Easy to develop.
- Easy to detect faults.
Disadvantage
- It needs a lot of cable.
- If the switch fault everything fault
- Expensive to make.