* Course Outline * EDP ( Electronics Data Processing ) * DOS (Disk Operating System ) * GW-Basic ( Computer Programming Language) * Windows ( Computer.

Slides:



Advertisements
Similar presentations
DATA PROCESSING SYSTEMS
Advertisements

An Overview of the Computer System
Copyright © Cengage Learning. All rights reserved. How Can Information Reduce Risk When Making a Decision? Information produces knowledge and empowers.
ICS103 Programming in C Lecture 1: Overview of Computers & Programming
INTRODUCTION OF COMPUTER
CSCI 1412 Tutorial 1 Introduction to Hardware, Software Parminder Kang Home:
MIS 2000 Class 2: Basic Concepts Updated January 2014.
Engineering Problem Solving With C++ An Object Based Approach Fundamental Concepts Chapter 1 Engineering Problem Solving.
Data Communications and Computer Networks
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
* SOFTWARE * Computer software, or just software, is a collection of computer programs and related data that provides the instructions. It can not be touched.
 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.
Microsoft Visual Basic 2012 CHAPTER ONE Introduction to Visual Basic 2012 Programming.
INTRODUCTION TO COMPUTER PROGRAMMING itc-314 LECTURE 01.
Unit 3 – Information Systems
COP1220/CGS2423 Introduction to C++/ C for Engineers Professor: Dr. Miguel Alonso Jr. Fall 2008.
Topics Covered: Data Processing Data Processing Information Examples of data and information Examples of data and information Difference between data.
Introduction to Excel What Can I Do with a Spreadsheet?
Intro to Computers Computer Apps 1.
1 California State University, Fullerton Chapter 1 Information Systems in Business.
Topics Covered: Data processing and its need Data processing and its need Steps in data processing Steps in data processing Objectives of data processing.
Introduction to Computers (L02) * Hardware * Software * Programming Languages * Three Phase of Program Development * Development and Design Steps * Algorithms.
CS CS Computing for Business Instructor:David Tucker GTA:Batul Mirza.
Getting Started with MATLAB 1. Fundamentals of MATLAB 2. Different Windows of MATLAB 1.
 DEFINE COMPUTER ? EXPLAIN CLASSIFICATION OF COMPUTER.  WHAT ARE INPUT AND OUTPUT DEVICES OF COMPUTER ? EXPALIN OUTPUT DEVICES.  WHAT ARE MEMORY AND.
Logic and Systems A beginner’s guide.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
Computer Hardware Basic Computer Concepts Components of Data Processing  Data processing is a technique of collecting, manipulating and distributing.
Information & Communication Technology (ICT) Books: 1. Management Information Systems James A. O’Brien & George M. Marakas 2. Introduction Of Information.
Introduction. What is the course about?  Concepts History History Data representation, logic Data representation, logic Hardware: CPU, memory, storage,
Getting Started with MATLAB (part2) 1. Basic Data manipulation 2. Basic Data Understanding 1. The Binary System 2. The ASCII Table 3. Creating Good Variables.
ELEMENTS OF A COMPUTER SYSTEM HARDWARE SOFTWARE PEOPLEWARE DATA.
Topic: Sir Naseem Ahmed Khan Dow Vocational & Technical Training Centre.
INTRO TO COMPUTING. Looking Inside Computer 2Computing 2 | Lecture-1 Capabilities Can Read Can Write Can Store A/L Operations Automation.
Information Technology Data Processing Prof. Adnan Khalid.
Lesson 3.  Use of computers in recording, classifying, manipulating, and summarizing data.  Also called Automatic data processing, data processing,
Introduction to Computing BBA-I/BSCS-I Instructor: M. Mateen Yaqoob.
Senem KUMOVA METİN // Fall CS 115 Introduction to Programming Introduction to Computing.
HOW A COMPUTER PROCESSES DATA. What is hardware? Hardware is the electric, electronic and mechanical equipment that makes up a computer What is software?
The History of Programming Languages The ENIAC (Electronic Numerical Integrator and Calculator) completed in 1945, was one of the first computers that.
Learning Objectives Understand the concepts of Information systems.
Data and Information Unit 16 Information Systems HN Computing.
Topic 1 : Database Systems. Point #1 Data  Data are raw facts  Unprocessed, thus, no meaning.
1. an electronic device that manipulates information, or "data“
The parts of a computer system ComputerInputOutput StorageDataInformation HardwareSoftwarePeripheral Main memory Control Unit Central Processing Unit.
Lecture #1: Introduction to Algorithms and Problem Solving Dr. Hmood Al-Dossari King Saud University Department of Computer Science 6 February 2012.
Introduction to Computer Programming By: Mr. Baha Hanene Chapter 1.
Victoria Ibarra Mat:  Generally, Computer hardware is divided into four main functional areas. These are:  Input devices Input devices  Output.
Introduction to Computing
(1) Organize information processing centers environment, the various functions and details Electronic Data Processing (EDP): can refer to the use of automated.
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.
Elements of a computer system
BASIC PROGRAMMING C SCP1103 (02)
Basics of Computer A Computer is Electronic device that can
An Overview of the Computer System
Computer Fundamentals 1
Module I. Fundamentals of Information Systems:
BASIC PROGRAMMING C SCP1103 (02)
Data Structures and Algorithms
Laboratory Information System (LIS)
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
Computer Electronic device Accepts data - input
Born to be Programmer TeguhSutanto, M.Kom.
Elements of a Computer System
INTRODUCTION TO COMPUTER APPLICATION Sir Masood.
3.1 Understanding Spreadsheets
Computing Introduction.
 Is a machine that is able to take information (input), do some work on (process), and to make new information (output) COMPUTER.
Computer System.
Presentation transcript:

* Course Outline * EDP ( Electronics Data Processing ) * DOS (Disk Operating System ) * GW-Basic ( Computer Programming Language) * Windows ( Computer Operating System) * MS-Word ( Word Processing ) * MS-Excel ( Worksheet ) Design By : M.Masood

EDP (Electronics Data Processing ) Computer Computer is an Automatic Electronic data processing machine or we can say computer is a numerical and logical calculation machine. Symbols or singles that are input, stored, and processed by a computer, for output as usable information. Design By : M.Masood

Data Data is a collection of facts, such as values or measurements. It can be numbers, words, measurements, observations or even just descriptions of things. Information in raw or unorganized form (such as alphabets, numbers, or symbols) that refer to, or represent, conditions, ideas, or objects. Data is limitless and present everywhere in the universe. Design By : M.Masood

Processing Data processing is the procedure of processing information in a computer system. It is through this process that data is manipulated by software to produce a required result. Computer data processing is any computing process that converts data's into information or knowledge. The processing is usually assumed to be automated and running on a computer. Because data's are most useful when well-presented and actually informative, data-processing systems are often referred to as information systems to emphasize their practicality. Data convert/manipulate in to following form. 1)Arithmetic Processing 2) Logical /Decision Processing 3)Classification 4) Sorting 5)Merging 6) Distributing Design By : M.Masood