SlideShare uma empresa Scribd logo
1 de 30
Presentation#1
computer architecture and organization
Topic: bios,boot,process,program
loader and stack
Group Members
Rabia rasheed
FA13-BSE-010
Areeba akbar
FA13-BSE-014
Ramsha kaif ul sehar
FA13-bse-012
Bios
 a set of computer instructions in firmware which control
input and output operations.
 It also manages data flow between the computer's
operating system and attached devices such as the
hard disk, video adapter, keyboard, mouse and printer.
 The fundamental purposes of the BIOS are to initialize
and test the system hardware components, and to load
a boot loader or an operating system from a mass
memory device.
Bios
Boot
 To load the first piece of software that starts
a computer.
 A boot loader is a program whose task is to
load a bigger program, such as the operating
system.
 When the computer is powered on, it
typically does not have an operating system
or its loader in random access memory
(RAM)
Types of Booting
 There are two types of booting
1.Cold booting
when the computer is started after having been
switched off.
2.Warm booting
when the operating system alone is
restarted
(without being switched off) after a system
crash or 'freeze.'
Boot process
 There are two boot processes.
1. Boot priority
2. Boot failure
1. Boot priority
The boot priority is the order in which these
devices are search to find a valid bootable
operating system.
2.Boot failure
Boot failure means when you lose hard drive of
your computer.
PROCESS
What is process?
 Process is an instance of a computer program
that is being executed. It contains the program
code and its current activity.
 In UNIX , a process is started when a program is
initiated.
 An application that is being shared by multiple
users will generally have one process at some
stage of execution for each user.
Example
EXAMPLE (1)
SUBPROCESS
 Child process
A child process in computing is a proces created by
another process .
 Parent process:
A parent process is a process that has created one
or more child processes.
 Zombie process:
A zombie process is a process that has occurs for child
processes where the entry is still needed to allow the
parent process to read status once the exit status is
read via the wait system call, the zombie's entry is
removed from the process table and it is said to be
"reaped.
Example of sub process
Example(2)
PROCESS STATE
 In a multitasking computer system,
processes may occupy a variety of
states.
 They are a useful abstraction for the
understanding of processes.
Process states
 New
 Ready
 Runing
 Waiting
 Terminated
EXAMPLE
Process and Threads
 Threads are used for small tasks,
whereas processes are used for more
'heavyweight' tasks – basically the
execution of applications.
Differences
Threads
 Will by default share memory
 Will share file descriptors
 Will share filesystem context
Processes
 Will by default not share memory
 Most file descriptors not shared
 Don't share filesystem context
TYPES OF PROCESS
 Real time process:
 Process data immediatly.
 Batch process:
 Process data automatically.
 Online process:
 In this user interact direct with computer
STACK
 Stack is a storage structure that stores
information in such a way that the last item
stored first item retrieved
 It is based on the principles of LIFO(last-in-
first-out)
 Register stack
 A stack can be organized as collection of
finite number of register that are used to
store temporary information during the
execution of a programm .
 Stack pointer
 Stack pointer is a register that hold the
address of top of element of the stack
Memory stack
A stack can be implemented in a
random access memory
(RAM)attached to a CPU
The starting memory location of the
stack is specified by the processor
register as stack pointer
bios booting process

Mais conteúdo relacionado

Mais procurados

Basics of boot-loader
Basics of boot-loaderBasics of boot-loader
Basics of boot-loaderiamumr
 
Windows 7 Installation
Windows 7 InstallationWindows 7 Installation
Windows 7 Installationkhirstyschon05
 
System Booting Process overview
System Booting Process overviewSystem Booting Process overview
System Booting Process overviewRajKumar Rampelli
 
Unified Extensible Firmware Interface (UEFI)
Unified Extensible Firmware Interface (UEFI)Unified Extensible Firmware Interface (UEFI)
Unified Extensible Firmware Interface (UEFI)k33a
 
Process & Thread Management
Process & Thread  ManagementProcess & Thread  Management
Process & Thread ManagementVpmv
 
Basic Troubleshooting
Basic TroubleshootingBasic Troubleshooting
Basic TroubleshootingAaron Abraham
 
Computer memory
Computer memoryComputer memory
Computer memorynikunjandy
 
Linux booting procedure
Linux booting procedureLinux booting procedure
Linux booting procedureDhaval Kaneria
 
Linux booting process!!
Linux booting process!!Linux booting process!!
Linux booting process!!sourav verma
 
Trouble shooting a computer
Trouble shooting a computerTrouble shooting a computer
Trouble shooting a computerheidirobison
 
Linux Boot Process
Linux Boot ProcessLinux Boot Process
Linux Boot Processdarshhingu
 
Disk management / hard drive partition management / create drive or partition...
Disk management / hard drive partition management / create drive or partition...Disk management / hard drive partition management / create drive or partition...
Disk management / hard drive partition management / create drive or partition...Ajay Panchal
 

