COMPUTER BASICS BY MR. YOUSUF VALI 04-04-2019.

Slides:



Advertisements
Similar presentations
Computer Basics 2.
Advertisements

Chapter 1 Introduction to Computers. What Is a Computer? What is a computer? An electronic machine, operating under the control of instructions stored.
McGraw-Hill/Irwin ©2008 The McGraw-Hill Companies, All Rights Reserved Plug-in B3 HARDWARE & SOFTWARE.
INTRODUCTION OF COMPUTER
 Computer hardware components are the physical pieces of the computer.  The major hardware components of a computer are: – The central processing.
Essential Computing Concepts. People: the most important part Hardware: consists of the equipment: keyboard, monitor, etc… Software: refers to the programs.
ENGR2216 FORTRAN PROGRAMMING FOR ENGINEERS. Chapter 1 The computer CPU MEMORY INPUT/OUTPUT DEVICES DATA REPRESENTATION BINARY SYSTEM OCTAL & HEXADECIMAL.
Introduction to Computers
Fundamentals and a Brief History of Computer Systems.
What Is A Computer System?
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computer Parts There are many parts that work together to make a computer work.
Computers & Logic An Overview. Hardware Hardware is the equipment, or the devices, associated with a computer. For a computer to be useful, however, it.
Information Technology Ms. Abeer Helwa. Computer Generations First Generation (Vacuum Tubes) -They relied on the machine language to perform operations.
 Definition of computer Definition of computer  Block diagram of computer Block diagram of computer  Components of computer - Input DevicesInput Devices.
 What is a Computer What is a Computer  Functions of Computer Functions of Computer  Input Device of a Computer Input Device of a Computer  Output.
Chapter 1: An Introduction to Computers and Programming Prelude to Programming Concepts and Design Copyright © 2001 Scott/Jones, Inc.. All rights reserved.
Introduction to Programming Dr Masitah Ghazali Programming Techniques I SCJ1013.
Computer Basics Diagram
COMPUTER MAIN PARTS Hardware Software. HARDWARE Definition: The set of hardware components that make up the material part (physical) of a computer, unlike.
INTRODUCTION TO COMPUTING
Learning Targets Identify the external parts of the computer Identify examples of input devices Identify examples of output devices Define basic computer.
Introduction to Computers
What is a Computer ? What is the application of computer in Our Daily Life ? What is the application of computer in Teaching Field?
An Introduction to Computers August 12, 2008 Mrs. C. Furman.
Introduction to Computers
INTRODUCTION TO COMPUTERS Prep E-MBA – 2012 Javed Ahmed Assistant Professor Sukkur IBA.
1 Introduction to Computers Lect 1 Won’t tell you much you don’t know. (Misleading– the course gets more conceptual as we create webpages.) Will go into.
Introduction to the Computer System. What is a computer ? A computer is an electronic device that can accept data and instruction, process them or store.
Introduction to Programming Using C Introduction to Computer Programming.
Computer Basics 2.
What is computer hardware? Computer hardware are the physical components of the computer.
Mrs. Ulshafer August, 2013 Java Programming Chapter 1.
What is a computer? Computer is a device for processing information.
School of Computer Science & Information Technology G6DICP Introduction to Computer Programming Milena Radenkovic.
COMPUTER ARCHITECTURE. Recommended Text 1Computer Organization and Architecture by William Stallings 2Structured Computer Organisation Andrew S. Tanenbaum.
1 Programming Fundamentals How to Program in C++ How to Program in C++
1 THE COMPUTER. 2 Input Processing Output Storage 4 basic functions.
The Computer System CS 103: Computers and Application Software.
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
INPUT, Output & storage devices
Introduction To Computers
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.
Computer Architecture and Number Systems
Introduction to Computers
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Computer Science II Chapter 1.
An Overview of the Computer System
Chapter 1: An Overview of Computers and Programming Languages
COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE
Computer Hardware and Software
Welcome to the Presentation on Introduction to Computers
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Introduction to Computers
Information Technology
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
COMPUTER BASICS BY MR. YOUSUF VALI
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Computer Electronic device Accepts data - input
CSC128 FUNDAMENTALS OF COMPUTER PROBLEM SOLVING
Introduction to Computers
وحدات التخزين الثانوية + البرمجيات
Chapter 3 Hardware and software 1.
Overview of Computer Architecture and Organization
Chapter 3 Hardware and software 1.
From Problems to Algorithms to Programs
Function of Operating Systems
Presentation transcript:

COMPUTER BASICS BY MR. YOUSUF VALI 04-04-2019

THE WORD computer IS DERIVED FROM compute WHICH MEANS calculations. FATHER OF COMPUTERS : MR. CHARLES BABBAGE MOTHER OF COMPUTERS : ADA LOVELACE COMPUTER STANDS FOR : C ------------>COMMONLY O ----------->OPRATING M ------------->MACHINE P ------------->PARTICULARLY U -------------->USED IN T ---------------> TECHNOLOGY FOR E ----------------> EDUCATION R ----------------> RESEARCH 04-04-2019

