Software GCSE COMPUTING.

Slides:



Advertisements
Similar presentations
FatMax Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 LicenseCreative Commons Attribution-NonCommercial-ShareAlike 2.5.
Advertisements

Lesson 4 0x Operating Systems.
The Operating System. What is an Operating System? The program that is loaded first and manages the hardware resources like main memory, backing storage.
The Operating System. What is an Operating System? The software which makes it possible for you to use your computer The software which starts up when.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Fall 2006.
What’s the computer?? computer is an electronic device that stores, processes, inputs, and outputs data to produce a result.
Chapter 6 Review System Software: Operating Systems and Utilities.
What You Will Learn Components of a computer’s system software The importance of an operating system Functions of an operating system Types of user interfaces.
Professor Michael J. Losacco CIS 1110 – Using Computers Operating Systems & Utility Programs Chapter 7.
Operating Systems: Software in the Background
1 Operating Systems Ch An Overview. Architecture of Computer Hardware and Systems Software Irv Englander, John Wiley, Bare Bones Computer.
1 DOS with Windows 3.1 and 3.11 Operating Environments n Designed to allow applications to have a graphical interface DOS runs in the background as the.
Computer Parts There are many parts that work together to make a computer work.
Computer Basics Flashcards #2
The Operating System The operation system (OS) is a set of programs that coordinates: Hardware functions Interaction between application software and computer.
Operating Systems Chapter 4.
Week 6 Operating Systems.
Computer for Health Sciences
Lesson 4 Computer Software
Types of Operating System
Operating Systems What do you have left on your computer after you strip away all of the games and application programs you bought and installed? Name.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Ch 26 & 27 User Interfaces.
Lesson 6 Operating Systems and Software
Today’s Agenda: Computer Basics Review Hardware: The physical components of a computer, any internal or external computer part that you can touch. Software:
Chapter 8 Operating Systems and Utility Programs Serena Oldhouser.
CS101: Introduction to Computing Instructors: Badre Munir, Usman Adeel, Zahid Irfan & Maria Riaz Faculty of Computer Science and Engineering GIK Institute.
Chapter 4 System Software.
1 AQA ICT AS Level © Nelson Thornes 2008 Operating Systems What are they and why do we need them?
An Overview of Using Computers
CS 1308 Computer Literacy and the Internet. Introduction  Von Neumann computer  “Naked machine”  Hardware without any helpful user-oriented features.
Standard Grade Computing System Software & Operating Systems.
University of Management & Technology 1 Operating Systems & Utility Programs.
System Software Chapter 4 of Computers: Understanding Technology (Third edition) 1September 16, William Pegram.
What is system software and what are its parts? Programs that control operation of computer Two parts are operating systems utility programs.
Computing and the Web Operating Systems. Overview n What is an Operating System n Booting the Computer n User Interfaces n Files and File Management n.
Operating Systems. Without an operating system your computer would be useless! A computer contains an Operating System on its Hard Drive. This is loaded.
Operating Systems TexPREP Summer Camp Computer Science.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
System Software CSCI-N 100 Department of Computer and Information Science.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Foundation year Lec.3: Computer SoftwareLec.3: Computer Software Lecturer: Dalia Mirghani Year: 2014/2015.
Operating Systems Lesson Objective: Understanding the functions of an operating system. Learning Outcome: Answer some basic questions on operating systems.
Parts of the Computer System
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
Lecture on Central Process Unit (CPU)
Types of Software Chapter 2.
Computer Systems The Kingsway School. What are Computer Systems? Computer systems process data electronically Data is information which has no meaning.
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
GCSE Computing: A451 Computer Systems & Programming Topic 3 Software System Software (1) The Operating System.
System Software (1) The Operating System
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
Computer Organisation
Nat 4/5 Computing Science Software
Operating Systems & System Software
Lesson 4 0x Operating Systems.
Operating System Review
Chapter 5: Using System Software
TYPES AND COMPONENTS OF COMPUTER SYSTEM
TexPREP Summer Camp Computer Science
Operating Systems What are they and why do we need them?
IB Computer Science Topic 2.1.1
Operating System Review
Systems Software Keywords Operating Systems
OPERATING SYSTEMS.
Operating System Review
Software - Operating Systems
Materials prepared by Dhimas Ruswanto, BMm
Presentation transcript:

Software GCSE COMPUTING

What is software? As you know “hardware” is the physical parts of the “computer” eg CPU, screen, RAM, Hard Drive etc Software is the programs that run on the “computer” Eg Microsoft Windows Android Internet Explorer PowerPoint Computer Games Virus Checkers Etc.

Types There are basically two types of software: System Software Operating Systems – that make all the parts of the “computer” actually operate and work together Microsoft Windows Android OS X Utility Programs – Defragmenters, Virus Checkers, etc Translators – Visual Studio Applications – programs to do various jobs or tasks Eg Word processing (Microsoft Word) Web Browsing (Mozilla Firefox)

Computer Start Up Also know as “boot up” or “booting” A small program to start the computer up when it is switched on. It is called the BIOS (Basic Input Output System) It does just enough to get the operating system loaded. It is stored in ROM (Read Only Memory)

Operating Systems Software to “operate” the computer hardware, there is a vast selection of different hardware and application software that must be made to work together. Operating systems are found on almost any device that contains a computer eg mobile phones, video game consoles, personal computers Microsoft Windows Apple OS X Linux Android Symbian Devices that don’t need an operating system, microwave ovens, washing machines. Why not? Because the hardware and operation is fixed and can be programmed for directly.

Functions of an OS Memory Management Multi-tasking/Process Management Peripheral Management Security User Interface

Memory Management When you start up a program on the computer, the OS will copy it from the Hard disk to the main memory (RAM) and gives it the processor the address (location) of where it starts. The processor can then FETCH, DECODE and EXECUTE each instruction in turn. When you run a program it will use data, the variable declarations at the start will set up locations in memory, allocating appropriate space, based on the data types. The memory management of the OS needs to manage the space used by the programmes.

Multi-Tasking/ Process Management You as a user run multiple programs on your PC, the OS will also be running lots of backgrounds tasks as well just to manage the computer itself. A processor can only execute one instruction at a time (based one a single core!). THEREFORE the OS has to manage a order of PRIORITY of the programs, as some will be more demanding/crucial than others. IF the RAM is near full or the processor has not many instructions to deal with, the OS will stop certain functions, i.e. GENIE effects of windows, pause a the film etc.

Peripheral Management Input, Output devices and storage, these are hardware components that are not apart of the CPU (processor and main memory)! So a keyboard is, but so is a HARD DISK! Writing to output devices and storage is slower than the moving data around the CPU. The OS will use buffers (queues) to make sure that data is not lost. Reading data from storage or input devices is also slow So, again the OS must manage how much processor time each input, output devices or storage gets.

Security Depending on the OS, there will be different levels of security. Username & Passwords User level of access Admin Teacher Pupil These can also be applied to files (read only, not access to certain levels, passwords etc), but to also network drives.

User Interface Currently you are using Windows 7. You use a different Windows, click on different Icons, look and choose from different menus and use your Mouse cursor to Point and click on the Icons, Windows and menus. So you currently use a WIMP (Windows, Icons, Menus and Pointers) user interface. Before Windows and GUI (graphical user interfaces) was CLI (Command Line Interface)

CLI & GUI CLI is hard to use as you must know all the commands, plus it is VERY hard to layout anything. GUL or WIMP is completely graphical and use a cursor or touch.