Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Introduction

  • Slides: 40
Download presentation
Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Introduction to Computer Application I Hustinawaty http:

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Introduction to Computer Application I Hustinawaty http: //staffsite. gunadarma. ac. id/hustina Slide 1

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Summary • Introduction to the computer •

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Summary • Introduction to the computer • Hardware development • Software development • Language Programming • Operating System • Software Application • Presentation • Multimedia • Internet • Image Processing Slide 2

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Introduction to the computer » Definition »

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Introduction to the computer » Definition » Electronic Data processing & Data Processing Cycle » Computer System Slide 3

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma DEFINITION Computer is: an electronic device that

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma DEFINITION Computer is: an electronic device that can receive data input and process it to get the result as an information EDP is a manipulation from a row data to a useful Information Data Processing Cycle INPUT PROCESS OUTPUT COMPUTER SYSTEM Hardware Software Brainware Slide 4

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma v. Computer System: A collection of hardware

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma v. Computer System: A collection of hardware and software components designed to provide an effective tool for computation. v. Hardware: Actual equipment used to perform the computations. v. Software: Programs enabled us to communicate with a computer by providing it with the list of instructions it needs to operate. Slide 5

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma User OPERATING SYSTEM Applications programs Language Processors

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma User OPERATING SYSTEM Applications programs Language Processors COMPUTER HARDWARE Memory File System Loader Devices Editors Communications Supports User A typical computer system Slide 6

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma » All Computers, from the very smallest

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma » All Computers, from the very smallest microsystem to the largest mainframe, consist of three basic components. » Memory » Central Processing Unit (CPU) » Input/Output devices Slide 7

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma What is the computer ? Central Processing

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma What is the computer ? Central Processing Unit (CPU) Control Unit Input Data Primary Storage Unit Output Information Arithmetic and Logic Unit Secondary Storage Unit Slide 8

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma • Every computer comes with a certain

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma • Every computer comes with a certain amount of storage, both internal storage (memory), and external (or secondary) storage. • The two forms of storage differ in characteristics and in purpose. • Program currently in execution, along with some of the data required for execution, must be reside in memory. Slide 9

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Memory Main Memory Read Only Memory Secondary

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Memory Main Memory Read Only Memory Secondary Memory Random-Access Memory Hard Disk Floppy Disk CDROM Types of memory Slide 10

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma MAIN MEMORY Ø Read Only Memory (ROM):

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma MAIN MEMORY Ø Read Only Memory (ROM): – Stores information permanently (not volatile). – Stores the boot instructions needed to start-up the computer when it is switch on. – Is written by the manufacturer. Ø Random Access Memory (RAM): – Is usually volatile memory. – Temporarily stores programs while they are being executed and data. Ø Cache Memory Checked by the processor prior to looking for a needed program instruction or data in regular RAM. Slide 11

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma MAIN MEMORY Ø Read Only Memory (ROM):

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma MAIN MEMORY Ø Read Only Memory (ROM): – Stores information permanently (not volatile). – Stores the boot instructions needed to start-up the computer when it is switch on. – Is written by the manufacturer. Ø Random Access Memory (RAM): – Is usually volatile memory. – Temporarily stores programs while they are being executed and data. Ø Cache Memory Checked by the processor prior to looking for a needed program instruction or data in regular RAM. Slide 12

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Central Processor Unit (CPU) q Coordinating all

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Central Processor Unit (CPU) q Coordinating all computer operations q Performing arithmetic and logical operations on data q Contains two subcomponents § Arithmetic/Logic Unit (ALU) – § Carries on all types of calculation (Arithmetic and logical operations) Control Unit (CU) – – Controls the actions of the other components. Examples, Operating under the control of instructions from the programmer (these instructions reside in memory), the control unit causes data to be read from the input devices, passed the appropriate values from storage to arithmetic/logic unit for the required calculations, stores and retrieved data and intermediate results from main memory, and passes results to the output device for display Slide 13

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma INPUT DEVICES ØKeyboard Devices ØPointing Devices: Mouse,

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma INPUT DEVICES ØKeyboard Devices ØPointing Devices: Mouse, Trackball, Touch Screen, Light Pen, Remote Control Unit ØOptical Reading Devices: OCR (Optical Character Recognition) : optical mark reader, optical character reader, handprint reader ØMagnetic Reading Devices EFT (Electronic Funds Transfer) : automatic deposit, automatic tranfer, Automated Teller Machine (ATM) ØSpeech Recognition Devices Slide 14

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma OUTPUT DEVICES ØDisplayed Output Devices : Display

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma OUTPUT DEVICES ØDisplayed Output Devices : Display Screen, Monitor, Cathode Ray Tube (CRT), Video Display Termional (VDT) ØPrinters : Line Printers, Character Printers, Page Printers ØSpeech Output Devices ØPlotters ØMicrofilm Slide 15

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Hardware Development • First Generation (1946 -1959)

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Hardware Development • First Generation (1946 -1959) • Second Generation (1960 -1965) • Third Generation (1966 -1975) • Fourth Generation (1975 - Now) • Accessories Slide 16

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Software Development • System Software • Operating

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Software Development • System Software • Operating Systems • Utility Programs • Language Translators Slide 17

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Operating System Without operating system, a software

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Operating System Without operating system, a software application or a program language software can‘t communicate with the computer. Operating System is just like a brain on human body which organize all process inside a human body OS/360 UNIX CP/M OS/2 OS/400 WINDOWS MS-DOS Slide 18

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma There are six basic functions that an

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma There are six basic functions that an operating system can perform : 1. Schedule Jobs. 2. Manage Hardware and Software Resources 3. Maintain Systems Security 4. Enable Multiple User Resource Sharing 5. Handle Interrupts 6. Maintain Usage Records Slide 19

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Utility Programs Utilities enable users to copy

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Utility Programs Utilities enable users to copy files, erase files, sort the content of files, merge two or more files together, and prepare removeable storage mediafor use. Other utilities allow the computer operations manager to recover lost or bad files, monitor performance of the system, and event control the flow data between users and computers. Slide 20

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Language Programming : There are three different

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Language Programming : There are three different kind of Language programming: • Machine Language • Low level Language Assembler • High Level Language Fortran, Lisp, Algol, Cobol, RPG, Basic, Pascal, Prolog, C, Matlab, etc. Slide 21

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma • Machine Language – A computer's native

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma • Machine Language – A computer's native language, containing instructions that are binary numbers. – It is difficult for human to learn and use. – Instructions to the control unit must be expressed in terms of the machine language of the particular computer. – A machine language instruction conveys the operation to performed and the operands, or memory cells, that are to take part. Example, compute the cost of an item cost = price + tax Slide 22

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Operation Code Operation Meaning 001 Load 010

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Operation Code Operation Meaning 001 Load 010 Store 011 Add . . . 111 Halt Copy the value of the memory cell addressed into the accumulator Copy the value of the accumulator into the word addressed Replace the present value of the accumulator with the sum of its present value and the value of the memory cell addressed. Terminate execution Sample Instruction Set Slide 23

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma • Assembly Language - Is programming language

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma • Assembly Language - Is programming language in English-like abbreviations - Later be converted into machine code by program's translator called assemblers - Example, adds to number and store in another variable LOAD A ADD B STORE C Slide 24

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma • High-Level Language - A programming language

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma • High-Level Language - A programming language whose instructions resemble every day language - Has a language standard that describe the grammatical form (syntax) of the language - Every high-level language instruction must conform to the syntax rules specified in the language standard. - Example, BASIC, C, C++, COBOL, FORTRAN, LISP, PASCAL, Java - Example of C++ code, cost = price + tax; Slide 25

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Presentation Application: Animation Interesting Presentation Goal WHY

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Presentation Application: Animation Interesting Presentation Goal WHY Power Point Can be embedded from another software application such as word, excell, access, picture, video, audio etc. Can be convert to html file Slide 26

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Image Processing Application: Matlab Khoros Halcon Ad

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Image Processing Application: Matlab Khoros Halcon Ad Oculos Vista Mega Wave Image Pro Plus Slide 27

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Matlab Image Processing Application: Easy to program

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Matlab Image Processing Application: Easy to program WHY Many library specially for Image Processing Can be compiled with c++ compiler Interactive Program Slide 28

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Internet & Multimedia Application: Browsing File Transfer

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Internet & Multimedia Application: Browsing File Transfer Video Conferencing Remote Control Tools Webcam Email Audio player Video player Etc. Ads Banner Slide 29

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma • Internet – worldwide collection of computers

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma • Internet – worldwide collection of computers connected together by a network communication channel. • Benefit of Internet – Electronic mail (E-mail( • one form of communication where an individual can use to send mail to another person or to a complete list of addresses. – Sites • another form of communication to access other people’s files or information Slide 30

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma • World Wide Web (WWW( – the

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma • World Wide Web (WWW( – the collection of sites across the world that offer information • To visit the site, we must have – Web Address / Uniform Resource Locators (URL( • http: //www. cnn. com • http: //www. au. ac. th • http: //www. infoseek. com – Computer, communicating devices (MODEM, LAN card) and web browser • Web browser – A program that allows us to type the address and send messages asking for information from that site. – Browser companies: Microsoft’s Internet Explorer (IE) and Netscape Slide 31

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma BROWSING Netscape Internet Explorer Plug in Mozaik

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma BROWSING Netscape Internet Explorer Plug in Mozaik Slide 32

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Example of Web browser (IE) Slide 33

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Example of Web browser (IE) Slide 33

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma FILE TRANSFER WS FTP Telnet FTP Cute

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma FILE TRANSFER WS FTP Telnet FTP Cute FTP REMOTE CONTROL Slide 34

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma EMAIL NON WEB BASED Netscape Yahoo gmx

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma EMAIL NON WEB BASED Netscape Yahoo gmx Pegasus Hotmail Themail etc Eudora Microsoft Mail Slide 35

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma APPLICATION SOFTWARE Word Processing Database & File

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma APPLICATION SOFTWARE Word Processing Database & File Management Models Management Investation Accounting Project Schedulling Spreadsheet Presentation Internet Graphic Printer Manipulation Tools Sorting Education Games Statistik Multimedia Image Processing Slide 36

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma » General Business Packages Inventory, Tracking Customer,

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma » General Business Packages Inventory, Tracking Customer, Account Receivable, etc. ØIndustry-Specific Packages Agriculture, Real Estate, Trucking, Healt Care, etc ØOrganizational Productivity Packages Group decision support system. Electronic mail. Project management packages. Forecasting and statistical analysis packages. ØPersonal Productivity Packages Office Automation : Word Processor, Spreadsheet, etc Desktop Publishing. Slide 37

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma ACHIEVING USER FRIENDLINESS IN SOFTWARE Software that

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma ACHIEVING USER FRIENDLINESS IN SOFTWARE Software that is to be used in end-user computing should be easy to learn and use, or user-friendly, as possible. To achieve user friendliness, software designers make use of a variety of tools and technique in various hardware environments. In mainframe and minicomputer environments, menu, context sensitive help and guided dialog all contribute to easy of use by the user. In the microcomputer environment, the graphic user interface, with its mouse- or trackball-driven icons, windows, and pull-down menus, has emerged as the unofficial standard. KEEPING INPUT ERRORS TO A MINIMUM Event with all the techniques that have been devised to assist the user with data entry, it is still possible to make errors. Typographical errors are Just as easy to make with a computer as with a typewriter. In other cases, the user simply enter incorrect data. Software can be designed to reduce the oppurtunity for errors by providing for their prevention, detection, and correction. Slide 38

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Software Industry-Specific Packages Programming Desktop Publishing Office

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Software Industry-Specific Packages Programming Desktop Publishing Office Automation Slide 39

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Technology Multimedia Object : -Text -Image -Movie

Program Pasca Sarjana Magister Manajemen Universitas Gunadarma Technology Multimedia Object : -Text -Image -Movie -Sound -etc Connection to database, with : -PC -Notebook -Palm Organizer -etc. Slide 40