Unit 1: Computing Fundamentals. Computer Tour-There are 7 major components inside a computer  Write down each major component as it is discussed.  Watch.

Slides:



Advertisements
Similar presentations
Computer Parts There are many parts that work together to make a computer work.
Advertisements

Copyright © Allyn & Bacon 2008 POWER PRACTICE Chapter 3 Computers in the Learning Environment START This multimedia product and its contents are protected.
What Is A Computer System?
Introduction to Computers
Computer Parts There are many parts that work together to make a computer work.
IC3 GS3 Standard Computing Fundamentals Module
Parts of a Computer.
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.
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
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.
Introduction to Programming Dr Masitah Ghazali Programming Techniques I SCJ1013.
Intro to Computer Hardware
Today’s Agenda: Computer Basics Review Hardware: The physical components of a computer, any internal or external computer part that you can touch. Software:
Flash Cards Computer Technology.
Teaching and Learning with Technology  Allyn and Bacon 2005 Teaching and Learning with Technology  Allyn and Bacon 2002 Teaching and Learning with Technology.
Explore the Parts of a Computer
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
Computer Terms. Computer A machine designed to run programs and store information that you create.
Computer Parts There are many parts that work together to make a computer work.
Translate the following message:
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computer Components Checklist There are many parts that work together to make a computer work.
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
Computer Basics By: Nicole Hayes. Purposes of Computers Business – Track inventory. – Calculate payroll. – Maintain databases. Personal – Surf the web.
How to use a computer and not lose your mind
Computer Systems TexPREP Summer Camp Computer Science.
I/O (Input and Output) An I/O device acts as an interface between a computer and a user Without I/O devices, a computer is nothing but a box full of.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Computer Basic Vocabulary
Parts of the computer.
Parts of the Computer System
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Getting To Know Computers COMPUTER BASICS. WHAT IS A COMPUTER? A computer is an electronic device that manipulates information, or “data.” It has the.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
1 Objectives Discuss reasons for taking this course on computers Outline the scope of this course Define the computer Differentiate between hardware and.
Hardware The physical parts of the computer. /index.php/t html  Use link to make analogy to hardware and kitchen.
Computer Parts There are many parts that work together to make a computer work.
PARTS OF A COMPUTER 2 Hardware Computer Hardware is any of the physical parts of the computer you can touch. There are 4 categories: 1. Input Devices.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Digital Literacy: Computer Basics
Parts of a Computer Created by Carmen Garzes. An electronic device that manipulates information or data. It can store, retrieve or process data. There.
Computer Performance & Storage Devices Computer Technology 1.
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
PCs ENVIRONMENT and PERIPHERALS Lecture 3. operating system and other system software that control the usage of the computer equipment application programs.
Computer Parts There are many parts that work together to make a computer work.
ICT COMPUTER FUNDAMENTALS
Computer Components ICS 3U0.
An Overview of the Computer System
Topics Introduction Hardware and Software How Computers Store Data
Computer Hardware and Software
Principles of Information Technology
ICT COMPUTER FUNDAMENTALS
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Introduction to Computers
Computer Parts There are many parts that work together to make a computer work.
Computer Basics.
Looking Inside the machine (Types of hardware, CPU, Memory)
Introduction to Computing Lecture # 1
An Overview of the Computer System
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
Introduction to Computers
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Presentation transcript:

Unit 1: Computing Fundamentals

Computer Tour-There are 7 major components inside a computer  Write down each major component as it is discussed.  Watch this video: watch?v=VWzX4MEYOBk watch?v=VWzX4MEYOBk

There are 7 major components 1. Motherboard : the heart of the computer. Every part sits on or connects to the mother board. 2. CPU : the Central Processing Unit, the brain of the computer. It runs the software and processes the data you’re working on. 3. RAM : Random Access Memory, holds the data and software you’re currently running. Adding will speed the computer up. 4. Video Card : creates the images that appear on the monitor. 5. Power Supply : supplies the power the computer needs. 6. Hard Disk : holds the information, software and data load from hard disk to the RAM 7. Optical Drive : uses a laser to read or write CDs or DVDs

Hardware- the physical parts of the computer you can touch.  Peripherals -devices attached to the computer that aren’t necessary for the computer to work but help the user use the computer  There are 3 types of peripherals/hardware

Input Devices  “How to tell it what to do”  Allows the user to enter information into the computer  Example: keyboard

Output Devices  “How it shows you what it is doing”  Machines or devices capable of representing information from a computer.  Example: Monitor

Storage Devices  “How it saves data and programs”  Devices that receive data and retain it for subsequent retrieval.  Example: Flash Drive

