SlideShare a Scribd company logo
1 of 6
LECTURE 2 – IT FUNDAMENTALS



Electronic Data Processing

      ElectronicDataProcessing (EDP) – the processing of data through the use of computers

      DataProcessing– the manipulating of data into a more useful form. It is the modern name
       for paperwork and involves the collecting, processing, and distributing of facts and figures
       to achieve a desired result.

Data Processing Cycle

      Input – in this stage the initial data, or input data, are prepared in some convenient form for
       processing.

      Processing – in this step the input data are charged, and usually combined with other
       information, to produce data into more useful form.

      Output – here the results of the preceding processing steps are collected.

Classification of Data Processing

      BusinessDataProcessing – characterized by the need to establish, retain, and process files
       of data for producing useful information. Generally, it involves a large volume of input data,
       limited arithmetical operations, and a relatively large volume of output.

      Scientific Data Processing – involves a limited volume of input and many logical or
       arithmetic calculations. Unlike business problems, most of the scientific problems are non-
       repetitive, requiring a “one-time” solution.

Data Processing Operations

      Recording – refers to the transfer on data into some form or document. It relates to the
       documentation of intermediate figures and facts resulting from calculations.

      Verifying – refers to the careful checking of the recorded data for any errors.

      Duplicating – refers to the reproduction of the data into many forms or document.

      Classifying – refers to identifying and arranging items with likes characteristics into groups
       or classes.

      Sorting – refers to arranging or rearranging data in a predetermined sequence to facilitate
       processing. Sorting is done in alphabetic or a numeric order.

      Calculating – refers to arithmetic manipulation of the data.
   SummarizingorReporting – it is here where a collection of data is condensed and certain
       conclusions from the data are represented in a meaningful format that is clear, concise and
       effective.

      Merging – this operation takes two or more sets of data, all sets having been sorted by the
       same key, and puts them together to form a single sorted set of data.

      Storing – refers to placing similar data into files for future reference.

      Retrieving – refers to recovering stored data and/or information when needed.

      Feedback – refers to the comparison of the output(s) and the goal set in advance, any
       discrepancy is analyzed, corrected, and fed back to proper stage in the processing
       operation.

Methods of Processing Data

      BatchProcessing – a technique in which data to be processed are collected into groups to
       permit convenient, efficient, and serial processing.

      On-lineProcessing – a technique that uses devices directly connected to the CPU either for
       entry or inquiry purposes.

      Real-timeProcessing – a method which has the capability of a fast response to obtain data
       form an activity or a physical process.

      DistributedProcessing – it generally consists of remote terminals linked to a large central
       computer system to help the user conduct inquiries about accounts, process jobs, or other
       data processing operations.

Elements of an EDP System

I. Hardware – the physical equipment that make up a computer system. It includes its peripheral s
and components.

       Examples: Monitor, CPU, Keyboard, Mouse, Speaker

   CentralProcessingUnit (CPU) – heart and brain of the computer system. It is where data
   processing takes place.

   Parts of CPU

      MainMemory (Primary Storage) – data and instructions are stored here. Sometimes known
       as the ‘internal’ memory of the computer.

      ArithmeticLogicUnit (ALU) – accomplishes the arithmetical and logical operations.

              Accumulator – a kind of holding area which retains answers that are produce by
               adders.
   Adders – add the bits coming from the memory and produces a 1 or 0 depending
               upon the components of the received bits (contraction for binary digit).

      Control Unit – supervises all the activities based on a set of instructions programs stored in
       the main memory. It selects, interprets and executes the instructions.

              Registers – functions as temporary storage devices during process of computation.

Input/Output Devices

      InputDevices – physical equipment which reads or translates data consisting of alphabets,
       numbers, or symbols into a form that can be understand by the computer.

               Example of Input Devices: keyboard, mouse, scanner, joystick, graphics pad, bar
               code reader

      OutputDevices – physical equipments which translate the outcome of the computations
       and related activities carried out in the CPU. Its objective is to convert data and information
       onto a form, such as a printed report or visual display that can be understood by humans.

               Example of Output Devices: monitor, printer, plotter, desktop speaker

