Basic Concepts Of Information Technology (IT)

Similar documents
Parts of the Computer System. Parts of the Computer System. Parts of the Computer System. Essential Computer Hardware. Information Processing Cycle

Elements of Computers and Programming Dr. William C. Bulko. What is a Computer?

CSC 121 Computers and Scientific Thinking

What is the typical configuration of a computer sold today? 1-1

Introduction to Computers. Joslyn A. Smith

SECTION 2 (Part B) Types And Components Of Computer Systems. Sophia Pratzioti

Computer Technology Flash Card 2

Information Communications Technology (CE-ICT) 6 th Class

Electricity: Voltage. Gate: A signal enters the gate at a certain voltage. The gate performs operations on it, and sends it out was a new signal.

Computer Components 1 CSC1103- Nouf AlJaffan Saturday, 02 February 2013

Pharmacy college.. Assist.Prof. Dr. Abdullah A. Abdullah

An Overview of the Computer System. Kafui A. Prebbie 24

Topic :- COMPUTER BASICS Subject :- COMPUTER BASICS Class :- I Semester BCA

Three-box Model: These three boxes need interconnecting (usually done by wiring known as a bus. 1. Processor CPU e.g. Pentium 4 2.

Homeschool Enrichment. The System Unit: Processing & Memory

Downloaded from various sources on the NET

CMSC 104 -Lecture 2 John Y. Park, adapted by C Grasso

ICDL-IT. ICDL The ICDL L4 IT. ICDL-IT ICDL

About the Presentations

lesson 3 Transforming Data into Information

COMPUTER HARDWARE RAYMOND ROSE

Zimmer CSCI /24/18. CHAPTER 1 Overview. COMPUTER Programmable devices that can store, retrieve, and process data.

Introduction to the Personal Computer

Community Development and Training Centre Semester IT 245 Management Information Systems

LECTURE SCHEDULE 2. Units of Memory, Hardware, Software and Classification of Computers

Q1. Describe C.P.U and its subunits with the help of diagram?

Types of Data. PE 231 Education Media AND Technology. Information. Assessment. Information Concepts

INFORMATION SYSTEM PARTS AND COMPUTER TYPES

Computer Fundamentals

Introducing the Computer

Hardware. Hardware is the physical components that you knock on, that you can touch. (Monitor, processor chip, CD-ROM drive set.)

True/False Indicate whether the statement is true or false. Bubble A for True and B for False

True/False Indicate whether the statement is true or false. Bubble A for True and B for False

There are many types of computers, including:

Chapter One. Introduction to Computer System

Computer Concepts and C Programming. Unit I 06CCP13

TODAY AND TOMORROW. Storage CHAPTER

Copyright 2006 Prentice-Hall. All rights reserved. 1

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware

Chapter 2: Computers: The Machines Behind Computing.

Terminology, Types of Computers & Computer Hardware

Computer is an electronic machine that can receive, store, transform and output data of all kinds (image, text, numeric, graphics and sound).

2011 Francisco Delgadillo

Machine Architecture and Number Systems

Components of a Computer System

Introduction to Computers

Fig 1.1 A designer working on a personal computer

Some Basic Terminology

Computer chip: A very small pieces of silicon or other semi-conducting material onto which integrated circuits are embedded Circuit board: A thin

8/25/2016. What Is a Computer? The Components of a Computer

1. Restarting a computer which is already running is referred to as

A Review of Chapter 5 and. CSc 2010 Spring 2012 Instructor: Qian Hu

First lecture Computer Basics. By lecturer : Raya N.Ismail computer science department

Memory Study Material

Defining Computers. Defining Computers. Understanding Essential Computer Concepts

4.03 IT PowerPoint. Objective 4.03 Understand Information Technology activities and careers.

Computer Overview. A computer item you can physically see or touch. A computer program that tells computer hardware how to operate.

Computer Systems. Communication (networks, radio links) Meatware (people, users don t forget them)

CLASS 1 TUESDAY, JAN 3RD

Computers Are Your Future

vinodsrivastava.wordpress.com

Computers Are Your Future Prentice-Hall, Inc.

Components of a personal computer

Machine Architecture and Number Systems CMSC104. Von Neumann Machine. Major Computer Components. Schematic Diagram of a Computer. First Computer?

OFFICE COMPUTER RETAILING

Programming: detailed instructions which tell the computer hardware what to do aka software Computer Science: the study NOT of computers, but of what

Elementary Computing CSC M. Cheng, Computer Science 1

Parts of Computer hardware Software

Downloaded From :

Gagan. Site : Youtube :

STORAGE. Memory Versus Storage

CMSC 1513 Lecture 1.2

INTRODUCTION TO COMPUTERS

AN INTRODUCTION TO THE COMPUTER

Lecture 2 Winter 2006 Essentials of Computing

Information Technology Training Package ICA99

Types and Functions of Win Operating Systems

Computer Basics. Lesson 1 Introduction to Computers. Edited by C. Rhodes 08/11

Computer Programming for Engineering

GCSE ICT AQA Specification A (Full Course) Summary

Computer Fundamentals

OPERATING SYSTEM. PREPARED BY : DHAVAL R. PATEL Page 1. Q.1 Explain Memory

Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software

Day 2. Central Processing Unit (CPU) + Input Devices + Output Devices

Introduction To Computer Hardware. Hafijur Rahman

The personal computer system uses the following hardware device types -

Sahalsoftware college. Welcome To understanding Basic Computer Concept

Computer Organization

System Unit Components Chapter2

Fundamentals of Computer Processing

15/09/15. Introduction to Computers & The Internet. Contents. Computer hardware and software. Input and output devices CPU. Memory.

The Programming Process Summer 2010 Margaret Reid-Miller

Main Parts of Personal Computer

Chapter 1 Introduction to Computers and Programming

Hardware and Operating Systems.

Computers Are Your Future

Computer Architecture

GCSE ICT AQA Specification A (Short Course) Summary

Question Bank. Fundamentals Of Computer FYBCA (SEM - I)

Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall

Transcription:

Basic Concepts Of Information Technology (IT) Dheeraj Mehrotra www.computerscienceexpertise.com

The Basics What is Information? Information is data processed for some purpose Information can only be considered to be 'real' Info if it meets certain criteria i.e. 1. it must be communicated to the recipient 2. it must be in a language that is understood 3. it must be in a suitable form 4. it must be relevant for achieving some purpose

Information - is any form of communication that provides understandable and useful knowledge for the person receiving it.

What Is A Computer? A computer is a general purpose, programmable device that is used for the production and processing of information capable of calculating and storing results

What do we mean by general purpose? Most devices can be described by their function e.g Washing Machine, DVD Player Computers, however, can be used for almost any purpose: - typewriter - video editor - accounts tracker - database / address book - DVD / CD Player - and many others

Computers Are Programmable Computers repond to instructions in the form of programs Programs are written in order to make computers behave in specific ways i.e. word processor, systems control Programs are stored in the Computer memory

How computers process information Computers accept inputs ( i.e. data) The input is translated into binary numbers and processed The process produces output (i.e information) This sequence can repeat endlessly: outputs can be inputs! Illustrating this - the Black Box model

Processing - the Black Box model We can think of a computer as a black box : input process output 3+5 8

Components of a Computer System Computer Systems are made up of: Hardware the physical parts Software - the instructions or programs that control the hardware The Human Being the brains behind the whole system!

Types Of Computer Mainframe Computer Minicomputer Personal Computer (Microcomputer / Desktop) Laptop Network Computer / Server Uses two types of terminal: Dumb and Intelligent

Computer Organisation the Von Neumann model Most Computers are based on a model proposed by John Von Neumann in 1946 The logical units of this model are: Stored program Central Processing Unit: fetches and executes the program instructions sequentially Memory Input and Output devices

Computer Hardware components A typical PC System is made up of: System Unit Keyboard Monitor (VDU) Mouse Printer Modem Multimedia Devices

Hardware The System Unit The central component of the system Houses: The Processor: corresponds to the CPU Memory: RAM and ROM Storage: Hard Disk, Removable Storage devices

The Processor (CPU) Types include Intel Pentium series, Celerion, AMD Athlon Chip at the heart of the computer- does the calculations Speed is very important measured in megahertz (MHz): the faster the processor the more calculations performed per second.

Memory A computer must be able to store its calculations and programs Two types of memory: Volatile and permanent. Measured in bytes One byte = eight bits

Random Access Memory (RAM) Used by the Computer as the working area Holds the working program, the data being processed and the interim results Volatile - contents are erased if power is cut Can be accessed randomly: can get any piece of data directly. Faster than perminant storage Not to be confused with ROM (Read-Only Memory)

Storage - Hard Disk Permanent Memory - records and stores all programs and data / information magnetically Larger than RAM - average 12-120GB Slower - involves mechanical movement (read/write head, revolving disk)

Other types of Storage Floppy Disks CD/DVD ROM Zip Drive Magnetic Tape

Input Devices Keyboard Mouse: used in conjunction with the GUI (Graphical User Interface), point and click Other types of Input Devices: Trackballs Light Pens Touch Screens Tablets

Output Devices Monitor: also known as the Visual Display Unit (VDU) Printers Laser Printer Inkjet Printer Impact

Software Generic name of all programs Made up of code interpreted by the hardware Written in programming languages - Java, C, C++, Perl Two kinds of Software: System Application

System Software Concerned with the computer itself: devices, file and storage management, error correction Main piece of SS: Operating System (OS) OS: the driving program of the computer communicates between all programs and the hardware controls timing and sequence of events manages data to ensure security and integrity Examples: Windows, Mac OS, Unix

Applications Software Concerned with the world outside the computer Gives the computer its general purpose nature Used for the things you want the computer to do Common Examples - Word, Excel, Internet Explorer Applications can be more specialised: e.g. Architecture package

How Software is made Involves a cycle of research, analysis, development and testing Systems Analysts - study the business processes and designs the software Programmers - develops the software

Problems with Software Software is complex Difficult to test comprehensivly Can have bugs: these can be trivial or major Symptoms of bugs hanging crashes

The Graphical User Interface (GUI) Represents all the program / computer resources as icons Workspace represented graphically - creates virtual documents More usable: led to wider use of computers Adds to the unique nature of the computer as both a tool and a medium

Do s and Don t s DO give the computer room to breathe keep it in a dry place dust free shut down properly keep removable storage away from the screen DON T block air vents eat or drink while using the computer expose to extremes of temperature just switch off move while the computer is in operation

This book was distributed courtesy of: For your own Unlimited Reading and FREE ebooks today, visit: http://www.free-ebooks.net To show your appreciation to the author and help others have wonderful reading experiences and find helpful information too, we'd be very grateful if you'd kindly post your comments of this book here. COPYRIGHT INFORMATION Free-eBooks.net respects the intellectual property of others. When a book's copyright owner submits their work to Free-eBooks.net, they are granting us permission to distribute such material. Unless otherwise stated in this book, this permission is not passed onto others. As such, redistributing this book without the copyright owner's permission can constitute copyright infringement. If you believe that your work has been used in a manner that constitutes copyright infringement, please follow our Notice and Procedure for Making Claims of Copyright Infringement as seen in our Terms of Service here: http://www.free-ebooks.net/tos.html