Computers & Operating Systems

Slides:



Advertisements
Similar presentations
COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Advertisements

Calera High School Dawn Bone
Basic Computer Vocabulary
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
An Overview of the Computer System
Computer Hardware.
Chapter One The Essence of UNIX.
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
Computer Basics. What is a Computer? A computer is a machine that can take inputs from the user, process that information, store that information as needed.
CMPTR1 CHAPTER 3 COMPUTER SOFTWARE Application Software – The programs/software/apps that we run to do things like word processing, web browsing, and games.
Operating Systems BTEC IT Practitioners.
Guide To UNIX Using Linux Third Edition
Xuan Guo Chapter 1 What is UNIX? Graham Glass and King Ables, UNIX for Programmers and Users, Third Edition, Pearson Prentice Hall, 2003 Original Notes.
Computer Systems CS208. Major Components of a Computer System Processor (CPU) Runs program instructions Main Memory Storage for running programs and current.
Introduction to Computer Terminology
Operating Systems.
Linux Operating system
The University of Akron Summit College Business Technology Department Computer Information Systems 2440: 145 Operating Systems Introduction to UNIX/Linux.
Linux Basics. What is an Operating System (OS)? An Operating System (OS) is an interface between hardware and user which is responsible for the management.
Operating System.
Week 6 Operating Systems.
How Computers Work. A computer is a machine f or the storage and processing of information. Computers consist of hardware (what you can touch) and software.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Chapter 10 – UNIX. History In late 1960s, two employees of Bell Labs (Ken Thompson & Dennis Ritchie) designed a new operating system to overcome the constraints.
Operating systems CHAPTER 7.
Flash Cards Computer Technology.
UNIX Unbounded 5 th Edition Amir Afzal Chapter 1 First Things First.
Chapter 4 System Software.
Explore the Parts of a Computer
Introduction to Unix. Computer Hardware zCentral Processing Unit (CPU) yThe heart and brains of a computer. yThe device that performs all calculations.
Module 1 Introduction to UNIX/Linux
Windows XP Basics By Jane Maringer-Cantu CSIS 572.
Course ILT Basics of information technology Unit objectives Define “information technology” (IT), distinguish between hardware and software, and identify.
Computer Basics 2.
Chapter 1 What is UNIX? Graham Glass and King Ables,
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
BAT3O / BTX4C. Definition: A computer is an electronic machine that 1) takes in data and instructions (input) 2) works with the data (processing) 3) puts.
School of Computer Science & Information Technology G6DICP Introduction to Computer Programming Milena Radenkovic.
Just Enough Unix, Chapter 1
CS2204: Introduction to Unix January 19 th, 2004 Class Meeting 1 * Notes adapted by Christian Allgood from previous work by other members of the CS faculty.
Parts of the Computer System
1 Lecture 1 Introduction & Getting Started COP 3353 Introduction to UNIX.
Copyright © 2006 Prentice-Hall. All rights reserved.1 Computer Literacy for IC 3 Unit 1: Computing Fundamentals Project 1: Identifying Types of Computers.
Chapter 1 Computers, Compilers, & Unix. Overview u Computer hardware u Unix u Computer Languages u Compilers.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Basic UNIX Concepts. Why We Need an Operating System (OS) OS interacts with hardware and manages programs. A safe environment for programs to run is required.
Introduction to UNIX CS465. What is UNIX? (1) UNIX is an Operating System (OS). An operating system is a control program that allocates the computer's.
PTA Linux Series Copyright Professional Training Academy, CSIS, University of Limerick, 2006 © Workshop I Introduction to Linux Professional Training Academy.
Welcome to Technology Application Jeopardy. Hardware More Hardware Jobs & Software Computer Types Storage
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
CEG 2400 FALL 2012 Linux/UNIX Network Operating Systems.
Computer Operating Systems And Software applications.
Computer Center | Network Group IISER Bhopal Introduction to Basic Component of Computer System Vinay Bajpai iiserb.ac.in Computer Center Indian.
UNIX Operating System. A Brief Review of Computer System 1. The Hardware CPU, RAM, ROM, DISK, CD-ROM, Monitor, Graphics Card, Keyboard, Mouse, Printer,
Computer Performance & Storage Devices Computer Technology 1.
Operating Systems (Credit to: Rick Graziani of Cabrillo College)
UNIX U.Y: 1435/1436 H Operating System Concept. What is an Operating System?  The operating system (OS) is the program which starts up when you turn.
ICT COMPUTER FUNDAMENTALS
An Overview of the Computer System
Computer Basics 1 Computer Basics.
Computer Hardware and Software
ICT COMPUTER FUNDAMENTALS
What is an Operating System?
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
An Overview of the Computer System
Linux Professor Sabol.
Windows.
Presentation transcript:

Computers & Operating Systems

Overview What's is a computer? Units of measurement Operating systems Unix

Computer Hardware Central Processing Unit (CPU) Main Memory (RAM) The heart and brains of a computer The device that performs all calculations and data manipulation in a computer Main Memory (RAM) The place the CPU looks for instructions and data to process

Computer Hardware Mass Storage (hard drive) Input/Output Devices Holds information not immediately needed by CPU Holds massive amounts of data Input/Output Devices keyboard, mouse, monitor, printer Devices used to move information into and out of the computer

Terminology - storage bit byte kilo- mega- Stands for Binary Digit. Smallest unit of storage in a computer A single 1 or 0 byte 8 bits Used to store single characters. (Sort of) ASCII characters kilo- Thousand kilobyte ~ 1,000 bytes Actually = 210 bytes (1,024) mega- Million Megabyte ~ 1,000,000 bytes. Actually = 220 bytes (1,048,576). About 350 pages of text

Terminology - storage giga- tera- Billion gigabyte ~ 1,000,000,000 bytes Actually = 230 bytes (1,073,741,824) About 360,000 pages of text tera- Trillion terabyte ~ 1,000,000,000,000 bytes Actually = 240 bytes (1,099,511,627,776) About 366 million pages of text

Terminology - processing power Clock speed The rate at which a CPU performs its basic operations CPU’s clock speed is measured in gigahertz (GHz) Gigahertz ~ billion hertz (billion pulses per second). 2.4 GHz CPU has a clock speed of 2,400,000,000 pulses per second. FLOPS Floating point operations per second MIPS Millions of instructions per second

What is an operating system? A computer program that Supports interaction between each user and the computer system Allocates computer resources, such as memory or CPU time, to other running programs Controls peripheral devices (disk drive, monitor, etc.) Common operating systems Windows XP, Macintosh OS, & Linux

One user or many? Most PCs are single-user machines 1 keyboard, 1 monitor, intended for one person They may run an OS capable of supporting multiple users, but not the hardware Large computer systems are designed for multiple users Still composed of the same 4 main components, but just made to work with many people at once A more sophisticated OS is required

Multitasking & Timesharing Unix is a multitasking operating system It can do more than one thing at a time Uses timesharing to accomplish this Works on one task at a time for very short amounts of time and rapidly switches between them Unix is also a multiuser operating system Allow many people to use the computer simultaneously

Components of Unix Kernel Shell File System Utilities The master control program of the computer. Shell The part of Unix that interprets user commands and passes them onto the kernel. File System Information stored on the computer. Can be organized into directories. Utilities Unix commands

History of Unix Designed to be portable — can be run on different computers Began in 1969 at AT&T’s Bell Labs (a.k.a. Lucent Technologies) Became a multi-user, multi-tasking Operating System The original Unix was freely distributed and many different companies took it, modified it, added features and released their own versions

Versions of Unix Over time, two main versions came to be the most popular. BSD (Berkeley Software Distribution) System V (AT&T Bell Labs) Most other versions of Unix are based on one of these two versions. Solaris (Sun Microsystems) SCO (Santa Cruz Operation) HP-UX (Hewlett-Packard Unix)

Linux Another version of Unix Created by Linus Torvalds While a graduate student in Finland Based on Minix by Andrew Tannenbaum Distributed freely Made to run on virtually all computer systems Red Hat is the most popular commercial distribution

Logging In Why do it? User name, login ID, login, ID, etc. Password Multi-user operating system Needs to know who you are User name, login ID, login, ID, etc. Each one is unique System administrators set up rules for user names Password Many systems have rules about acceptable passwords Keep it secret, keep it safe

Logging in — How to do it From PC labs Run a telnet program, such as PuTTY You'll find it in the programs menu Prompted for name and password

Unix interface Unix operates from a command prompt (alphaR) 1: Alphas use the EZ-Shell (created at UWM) Exit the EZ-Shell with option 62 Various GUIs do exist for Unix

Xwindows Created at MIT General protocol for running a GUI on Unix Handles the communication between the terminal and the server (main computer) You also need a “windows manager” to handle how the windows will look on your computer

Once you log on Messages Set terminal type Shell prompt Changing your password passwd Obtaining help man [command name]

Logging out How Type “exit” Type “logout” Why?