Computer Technology Notes #3

Slides:



Advertisements
Similar presentations
What is Computer Software?. Hardware vs Software Got to have both to get the job done!
Advertisements

What is Computer Software?. Hardware vs Software Got to have both to get the job done!
Operating Systems. Operating System (OS) The software that manages the sharing of the resources of a computer. Examples of Operating Systems ◦ Windows.
What is an operating system? Is it software?
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.
Chapter 1 An Overview of Personal Computers
1 The development of modern computer systems Early electronic computers Mainframes Time sharing Microcomputers Networked computing.
Systems Software Operating Systems.
Standard 1 - Objective 2: Understand, evaluate, and use computer software.
Operating System.
COMPUTER SYSTEM.
SOFTWARE.
Lesson 4 Computer Software
Operating Systems Operating System
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
Lesson 6 Operating Systems and Software
M. Guymon - Pleasant Grove High - Spring 2003 Operating Systems Computer Technology.
Systems Software & Operating systems
What is a computer? What is its definition? A computer is a programmable machine designed to sequentially and automatically carry out a sequence of arithmetic.
Computer Software Computer Technology Day 5. Software  Provides step-by-step instructions that tell the computer how to perform  Categories  System.
What is Computer Software?. Hardware vs Software Got to have both to get the job done!
Chapter 4 System Software. Software Programs that tell a computer what to do and how to do it. Sets of instructions telling computers to perform actions.
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.
M. Guymon Pleasant Grove High School Spring 2003 Operating Systems Computer Technology Day 3.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
An operating system is the software that makes everything in the computer work together smoothly and efficiently. What is an Operating System?
Operating Systems Computer Technology Created by M. Guymon Pleasant Grove High School Spring 2003 Modified by M. Corbett Lehi Junior High Summer 2010.
Computer Components: Software Computer Technology.
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.
Operating Systems. An operating system (os) is a software program that enables the computer hardware to communicate and operate with the computer software.
Main Computer Components
CONTENT  Introduction Introduction  Operating System (OS) Operating System (OS) Operating System (OS)  Summary Summary  Application Software Application.
Types of Software Chapter 2.
The 5 generations of computers. Generations of computers The history of computer development is often referred to in reference to the different generations.
Graphical User Interfaces (GUI’s ). & Command-Line Interfaces.
Computer Operating Systems And Software applications.
THE FIVE GENERATIONS OF COMPUTERS
System SOFTWARE.
The Five Generations of Computers
Computers: Tools for an Information Age
Introduction to Computers Mrs. Gambucci
Computer Generations First Generation ( )
Nature & Types of Software
Operating System Review
The Five Generations of Computers
The Five Generations of Computers
Practical Oriented Theory
Computer Hardware and Software
TYPES AND COMPONENTS OF COMPUTER SYSTEM
Computer Concept What is a computer?
Chapter 3 Software Interfaces.
What is an operating system?
Computers Are Your Future
Operating System Review
Computer Science I CSC 135.
The Five Generations of Computers
The Five Generations of Computers
The Five Generations of Computers
Introduction to IT Zeeshan A. Bhatti.
NIRANJAN KUMAR Seminar On Generations OF Computer GOOD MORNING.
The Five Generations of Computers
Computer Technology Day 3
What is Computer Software?
Introduction to Computer Software
The Five Generations of Computers
Computer Generations.
Computer Technology Day 3
Introduction to Operating Systems
INTRODUCTION TO COMPUTING
Presentation transcript:

Computer Technology Notes #3 Operating Systems Computer Technology Notes #3

Development of Computers

1st Generation computers (1940-1956) Used vacuum tubes. Vacuum tubes are electronic devices that control the flow of electrons. Had no operating systems – the user programmed the computer by physically entering the computer and programming by hand

1st Generation Computers Could only do one thing at a time Used custom application programs, which were made for the specific task that the computer was to perform. Still no operating systems Instructions were necessary for every aspect of the computing job. UNIVAC was the first commercial computer, used by the U.S. Census Bureau starting in 1951. ENIAC was another early computer

2nd Generation computers (1956-1963) Used transistors Transistors performed functions similar to vacuum tubes, but they were smaller, cheaper, less power-hungry, and more reliable. Ran programming language compilers: Used English like commands rather than binary numbers. COBOL and FORTRAN were programming languages Made it possible to develop software

3rd Generation computers (1964-1971) Used integrated circuits Placed on silicon chips (semiconductors) Operating systems in development Users could start to communicate through keyboards, monitors, and operating systems Computers started to become accessible to more people

4th Generation computers (1971-Present) Used general-purpose microprocessors. Thousands of integrated circuits were built onto a single chip Operating systems were developed: 1981-IBM introduced first personal computer 1984-Apple introduced Macintosh

5th Generation computers (Present and Beyond) Artificial Intelligence, still in development Nanotechnology Extremely small computers Computers will be able to respond to natural language and will be capable of learning

Operating System Software The operating system is a set of programs that perform certain basic functions with a specific type of hardware. The functions of the operating system are: Starting the computer Managing programs Managing memory Handling messages from input and output devices Enabling user interaction with the computer

Platform Underlying hardware and software that are built to work together Two popular platforms: PC (Windows) Mac (Apple)

Multitasking-One of the Functions of an Operating System Running more than one program at a time. Making sure that the instructions and data from one area of memory don’t interfere with memory allocated for other programs. You can still only work on one program at a time, but multitasking allows you to easily switch between programs

Example of Multitasking Background application – it is open and available, but you aren’t working on it right now Foreground application – this is the application you are working on right now

Types of User Interfaces The user interface allows us to communicate with the computer. There are three types: Graphical user interface (GUI) Menu-driven Command-line

GUI (Graphical User Interface) Uses graphics to create a desktop environment Icons (small pictures) represent computer resources Programs run within on-screen windows Pronounced “gooey”

Menu-driven User Interface Text-based menus are used to show all of the options available to the user. No mouse is used

Command-Line Interface The user is required to type keywords or commands in order to enter data or give instructions.

Popular Operating Systems WINDOWS XP MAC OS UNIX WINDOWS 8 MS-DOS

Microsoft Windows Windows 2000 (2000) Windows ME (2000) Windows XP (2001) Windows 98 (1998) Windows NT (1993) Windows 95 (1995) Windows 3.x (1990-1992) Windows 2.0 (1987) Windows 1.0 (1985)

Definitions Program Application Software (an “app”) Set of detailed, step-by-step instructions that tell a computer how to solve a problem or carry out a task. Application Software (an “app”) A computer program that is written to accomplish a specific task. Examples: Word, Excel, and PowerPoint

Basic definitions Drive Folder File A location on a network that is set aside for the collection of data. Folder The subdirectory or subdivision, of a drive that can contain files or other folders. File A named collection of data that exists on a storage medium, sometimes called a document