General Computer Stuff Hardware: physical parts of a computer: CPU, drives, etc. Software: Programs and Data A computer needs both to be useful.

Slides:



Advertisements
Similar presentations
Introduction to Computers Chapter 2 §Computers are common in every facet of human activity. §They overcome the shortcomings of conventional radiography.
Advertisements

Basic Computer Vocabulary
An Overview of the Computer System
FIRST COURSE Essential Computer Concepts. New Perspectives on Microsoft Office 2007: Windows XP Edition 2 Objectives Compare the types of computers Describe.
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
Essential Computer Concepts
Introduction to Computers
COMP 14 Introduction to Programming
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
How Do Computers Work? A Gentle Introduction
ICAICT101A Operate a Personal Computer. A computer is an electronic device that allows you to process and store data (information)… 2.
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
How Do Computers Work? A Gentle Introduction Poly Pride.
Aug CMSC 104, LECT-021 Machine Architecture and Number Systems Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY.
Understanding Computer Basics. Computer Case- The part of a computer system that houses the microprocessor, the RAM (Random Access Memory), and the Motherboard.
Computer Systems. Basic Components Auxiliary Storage OutputProcessor Main Memory Input.
1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number System Converting.
What is a Computer ? Computers are Electronic Machines that process (performs calculation and manipulation) Data under the control of Set of Instructions.
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.
Introduction to Computers
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Copyright © 2003 by Prentice Hall Module 5 Central Processing Unit 1. Binary representation of data 2. The components of the CPU 3. CPU and Instruction.
1 Introduction to Computers Lect 1 Won’t tell you much you don’t know. (Misleading– the course gets more conceptual as we create webpages.) Will go into.
Course ILT Basics of information technology Unit objectives Define “information technology” (IT), distinguish between hardware and software, and identify.
Machine Architecture CMSC 104, Section 4 Richard Chang 1.
Computer Basics 2.
The Four Parts of a Computer. Definition of a Computer A computer is an electronic device used to process data, converting the data into information that.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
Computer Basics Terminology - Take Notes. What is a computer? well, what is the technical definition A computer is a machine that changes information.
Computer Guts and Operating Systems CSCI 101 Week Two.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
1 Hardware and Software b Hardware the physical, tangible parts of a computerthe physical, tangible parts of a computer keyboard, monitor, wires, chips,
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.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
COMPUTER BASICS Computer Technology. WHAT IS A COMPUTER?  Electronic  Accepts data and instructions  Manipulates, processes, and displays the information.
© 2011 Pearson Education, publishing as Addison-Wesley Chapter 1: Computer Systems Presentation slides for Java Software Solutions for AP* Computer Science.
Components of a Computer System
Networking for Home and Small Businesses –.  Explain the binary representation of data.
How We Measure Memory. At the Bottom of things A piece of digital information is always stored as a sequence of binary states. What’s that mean you ask???
The Computer System CS 103: Computers and Application Software.
Day 1,2 Review. Review: Parts of a Computer CPU (Processor) Main Memory (RAM) External Memory (ROM) -Hard Drive-Floppy-USB Drive I/O Devices -Keyboard-Monitor-Printer-Speakers.
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.
Unit C-Hardware & Software1 GNVQ Foundation Unit C Bits & Bytes.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Memory The term memory is referred to computer’s main memory, or RAM (Random Access Memory). RAM is the location where data and programs are stored (temporarily),
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
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 
Basic Computer Components Unit 2. What is a computer?  A computer is an electronic device that accepts raw data and processes it into information that.
Introduction to Computer Forensics
Computer Hardware and Software
Computer basics.
An Overview of the Computer System
Computer Hardware and Software
Memory Parts of a computer
הכרת המחשב האישי PC - Personal Computer
Introduction to Computers
An Introduction to The computer.
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
How do computers work? Storage.
Computer Electronic device Accepts data - input
Computer Electronic device Accepts data - input
מבוא לטכנולוגיית מידע בארגון
Introduction to Computers
Computer Electronic device Accepts data - input
Binary System.
Presentation transcript:

General Computer Stuff Hardware: physical parts of a computer: CPU, drives, etc. Software: Programs and Data A computer needs both to be useful.

General Computer Stuff Central Processing Unit (CPU) Main memory Output devices Monitor, disks Input devices Keybard, Disks, mouse, etc Note that some devices (disks, network card, touchscreen) can be used for both input and output.

General Computer Stuff CPU Fetch-Decode-Execute Cycle: CPU Fetches the code from main memory CPU Determines what the instruction is CPU Executes Instruction Repeat

General Computer Stuff Operating System: Controls input/output and resource management. Examples: Windows, MAC, Unix, Linux, Android Application program: General term for software that is geared toward a single or a set of closely related tasks. Examples: Office Applications

General Computer Stuff Digital: Discrete, numeric representation. Example: New HDTV signals CD’s, DVD’s Analog: Continuous, wave/pulse representation. Example: Old TV signals (and some cable) Vinyl records, VCR tape

General Computer Stuff Other number systems: We use base 10 (decimal) : uses 10 digits … Base 2 (binary): uses 2 digits The numbers above correspond to 0-8 decimal Base 16 (Hexidecimal): uses 16 digits A B C D E F G The numbers above correspond to 0-15 decimal. 11H  16 DEC

General Computer Stuff Digital Storage: All computers store information digitally. This is achieved using the binary number system: Bin2^ndec N binary digits can represent 2 n bits (individual 0 or 1).

Computers There are 8 bits in a byte Memory cells are usually 1 byte Large values are stored in multiple (preferably) adjacent cells

General Computer Stuff KB2 10 = 1024 MB2 20 (over 1 million) GB2 30 (over 1 billion) TB2 40 (over 1 trillion) UnitSymbolNumber of Bytes kilobyte megabyte gigabyte terabyte Storage Capacities:

General Computer Stuff 1)Convert decimal to binary: a) 3= = 11 b) 12 = = 1001 c) 64 = _____ d) 65 = _____ 2)Convert binary to decimal:5) Convert 50 GB to MB a) 100 = 46) Convert 50 GB to KB b) 101 = = 57) Convert 1 GB to KB c) = _____ d) = _____