Types of Computer Memory

      InternalMemory – contained in the silicon chip and can hold instructions and data which
       the computer is currently working on or information which the CPU needs to work very
       rapidly because the speed of the CPU is very high and acquires information to be readily
       available.

              RandomAccessMemory (RAM) – stores instructions which later can be erased or
               changed. All information stored here are lost and erased when computer is turned
               off.

              ReadOnlyMemory(ROM) – contains permanently stored instructions that a
               computer is required to keep able to perform its basic routine operations. Part of
               CPU.

      ExternalMemory – uses tapes and disk to store information. External memory is physically
       separated from CPU.

               Examples: diskette, compact disk, tape backup, hard disk

II. Software – the tangible element composed of programs that instruct the computer what to do.

       Examples: DOS Operating System, Windows 98, MS Office, Cartoon Manila, etc.

   Types of Software
I. SystemsSoftware – the programs or instructions which direct the internal operations of the
   computer. Also called operating software and are normally contained in a disk pack or floppy
   diskette or already embedded on a chip.

Classification of System Software

   A. OperatingSystem – most important type. It is a group of related programs that
      supervises or monitors the execution of an application program and provides services
      such as language translation, input/output control, and job scheduling.
   B. LanguageTranslators – programs which convert human readable form into a series of
      binary pattern of zeroes and ones.

              LowLevelLanguage – Machine Language, Assembly Language difficult to learn,
               coding was tedious, and difficult to correct and find error in programs.

              HighLevelLanguage – COBOL, BASIC, FORTRAN, RPG or PASCAL

   C. UtilityorServicePrograms – use for specialized data process problems.

II. ApplicationSoftware – Provides a solution to a specific business, scientific, engineering or
   research problems, or which perform specific operations or applications. Used to predict
   weather conditions, to keep track of an organization’s inventories, can assist an individual in
   balancing his checkbook, or game program for entertainment (e.g. Pac-man).

Types of Application Software

      Customized – a program developed to solve a specific problem peculiar to a particular
       company or user.

      Packaged – Pre-written programs for common applications that can be used by a
       number of users with little or no changes.

   Examples:

   Formicrocomputers (Personal Computer) – word processing, spreadsheet analysis and
   database management system.

   WordProcessing (e.g. MS Word) – a text editing program which allows the user to type,
   compose and correct manuscripts without the need to retype when errors or changes on
   such manuscript are made.

   Spreadsheet (e.g. Excel) – allows the user to do “what if problems”. These are powerful;
   business tools for budget reporting, financial projections and cost estimating.

   Database (e.g. Access) – allows the user to create and store information based on his own
   requirements. Also called “electronic filing”.
III. Peopleware – this refers to the people who work with the computer so that it can be used to
find solutions to problems. Also, these refer to persons who used the information generated by the
computer.

      SystemAnalyst – primarily responsible for the analysis, design, development and
       implementation of systems for such applications as payroll, inventory control, accounts
       receivable, and sales analysis.

      DatabaseAdministrator – designs, creates, and maintains the organization’s database.

      DataCommunicationSpecialist – designs and maintains computer networks that link
       computers and terminals for data communications.

      ComputerProgrammers – write programs or perform programming.

              Applicationprogrammers – translate specifications given by system analyst and
               prepare programs for applications.

              SystemProgrammers – develop and maintain system software.

      OperationsPersonnel

              Dataencoder – responsible for transferring data from the source document (e.g.
               Time cards) into a form which the computer can understand.

              Datacontrollers – verify and check whether the data prepared are accurate and
               complete.

              Computeroperators – actually handle the machine; responsible to load and unload
               the programs, mount the data tapes, disks, or cards; prepare to receive the output
               data from printer.

              Librarian – a person who catalog, monitor, and control the distribution of disks,
               tapes, system documentation, and computer-related literature.

      Computer Instructor – conducts the training sessions.

