UNIX is operating system has no graphics user interface
Unix
<u>Explanation:</u>
Mostly nowadays all operating system and software is coming at graphics user interface. End user what all are visual interfaces by using mouse as input tools.
Since computer world is changes technology every day mouse and graphics user interfaces. In old days where operating system are operated in black and white screen period main use of input device are keyboard and those days are no graphic user interface.
In fact nowadays we going back to black and white screen and we name it as dark mode and say to save current and save eyes. But still use mouse as input tools in dark mode also.
You cannot select it because it is either not able to be done at the time or there was an error.
Answer:
The answer to this question is vulnerability and risk.
Explanation:
Vulnerability is there us misconfiguration in the system and we know that our system is vulnerable means the hacker can gain unauthorized access to our system.
Risk is when there are chances that a misconfiguration might happen in our system in future so that hacker could gain unauthorized access to the system.
<span>void printArray(int a[ ]) {
</span> int i; <span>for (i = 0; i < a.length; i++){
</span> <span>System.out.print(a[i]);
</span> System.out.println(); <span>}
</span> }