INPUT : ENTERING THE DATA IN A COMPUTER IS CALLED INPUT. COMPUTER WORKS WITH THE HELP OF ELECTRICITY, IT CAN RECOGNIZE BOTH PRESENCE & ABSENCE OF POWER. COMPUTER DEFINITION: IT IS AN ELECTRONIC DEVICE WHICH TAKES INPUT PROCESS THE DATA AND GIVES OUTPUT. INPUT : ENTERING THE DATA IN A COMPUTER IS CALLED INPUT. INPUT DEVICES: 04-04-2019

OUTPUT DEVICES : PRODUCING THE RESULTS BASED ON USER’S INPUT. 04-04-2019

COMPUTERS ARE USED IN : OFFICES SCHOOLS COLLEGES BANKS HOSPITALS RAILWAYS AIRLINES TRANSPORT PROJECTS ACCOUNTS 04-04-2019

BLOCK DIAGRAM OF COMPUTERS : 04-04-2019

SPEED: IT WORKS IN HIGH SPEED. CHARACTERISTICS : SPEED: IT WORKS IN HIGH SPEED. ACCURACY: RESULTS PRODUCED ARE 100 % CORRECT. CONSISTENCY: IT DOES NOT GET TIRED. STORAGE: IT HAS HIGH STORAGE CAPACITY. VERSATILITY: IT PERFORMS VARIOUS TASKS. WHENEVER WE PRESS A CPU BUTTON THEN THE OPERATING SYSTEM LOADS INTO MEMMORY. WHAT IS AN OPERARING SYSTEM? THE OPERATING SYSTEM IS AN INTERFACE BETWEEN USER AND COMPUTER HARDWARE. EXAMPLE: MACINTOSH, WINDOWS, IOS, ANDROID WHATEVER THE TEXT YOU TYPE IN COMPUTER , IT AUTOMATICALLY CONVERTS INTO 0’S &1’S 04-04-2019

TYPES OF PROGRAMMING LANGUAGES : A) LOW LEVEL LANGUANGE B) HIGH LEVEL LANGUAGE LOW LEVEL LANGUAGE: PROGRAMMERS FEEL DIFFICULT TO LEARN MACHINE LEVEL: COMPUTER CAN UNDERSTAND 0’S & 1’S. DRAWBACK: IT IS DIFFERENT FROM ONE COMPUTER TO ANOTHER. B. ASSEMBLY LEVEL: THIS LANGUAGE USES LETTERS AND SYMBOLS INSTEAD OF 0’S & 1’S. DRAWBACK : THE ASSEMBLY LEVEL LANGUAGE ARE MACHINE DEPENDENT. HIGH LEVEL LANGUAGE : IT IS EASY TO LEARN. EXAMPLE : C, JAVA THE TEXT YOU ENTERED AUTOMATICALLY CONVERTS INTO 0’S & 1’S USING TRANSLATORS. 04-04-2019

COMPILER: IT CONVERTS THE ENTIRE PROGRAM INTO MACHINE TYPES OF TRANSLATORS: COMPILER: IT CONVERTS THE ENTIRE PROGRAM INTO MACHINE LEVEL LANGUAGE AT A TIME. INTERPRETER: IT TRANSLATES THE PROGRAM IN A STEP BY STEP. C. ASSEMBLER: IT CONVERTS ASSEMBLY LEVEL LANGUAGE INTO MACHINE LEVEL LANGUAGE. COMPUTER SOFTWARE: IT IS A SET OF PROGRAMS. EXAMPLE: OPERATING SYSTEM ( WINDOWS, MACINTOSH, LINUX) 04-04-2019

COMPUTER HARDWARE: IT IS A PHYSICAL COMPONENT OF A COMPUTER. 04-04-2019

IT IS ALSO CALLED AS FIXED DISK MADEUP OF METAL PIECES HARD DISK: IT IS ALSO CALLED AS FIXED DISK MADEUP OF METAL PIECES COATED WITH MAGNETIC TAPES & STORES LARGE AMOUNT OF DATA. THE FIRST HARDDISK IS INVENTED BY IBM IN 1956, THIS AVAILABLE IN 1 BYTE TO 1 COPERBYTE. FLOPPY DISK: IT WAS INVENTED BY IBM & IT’S SIZE IS 5.25 INCH AND CAN SEND 1.44 MB OF DATA AT A TIME. THE ADVANTAGE OF THIS FLOPPYDISK IS, IT CAN BE REMOVABLE. COMPACT DISK (CD): IT IS VERY THIN & CIRCULER IN SHAPE, IT CAN STORE 700 MB OF DATA. IN OLDEN DAYS WE HAVE ONLY READABLE BUT, NOW A DAYS WE HAVE BOTH READ & WRITTABLE DISKS. DVD: DIGITAL VERSATILE DISK IT IS SIMILAR TO CD & STORAGE CAPACITY IS 17 TO 21 GB. 04-04-2019

HOW ARE YOU 04-04-2019 A) IAM FINE B) IAM NOT FINE

04-04-2019

04-04-2019