Operating Systems Foundation Computing Half the people you know are below average.

Slides:



Advertisements
Similar presentations
Hardware Lesson 3 Inside your computer.
Advertisements

Chapter 8: Operating Systems and Utility Programs
Basic Computer Vocabulary
An Overview of the Computer System
Basic Computer Hardware and Software.
An Overview of the Computer System
Computer Hardware.
Essential Computer Concepts
Why do we need to learn about computers? Hardware & Software Windows95 Desktop - GUI? Mice? Internet Explorer & Netscape Microsoft Applications: –Excel.
Unit 6- Operating Systems.  Identify the purpose of an OS  Identify different operating systems  Describe computer user interaction with multiple operating.
CMPTR1 CHAPTER 3 COMPUTER SOFTWARE Application Software – The programs/software/apps that we run to do things like word processing, web browsing, and games.
Introduction to Computers
IS Fall 2009 Chapter 3 9/2/2009. Epidemics and Health H1N1 – Younger are more at risk – Easily spread in crowds (like classes) Two of your lowest.
Introduction to Computer Terminology
Files & Folders Mrs. Marshell Faubion Middle School.
Installing Windows XP Professional Using Attended Installation Slide 1 of 41Session 2 Ver. 1.0 CompTIA A+ Certification: A Comprehensive Approach for all.
ICAICT101A Operate a Personal Computer. A computer is an electronic device that allows you to process and store data (information)… 2.
Standard 1 - Objective 2: Understand, evaluate, and use computer software.
Chapter 4: Operating Systems and File Management 1 Operating Systems and File Management Chapter 4.
SOFTWARE.
Computer for Health Sciences
Section 6.1 Explain the development of operating systems Differentiate between operating systems Section 6.2 Demonstrate knowledge of basic GUI components.
TC2-Computer Literacy Mr. Sencer February 8, 2010.
® Microsoft Office 2010 Essential Computer Concepts.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Computer Systems Week 10: File Organisation Alma Whitfield.
BASIC COMPUTER OPERATION Gülçin Sağdıçoğlu Celep Department of Mathematics METU 2003.
Flash Cards Computer Technology.
Chapter 4 System Software.
Learning Targets Identify the external parts of the computer Identify examples of input devices Identify examples of output devices Define basic computer.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
Chapter 2 – Software Part A. Definition Computer is made up of two components Hardware Physical components Software Instructions for the computer Two.
Agenda Last class: Computer Hardware Today: –Typing for 10 minutes –Computer Software –Journal 2 homework.
Introduction to Computers
Section 2 Software.
Software Writer:-Rashedul Hasan Editor:- Jasim Uddin.
Data Representation and Storage Lecture 5. Representations A number value can be represented in many ways: 5 Five V IIIII Cinq Hold up my hand.
Section 2 Section 2.1 Identify hardware Describe processing components Compare and contrast input and output devices Compare and contrast storage devices.
Computer Science in Medicine MDCS 134 Lecture 2. What is a Software? Its step by step instructions telling the computer how to process data, execute operations.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
Operating Systems Lesson Objective: Understanding the functions of an operating system. Learning Outcome: Answer some basic questions on operating systems.
An Overview of the Computer System lesson 1. This lesson includes the following sections: The Parts of a Computer System Looking Inside the Machine Software:
© 2006 Pearson Education Chapter 1: Computer Systems.
1 Software. 2 What is software ► Software is the term that we use for all the programs and data on a computer system. ► Two types of software ► Program.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Course Title: Introduction to Computer Course Instructor: ILTAF MEHDI Chapter No: 04 1BY ILTAF MEHDI (MCS, MCSE, CCNA)
Know what a computer is used for Understand the difference between hardware and software Be able to describe the way that data is stored in a computer.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Chapter 4 Software. Introduction Program: is a set of sequence instructions that tell the computer what to do. Software: is a collection of programs,
Fly Swatter Game Let’s Swat It Now!!. A contract that defines acceptable rules and policies for computer use:
How Much Do I Remember? Are you ready to play.....
Binary Numbers. Base 10 and Base 2  We normally work with numbers in base 10.  In base 10 we use the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.  Everything.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
Nat 4/5 Computing Science Software
Basic Computer Hardware and Software.
An Overview of the Computer System
Computer Hardware and Software
Memory Parts of a computer
What is Binary? Binary is a two-digit (Base-2) numerical system, which computers use to process and store data. The reason computers use the binary system.
Computing Fundamentals
Operating Systems Overview
הכרת המחשב האישי PC - Personal Computer
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
An Overview of the Computer System
How do computers work? Storage.
Types of Software Mrs. S. Palmer Office Administration.
ICS103 Programming in C 1: Overview of Computers And Programming
Presentation transcript:

Operating Systems Foundation Computing Half the people you know are below average.

2 of 22 Overview  Operating systems  Application Software  Security  Files  A mystery

3 of 22 Operating system  Sits between the user (you) and the physical hardware  Makes tasks simple - you don’t need to be a programmer to use a computer  Command line environment vs graphical user interface (GUI)  Customization

4 of 22 Operating system  Sits between the user (you) and the physical hardware  Makes tasks simple - you don’t need to be a programmer to use a computer  Command line environment vs graphical user interface (GUI)  Customization

5 of 22 Operating system (2)  Is responsible for Running and scheduling of programs (processes) Hardware management Memory allocation Networking (communication with other computers) Security (administrator, restricted permissions for users) File management And more!

6 of 22 Examples of popular OS's  Unix  Mac OS  Windows  Linux (free, open source)

7 of 22 Application software  Is not part of the OS, although it may be sold in the same package  Allows the user to perform a certain task  Examples: Word processing software Games Web clients (browser, ) Database software

8 of 22 Security  Security flaws (install updates)  Firewall (make sure it is turned on)  Virus Protection (scan regularly!)  SPAM Filters  Never open an attachment from a stranger!  Archiving/backup

9 of 22 Virus Software  Popular Brands of Virus Software: Symantec (USQ staff use this) Norton's PC-Cillin AVG (free version:  Update the virus database regularly  Scan your system regularly

10 of 22 A house or business Firewall  You will sometimes need to turn it off Firewalls prevent communication.  Don't forget to turn it on again later!  Firewall is often contained in ADSL modem GWGW PC Firewall needed here. Internet not needed here.

11 of 22 Files – get organised  Files are used for Documents Graphics Music Data  Files are organised in: Directories (folders) CD's Archives

12 of 22 File Systems  Files are stored in file systems.  Your computer may need to check or repair your file system from time to time.  Turning off without shutting down may damage the file system.

13 of 22 Files (2)  Hierarchical structure  Files have a name and a suffix Windows does not necessarily display the suffix In Windows the suffix is used to identify the file type, eg letter.txt

14 of 22 Files (2)

15 of 22 Files (3)  Text files: Contain only text (ASCII)  No fancy fonts, symbols, images etc  Just characters you can type from the keyboard Can be viewed in simple text editor like notepad Examples:  Files with.txt extension  Html files  Source code from most programming languages

16 of 22 Files (4)  Binary files Executable programs (eg.exe) Application specific formats (.doc,.xls,.ppt) Graphics, multimedia (.jpg,.gif,.mp3) Usually not easily readable if opened in Notepad Open with WordOpen with Notepad

17 of 22

18 of 22 Files (5)  Windows associates file extensions with an application, eg:.txt -> opened in Notepad.doc -> opened in Word.html -> opened in Internet Explorer  The icon indicates which application is associated with a file

19 of 22 Binary numbers  All computer data is stored in the binary number system  Only uses 0 and 1 (binary=2 digits, decimal=10 digits)  One bit is either 0 or 1  One byte is 8 bits (2 8 =2x2x2x2x2x2x2x2=256 possible values)

20 of 22 File Size Units  1024 (=2 10 ) major scaling factor  1 KB (kilobyte) =1024 bytes (B)  1 MB (megabyte) = 1024 KB  1 GB (gigabyte) = 1024 MB  1 TB (terabyte) = 1024 GB

21 of 22 A mystery  I bought a hard disk with a size of 40 GB  Why does my computer tell me it can only store 37.3 GB?

22 of 22 A mystery (solved)  I bought a hard disk with a size of 40 GB  Why does my computer tell me it can only store 37.3 GB?  Answer: Hard disk manufacturers use file size units in a different way: They gave me 40,000,000,000 B and divided by 1000 each step, not by 1024, to reach GB But we know 40,000,000,000 B = 39,062,500 KB = 38,147 MB = 37.3 GB !!!