Inside the computer  Watch this video: ?v=AkFi90lZmXA ?v=AkFi90lZmXA

Inside the computer:  The mouse -a simple machine with a system for detecting motion and distance. Clicking a button on the mouse sends a message into the computer with info about its position  Basic Input Output Subsystem (BIOS): the eyes, ears, mouth, and hands of the computer. Provides a way for the computer to interact with its environment.  CPU: its job is getting instructions from memory and executing them. Billions of instructions per second.  The instructions or programs are stored as 1s and 0s in bytes of memory

How RAM Works  Watch this video: watch?v=C_NbeOaUtog

How RAM works:  More RAM means the computer can do more things and run more programs at the same time.  2 categories of Memory  Non-Volatile : like a flash drive-holds data when there is no power available  Volatile : loses data when there is no power attached, RAM-when there is no power, the RAM is empty.  Hard Disk contains all the programs waiting to be run. Programs MUST be in the RAM to be used.  Operating System -a program not present in the RAM that starts when the computer boots. The BIOS moves the OS from the Hard Disk and moves it to the RAM.  Larger RAM lets you run more software at the same time because there is more space.  Paging : The process of bringing a program from the Hard Disk to the RAM. It is a slow process.

Review  What are the 7 major components of a computer?  What is hardware?  What is an input device?  What is an output device?  What is a storage device?  How does increasing RAM make a computer faster?

How do Hard Drives work?  Watch this video: watch?v=wteUW2sL7bc watch?v=wteUW2sL7bc

How Hard Drives work:  At the center is a stack of high speed spinning disks with a recording head. The surface of each disk is covered with a film of microscopic magnetized metal grains.  Data is recorded on these disks as 0s and 1s. A letter is represented by 1 byte (or 8 bits). 1 megabyte=8,000,000 bits. Each bit must be written physically onto the spinning disks.  1 Gigabyte=1,000 Megabytes  1 Terabyte=1,000 Gigabytes

What makes a computer fast and powerful?  The Processor - The overall speed of the computer and how fast it is capable of processing data is managed by the CPU. The computer will be much faster and more powerful when it is capable of executing more instructions every second. The first computer processor could process 92,000 instructions per second. Today’s processors can process over 100 billion instructions per second.

What makes a computer fast and powerful?  The Memory (RAM)- A computer with more memory (RAM) will be capable of storing more programs that are currently running in memory. If your computer runs out of memory, the computer must swap unused data stored in memory to your hard disk drive until it is needed again. By adding this extra step and because the hard drive is the slowest type of memory your computer can become much slower if it does not have enough memory.

What makes a computer fast and powerful?  The BUS speed- The bus (a data connection between two or more devices connected to the computer) speed of the motherboard can increase or decrease the speed at which data is being transferred between all the hardware components in the computer.

What makes a computer fast and powerful?  The Hard Drive -The speed in which data is written onto the disks influences the power and speed of the computer.

Complete the chart by putting each device above into a category Input DeviceOutput DeviceStorage Device KeyboardPrinterCD MouseMonitorHard drive Touch ScreenSpeakersDigital camera Digital CameraProjectorFlash Drive/Jump drive WebcamEarphones/headphonesSD Card Scanner Microphone

Software-a translator that understands the needs of the user and translates it into something the computer can understand  Watch this video: h?v=VumBNb6gcBk h?v=VumBNb6gcBk

Two types of software  Operating system : The software that controls the hardware and helps the user use the computer.  Covers the basics  Come with all new computers  Windows, Mac, Linux  Software programs : A set of instructions that tells the computer exactly what to do  Different programs for different needs  Make the computer fit with what you want to do.  Get from store or download from internet

Computer Programming  The process of creating software to solve a problem (coding)  Special programming languages  Java, C++, JavaScript, SQL

Installing and uninstalling programs  Software typically has an easy to follow installation wizard  Removing software should be done via uninstall

Steps to uninstall  Open the start menu and click on Control Panel  Click on Programs and Features

Steps to uninstall  Click on the program you want to uninstall and click the Uninstall/Change button. Follow the prompts.

Software Licensing  Freeware -completely free software that never requires payment, as long as it is not modified.  Shareware -software that gives you a few days to try the software before you have to buy the program. After the trial time expires, you’ll be asked to enter a code or to register the product before you can continue to use it.  Open-source -software that is free to use and to modify.

How to maintain software  After the software has been installed on your computer it may need to be updated to fix any found errors. Updating a program can be done using software patches. Once updates are installed any problems that may have been experienced in the program will no longer occur.