INFORMATION TECHNOLOGY

Slides:



Advertisements
Similar presentations
How Much Do I Remember? Are you ready to play.....
Advertisements

An Overview of the Computer System
1 Chapter 2 The Digital World. 2 Digital Data Representation.
CSCI 1412 Tutorial 1 Introduction to Hardware, Software Parminder Kang Home:
An Overview of the Computer System
Information Communication and Technology Class By: Mr. Latibeaudiere March, 2011.
Types of Computers & Computer Hardware Computer Technology.
B.A. (Mahayana Studies) Introduction to Computer Science November March What is a Computer? An overview of what a computer is, the.
1 Hardware - devices for Input. 2 Hardware - devices for Input Processing.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
1 System Software “Background software”, manages the computer’s internal resources.
Review 5 Chapters 13, 14. What is software? Set of instructions to control computer operation.
Computer Systems CS208. Major Components of a Computer System Processor (CPU) Runs program instructions Main Memory Storage for running programs and current.
Introduction to Computer Terminology
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.
 A data processing system is a combination of machines and people that for a set of inputs produces a defined set of outputs. The inputs and outputs.
1 JCM 106 Computer Application for Journalism Lecture 1 – Introduction to Computing.
Computer Systems. Note to the student Please make brief notes on the following computer hardware + software components After each section research the.
Introduction to Computers
Introduction to Computers
The Computer Systems By : Prabir Nandi Computer Instructor KV Lumding.
Operating Systems  By the end of this session, you will know: What an Operating System is. The functions it performs.
An Overview of Using Computers
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
Living in a Digital World Discovering Computers Fundamentals, 2010 Edition.
Introduction to Computers Business Technology Essentials.
Windows XP Basics By Jane Maringer-Cantu CSIS 572.
Alumnas: María Sol Pérez Fernández y María Agustina Macchi.
CISC105 General Computer Science Class 1 – 6/5/2006.
Slide 1 Wednesday, October 07, 2015 Low Level Machine.
Computer Parts. Two Basic Parts Hardware & Software.
Intro to Computers Computer Apps 1.
GCSE Information Technology Computer Systems 2 Hardware is the name that is given to any part of a computer that you can actually touch. An individual.
©La-Nette Mark Did you know computers are everywhere you look, and even in places you can't see. Computers check out your groceries, pump your gas,
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
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.
COMPUTER ARCHITECTURE. Recommended Text 1Computer Organization and Architecture by William Stallings 2Structured Computer Organisation Andrew S. Tanenbaum.
MIS 105 LECTURE 1 INTRODUCTION TO COMPUTER HARDWARE CHAPTER REFERENCE- CHP. 1.
Parts of the Computer System
An Overview of the Computer System lesson 1. This lesson includes the following sections: The Parts of a Computer System Looking Inside the Machine Software:
Scott Marino MSMIS Kean University MSAS5104 Introduction to Programming with Data Structures and Algorithms Week 2 Scott Marino.
TYPES AND COMPONENTS OF COMPUTER SYSTEMS Camila Rodríguez, Senior I B.
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
2.1.4 Data Representation Units.
Know what a computer is used for Understand the difference between hardware and software Be able to describe the way that data is stored in a computer.
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
Hardware/Software Basics Test Get out your DIY Test Review.
09/06/ Data Representation ASCII, Binary Denary Conversion, Integer & Boolean data types.
How Much Do I Remember? Are you ready to play.....
Information Technology Basics. Introduction to Information Technology 2 Computer Science – Theory of Computational Applications Computer Engineers - Make.
Operating Systems p.describe the characteristics of knowledge-based systems; q.describe the purpose of operating systems; r.describe the characteristics.
Programming with Java. Chapter 1 Focuses on: –components of a computer –how those components interact –how computers store and manipulate information.
~How PC Parts Work~ (30 MARKS). List 4 External components you can see on the PC in front of you and describe the basic function of each one. 1) DVD Drive.
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
An Overview of the Computer System
COMPUTER SCIENCE DELL.
Computer Hardware and Software
Memory Parts of a computer
Types of Computers & Computer Hardware
Lesson 1 The Computer Mohamed Zaki Principal Lecturer
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
An Overview of the Computer System
Computer Systems Chapter 11 Section 1.
Chapter 1 – Introduction to Computers
Introduction to IT and Types of Computers
The Main Features of Operating Systems
Presentation transcript:

INFORMATION TECHNOLOGY Information and Data

Introduction Information consists of facts and items of knowledge. It can be anything that has meaning to people. A list of names and addresses The contents of a letter The words of a song A map Data is information in a form that can be processed

Data Types Data type is the term used to describe the kind of data used, e.g. whether it is a number or a letter. A character is one of the symbols which are used to make up data (applies to text but also graphics) A string is a group of characters treated as a unit. Alphanumeric data is made up of letters and numbers. Numeric data consists of numbers only (integer or decimals).

Data Storage The main store, also called the main memory, is a fast access memory store in the central processing unit (CPU). The main store is divided up into equally sized units called locations. Each location has a different address.

Bits and Bytes All data storage in computers is binary A binary digit (or bit) is a 1 or 0 used to represent data. The term is also used for the smallest unit of storage. A byte is a small group of bits treated as a unit. Normally a byte consists of 8 bits. 1 Kb is one Kilobyte or 1024 bytes 1Mb is 1000 Kb or 1048576 bytes

Processing Information Information processing is the organisation, manipulation and distribution of information. When data is collected and processed a series of operations is carried out on it this is known as the data processing cycle Data collection Input Process Output

Information processing systems A system is a set of components which works as a unit, this includes the hardware involved, the software, the people and the methods used. Hardware is the term used to describe all the actual pieces of equipment in an information processing system. Software is a general term for programs which are written to help computer users.

Real time processing A real time system is one which processes data without significant delay The computer is always ready for data to be input, results are output straight away Because the output can be produced very quickly it is often used in control applications. The computer is often dedicated to the real time application. It just runs the same program all of the time.

Interactive computing An interactive system is one where use of computer takes place as a conversation between the user and the computer, such as using a PC via a keyboard and screen. A standalone computer is one that is not connected to any other computers. A computer network is a system of computers and workstations which are linked. A computer terminal is a means of communicating with a server.

Batch processing A batch processing system is one where programs and data are collected together in a batch before processing starts. Each piece of work for a batch processing system is called a job. A job queue is a number of jobs stored while the wait to be processed. Examples: Gas board bills, weekly payroll run There is no need for anyone to be present while the job is run.

Multiprogramming Multiprogramming is a method of running several different programs in a computer apparently at the same time. Usually applied to a mainframe running several programs for different people. Multitasking is a method of running several different tasks in a computer apparently at the same time. Usually applied to a PC carrying out several tasks for one person.

Homework 1. A pelican crossing has input, processing and output. Describe each of the following: Bleeper, Button, Red light. 2. Write down 2 items of computer hardware 3. Draw and label a diagram of a computer system which allows you to print out your work. 4. Many supermarkets now use computerized systems. Explain why such a system would be unlikely to be used in a small greengrocer’s shop