0% found this document useful (0 votes)
334 views6 pages

Understanding Computer Booting Process

The document discusses the booting process of a computer. It defines booting as starting the operating system when powering on a computer. The booting process involves: 1) The CPU initializing and looking for the BIOS in ROM, 2) The BIOS performing hardware checks, 3) The boot loader searching for and loading the operating system into RAM. Types of booting include cold booting which uses the power switch and warm booting which uses keyboard shortcuts to restart just the operating system.

Uploaded by

Onose
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
334 views6 pages

Understanding Computer Booting Process

The document discusses the booting process of a computer. It defines booting as starting the operating system when powering on a computer. The booting process involves: 1) The CPU initializing and looking for the BIOS in ROM, 2) The BIOS performing hardware checks, 3) The boot loader searching for and loading the operating system into RAM. Types of booting include cold booting which uses the power switch and warm booting which uses keyboard shortcuts to restart just the operating system.

Uploaded by

Onose
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
  • Basic Computer Operations
  • Windows Desktop

Basic Computer Operations

Definition of Booting
Booting (also known as “booting up”) is a bootstrapping (self-
starting) process that starts the operating system when the user
turns on a computer system.

Booting can also be defined as the initial set of operations that


the computer performs when power is switched on.

Booting is the process of starting a computer.

Description of the Booting process


1. The computer’s power is first turned on, the CPU initializes
itself to look for the system’s ROM (Read Only Memory)
2. BIOS (Basic Input Output System) which is stored in the
ROM is the first program that runs every time the computer is
turned on. The BIOS performs the POST (Power-On Self-Test).
3. When the POST is running, the computer is performing a test
to make sure all the attached hardware is functioning properly
with the CPU.
4. After checking the hardware, the boot loader program searches
for operating system in secondary storage device. If it found, it
loads operating system into RAM. If not booting stops.
5. After successfully loading the operating system,
Then Windows desktop is displayed with Start Button.
NOTE:
for a computer to successfully boot, its BIOS, Operating
System and Hardware components must all be working
properly; failure of any one of these three elements will likely
result in a failed boot sequence
Types of booting
1. Cold booting (Hard booting): This is the process of turning
    

the computer system ON by pressing the power of the system


unit and the monitor.
2. Warm booting (Soft booting): This is the process when
      

the operating system alone is restarted (without being switched


off) after a system crash or freeze. On PCs, warm booting is
done by pressing the Control, Alt, and Delete keys
simultaneously.
Both types of booting clear out (for the time being) the bugs,
bombs, memory conflicts, and other problems of
the operating system.
Difference between Cold Booting and Warm Booting
Cold Warm
Use of power-switch is involved It involved short cut keys
e.g. (CTRL+ALT+DEL)
It is done when the system is already CPU continuous running
off
CPU stops working CPU continuous running
Memory and BIOS are reset Memory and BIOS are not
reset
The computer may not necessarily It is necessary when a
have program error before it is program encounters an
performed
error from which it cannot
recover
 