Mais procurados (20)

Basics of boot-loader
Basics of boot-loaderBasics of boot-loader
Basics of boot-loader
 
Install operating system
Install operating systemInstall operating system
Install operating system
 
Windows 7 Installation
Windows 7 InstallationWindows 7 Installation
Windows 7 Installation
 
Bootloaders
BootloadersBootloaders
Bootloaders
 
Windows file system
Windows file systemWindows file system
Windows file system
 
System Booting Process overview
System Booting Process overviewSystem Booting Process overview
System Booting Process overview
 
Unified Extensible Firmware Interface (UEFI)
Unified Extensible Firmware Interface (UEFI)Unified Extensible Firmware Interface (UEFI)
Unified Extensible Firmware Interface (UEFI)
 
Bios
Bios Bios
Bios
 
Bios vs uefi
Bios vs uefiBios vs uefi
Bios vs uefi
 
Process & Thread Management
Process & Thread  ManagementProcess & Thread  Management
Process & Thread Management
 
Hard Disk Drive
Hard Disk DriveHard Disk Drive
Hard Disk Drive
 
Basic Troubleshooting
Basic TroubleshootingBasic Troubleshooting
Basic Troubleshooting
 
RAID
RAIDRAID
RAID
 
Computer memory
Computer memoryComputer memory
Computer memory
 
Linux booting procedure
Linux booting procedureLinux booting procedure
Linux booting procedure
 
Linux booting process!!
Linux booting process!!Linux booting process!!
Linux booting process!!
 
Trouble shooting a computer
Trouble shooting a computerTrouble shooting a computer
Trouble shooting a computer
 
Linux Boot Process
Linux Boot ProcessLinux Boot Process
Linux Boot Process
 
HARD DISK DRIVE
HARD DISK DRIVE HARD DISK DRIVE
HARD DISK DRIVE
 
Disk management / hard drive partition management / create drive or partition...
Disk management / hard drive partition management / create drive or partition...Disk management / hard drive partition management / create drive or partition...
Disk management / hard drive partition management / create drive or partition...
 

Semelhante a bios booting process

Application software and system software
Application software and system softwareApplication software and system software
Application software and system softwareshujra
 
Booting of Computer System
Booting of Computer SystemBooting of Computer System
Booting of Computer SystemArzath Areeff
 
Windows 1Fundaments.ppt
Windows 1Fundaments.pptWindows 1Fundaments.ppt
Windows 1Fundaments.pptkarthikvcyber
 
OS-20210426203801 introduction to os.ppt
OS-20210426203801 introduction to os.pptOS-20210426203801 introduction to os.ppt
OS-20210426203801 introduction to os.pptnaghamallella
 
operating system1.pdf
operating system1.pdfoperating system1.pdf
operating system1.pdfGanesh198271
 
Introduction and fundamentals of Operating System.ppt
Introduction and fundamentals of Operating System.pptIntroduction and fundamentals of Operating System.ppt
Introduction and fundamentals of Operating System.pptminaltmv
 
Amr Chap 08 Operating Systems & Utility Programs
Amr Chap 08 Operating Systems & Utility ProgramsAmr Chap 08 Operating Systems & Utility Programs
Amr Chap 08 Operating Systems & Utility Programssharing notes123
 
CSC1100 - Chapter06 - Operating System & Utility Programs
CSC1100 - Chapter06 - Operating System & Utility ProgramsCSC1100 - Chapter06 - Operating System & Utility Programs
CSC1100 - Chapter06 - Operating System & Utility ProgramsYhal Htet Aung
 
motherboard.pptx
motherboard.pptxmotherboard.pptx
motherboard.pptxRaviRaval36
 
Basics of Operating System
Basics of Operating SystemBasics of Operating System
Basics of Operating SystemSoumit Ghosh
 

Semelhante a bios booting process (20)

Application software and system software
Application software and system softwareApplication software and system software
Application software and system software
 
Booting
BootingBooting
Booting
 
Booting of Computer System
Booting of Computer SystemBooting of Computer System
Booting of Computer System
 
OS-20210426203801.ppt
OS-20210426203801.pptOS-20210426203801.ppt
OS-20210426203801.ppt
 
OS-20210426203801.ppt
OS-20210426203801.pptOS-20210426203801.ppt
OS-20210426203801.ppt
 
OS-20210426203801.ppt
OS-20210426203801.pptOS-20210426203801.ppt
OS-20210426203801.ppt
 
OS full chapter.ppt
OS full chapter.pptOS full chapter.ppt
OS full chapter.ppt
 
Windows 1Fundaments.ppt
Windows 1Fundaments.pptWindows 1Fundaments.ppt
Windows 1Fundaments.ppt
 
