Accepting input from a human. Interactive computer systems are programs that allow users to enter data or commands. Most popular programs, such as word processors and spreadsheet applications, are interactive.
start screen
ui
The booting process of an operating system is the sequence of events that occurs when a computer is powered on or restarted, leading to the loading of the operating system into memory. It begins with the BIOS or UEFI firmware performing hardware checks and initializing system components, followed by locating and loading the bootloader from the designated boot device. The bootloader then loads the operating system kernel into memory, which initializes system services, drivers, and user interfaces, ultimately preparing the system for user interaction. This entire process ensures that the hardware and software are ready for operation.
True
process
the operating system comprises a set of software packages that can be used tomange interaction with the hardware. the following element are generally in clouded in this set of software:
This is not always true, it depends on the operating system and the bootstrap process.
Also known as the process state, the execution context is the internal data the Operating system uses to control or supervise a process.
All of the information needed to keep track of a process when switching is kept in a data package called process control block.s A PCB is a data structure in the operating system kernel containing the information needed to manage a particular process. The PCB is the manifestation of a process in an operating system,
Booting up ..! A boot process is a step by step process with which a computer loads the operating system.
Yes
process management