CPS120: Introduction to Computer Science Introduction to Computers.

Slides:



Advertisements
Similar presentations
Introduction to Computer Programming Nai-Wei Lin Department of Computer Science and Information Engineering National Chung Cheng University.
Advertisements

 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
INTRODUCTION OF COMPUTER
Lesson 1 Computers and Computer Systems
Fundamentals and a Brief History of Computer Systems.
Introduction to Computers and Programming - Class 1 1 Introduction to Computers and Programming Professor Avi Rosenfeld.
Introduction Extended and Concise Prelude to Programming Concepts and Design Copyright © 2003 Scott/Jones, Inc.. All rights reserved. 1 Introduction.
Introduction to Computer Systems
Computing Components 01/26/11. Announcements & Reminders Programs 1 due Friday, 9/2/11 What is my late policy? Proxy Codes for Labs  You should be able.
16 March, 2000 CS1001 Lecture 1 Introduction - Syllabus History of Computers Computer Components.
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
1-1 ICS102: Introduction To Computing I King Fahd University of Petroleum & Minerals College of Computer Science & Engineering Information & Computer Science.
1 Introduction to computers Overview l · Grading Policy »Cheating Rules (serious concern) »Examinations and Fixation of Timings »Quizzes »Homework Assignments.
CIS 260 Computer Programming I in C Prof. Timothy Arndt.
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.
Introduction to Programming Dr Masitah Ghazali Programming Techniques I SCJ1013.
EMT1111 Logic and Problem Solving Lecture 2 Dr. Benito Mendoza.
Lesson 3 — How a Computer Processes Data
Chapter 4 The System Unit: Processing and Memory Prepared by : Mrs. Sara salih.
What is a Computer ? Computers are Electronic Machines that process (performs calculation and manipulation) Data under the control of Set of Instructions.
Lesson 2 — How Does A Computer Process Data?
Computers Inside and Out
An Introduction to Computers August 12, 2008 Mrs. C. Furman.
What is a Computer? An, electrical machine, that can be programmed to accept data (input), process it into useful information (output) and store it away.
Computer system overview1 The Effects of Computers Pervasive in all professions How have computers affected my life? How have computers affected my life?
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
CMSC 120: Visualizing Information 1/29/08 Introduction to Computing.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Extended Prelude to Programming Concepts & Design, 3/e by Stewart Venit and.
Digital Computer Concept and Practice Copyright ©2012 by Jaejin Lee Introduction Lecture 01.
CMSC104 Lecture 2 Remember to report to the lab on Wednesday.
CPS120: Introduction to Computer Science Introduction to Computers.
Chapter 1 – Computing Fundamentals. History of Electronic Computers u First computer –ABC (Atanasoff Berry Computer) at Iowa State U. –1930’s –Solved.
Mrs. Ulshafer August, 2013 Java Programming Chapter 1.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
School of Computer Science & Information Technology G6DICP Introduction to Computer Programming Milena Radenkovic.
COMPUTER ARCHITECTURE. Recommended Text 1Computer Organization and Architecture by William Stallings 2Structured Computer Organisation Andrew S. Tanenbaum.
Calculators are used to increase speed and accuracy of numerical computations The abacus has roots dating back over 5,000 years Mechanical calculators.
Development of Computers. Hardware 1. Original concept: Charles Babbage 1840’s 2. 4 basic components of a computer system: input store mill output (Now:
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Extended Prelude to Programming Concepts & Design, 3/e by Stewart Venit and.
CSCI-100 Introduction to Computing Hardware Part I.
Computers Today.
Scott Marino MSMIS Kean University MSAS5104 Introduction to Programming with Data Structures and Algorithms Week 2 Scott Marino.
2 nd MEETING Basic Introduction to Computers. The Computer Defined  A device that computes  Electronic device  Converts data into information  Modern.
Academic PowerPoint Computer System – Architecture.
A.Abhari CPS1251 Topic 1: Introduction to Computers Computer Hardware Computer components Connecting Computers Computer Software Operating System (OS)
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
The Computer System.
Computers and Programming ผศ. ดร. อนันต์ ผลเพิ่ม Anan Phonphoem
CS 125 Lecture 2 Martin van Bommel. Hardware vs Software Hardware - physical components you can see and touch –e.g. processor, keyboard, disk drive Software.
BY MANJU Lesson 21 Computer Hardware. System Components A computer system requires many components to do its job: Input: Device to input data so it can.
Computer Operation. Binary Codes CPU operates in binary codes Representation of values in binary codes Instructions to CPU in binary codes Addresses in.
CHAPTER 1 COMPUTER SCIENCE II. HISTORY OF COMPUTERS (1.1) Eniac- one of the worlds first computers Used more electricity than an entire city block of.
C++ Programming: From Problem Analysis to Program Design, Fifth Edition Chapter 1: An Overview of Computers and Programming Languages.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Programming with Java. Chapter 1 Focuses on: –components of a computer –how those components interact –how computers store and manipulate information.
CHAPTER 1 OVERVIEW OF COMPUTER AND PROGRAMMING 1.1 Electronic Computer Then and Now 1.2 Computer Hardware 1.3 Computer Software 1.4 The Software Development.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
Hardware and Software UCT Department of Computer Science Computer Science 1015F Hussein Suleman March 2009.
Introduction to Computers
Computer Science II Chapter 1.
Chapter 1: An Overview of Computers and Programming Languages
Computer Basics 1 Computer Basics.
UNIV 103 CS Majors Seminar Dr. Blaise W. Liffick Fall 2017.
Lecture 3 The Hardware.
Computer Science I CSC 135.
Computer Electronic device Accepts data - input
Overview of Computer Architecture and Organization
Windows.
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
Computer components.
Presentation transcript:

CPS120: Introduction to Computer Science Introduction to Computers

 Objectives –Understand the history of computers –Understand the components that make up a desktop PC –Understand the basics of computer architecture –Understand the role of an operating system –Understand the role of assemblers, interpreters, & compilers

History of Computers  Abacus  Pascal’s gear-driven counting machine –His father was a tax collector  Babbage designed a programmable computer (1834)  Ada Augusta King, Countess of Lovelace, translates Menabrea's pamphlet on the Analytical Engine, adding her own notes, and becomes the world's first programmer.

"Modern" Developments  Hollerith built machine for US census bureau & founded IBM  1946, ENIAC used vacuum tubes (Univ of Penn) - very hot, needed AC, military paid for this researchENIAC  Transistors used in 1950’s, didn’t burn out like vacuum tubes  Integrated circuits (chips) used in 1960’s  Microprocessor used in 1970’s  Supercomputers, mainframes, minicomputers, workstations, desktop computers

System Components  Hardware –I/O devices (input/output) keyboard, mouse, monitor, etc. –CPU –Primary Storage –Secondary Storage  Software

Computer Architecture  Microprocessor (examples Pentium, Pentium II, PowerPC, etc.) –includes Bus Interface Unit, Arithmetic & Logic Unit (ALU), Control Unit, registers –motherboard is simply the main circuit board that contains most of these parts –the CPU (central processing unit) is considered to be most of these parts taken as a whole  Bus –connects the microprocessor to the RAM & ROM –addresses for data and instructions are important

Storage Devices  Primary storage –RAM (Random Access Memory, or just “memory” for short) active data that is being stored, lost if power is cut off so save often –ROM (Read-Only Memory) commands that are permanently stored on chips PC’s use BIOS, Macs use the Toolbox  Secondary storage –Hard disk, floppy disks –Slower method of storage & retrieval but “safer”

Software: Systems Software  Operating systems –Controls the hardware components (disks, CPU, printers, etc.) –Windows XP, Windows NT/2000, Windows 9- X, MS-DOS, OS/2, MacOS, Unix, Linux, BeOS

Software: Application Software  Office products –Word processors –Spread sheets –Presentation software –  Business applications –General ledger –Financials Accounts payable Accounts receivable –HRMS –Fixed assets/inventory

Programming Software  Text Editor – Used by the programmer while coding the program in a programming language Like a word processor - creates a text file containing the program's instructions or "source code" –Examples are “emacs” and “vi” editors in Unix systems –Other editors are NotePad and WordPad which are text- based

Programming Software  Interpreters –Translates source code into machine code line by line  Compiler –Translates source code into an object file, than uses linker to create an executable file A source module (source code) becomes an "object" module (compiled module) Then it is linked with system modules to become a "load" module (linked module)  It is usually more efficient to use a compiler

Data Representation  Objectives –Understand how data & instructions are stored in the PC –Understand the basics of the binary numbering system

Representing Data  Data can be numeric, alphabetic, or alphanumeric  Computer only uses “on” & “off” within its circuits

Representing Data: Bits  Computer only uses “on” & “off” within its circuits  Binary number system –“On”, 1, high state of electricity –“Off”, 0, low state of electricity –Bits (0’s and 1’s)

Representing Data: Bytes  Byte = 8 bits (2 3 )  256 possible combinations of 8 bits  Decimal system is cumbersome & awkward for pc’s –Can convert from decimal to binary & vice versa ASCII (American standard code for information interchange)  128 characters in the 7-bit set

Representing Instructions:  Low Level Languages –Each computer uses its own machine language –Assembly is a low-level language close to machine language Assembly languages are different on each computer An assembler converts a program into machine language