Introduction to Computers, the Internet and the by Pedernal Jemerson G by Pedernal.

Slides:



Advertisements
Similar presentations
Chapter 1:Introduction to the world of computers
Advertisements

Lesson 1 Computers and Computer Systems
Computer Hardware Software Network Peripheral devices Input Breaking codes Modeling weather systems Mainframe Server System unit CPU Input Devices Data.
Computer Hardware.
Computer Basics 1 Computer Basic 1 includes two lessons:
Computer Systems – Hardware
Computer Components.
What Is A Computer System?
Introduction to Computers
COMPUTER DEVICES Input Devices Output Devices Storage Devices
COMPONENTS OF A PERSONAL COMPUTER.
What is Computer Hardware
CHAPTER 1 GC 101 Introduction to computers and programs.
Unit 3: Hardware Components & Software Concepts
1 Lesson 1 Computers and Computer Systems Computer Literacy BASICS: A Comprehensive Guide to IC 3, 4 th Edition Morrison / Wells.
Introduction to Computers and Python. What is a Computer? Computer- a device capable of performing computations and making logical decisions at speeds.
Using Java MINISTRY OF EDUCATION & HIGHER EDUCATION COLLEGE OF SCIENCE AND TECHNOLOGY KHANYOUNIS- PALESTINE.
BLOCK DIAGRAM OF COMPUTER
Department of Computer and Information Science, School of Science, IUPUI Dale Roberts, Lecturer Computer Science, IUPUI CSCI.
Introduction to Computers
Flash Cards Computer Technology.
Chapter 3 Computer Hard ware
Computer Fundamentals
INTRODUCTION TO COMPUTING
COMPUTER SYSTEM.
Living in a Digital World Discovering Computers Fundamentals, 2010 Edition.
Unit - 1 Basic Computer Architecture P. Sugin Benzigar.
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
CHAPTER 1 GC 101 Introduction to computers and programs.
Intro to Computers Computer Apps 1.
 2006 Pearson Education, Inc. All rights reserved Introduction to Computers, the Internet and World Wide Web.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
Computer Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Computer Hardware Basic Computer Concepts Components of Data Processing  Data processing is a technique of collecting, manipulating and distributing.
Module 2 : Part 1 INTRODUCTION TO HARDWARE & SOFTWARE INTRODUCTION TO HARDWARE & SOFTWARE.
How a Computer Processes Data With today’s technology a little knowledge about what’s inside a computer can make you a more effective user and help you.
Parts of a Computer - Introduction
Introduction to Computer Systems
Computer Organization & Assembly Language © by DR. M. Amer.
ELEMENTS OF A COMPUTER SYSTEM HARDWARE SOFTWARE PEOPLEWARE DATA.
1 Title: Introduction to Computer Instructor: I LTAF M EHDI.
The Computer System CS 103: Computers and Application Software.
UNIVERSITI TENAGA NASIONAL “Generates Professionals” MODULE 2 : Part 1 INTRODUCTION TO HARDWARE & SOFTWARE.
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
Computer Fundamentals MSCH 233 Lecture 1. What is a computer? A computer is an electronic machine which can accept data in a certain form, process the.
How a Computer Processes Data. With today’s technology a little knowledge about what’s inside a computer can make you a more effective user and help you.
1 Introduction to Computers, the Internet and World Wide Web.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Introduction to Computer Special Thanks S.W.A.ShahNIST.
Introduction To Computers
 A computer is an electronic device that receives data (input), processes data, stores data, and produces a result (output).  It performs only three.
Emad Salem. CHAPTER (1) COMPUTER HARDWARE Computer A computer is a machine that can be programmed to process data (input) into useful information (output).computerdatainformation.
FUNCTIONS OF THE COMPUTER.  A programmable machine that performs high-speed processing of numbers, as well as of text, graphics, symbols, and sound.
1 Lesson 1 Computers and Computer Systems Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Computer Systems Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
Introduction to Computers - Hardware
Introduction to Computers, the Internet and the Web
© by Pearson Education, Inc. All Rights Reserved.
Course Name: Computer Application Topic: Central Processing Unit (CPU)
Introduction to Computers
Introduction to Computing Lecture # 1
PARTS OF THE COMPUTER squires productions.
PARTS OF THE COMPUTER.
Introduction to Computers
Lesson 3 Computer Devices.
4. Computer system.
Introduction to Computers
Presentation transcript:

Introduction to Computers, the Internet and the by Pedernal Jemerson G by Pedernal Jemerson G

Unit 1 Introduction Computing costs have decreased dramatically due to rapid developments in both hardware and software technologies. The large computers introduced decades ago were called mainframes and current versions are widely used today in business, government and by Pedernal Jemerson G.

Unit 1 Introduction (Cont.) Silicon chip technology has made computing so economical that more than a billion general-purpose computers are in use worldwide. Billions more special purpose computers are used in intelligent electronic devices like car navigation systems, energy-saving appliances and game by Pedernal Jemerson G.

Unit 2 What is a Computer? A computer is a device that can perform computations and make logical decisions billions of times faster than human beings can. Many of today’s personal computers can perform several billion additions per second. Today’s fastest supercomputers can perform thousands of trillions (quadrillions) of instructions per second! To put that in perspective, a quadrillion-instruction-per-second computer can perform more than 100,000 calculations per second for every person on the by Pedernal Jemerson G.

Unit 2 What is a Computer? (Cont.) Computers process data under the control of sets of instructions called computer programs These programs guide the computer through orderly sets of actions specified by people called computer programmers. A computer consists of various devices referred to as hardware (e.g., the keyboard, screen, mouse, hard disk, memory, DVDs and processing units). The programs that run on a computer are referred to as software. Hardware costs have been declining dramatically in recent years, to the point that personal computers have become a by Pedernal Jemerson G.

Unit 3 Computer Organization Every computer may be envisioned as divided into six logical units or sections: –Input unit. This “ receiving” section obtains information (data and computer programs) from input devices and places it at the disposal of the other units so that it can be processed. Humans typically enter information into computers through keyboards and mouse devices. Information also can be entered in many other ways, including by speaking to your computer, scanning images and barcodes, reading from secondary storage devices (like hard drives, CD drives, DVD drives and USB drives—also called “thumb drives”) and having your computer receive information from the Internet (such as when you download videos from YouTube™, e-books from Amazon and the by Pedernal Jemerson G.

Unit 3 Computer Organization (cont.) –Output unit. This “ shipping” section takes information that the computer has processed and places it on various output devices to make it available for use outside the computer. Most information that is output from computers today is displayed on screens, printed on paper, played on audio players (such as Apple’s popular iPods), or used to control other devices. Computers also can output their information to networks, such as the by Pedernal Jemerson G.

Unit 3 Computer Organization (cont.) –Memory unit. This rapid-access, relatively low-capacity “warehouse” section retains information that has been entered through the input unit, making it immediately available for processing when needed. The memory unit also retains processed information until it can be placed on output devices by the output unit. Information in the memory unit is volatile—it’s typically lost when the computer’s power is turned off. The memory unit is often called either memory or primary by Pedernal Jemerson G.

Unit 3 Computer Organization (cont.) –Arithmetic and logic unit (ALU). This “ manufacturing” section performs calculations, such as addition, subtraction, multiplication and division. It also contains the decision mechanisms that allow the computer, for example, to compare two items from the memory unit to determine whether they’re equal. In today’s systems, the ALU is usually implemented as part of the next logical unit, the by Pedernal Jemerson G.

Unit 3 Computer Organization (cont.) –Central processing unit (CPU). This “ administrative” section coordinates and supervises the operation of the other sections. The CPU tells the input unit when to read information into the memory unit, tells the ALU when information from the memory unit should be used in calculations and tells the output unit when to send information from the memory unit to certain output devices. Many of today’s computers have multiple CPUs and, hence, can perform many operations simultaneously—such computers are called multiprocessors. A multi- core processor implements multiprocessing on a single integrated circuit chip—for example a dual-core processor has two CPUs and a quad-core processor has four by Pedernal Jemerson G.

Unit 4 The Internet and the World Wide Web With the introduction of the World Wide Web— which allows computer users to locate and view multimedia-based documents on almost any subject over the Internet—the Internet has exploded into the world’s premier communication mechanism. Today’s applications can be written to communicate among the world’s by Pedernal Jemerson G.