Introduction to Computer

Slides:



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

Chapter 1 Computer, Internet, Web, and Basics
Introduction to the World of Computers
COMP6005 An Introduction to Computing Session Two: Computer Hardware Human and Computer Interaction Session Two: Computer Hardware Human and Computer Interaction.
Computing Fundamentals Module A © CCI Learning Solutions Inc. 1 Unit 1: Recognizing Computers Lesson Topic 1Computers All Around Us 2Elements of a Personal.
Introduction to Computers CSC 1401: Introduction to Programming with Java Lecture 1 Wanda M. Kunkle.
REVIEW COMPUTER SYSTEMS
CATEGORIES OF COMPUTERS
What is Computer? A computer is an electronic device that stores, retrieves and processes data. A computer is an electronic device that processes data.
CLASSIFICATION OF COMPUTERS
Chapter 1 Introduction to Computers
Living in a Digital World Discovering Computers Fundamentals, 2010 Edition.
COMPUTER Computer stands for common oriental machine particularly used in technology education research. computer invented by Charles Babbage. It is an.
Types of computer.
Classification of computers
B USINESS C OMPUTER A PPLICATION Eyad M. AlMassri BGMS4101 Introduction 1 Business Computer Application.
Introduction to Computer
1 Chapter 1.  What Is A Computer ? Computer is an electronic device, operating under the control of instructions stored in its own memory, that can accept.
Chapter 1 Intro to Computer Department of Computer Engineering Khon Kaen University.
Chapter 1 Introduction to Computers
Unit 1 Unit 1 An overview of Computer System Classification of Computers.
Classification of Computer The digital computers that are available nowadays vary in their sizes and types. The computers are broadly classified into four.
According to Technology According to Purpose
Computer Applications to Business
Classification of Computer
Unit 1: Recognizing Computers Lesson 1: Computers All Around Us Computing Fundamentals Using Windows XP – IC³ Module A.
HARDWARE.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Copyright©2008 N.AlJaffan®KSU1 Introduction to Computers Created By: N.AlJaffan Modified By: N.AlShehri Chapter 1.
Introducing Computer Systems. The Computer Defined  Electronic device  Converts data into information  Modern computers are digital Two digits combine.
The types of computers and their functionalities.
1 Introduction to Computers Dr. Basel Mahafzah. 2 Computers are electronic devices that can follow instructions to accept input, process the input and.
 Computers are classified according to  Purpose  Data hiding  Functionality  Size.
11 CHAPTER Types of Computer Rizwan Rehman, Asstt. Professor, CCS, DU.
Discovering Computers 2009 Chapter 1 Introduction to Computers.
Chapter 1 Introduction to Computers Lesson 1A. 1.1 What is a Computer? In the simplest terms, a computer is a machine that accepts some kind of input,
Introduction to Computers
Computing Fundamentals Module Lesson 1 — Introducing Computers
Introduction to Computer
Lecture Course Name: Computer Applications
Fundamental of Information Communication Technology (ICT)
Introduction to Computers
IDENTIFYING DIFFERENT
Objectives Define Computer and Identify the Four Basic Computing Functions Identify the Different Types of Computers Describe Hardware Devices and Their.
Concepts of CS Lecture 1.
Introduction to Computers
McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved.
McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved.
Introduction to Computers
Computer Classification
McGraw-Hill Technology Education
Course Outline Computer: Introduction Characteristics
Objectives Overview Explain why computer literacy is vital to success in today's world Describe the five components of a computer Discuss the advantages.
Objectives Overview Explain why computer literacy is vital to success in today’s world Define the term, computer, and describe the relationship between.
Chapter 1 – Introduction to Computers
Introduction to Computer
Introduction to Computers
Introduction to Computer
Introduction to Computer
Classification of computers
Introduction to Computers
Chapter 1 Our Digital World. Chapter 1 Our Digital World.
Introduction to Computer
Computer type and application
Introduction to Computer
Introduction to Computer
Computing Fundamentals Module Lesson 1 — Introducing Computers
Introduction to Computer
Introduction to Computer
Introduction to Computers
Presentation transcript:

Introduction to Computer Chapter 1 Introduction to Computer

Computer Definition Computer is an electronics device designed to accept data, perform prescribed mathematical and logical operations at high speed, and display the results of these operations. Computers are also used to store instructions and information.

Types of Computer Different types of computers are available for different types of purposes: 1. Embedded Computers – are computer systems with special functions found in cars, microwaves, TV, VCR and other home electronics.

Types of Computer (con’t.) 2. Microcomputers – are also known as the Personal Computers. The first personal computer were produced by IBM. It comes in two types based on enclosure/chassis: (1) the tower type; (2) desktop.

Types of Computer (con’t.) 2.1 Laptop computers – is a portable microcomputer and is similar to desktop models in speed, performance and usage but are smaller in size. A smaller version is called a notebook.

Types of Computer (con’t.) 2.2 Tablets – are microcomputers similar to notebooks with an additional feature of swiveling or folding the screen to allow the user to write or select an item using a special pen capability installed for easy data entry.

Types of Computer (con’t.) 2.3 Personal Digital Assistants (PDA) and Smart Phones – are small palm-sized microcomputers that are used as personal organizers. Newer cellular phones also include computer technology so you can access the internet (smart phones) and do other things like listen to music, take videos, create documents, etc.

Types of Computer (con’t.) 2.4 Workstations/Servers – these are high end microcomputers used for game development, scientific calculations, engineering or 3D graphics.

Types of Computer (con’t.) 3. Minicomputers – these types of computers can fill part of a room and often costs tens of thousands of dollars. Typically, they process large volume of data and are faster than PCs.

Types of Computer (con’t.) 4. Mainframe Computers – these types of computers are large enough to fill an entire and require a large capital investment. These computers can simultaneously handle hundreds of different programs and users without sacrificing performance.

Types of Computer (con’t.) 5. Supercomputers – these types of computers are the fastest computers currently available and can perform millions of instructions per second. These computers are employed to perform specialized applications such as weather forecasting, scientific simulations, nuclear energy research, etc.

Analog vs. Digital Systems An analog signal is any continuous signal for which the time varying feature of the signal is a representation of some other time varying quantity (i.e. load speaker of a stereo system).

Analog vs. Digital Systems (con’t.) A digital signal consists of patterns of bits of information. Modern electronics products such as computers and mobile phones depend on digital signals.

Digital Data Representation Most digital systems use the simplest possible type of signals, as follows: Logic States 0v +Vs False True 1 Low High Off On

Text/Character Data Data is not just alphabetic, but also numeric, punctuations, spaces, etc. They need to be represented in binary for computers to understand. Examples: Char Dec Binary A 65 100 0001 B 66 100 0010 C 67 100 0011

Text/Character Data Char Dec Binary 48 011 0000 1 49 011 0001 2 50 48 011 0000 1 49 011 0001 2 50 011 0010 a 97 110 0001 b 98 110 0010 c 99 110 0011