Preventive Maintenance for Computers

      Do not place a PC directly near a heating or cooling source, such as heating vents or air
       conditioners. Both excessive heat and cold can damage a PC

      Do not connect power sources directly into wall outlets but rather connect them first to
       some form of surge protector. Surge protector prevents electrical surges from destroying
       hard drives and erasing data

      Accumulation of dust can seriously hamper a PC’s ability to cool down, and even if you
       never open your computer’s case, duct can still get in through the drive openings.
   Be careful when moving PC from one location to another. Even small jolts can dislodge chips
    and expansion board.

   Keep the root directory organized. Only keep your system’s start up and software
    initialization files in the root directory.

   Do not store data files in the same directory that your store your software. This will
    eliminate the possibility of accidentally erasing or overwriting a software file.

   Keep a set of rescue disk for the operating system.

   Keep a backup copy of original software, either CD of floppy disk. This type of software
    copying perfectly legal.

   Keep meticulous records of default settings, any changes you make in the system’s CMOS
    setup that differ from the default settings, and any maintenance you perform in the system.

   Keep records of any expansion cards you install and the procedures you follow to install
    them.

   Save all documentation that comes with your PC and its components. You may need to refer
    to the documentation if something goes wrong.

   Do not compress your hard drive. Compressed hard drives are more likely to become
    corrupted than those that have not been compressed.

   Keep backup copies of any important data on removable medium. Hard drives can fail and
    having important data on more than one medium can save a lot of stress and headaches.

   Install a virus scan program that automatically scans for viruses when the system boots. Do
    not download any files from the internet unless you are certain that the source is not
    transmitting a virus to you.

More Related Content

What's hot

It in business lect 2
It in business  lect 2It in business  lect 2
It in business lect 2Mahii_Raza
 
Sap basis online training
Sap basis online trainingSap basis online training
Sap basis online trainingkeylabstraining
 
L1 computer architecture lesson 1
L1 computer architecture  lesson 1L1 computer architecture  lesson 1
L1 computer architecture lesson 1AartiThakur36
 
Computer & it's components
Computer & it's componentsComputer & it's components
Computer & it's componentsluckygamer
 
Computer education presentation - ARCH 383
Computer education presentation - ARCH 383Computer education presentation - ARCH 383
Computer education presentation - ARCH 383LipikaPandey
 
Basic computer organization
Basic computer organizationBasic computer organization
Basic computer organizationSAMIR NAIK
 
Copy of business hardware
Copy of business hardwareCopy of business hardware
Copy of business hardwareJomel Penalba
 
System unit & its components
System unit & its componentsSystem unit & its components
System unit & its componentsadpafit
 
01 introduction to information technology
01 introduction to information technology01 introduction to information technology
01 introduction to information technologyDinesh Gunathilaka
 
Yadu computer internals final-2
Yadu  computer internals final-2Yadu  computer internals final-2
Yadu computer internals final-2parulata
 
Basic overview of information technology and uses
Basic overview of information technology and usesBasic overview of information technology and uses
Basic overview of information technology and usesEbtissam Al-Madi
 
The computer system2007
The computer system2007The computer system2007
The computer system2007Sue Cooksey
 
The Computer System2007
The Computer System2007The Computer System2007
The Computer System2007Sue Cooksey
 
Management information system software
Management information system softwareManagement information system software
Management information system softwareOnline
 

What's hot (20)

computer Unit 1
computer Unit 1computer Unit 1
computer Unit 1
 
It in business lect 2
It in business  lect 2It in business  lect 2
It in business lect 2
 
Sap basis online training
Sap basis online trainingSap basis online training
Sap basis online training
 
L1 computer architecture lesson 1
L1 computer architecture  lesson 1L1 computer architecture  lesson 1
L1 computer architecture lesson 1
 
Computer & it's components
Computer & it's componentsComputer & it's components
Computer & it's components
 
Computer education presentation - ARCH 383
Computer education presentation - ARCH 383Computer education presentation - ARCH 383
Computer education presentation - ARCH 383
 
Itc chapter # 4
Itc   chapter # 4Itc   chapter # 4
Itc chapter # 4
 
Itc chapter # 3
Itc   chapter # 3Itc   chapter # 3
Itc chapter # 3
 
Cliff sugerman
Cliff sugermanCliff sugerman
Cliff sugerman
 
Basic Concepts Of Information Technology (It)
Basic Concepts Of Information Technology (It)Basic Concepts Of Information Technology (It)
Basic Concepts Of Information Technology (It)
 
Basic computer organization
Basic computer organizationBasic computer organization
Basic computer organization
 
