Computer Guts and Operating Systems CSCI 101 Week Two.

Slides:



Advertisements
Similar presentations
Hardware Lesson 3 Inside your computer.
Advertisements

Calera High School Dawn Bone
Basic Computer Vocabulary
Types and components of computer systems
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Computer Hardware.
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
Introduction to Computer Terminology
Unit 3—Part A Computer Memory
Chapter 2: Hardware Basics Section I: Preparing to Use Technology.
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.
Computer Hardware Computer Technology Jeopardy Review By C. Lyman © July 2007.
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.
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.
Computers Central Processor Unit. Basic Computer System MAIN MEMORY ALUCNTL..... BUS CONTROLLER Processor I/O moduleInterconnections BUS Memory.
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number System Converting.
CSE 101 Spring 2000 Hardware (Bits & Bytes). Understanding the Machine Data versus Information  Data are raw facts  Information is the result of transforming/examining.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
Computer Basics COMPUTER TECHNOLOG Y 1. What Is a Computer? An electronic device Accepts data and instructions Manipulates, processes, and displays the.
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
Lecture 2 “Structure of computer” Informatics. Computer is  general purpose device that can be programmed to carry out a set of arithmetic or logical.
Computer Parts. Two Basic Parts Hardware & Software.
Computer Hardware Information Technology Week 5 and 6
Machine Architecture CMSC 104, Section 4 Richard Chang 1.
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.
Inside your computer. Hardware Review Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
Inside your computer. Hardware Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
Computer Basics Terminology - Take Notes. What is a computer? well, what is the technical definition A computer is a machine that changes information.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
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.
Unit 2—Part A Computer Memory Computer Technology (S1 Obj 2-3)
Click here to download this powerpoint template : Colorful Networks Free Powerpoint TemplateColorful Networks Free Powerpoint Template For more : Powerpoint.
Computer Systems. This Module Components Home PC Inputs Processor Memory Motherboards Auxiliary Storage Outputs.
Unit 30 Digital Graphics BTEC Level 3 Welcome Back !! Anne Sewell.
Computer Hardware.
How We Measure Memory. Learning Goal Today we are going to learn how the computer stores information.
General Computer Stuff Hardware: physical parts of a computer: CPU, drives, etc. Software: Programs and Data A computer needs both to be useful.
Lesson Objectives To understand the basic hardware of computers, and how they are made up To be able to compare performance of computers with price.
Computers - The Journey Inside continues…
Machine Architecture CMSC 104, Section 4 Richard Chang 1.
1.00 Computer Basics 1.01 Classify computer component. 1 Primary sources of information and images: GCFLearnFree.org, Microsoft Digital Learning E-Learning.
The Computer System CS 103: Computers and Application Software.
Information Technology Basics. Introduction to Information Technology 2 Is this really all that important to know ? Server Program Client Network CPU.
Welcome to Technology Application Jeopardy. Hardware More Hardware Jobs & Software Computer Types Storage
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 Hardware & Processing Inside the Box CSC September 16, 2010.
Under the hood Tawny Gutierrez 2. Where to save files  Flash drive it to yourself Mac or PC Mac or PC Mac or PC Mac or PC  CD’s Student file Mac.
Chapter 1: Computer Basics Instructor:. Chapter 1: Computer Basics Learning Objectives: Understand the purpose and elements of information systems Recognize.
Information Technology Basics. Introduction to Information Technology 2 Computer Science – Theory of Computational Applications Computer Engineers - Make.
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
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.
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
Computer Hardware and Software
Computer Hardware and Software
The physical parts of the computer
Computer Hardware Flash Card Review
COMPUTER MEMORY & DATA STORAGE
הכרת המחשב האישי PC - Personal Computer
Introduction to Computers
COMPUTER MEMORY & DATA STORAGE
Computer System Basics- The Pieces & Parts
Bits, Bytes, and Storage.
מבוא לטכנולוגיית מידע בארגון
Introduction to Computers
Computer Hardware.
Presentation transcript:

Computer Guts and Operating Systems CSCI 101 Week Two

Numbers To computers, everything is a number. Since a computer is really just millions of tiny switches, all a computer understands is off and on, which we represent with 0s and 1s. Binary Numbers = = = = = 255

Storage Amounts Bit = 0 or 1 Byte = 8 bits Kilobyte (KB) = 2 10 bytes = about one thousand bytes Megabyte (MB) = 2 20 bytes = about one million bytes Gigabyte (GB) = 2 30 bytes = about one billion bytes Terabyte (TB) = 2 40 bytes = about one trillion bytes

Does it mean? 1GB ≈ 250 songs 1GB ≈ 250,000 typed pages In 1995, 1GB cost $15,000 size 25 years ago and Today

Key Components CPU - central processing unit  the brains of the system  can only perform simple operations like add two numbers, or compare two numbers Main Memory / RAM  holds all data and instructions for all the programs you are running Input/Output Processors  they talk to the other parts such as the USB ports, the disk drive, etc. Bus  the shared communication channel for all the components Motherboard  holds the CPU and memory

Internal Diagram CPU Internal Memory / RAM (instructions and data) BUSBUS IOP Disk Drive ROM USB Port

Which is the best price for an external hard drive? ◦ $100 for.5 TB ◦ $120 for 512 GB Which laptop should I buy? ◦ Model A and B are the same processor and processor speed, but B has 4GB of RAM while A has 2GB of RAM.  model A for $750  model B for $1000

Misc Hardware Terms Embedded Computer Machine Types:  PC  Workstation  Server  Supercomputer Cache Memory

Operating Systems Purpose = control the hardware  access to the CPU  internal memory management  file storage on disks  etc Discussion: ◦ Microsoft Windows vs Mac and Linux

Mobile Operating Systems Discussion: ◦ Android, Apple, RIM, Microsoft, Symbian operating-systems-and-user-behavior/

Homework ◦ Watch the entire Randy Pausch Time Management video found at ◦ ◦ Write 2-3 pages on up to 3 things that you can start doing today, using technology, to improve your time management skills. ◦ the paper to me at no later than the start of our next class.

Next Class… How the Internet Works How the Internet Works ◦ Who owns it? ◦ How do you create a new domain name?  What is a "domain name"? ◦ How does it work?  What can it do?