OS-20210426203801.ppt
OS-20210426203801.pptOS-20210426203801.ppt
OS-20210426203801.ppt
 
OS-20210426203801 introduction to os.ppt
OS-20210426203801 introduction to os.pptOS-20210426203801 introduction to os.ppt
OS-20210426203801 introduction to os.ppt
 
Operating system.pptx
Operating system.pptxOperating system.pptx
Operating system.pptx
 
Operating system.pptx
Operating system.pptxOperating system.pptx
Operating system.pptx
 
operating system1.pdf
operating system1.pdfoperating system1.pdf
operating system1.pdf
 
Introduction and fundamentals of Operating System.ppt
Introduction and fundamentals of Operating System.pptIntroduction and fundamentals of Operating System.ppt
Introduction and fundamentals of Operating System.ppt
 
Amr Chap 08 Operating Systems & Utility Programs
Amr Chap 08 Operating Systems & Utility ProgramsAmr Chap 08 Operating Systems & Utility Programs
Amr Chap 08 Operating Systems & Utility Programs
 
CSC1100 - Chapter06 - Operating System & Utility Programs
CSC1100 - Chapter06 - Operating System & Utility ProgramsCSC1100 - Chapter06 - Operating System & Utility Programs
CSC1100 - Chapter06 - Operating System & Utility Programs
 
OS_Intro_Chap_1.ppt
OS_Intro_Chap_1.pptOS_Intro_Chap_1.ppt
OS_Intro_Chap_1.ppt
 
motherboard.pptx
motherboard.pptxmotherboard.pptx
motherboard.pptx
 
BIOS AND OS
BIOS AND OSBIOS AND OS
BIOS AND OS
 
Basics of Operating System
Basics of Operating SystemBasics of Operating System
Basics of Operating System
 

bios booting process

  • 1. Presentation#1 computer architecture and organization Topic: bios,boot,process,program loader and stack
  • 2. Group Members Rabia rasheed FA13-BSE-010 Areeba akbar FA13-BSE-014 Ramsha kaif ul sehar FA13-bse-012
  • 3. Bios  a set of computer instructions in firmware which control input and output operations.  It also manages data flow between the computer's operating system and attached devices such as the hard disk, video adapter, keyboard, mouse and printer.  The fundamental purposes of the BIOS are to initialize and test the system hardware components, and to load a boot loader or an operating system from a mass memory device.
  • 5. Boot  To load the first piece of software that starts a computer.  A boot loader is a program whose task is to load a bigger program, such as the operating system.  When the computer is powered on, it typically does not have an operating system or its loader in random access memory (RAM)
  • 6. Types of Booting  There are two types of booting 1.Cold booting when the computer is started after having been switched off. 2.Warm booting when the operating system alone is restarted (without being switched off) after a system crash or 'freeze.'
  • 7. Boot process  There are two boot processes. 1. Boot priority 2. Boot failure 1. Boot priority The boot priority is the order in which these devices are search to find a valid bootable operating system. 2.Boot failure Boot failure means when you lose hard drive of your computer.
  • 9. What is process?  Process is an instance of a computer program that is being executed. It contains the program code and its current activity.  In UNIX , a process is started when a program is initiated.  An application that is being shared by multiple users will generally have one process at some stage of execution for each user.
  • 12. SUBPROCESS  Child process A child process in computing is a proces created by another process .  Parent process: A parent process is a process that has created one or more child processes.  Zombie process: A zombie process is a process that has occurs for child processes where the entry is still needed to allow the parent process to read status once the exit status is read via the wait system call, the zombie's entry is removed from the process table and it is said to be "reaped.
  • 13. Example of sub process
  • 15. PROCESS STATE  In a multitasking computer system, processes may occupy a variety of states.  They are a useful abstraction for the understanding of processes.
  • 16. Process states  New  Ready  Runing  Waiting  Terminated
  • 18. Process and Threads  Threads are used for small tasks, whereas processes are used for more 'heavyweight' tasks – basically the execution of applications.
  • 19. Differences Threads  Will by default share memory  Will share file descriptors  Will share filesystem context Processes  Will by default not share memory  Most file descriptors not shared  Don't share filesystem context
  • 20. TYPES OF PROCESS  Real time process:  Process data immediatly.  Batch process:  Process data automatically.  Online process:  In this user interact direct with computer
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27. STACK  Stack is a storage structure that stores information in such a way that the last item stored first item retrieved  It is based on the principles of LIFO(last-in- first-out)
  • 28.  Register stack  A stack can be organized as collection of finite number of register that are used to store temporary information during the execution of a programm .  Stack pointer  Stack pointer is a register that hold the address of top of element of the stack
  • 29. Memory stack A stack can be implemented in a random access memory (RAM)attached to a CPU The starting memory location of the stack is specified by the processor register as stack pointer