Copy of business hardware
Copy of business hardwareCopy of business hardware
Copy of business hardware
 
System unit & its components
System unit & its componentsSystem unit & its components
System unit & its components
 
01 introduction to information technology
01 introduction to information technology01 introduction to information technology
01 introduction to information technology
 
Yadu computer internals final-2
Yadu  computer internals final-2Yadu  computer internals final-2
Yadu computer internals final-2
 
Basic overview of information technology and uses
Basic overview of information technology and usesBasic overview of information technology and uses
Basic overview of information technology and uses
 
The computer system2007
The computer system2007The computer system2007
The computer system2007
 
The Computer System2007
The Computer System2007The Computer System2007
The Computer System2007
 
Management information system software
Management information system softwareManagement information system software
Management information system software
 
Camd lab manual
Camd lab manualCamd lab manual
Camd lab manual
 

Similar to Lecture 2 it fundamentals

Lesson 1 introduction
Lesson 1 introductionLesson 1 introduction
Lesson 1 introductionVhe Cagande
 
Zimsec Computer Science Notes
Zimsec Computer Science NotesZimsec Computer Science Notes
Zimsec Computer Science NotesDoubt Jafali
 
For first periodical test
For first periodical testFor first periodical test
For first periodical testroselynrequiso
 
For first periodical test
For first periodical testFor first periodical test
For first periodical testroselynrequiso
 
Introduction to pc operations nc ii
Introduction to pc operations nc iiIntroduction to pc operations nc ii
Introduction to pc operations nc iiNSU-Biliran Campus
 
Introductiontopcoperationsncii 130724004019-phpapp01
Introductiontopcoperationsncii 130724004019-phpapp01Introductiontopcoperationsncii 130724004019-phpapp01
Introductiontopcoperationsncii 130724004019-phpapp01Lanie Plecerda
 
Introduction to computers MRS. SOWMYA JYOTHI
Introduction to computers MRS. SOWMYA JYOTHIIntroduction to computers MRS. SOWMYA JYOTHI
Introduction to computers MRS. SOWMYA JYOTHISowmya Jyothi
 
MIS Management Information Systems
MIS Management Information SystemsMIS Management Information Systems
MIS Management Information SystemsThomas Mon
 
Information systems and its components 1
Information systems and its components 1Information systems and its components 1
Information systems and its components 1Ashish Desai
 
Performing computer operation PCO.pptx
Performing computer operation PCO.pptxPerforming computer operation PCO.pptx
Performing computer operation PCO.pptxRhayz Rhayz
 
BASIC COMPUTER COURSE ! BATRA COMPUTER CENTRE
BASIC COMPUTER COURSE ! BATRA COMPUTER CENTREBASIC COMPUTER COURSE ! BATRA COMPUTER CENTRE
BASIC COMPUTER COURSE ! BATRA COMPUTER CENTREjatin batra
 
Lecture 12-1234865709062834-2
Lecture 12-1234865709062834-2Lecture 12-1234865709062834-2
Lecture 12-1234865709062834-2Sami Khan
 
Tìm hiểu về Công nghệ thông tin (IT) toàn tập
Tìm hiểu về Công nghệ thông tin (IT) toàn tậpTìm hiểu về Công nghệ thông tin (IT) toàn tập
Tìm hiểu về Công nghệ thông tin (IT) toàn tậpINFOCHIEF institute
 
Basics of Operating System
Basics of Operating SystemBasics of Operating System
Basics of Operating SystemSoumit Ghosh
 
Concepts and components of information system
Concepts  and components of information systemConcepts  and components of information system
Concepts and components of information systemRohit Kumar
 
1. Components of Information Systems.pdf
1. Components of Information Systems.pdf1. Components of Information Systems.pdf
1. Components of Information Systems.pdfcalf_ville86
 

Similar to Lecture 2 it fundamentals (20)

Lesson 1 introduction
Lesson 1 introductionLesson 1 introduction
Lesson 1 introduction
 
Zimsec Computer Science Notes
Zimsec Computer Science NotesZimsec Computer Science Notes
Zimsec Computer Science Notes
 
For first periodical test
For first periodical testFor first periodical test
For first periodical test
 
