4.4.1 The Operating System.

Slides:



Advertisements
Similar presentations
including File Management
Advertisements

?  Able to explain the 6 key functions of system software  Able to explain each using a suitable example  Identify three different system software.
Operating System.
CS 0008 Day 2 1. Today Hardware and Software How computers store data How a program works Operators, types, input Print function Running the debugger.
Week 6 Operating Systems.
Bellringer Do you think students should study computers? Why or why not?
Chapter-4 Windows 2000 Professional Win2K Professional provides a very usable interface and was designed for use in the desktop PC. Microsoft server system.
Today’s Agenda: Computer Basics Review Hardware: The physical components of a computer, any internal or external computer part that you can touch. Software:
Sharing Resources Lesson 6. Objectives Manage NTFS and share permissions Determine effective permissions Configure Windows printing.
Type of Software There are two main types of software They are System software Application software Hardware System Software (OS) Application Software.
Operating System. Architecture of Computer System Hardware Operating System (OS) Programming Language (e.g. PASCAL) Application Programs (e.g. WORD, EXCEL)
Operating Systems  By the end of this session, you will know: What an Operating System is. The functions it performs.
1 AQA ICT AS Level © Nelson Thornes 2008 Operating Systems What are they and why do we need them?
Outcome 2 – Computer Software The Range of Software Available The Different Categories of Software System Software Programming Languages Applications Software.
Software GCSE COMPUTING.
Overview of Windows and Microsoft Word. Operating System Performs 3 functions –Controls the hardware of the computer Screen, keyboard, disk drives, etc.
Computer Software Computer Technology Day 5. Software  Provides step-by-step instructions that tell the computer how to perform  Categories  System.
Operating System (OS) Basics. Operating System Basics Software (applications) Operating System (OS) Hardware.
Learning Objective The students should be able to: a. state the definition of software b. state the usage of software c. list different types of software.
Operating Systems Lesson Objective: Understanding the functions of an operating system. Learning Outcome: Answer some basic questions on operating systems.
Identify internal hardware devices (e. g
Chapter 1: Applying Computer Basics – Lesson 1 © 2010, 2006 South-Western, Cengage Learning.
Application Software System Software.
Today: Student will be able to describe the basics of their class and computing Tell me about you and how you use computers. Lesson 1 Slide 1.
1 3 Computing System Fundamentals 3.3 Computer Systems.
Lecture 1: Network Operating Systems (NOS) An Introduction.
THE WINDOWS OPERATING SYSTEM Computer Basics 1.2.
Introduction To Computers
Computer Fundamentals. Examples of Computers Hand-held (HPC)PDATablet PCLaptop/Notebook DesktopTowerWorkstation Computer Basics.
1 AQA ICT AS Level © Nelson Thornes 2008 Operating Systems What are they and why do we need them?
 Computer hardware refers to the physical parts of a computer and related devices. Internal hardware devices include motherboards, hard drives,
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
Operating Systems Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
2Operating Systems  Program that runs on a computer  Manages hardware resources  Allows for execution of programs  Acts as an intermediary between.
Identify internal hardware devices (e. g
Identify internal hardware devices (e. g
DISCOVERING COMPUTERS 2018 Digital Technology, Data, and Devices
Computer Organisation
Nat 4/5 Computing Science Software
Operating Systems What an Operating System is.
Operating Systems & System Software
Operating System Review
Operating System.
Computer Software.
Operating Systems Overview
Directions: GO THROUGH THE FOLLWING SLIDES. Make sure you have quizlet cards for all the vocabulary. Study the terms.
Operating Systems What are they and why do we need them?
Module 1.1 Introduction to computers
What is an Operating System?
Chapter 1: Applying Computer Basics – Lesson 1
Operating System Review
OPERATING SYSTEMS.
Directions: GO THROUGH THE FOLLWING SLIDES. Make sure you have quizlet cards for all the vocabulary. Study the terms GCFLearnFree website “Computer Basics”:
Software Introduction
Network Models, Hardware, Protocols and number systems
Operating System Review
Chapter 1: How are computers organized?
Information Technology Ms. Abeer Helwa
Unit 1: Introduction to Operating System
Types of Software.
Operating Systems Tasks 17/02/2019.
Operating Systems Tasks 04/04/2019.
LO2 – Understand Computer Software
Digital Literacy 1.00 Computer Basics
Software - Operating Systems
TOPIC: HARDWARE AND SOFTWARE
Chapter-1 Computer is an advanced electronic device that takes raw data as an input from the user and processes it under the control of a set of instructions.
Operating Systems Tasks 05/08/2019.
Bioinformatics (Nursing)
Windows 10 An Operating System
Presentation transcript:

4.4.1 The Operating System

Video https://www.youtube.com/watch?v=5AjReRMoG3Y

File Management File management The operating system manages the storage of files and directories (folders). The operating system stores files in a hierarchy of directories.

Input / Output (i/O) Management Input / output management The operating system manages data transfers between the CPU and the input and output devices, such as the keyboard and printers. The software that allows this data transfer may already be part of the operating system, or the user might need to install a driver to handle input and output from a particular device.

Resource Management/Allocation Resource allocation A resource is any part of the computer system. Examples include a printer, memory, hard disk drive or processor time. The operating system allocates the computer system’s available hardware to the programs running (processes) at any one time. While a program is running, the data and instructions are stored in the main memory and it is the operating system that allocates appropriate memory to each program. The operating system also ensures that instructions and data do not interfere with each other.

Process Management Process Management multi-processing operating systems allow many processes to be run at the same. The CPU can only execute one task at a time. To perform multi-processing it switches quickly between the processes. It is the operating system that schedules which process to run. See Task Manager (Processes Tab)

Process Management (2) The operating system: gives each process a unique process ID allocates space in memory to hold the instructions and data for a program assigns priority which determines the order in which processes will run links processes with a user.

Network Management Network management It is the operating system that manages the operation of the computer system’s network connections. See Task Manager (Networking tab)

User Management User management The operating system also manages the user(s) of the computer system, providing users with an interface to the computer system, privileges to perform certain tasks and security features to protect the users and the system.

Single User and Multi-User Operating Systems some operating systems, such as those found on mobile phones, are single user operating systems, while other operating systems are multi-user which allows more than one user to “log on” using a username and a password. Many operating systems have an administrator or “superuser” who has full privileges to alter any aspects of the computer system including adding new user accounts. Users can be granted different privileges, such as the right to access particular files or directories. Restricting users’ access is one of the ways in which system administrators protect the integrity of the computers and network.

P:\GCSE Computer Science\4 - Computers and Assembly Language\Lesson 4\ Operating System Link.docx

4.4.2 Application Software Web Browser – Internet Explorer, FireFox, Google Chrome, Safari…etc Used to view webpages (HTML files) and content on the WWW. Word Processors – MS Word, Open Office Word…etc Used to type reports, letters, evaluations…etc Presentation Software – MS PowerPoint, Open Office Presentation…etc Used to create presentations for lessons/lectures, business meetings…etc Spreadsheets – MS Excel, Open Office Spreadsheet…etc Used to create models of real world situations (e.g. businesses, financial projections, pupils in a class…etc) Used to perform calculations, using formulae Databases – MS Access Used to store data records on people, objects/items, animals…etc Mobile Apps – A mobile type of applications software to be accessed through mobile devices (e.g. smartphones and tablets).

4.4.2

4.4.2

4.4.1

4.4.1

4.4.2

4.4.1

4.4.1

4.4.3

4.4.3