TERMS TO TAKE NOTE OF:
BOOTSTRAPPING (self- starting)
BIOS (Basic Input Output system)
CMOS (Complementary Metal Oxide Semiconductor)
RAM (Random Access memory)
ROM (Read Only Memory
POST (Power on self test)
CPU (Central Processing Unit)
DOS(Disk operating system)
Windows Desktop
Windows desktop is the graphical user interface (GUI) of the
Windows Operating System. The desktop is what is displayed
when you log in on must operating systems. It provides a
platform for the user to interface with or operate the computer by
pointing and clicking the mouse button on graphical symbols to
send data and instruction to the computer and get out from it.
NOTE: Whenever a program is started in windows it occupies
certain space on screen in which it runs. That frame or box is
called a window.

Elements of Window Desktop


a. Mouse pointer: The mouse pointer indicates the current
      

position of the mouse


b. Icons: Icons are shortcut to folders, files programs and other
      

items
c. Desktop: The launch pad for application and workspace
      

d. Task bar: A bar that allows quick access to current or favorite


      

applications.
e. Start menu: Gives quick access to computer settings and
      

computer programs
f. Quick launch Toolbar: The quick launch toolbar is a section
        

of your taskbar near the Start menu where you can add


shortcuts to programs. The Quick Launch toolbar always stays
visible, even when you have a window open, for easy access to
your shortcuts.
g. System tray: The system tray is a notification area on the
        

operating system taskbar.


 
Running an Application program
To run an application program,
1. Click the start button, the start menu appears.
  

2. Click on all programs or All apps.


  

3. Navigate through the various categories or submenus that


  

appear until you find the program you intend to start.


4. Click on the application to start the application
  

Shutting Down Windows


To shut down Windows and prepare to turn off your machine, do
the following
i. Close all your open applications, making sure that any
  

document you’re currently working on are saved.


ii. Select Start > Turn Off Computer.
             

iii. Click on Turn Off.


         

Common questions

Powered by AI

The POST is a diagnostic testing sequence that is completed before a computer's operating system boots up. It is executed by the BIOS (Basic Input/Output System) which is stored in the ROM (Read Only Memory). During POST, the computer verifies that the hardware components, such as the CPU, memory, and keyboard, are functioning correctly. It checks for system integrity and ensures the CPU’s compatibility with peripherals. If no hardware issues are detected, the process continues to load the operating system from the secondary storage device into RAM. If any errors are encountered during POST, the boot sequence is interrupted, preventing the system from starting up improperly .

To effectively shut down a Windows operating system, users must first close all open applications, ensuring that any unsaved changes in documents are secured. This prevents data loss and ensures that no programs are left running, which could impede the shutdown process. Next, users should click the Start button and navigate to 'Turn Off Computer,' then select 'Turn Off.' This orderly shutdown sequence ensures that all system processes are terminated safely, power supply to hardware is disconnected correctly, and any potential issues from an improper shutdown, like file corruption, are avoided. Effective shutdown preserves system integrity and prepares the machine for the next use .

The operating system manages screen space efficiently by encapsulating each application in a window. This system allows users to switch between open applications using the taskbar, which lists all currently running programs. Users can minimize, maximize, or resize these windows to organize screen space according to their preferences. The desktop space can host multiple windows simultaneously, and users can layer these windows by bringing selected ones to the foreground. This dynamic interaction aids users in multitasking and manages screen resources effectively by keeping background applications accessible but not intrusive .

Cold booting, or hard booting, occurs when the computer is turned on from a powered-off state. It involves using the power switch to initialize the boot process. In this scenario, the CPU and memory are reset, and the BIOS conducts a full POST sequence. Conversely, warm booting, or soft booting, happens when the computer is rebooted without turning off the power completely, typically after a system crash or freeze, by using shortcut keys like CTRL+ALT+DEL. During warm booting, the CPU continues running, and the memory and BIOS are not reset. Cold booting can be used anytime, while warm booting is specifically for recovering from operational errors .

A successful boot sequence requires the proper functioning of three critical components: the BIOS, the operating system, and the hardware components. The BIOS, stored in ROM, must perform POST to ensure all hardware is operational. The operating system, located on a secondary storage device, must be intact and load correctly into RAM. Hardware components like the CPU, memory, and input devices must function properly to proceed past the initial checks and successfully start the operating system. Any failure in these components—whether in POST checks, OS loading, or hardware integrity—could lead to a failed boot process .

The system tray, positioned on the taskbar, serves as a notification area in the Windows operating system. It provides users quick access to system status and alerts regarding ongoing processes or background applications. For instance, it shows network connectivity, battery status, system volume levels, and scheduled tasks. Users can interact with these icons to receive detailed information or modify settings, facilitating real-time management of peripheral systems. The system tray's live feedback supports users in maintaining aware of and optimizing critical system functions, enhancing the operating system's usability .

The Windows desktop environment provides a graphical interface that facilitates user interaction through visual elements. Key components include the taskbar, which provides quick access to current or favorite applications, and the Start menu, which allows navigation to programs and computer settings. Users can interact with icons, serving as shortcuts to files and applications, and leverage the mouse pointer for executing commands through click actions. The system tray offers notifications about system status, while the Quick Launch Toolbar allows easy access to frequently used programs without opening multiple windows. This setup enables intuitive navigation and management of files and programs .

The taskbar in Windows enhances user efficiency and experience by consolidating essential controls and applications in one accessible location. It provides visual indicators of running applications and allows users to switch between programs instantly, which is vital for multitasking. The taskbar houses the Start menu, giving prompt access to software and settings, and the Quick Launch Toolbar, which holds shortcuts for rapidly deploying favored applications. Additionally, the system tray offers real-time notifications and system management functions, integrating seamlessly with other taskbar components to streamline user interaction with the operating system .

The BIOS is fundamental to the boot sequence as it is responsible for initiating the POST process, ensuring all components are operational before the operating system loads. As the first program executed upon powering on the computer, it oversees crucial startup routines like checking the presence of necessary hardware and verifying that the system clock and parameter settings are correct. Without a functional BIOS, the system cannot interface with storage to load the operating system, making it indispensable for boot processes. It acts as the bridging software between hardware configurations and software operations, establishing a proper environment for system startup .

The collaboration between the BIOS and the operating system is integral during the boot process as each component serves a distinct, yet interdependent, role. The BIOS initializes hardware checks and runs the POST to ensure that the essential components are ready and functioning. It then locates and loads the operating system from secondary storage into RAM. The operating system, once in memory, takes over the initialization of other system processes and provides the environment for user interaction with the hardware. A disruption in this sequence by either component leads to boot failures, highlighting their symbiotic relationship in system startup readiness and functionality .

Basic Computer Operations
Definition of Booting
Booting (also known as “booting up”) is a bootstrapping (self-
starting) proc
NOTE:
 for a computer to successfully boot, its BIOS, Operating 
System and Hardware components must all be working 
properly
It is done when the system is already
off
CPU continuous running
CPU stops working
CPU continuous running
Memory and BIOS are
Windows Desktop
Windows desktop is the graphical user interface (GUI) of the
Windows Operating System. The desktop is what is
(https://4.bp.blogspot.com/-3fUJM7qc4gI/XGPfAbkQ0oI/AAAAAAAAAHQ/mSHb4xMmIlIPrWUByZ0R7_SP2OcvdwVdACPcBGAYYCw/s1600/windows_de
visible, even when you have a window open, for easy access to
your shortcuts.
 g.      System tray: The system tray is a noti

You might also like