For first periodical test
For first periodical testFor first periodical test
For first periodical test
 
What is computer
What is computerWhat is computer
What is computer
 
What Is Computer
What Is ComputerWhat Is Computer
What Is Computer
 
Introduction to pc operations nc ii
Introduction to pc operations nc iiIntroduction to pc operations nc ii
Introduction to pc operations nc ii
 
Introductiontopcoperationsncii 130724004019-phpapp01
Introductiontopcoperationsncii 130724004019-phpapp01Introductiontopcoperationsncii 130724004019-phpapp01
Introductiontopcoperationsncii 130724004019-phpapp01
 
Introduction to computers MRS. SOWMYA JYOTHI
Introduction to computers MRS. SOWMYA JYOTHIIntroduction to computers MRS. SOWMYA JYOTHI
Introduction to computers MRS. SOWMYA JYOTHI
 
MIS Management Information Systems
MIS Management Information SystemsMIS Management Information Systems
MIS Management Information Systems
 
Information systems and its components 1
Information systems and its components 1Information systems and its components 1
Information systems and its components 1
 
Performing computer operation PCO.pptx
Performing computer operation PCO.pptxPerforming computer operation PCO.pptx
Performing computer operation PCO.pptx
 
BASIC COMPUTER COURSE ! BATRA COMPUTER CENTRE
BASIC COMPUTER COURSE ! BATRA COMPUTER CENTREBASIC COMPUTER COURSE ! BATRA COMPUTER CENTRE
BASIC COMPUTER COURSE ! BATRA COMPUTER CENTRE
 
Clifford sugerman
Clifford sugermanClifford sugerman
Clifford sugerman
 
Lecture 12-1234865709062834-2
Lecture 12-1234865709062834-2Lecture 12-1234865709062834-2
Lecture 12-1234865709062834-2
 
Tìm hiểu về Công nghệ thông tin (IT) toàn tập
Tìm hiểu về Công nghệ thông tin (IT) toàn tậpTìm hiểu về Công nghệ thông tin (IT) toàn tập
Tìm hiểu về Công nghệ thông tin (IT) toàn tập
 
Lecture 1 2
Lecture 1 2Lecture 1 2
Lecture 1 2
 
Basics of Operating System
Basics of Operating SystemBasics of Operating System
Basics of Operating System
 
Concepts and components of information system
Concepts  and components of information systemConcepts  and components of information system
Concepts and components of information system
 
1. Components of Information Systems.pdf
1. Components of Information Systems.pdf1. Components of Information Systems.pdf
1. Components of Information Systems.pdf
 

More from Tricia Andrea Lorena Pongyan (9)

History of arts and design
History of arts and designHistory of arts and design
History of arts and design
 
Principles of design and color theory
Principles of design and color theoryPrinciples of design and color theory
Principles of design and color theory
 
English
EnglishEnglish
English
 
Principles of design and color theory
Principles of design and color theoryPrinciples of design and color theory
Principles of design and color theory
 
Nstp 2
Nstp 2Nstp 2
Nstp 2
 
Reviewer in com graphics
Reviewer in com graphicsReviewer in com graphics
Reviewer in com graphics
 
Nstp 2
Nstp 2Nstp 2
Nstp 2
 
Study and thinking skills
Study and thinking skillsStudy and thinking skills
Study and thinking skills
 
Lecture 1 fundamentals of computer
Lecture 1   fundamentals of computerLecture 1   fundamentals of computer
Lecture 1 fundamentals of computer
 

Recently uploaded

Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 

Recently uploaded (20)

Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 

Lecture 2 it fundamentals

  • 1. LECTURE 2 – IT FUNDAMENTALS Electronic Data Processing  ElectronicDataProcessing (EDP) – the processing of data through the use of computers  DataProcessing– the manipulating of data into a more useful form. It is the modern name for paperwork and involves the collecting, processing, and distributing of facts and figures to achieve a desired result. Data Processing Cycle  Input – in this stage the initial data, or input data, are prepared in some convenient form for processing.  Processing – in this step the input data are charged, and usually combined with other information, to produce data into more useful form.  Output – here the results of the preceding processing steps are collected. Classification of Data Processing  BusinessDataProcessing – characterized by the need to establish, retain, and process files of data for producing useful information. Generally, it involves a large volume of input data, limited arithmetical operations, and a relatively large volume of output.  Scientific Data Processing – involves a limited volume of input and many logical or arithmetic calculations. Unlike business problems, most of the scientific problems are non- repetitive, requiring a “one-time” solution. Data Processing Operations  Recording – refers to the transfer on data into some form or document. It relates to the documentation of intermediate figures and facts resulting from calculations.  Verifying – refers to the careful checking of the recorded data for any errors.  Duplicating – refers to the reproduction of the data into many forms or document.  Classifying – refers to identifying and arranging items with likes characteristics into groups or classes.  Sorting – refers to arranging or rearranging data in a predetermined sequence to facilitate processing. Sorting is done in alphabetic or a numeric order.  Calculating – refers to arithmetic manipulation of the data.
  • 2. SummarizingorReporting – it is here where a collection of data is condensed and certain conclusions from the data are represented in a meaningful format that is clear, concise and effective.  Merging – this operation takes two or more sets of data, all sets having been sorted by the same key, and puts them together to form a single sorted set of data.  Storing – refers to placing similar data into files for future reference.  Retrieving – refers to recovering stored data and/or information when needed.  Feedback – refers to the comparison of the output(s) and the goal set in advance, any discrepancy is analyzed, corrected, and fed back to proper stage in the processing operation. Methods of Processing Data  BatchProcessing – a technique in which data to be processed are collected into groups to permit convenient, efficient, and serial processing.  On-lineProcessing – a technique that uses devices directly connected to the CPU either for entry or inquiry purposes.  Real-timeProcessing – a method which has the capability of a fast response to obtain data form an activity or a physical process.  DistributedProcessing – it generally consists of remote terminals linked to a large central computer system to help the user conduct inquiries about accounts, process jobs, or other data processing operations. Elements of an EDP System I. Hardware – the physical equipment that make up a computer system. It includes its peripheral s and components. Examples: Monitor, CPU, Keyboard, Mouse, Speaker CentralProcessingUnit (CPU) – heart and brain of the computer system. It is where data processing takes place. Parts of CPU  MainMemory (Primary Storage) – data and instructions are stored here. Sometimes known as the ‘internal’ memory of the computer.  ArithmeticLogicUnit (ALU) – accomplishes the arithmetical and logical operations.  Accumulator – a kind of holding area which retains answers that are produce by adders.
  • 3. Adders – add the bits coming from the memory and produces a 1 or 0 depending upon the components of the received bits (contraction for binary digit).  Control Unit – supervises all the activities based on a set of instructions programs stored in the main memory. It selects, interprets and executes the instructions.  Registers – functions as temporary storage devices during process of computation. Input/Output Devices  InputDevices – physical equipment which reads or translates data consisting of alphabets, numbers, or symbols into a form that can be understand by the computer. Example of Input Devices: keyboard, mouse, scanner, joystick, graphics pad, bar code reader  OutputDevices – physical equipments which translate the outcome of the computations and related activities carried out in the CPU. Its objective is to convert data and information onto a form, such as a printed report or visual display that can be understood by humans. Example of Output Devices: monitor, printer, plotter, desktop speaker Types of Computer Memory  InternalMemory – contained in the silicon chip and can hold instructions and data which the computer is currently working on or information which the CPU needs to work very rapidly because the speed of the CPU is very high and acquires information to be readily available.  RandomAccessMemory (RAM) – stores instructions which later can be erased or changed. All information stored here are lost and erased when computer is turned off.  ReadOnlyMemory(ROM) – contains permanently stored instructions that a computer is required to keep able to perform its basic routine operations. Part of CPU.  ExternalMemory – uses tapes and disk to store information. External memory is physically separated from CPU. Examples: diskette, compact disk, tape backup, hard disk II. Software – the tangible element composed of programs that instruct the computer what to do. Examples: DOS Operating System, Windows 98, MS Office, Cartoon Manila, etc. Types of Software
  • 4. I. SystemsSoftware – the programs or instructions which direct the internal operations of the computer. Also called operating software and are normally contained in a disk pack or floppy diskette or already embedded on a chip. Classification of System Software A. OperatingSystem – most important type. It is a group of related programs that supervises or monitors the execution of an application program and provides services such as language translation, input/output control, and job scheduling. B. LanguageTranslators – programs which convert human readable form into a series of binary pattern of zeroes and ones.  LowLevelLanguage – Machine Language, Assembly Language difficult to learn, coding was tedious, and difficult to correct and find error in programs.  HighLevelLanguage – COBOL, BASIC, FORTRAN, RPG or PASCAL C. UtilityorServicePrograms – use for specialized data process problems. II. ApplicationSoftware – Provides a solution to a specific business, scientific, engineering or research problems, or which perform specific operations or applications. Used to predict weather conditions, to keep track of an organization’s inventories, can assist an individual in balancing his checkbook, or game program for entertainment (e.g. Pac-man). Types of Application Software  Customized – a program developed to solve a specific problem peculiar to a particular company or user.  Packaged – Pre-written programs for common applications that can be used by a number of users with little or no changes. Examples: Formicrocomputers (Personal Computer) – word processing, spreadsheet analysis and database management system. WordProcessing (e.g. MS Word) – a text editing program which allows the user to type, compose and correct manuscripts without the need to retype when errors or changes on such manuscript are made. Spreadsheet (e.g. Excel) – allows the user to do “what if problems”. These are powerful; business tools for budget reporting, financial projections and cost estimating. Database (e.g. Access) – allows the user to create and store information based on his own requirements. Also called “electronic filing”.
  • 5. III. Peopleware – this refers to the people who work with the computer so that it can be used to find solutions to problems. Also, these refer to persons who used the information generated by the computer.  SystemAnalyst – primarily responsible for the analysis, design, development and implementation of systems for such applications as payroll, inventory control, accounts receivable, and sales analysis.  DatabaseAdministrator – designs, creates, and maintains the organization’s database.  DataCommunicationSpecialist – designs and maintains computer networks that link computers and terminals for data communications.  ComputerProgrammers – write programs or perform programming.  Applicationprogrammers – translate specifications given by system analyst and prepare programs for applications.  SystemProgrammers – develop and maintain system software.  OperationsPersonnel  Dataencoder – responsible for transferring data from the source document (e.g. Time cards) into a form which the computer can understand.  Datacontrollers – verify and check whether the data prepared are accurate and complete.  Computeroperators – actually handle the machine; responsible to load and unload the programs, mount the data tapes, disks, or cards; prepare to receive the output data from printer.  Librarian – a person who catalog, monitor, and control the distribution of disks, tapes, system documentation, and computer-related literature.  Computer Instructor – conducts the training sessions. Preventive Maintenance for Computers  Do not place a PC directly near a heating or cooling source, such as heating vents or air conditioners. Both excessive heat and cold can damage a PC  Do not connect power sources directly into wall outlets but rather connect them first to some form of surge protector. Surge protector prevents electrical surges from destroying hard drives and erasing data  Accumulation of dust can seriously hamper a PC’s ability to cool down, and even if you never open your computer’s case, duct can still get in through the drive openings.
  • 6. Be careful when moving PC from one location to another. Even small jolts can dislodge chips and expansion board.  Keep the root directory organized. Only keep your system’s start up and software initialization files in the root directory.  Do not store data files in the same directory that your store your software. This will eliminate the possibility of accidentally erasing or overwriting a software file.  Keep a set of rescue disk for the operating system.  Keep a backup copy of original software, either CD of floppy disk. This type of software copying perfectly legal.  Keep meticulous records of default settings, any changes you make in the system’s CMOS setup that differ from the default settings, and any maintenance you perform in the system.  Keep records of any expansion cards you install and the procedures you follow to install them.  Save all documentation that comes with your PC and its components. You may need to refer to the documentation if something goes wrong.  Do not compress your hard drive. Compressed hard drives are more likely to become corrupted than those that have not been compressed.  Keep backup copies of any important data on removable medium. Hard drives can fail and having important data on more than one medium can save a lot of stress and headaches.  Install a virus scan program that automatically scans for viruses when the system boots. Do not download any files from the internet unless you are certain that the source is not transmitting a virus to you.