APPLYING YOUR TESTING SKILLS

Size: px
Start display at page:

Download "APPLYING YOUR TESTING SKILLS"

Transcription

1 APPLYING YOUR TESTING SKILLS CONTENTS I. Configuration Testing 1. An Overview of Configuration Testing: 2. Isolating Configuration Bugs 3. Sizing up the Job 4. Approaching the Task: 5. Decide the Types of Hardware You ll Need a) Decide what Hardware Brands, model and Device Drivers are Available b) Decide which Hardware Features, Modes and Options are Possible II. 6. Pare down the Identified Hardware Configuration to a Manageable Set 7. Identify your Software s Unique Features that work with the Hardware Configuration. 8. Design the Test Cases to Run on each Configuration 9. Execute the Tests on each Configuration 10. Return the Tests until the Results Satisfy your Team 11. Obtaining the Hardware 12. Identify Hardware Standards 13. Configuration Testing Other Hardware Compatibility Testing 1. Compatibility Testing Overview 2. Platform and Application Versions 3. Backward and Forward Compatibility 4. The Impact of Testing Multiple Versions 5. Standards and Guidelines a) High-Level Standards and Guidelines b) Low-Level Standards and Guidelines 6. Data Sharing Compatibility

2 I. Configuration Testing 1. An Overview of Configuration Testing: (Question: Explain the importance of configuration testing = 8 marks) Configuration testing is the process of various types of hardware. It involves testing the various possible configurations for a standard PC used for personnel and commercial use. The hardware which needs to be tested is listed below. 1. The PC: - There are dozens of well-known computer manufacturers, such as Compaq, Dell, Gateway, Hewlett Packard, IBM, and others. Each one designs and builds PCs using their own designed components or parts from other manufacturers. 2. Components: - Most PCs are modular and built up from various system boards, component cards, and other internal devices such as disk drives, CD-ROM drives, video, sound, modem, and network cards (Figure 1). There are TV cards and specialized cards for video capture and home automation. There are even input/output cards that can give a PC the ability to control a small factory! These internal devices are built by hundreds of different manufacturers. Figure 1

3 3. Peripherals: - Peripherals, shown in Figure.2, are the printers, scanners, mouse, keyboards, monitors, cameras, joysticks, and other devices that plug into system and operate externally to the PC. (Question: Explain the various peripheral devices to be tested for configuration testing = 4 Marks) Figure 2 1. Interfaces: - The components and peripherals plug into your PC through various types of interface connectors. These interfaces can be internal or external to the PC. Typical names for them are ISA, PCI, USB, PS/2, RS/232, and Firmware. It s possible to buy the exact same mouse in three different configurations. 2. Options and Memory: - Many components and peripherals can be purchased with different hardware options and memory sizes. Printers can be upgraded to support extra fonts or accept more memory to speed up printing. Graphics cards with more memory can support additional colors and higher resolutions. 3. Device Drivers: - All components and peripherals communicate with the operating system and the software applications through low-level software called device drivers. These drivers are provided by the hardware device manufacturer and are installed during setup of hardware.

4 Figure 3 2. Isolating Configuration Bugs: As a tester the first rule is to find bug. It is a part of dynamic white-box testing and programmer-debugging effort. A configuration problem needs carefully examining the code while running the software under different configurations to find the bug: 1. Software bug appears under a broad class of configurations. An example is if your greeting card program works fine with laser printers but not with inkjet printers. 2. The hardware device or its device drivers may have a bug that only your software reveals. Maybe your software is the only one that uses a unique display card setting. When your software is run with a specific video card, the PC crashes. 3. The hardware device or its device drivers may have a bug that can be seen with lots of other software although it may be particularly obvious with yours.

5 3. Sizing up the Job: 1. Configuration testing is a big task. 2. To test the gaming software application the tester has to test all graphical aspects of the game. The game is to be tested for sound effects, to allows multiple players to compete against each other over the phone lines, and can print out game details for strategy planning. 3. Configuration testing with different graphics cards, sound cards, modems, and printers.is important. 4. Approaching the Task: 1. The decision-to test the devices is an equivalence partition project. 2. The tester should be able to divide the project into smaller modules to be tested. 3. The tester should take the approval of the programmer to test the modules unit wise and then perform integration testing on it. 5. Decide the Types of Hardware You ll Need: To decide the basic requirement of the application software, the list of hardware requirement has to be made, such as the need of printer, sound card, graphics card, camera support. a) Decide what Hardware Brands, Model and Device Drivers are Available 1. To test the working of a graphics program, the output should be tested for the printer support starting from a dot matrix printer to laser printer. 2. The research should be done on the latest brands and models available in the market for the same. 3. The latest drivers for those printers should be available with the operating system company are these should be provided by the developer of the printer. b) Decide which Hardware Features, Modes and Options are Possible 1. The various quality models of the printer to be checked for the high end graphic application. 2. The colour printer should have the option for both gray scale and black and white printing. 3. The option for printing photos, converting it to text and.pdf formats should be there. 6. Pare down the Identified Hardware Configuration to a Manageable Set: 1. The various testing configuration for printer and scanner can be clubbed together to reduce the configuration testing time. 2. If one printer is tested for the configuration testing than all the printers are presumed to be through the test.

6 7. Identify your Software s Unique Features that work with the Hardware Configuration: 1. For similar kind of software application that are put for testing, it is the responsibility of the tester to identify the difference in the features and test for those cases to reduce the testing time. 2. To test word pad, notepad and word application software, the common menus are new, open save, which work perfectly. 3. The uniqueness of word is in word art which has to be tested. 4. The various fonts included in word pad, notepad and word should be tested which makes them unique. 8. Design the Test Cases to Run on each Configuration : The test cases should be designed and tested for the various configuration of the system. 1. Select and set up the next test configuration from the list. 2. Start the software. 3. Load in the file configtest.doc. 4. Confirm that the displayed file is correct. 5. Print the document. 6. Confirm that there are no error messages and that the printed document matches the standard. 7. Log any discrepancies as a bug. 9. Execute the Tests on each Configuration: 1. The tester generates the log report and the bug report after testing the application software. 2. Tester needs to work closely with the programmers and white-box testers to isolate the cause and decide if the bugs found are due to your software or to the hardware. 3. If the bug is specific to the hardware than it has to be reported to the manufacturer through his website. 4. Manufacturers have special team to work on these complaints. 10. Return the Tests until the Results Satisfy your Team: 1. Keep testing in units as the results in test to pas condition. 2. The integration testing is performed after that when the team is satisfied with the result of the unit testing. 11. Obtaining the Hardware: 1. Identify the need of the hardware that is needed for the software application. 2. Contact the vendor for the hardware requirement as prescribed by the specification.

7 II. 12. Identify Hardware Standards: 1. For Apple hardware, visit the Apple Hardware Web site at 2. There you ll find information and links about developing and testing hardware and device drivers for Apple computers. 3. Another Apple link, points you to specific testing information, including links to test labs that perform configuration testing 13. Configuration Testing Other Hardware: 1. The software should be tested for various operating system and the hardware configuration. 2. It should not be only tested on the developers system only with that system hard ware configuration. Compatibility Testing 1. Compatibility Testing Overview: (Question: Explain the concept of compatibility testing = 4 Marks) 1. Software compatibility testing means checking that software interacts with and shares information correctly with other software. 2. Interaction could occur between two programs simultaneously running on the same computer or even on different computers connected through the internet. 3. The interaction could also be as simple as saving data to a floppy disk and handcarrying it to another computer across the room. 4. Examples of compatible software are Figure 4 Cutting text from a Web page and pasting it into a document opened in your word processor.

8 Saving accounting data from one spreadsheet program and then loading it into a completely different spreadsheet program. 2. Platform and Application Versions: 1. Selecting the target platforms for the development of the project is a big task. 2. It involves selecting the data structure depending on the requirement and the specification given by the client. 3. The developer has to be very familiar with the complete development process and the designed modules. 4. The version or versions that the software needs to be compatible with. 5. For example, you ve probably seen notices such as these on software packages or startup screens: Works best with Netscape 4.0 Requires Windows 95 or greater For use with Linux kernel Each platform has its own development criteria and it is the development team which decides on the platform of development. 3. Backward and Forward Compatibility: (Question: Explain backward and forward compatibility = 4 Marks) 1. In backward compatibility, the software works with previous versions of the software. 2. In forward compatible, the software works with future versions of the software. 3. The simplest demonstration of backward and forward compatibility is with a.txt or text file. 4. As shown in Figure 5, a text file created using Notepad 98 running under Windows 98 is backward compatible all the way back to MS-DOS It s also forward compatible to Windows 2000 and its future version. Figure 5

9 4. The Impact of Testing Multiple Versions: (Question: Explain the impact of testing multiple versions in compatibility testing = 4 Marks) 1. Testing that multiple versions of platforms and software applications work properly with each other can be a huge task. 2. Consider the situation of having to compatibility test a new version of a popular operating system. 3. The programmers have made numerous bug fixes and performance improvements and have added many new features to the code. 4. There could be tens or hundreds of thousands of existing programs for the current versions of the OS. 5. The project s goal is to be 100 percent compatible with programs. 6. This is a big job, but it s just another example of how equivalence partitioning can be applied to reduce the amount of work. Figure 6 5. Standards and Guidelines: (Question: differentiate between high level and low level standard and guidelines = 4Marks) 1. There are really two levels of these requirements: high-level and low-level. High-level standards are the ones that guide your product s general compliance, its look and feel, its supported features. 2. Both are important and both need to be tested to assure compatibility. a) High-Level Standards and Guidelines 1. The software is checked for working under various operating system and the browsers. 2. Each of these is considered a platform and most have their own set of standards and guidelines that must be followed if an application is to claim that it s compatible with the platform. b) Low-Level Standards and Guidelines 1. Low-level standards are the small but important details, such as the file formats and the network communications protocols. 2. These low-level standards are often taken for granted, but must be tested.

10 3. Low -level compatibility standards are extension of the software s specification. 4. If the software specification states, The software will save and load its graphics files as.bmp,.jpg, and.gif formats, you need to find the standards for these formats and design tests to confirm that the software does indeed adhere to them. 6. Data Sharing Compatibility (Question: Explain the importance of data sharing in compatibility testing = 4 Marks) 1. The sharing of data among applications is important for any software. 2. A well created application follows all the standard and guidelines of development and the specification given by the client and allows the easy sharing of data with the other application software. 3. The most familiar means of transferring data from one program to another is saving and loading disk files. Examples of data compatibility are: File saves and file load are the data-sharing methods. the user data is stored on any storage device such as floppy disk, magnetic, or optical storage and then transfer it over to another computer running different software. The data format of the files needs to meet standards for it to be compatible on both computers. File export and file import are the means that many programs use to be compatible with older versions of themselves and with other programs. Figure 7 shows the Microsoft Word File Open dialog box and some of the 23 different file formats that can be imported into the word processor. Figure 7 4. The Clipboard is designed to hold several different data types. 5. Common ones in Windows are text, pictures, and sounds.these data types can also be different formats for example, the text can be plain old text, HTML, or rich text. Pictures can be bitmaps, metafiles, or.tifs.

Computer Overview. A computer item you can physically see or touch. A computer program that tells computer hardware how to operate.

Computer Overview. A computer item you can physically see or touch. A computer program that tells computer hardware how to operate. Hardware Computer Overview A computer item you can physically see or touch. Software A computer program that tells computer hardware how to operate. Information Technology (IT) The broad subject related

More information

Parts of the Computer System. Parts of the Computer System. Parts of the Computer System. Essential Computer Hardware. Information Processing Cycle

Parts of the Computer System. Parts of the Computer System. Parts of the Computer System. Essential Computer Hardware. Information Processing Cycle Looking Inside the Computer System NOS 116, 118, 218, 222 Handout 10 Hardware & Software Computer systems have four parts Hardware Software Data User 1 1B-2 Hardware Mechanical devices in the computer

More information

SECTION 2 (Part B) Types And Components Of Computer Systems. Sophia Pratzioti

SECTION 2 (Part B) Types And Components Of Computer Systems. Sophia Pratzioti SECTION 2 (Part B) Types And Components Of Computer Systems 2 Hardware & Software Hardware: is the physical parts of the computer system the part that you can touch and see. Hardware can be either external

More information

BTEC ASSIGNMENT BRIEF 20836

BTEC ASSIGNMENT BRIEF 20836 BTEC ASSIGNMENT BRIEF 20836 Qualification: BTEC National Level 3 Certificate Subject: Unit number + Title Assignment number + Title: Assessment Criteria: Information Technology 2. Computer Systems 1. Decoding

More information

Information Communications Technology (CE-ICT) 6 th Class

Information Communications Technology (CE-ICT) 6 th Class Information Communications Technology (CE-ICT) 6 th Class Lecture 2: Computer Concepts (Part A) Lecturer: Objectives Hardware Concepts Types of Computer Components of a Computer System Computer Performance

More information

Personal computer hardware From Wikipedia, the free encyclopedia (Redirected from Computer hardware)

Personal computer hardware From Wikipedia, the free encyclopedia (Redirected from Computer hardware) Personal computer hardware From Wikipedia, the free encyclopedia (Redirected from Computer hardware) Personal computer hardware are component devices which are typically installed into or peripheral to

More information

INTRODUCTION TO COMPUTERS

INTRODUCTION TO COMPUTERS INTRODUCTION TO COMPUTERS When we talk about computers, we really are talking about a Computer System. Computer System: It is a combination of Hardware and Software. This combination allows a computer

More information

Press-Ready Cookbook Page Guidelines

Press-Ready Cookbook Page Guidelines Press-Ready Cookbook Page Guidelines table of contents These instructions are for all pages of your cookbook: Title Page, Special Pages, Table of Contents, Dividers, Recipe Pages, etc. WHAT IS PRESS-READY?

More information

Chapter 1. Computer Fundamentals-I

Chapter 1. Computer Fundamentals-I 1. Input Devices: Chapter 1. Computer Fundamentals-I The devices which are used to input the data and the programs in the computer are known as "Input Devices" or Input device can read data and convert

More information

Cambridge Nationals R001. Revision help (LO1)

Cambridge Nationals R001. Revision help (LO1) Cambridge Nationals R001 Revision help (LO1) Portable devices These are electronic devices that can be carried easily. Examples include: Laptops Netbooks Mobile phones Tablets (Ipad, Android Tablet) handheld

More information

OFFICE COMPUTER RETAILING

OFFICE COMPUTER RETAILING 1. This is part of an advertisement for a computer. OFFICE COMPUTER RETAILING Technical specification includes: 2 GHz CPU 256 MB RAM 200 GB Hard Disk Drive 64 MB Graphics Card DVD-ROM Drive Sound Card

More information

Identify Components of the. Motherboard

Identify Components of the. Motherboard Identify Components of the Chipset Motherboard Collection of chips that work together to provide the switching circuitry needed to move data throughout the computer 2013 Pearson Education, Inc. Publishing

More information

Define each of the following computer terms. 1 Period 7 Lesson Computer Terms 1 Wallpaper 2 URL 3 Mainframe 4 Function Keys 5 Font 6 Paste 7 Paint

Define each of the following computer terms. 1 Period 7 Lesson Computer Terms 1 Wallpaper 2 URL 3 Mainframe 4 Function Keys 5 Font 6 Paste 7 Paint 1 Period 7 1 Wallpaper 2 URL 3 Mainframe 4 Function Keys 5 Font 6 Paste 7 Paint 8.pcx 9 External hard drive 10 Programmer 11 Power Supply 12 LAN 13 Operating system 14 CAD 15 Crash 16 Power Supply 17 Enable

More information

LabSim Mapping Matrix

LabSim Mapping Matrix LabSim Mapping Matrix A+ Guide to Hardware Managing, Maintaining, and Troubleshooting Fourth Edition (220-601) Mapping: Chapters to LabSims Chapter Page Number LabSim Chapter 1 Pages 2-3 Pages 3-6 Pages

More information

Operate a Personal Computer

Operate a Personal Computer ICA10105 Certificate I in Information Technology ICAU1128B Operate a Personal Computer (20hrs) ICAU1128B: Operate a Personal Computer Description This unit defines the competency required to operate a

More information

How To Install Printer Driver Manually Windows 7 Usb Mouse

How To Install Printer Driver Manually Windows 7 Usb Mouse How To Install Printer Driver Manually Windows 7 Usb Mouse Driver File Name: driver-for-usb-mouse-for-windows-7.exe After installing your Microsoft wireless mouse drivers, your mouse may still not work

More information

EXAMINING THE CODE. 1. Examining the Design and Code 2. Formal Review: 3. Coding Standards and Guidelines: 4. Generic Code Review Checklist:

EXAMINING THE CODE. 1. Examining the Design and Code 2. Formal Review: 3. Coding Standards and Guidelines: 4. Generic Code Review Checklist: EXAMINING THE CODE CONTENTS I. Static White Box Testing II. 1. Examining the Design and Code 2. Formal Review: 3. Coding Standards and Guidelines: 4. Generic Code Review Checklist: Dynamic White Box Testing

More information

Computer Applications Final Review COMPUTER BASICS REVIEW

Computer Applications Final Review COMPUTER BASICS REVIEW Computer Applications Final Review COMPUTER BASICS REVIEW Look at the following picture and complete each statement below: 1. Label a above is referring to the: A. mouse B. Case C. CPU D. RAM 2. Label

More information

Motherboard Central Processing Unit (CPU) Random access memory (RAM)

Motherboard Central Processing Unit (CPU) Random access memory (RAM) Cool Careers in Cyber Security Missing Computer Parts Delivery: Can be used as a table demo (hands-on) activity or during a presentation session. Large display table recommended. Pre-cut and laminate the

More information

LabSim Mapping Matrix

LabSim Mapping Matrix LabSim Mapping Matrix (220-601) Mapping: Chapters to LabSims Chapter Page Number LabSim Chapter 1 Pages 2-3 Pages 2-3 Pages 4-6 Pages 4-6 Pages 3-6 Pages 7-25 1.3.1 Computing Basics 1.3.2 Computing Facts

More information

Section 6 Storage Space

Section 6 Storage Space Section 6 Storage Space By the end of this section you should be able to: Access and use storage devices View used and available space Understand file compression Compress and edit files Extract compressed

More information

Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and

Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Applications software. Systems software provides infrastructure

More information

The World s Leading Software for Label, Barcode, RFID & Card Printing

The World s Leading Software for Label, Barcode, RFID & Card Printing The World s Leading Software for Label, Barcode, RFID & Card Printing Seagull Scientific has been a technology leader since 1985. In fact, BarTender was the very first Windows program to support both laser

More information

Essential Components for Today s Industrial Connections

Essential Components for Today s Industrial Connections Essential Components for Today s Industrial Connections 724-746-5500 blackbox.com Table of Contents Introduction... 3 Understanding How USB Became Dominant... 3 Technical Capacities and Specifications

More information

APPENDIX A. Answer: D Reference: Hardware Basics Difficulty: Easy. Answer: A Reference: Hardware Basics Difficulty: Easy

APPENDIX A. Answer: D Reference: Hardware Basics Difficulty: Easy. Answer: A Reference: Hardware Basics Difficulty: Easy APPENDIX A Multiple Choice: 1. A desktop computer is also known as a: A. Palm Pilot. B. laptop. C. mainframe. D. PC. Answer: D Reference: Hardware Basics Difficulty: Easy 2. The physical parts of a computer

More information

Chapter Three. Hardware Basics: Peripherals

Chapter Three. Hardware Basics: Peripherals Chapter Three Hardware Basics: Peripherals After reading this chapter, you should be able to: List examples of input devices and explain how they can make it easier to get different types of information

More information

This module assumes that you have no knowledge of computers and ICT (information and communications technology).

This module assumes that you have no knowledge of computers and ICT (information and communications technology). Module: Equipment This module assumes that you have no knowledge of computers and ICT (information and communications technology). ACTIVITY COMPUTER BASICS Listen to the presentation on Computer Basics.

More information

R A D I O N I C S. READYKEY K6100 Readykey for Windows. PC Specification Datasheet

R A D I O N I C S. READYKEY K6100 Readykey for Windows. PC Specification Datasheet R A D I O N I C S READYKEY K6100 Readykey for Windows PC Specification Datasheet Windows is a trademark of Microsoft Corporation K6100 Readykey for Windows PC Specification 17309 Ver. 5.0 01/99 Page 1

More information

Driver Installation for Windows Users

Driver Installation for Windows Users ZeroUno DAC Driver Installation for Windows Users INTRODUCTION pg. 2 CHAPTER 1 ZeroUno DAC never connected to the computer before pg. 3 CHAPTER 2 ZeroUno DAC was connected to the computer before to run

More information

Below is a reviewer on the skill assessment exam of those who wanted to get a certificate on Computer Hardware

Below is a reviewer on the skill assessment exam of those who wanted to get a certificate on Computer Hardware Computer Hardware Servicing NC II Assesment Below is a reviewer on the skill assessment exam of those who wanted to get a certificate on Computer Hardware Servicing NC II from Technical Education and Skills

More information

In this video we are going to see how a personal computer hardware is organised

In this video we are going to see how a personal computer hardware is organised In this video we are going to see how a personal computer hardware is organised The PC was designed with an open architecture. This means that it uses standard modular components. We can add, replace,

More information

Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software

Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software All the parts--monitor, printer, hard drive, etc.-- cables, cabinets, and programs that make a computer

More information

SOFTWARE USER S GUIDE

SOFTWARE USER S GUIDE SOFTWARE USER S GUIDE FAX-1820C 1Table of Contents 1 Using the machine as a printer...1-1 Using the Brother printer driver... 1-1 Features... 1-1 Choosing the right type of paper... 1-2 How to print your

More information

Theory : 00. Practical : 01. Tutorial : 00. Credits : 01. Understand design and working of each component of computer.

Theory : 00. Practical : 01. Tutorial : 00. Credits : 01. Understand design and working of each component of computer. Course Title Course Code Computer Peripherals Lab CE104 Theory : 00 Course Credit Practical : 01 Tutorial : 00 Course Learning Outcomes Credits : 01 On the completion of the course, students will be able

More information

B. Sc. FOOTWEAR TECHNOLOGY (BSCFWT) Term-End Examination. June, 2012 BFW-037 : COMPUTER SCIENCE SECTION-A

B. Sc. FOOTWEAR TECHNOLOGY (BSCFWT) Term-End Examination. June, 2012 BFW-037 : COMPUTER SCIENCE SECTION-A No. of Printed Pages : 7 BFW-037 B. Sc. FOOTWEAR TECHNOLOGY (BSCFWT) LO O Term-End Examination June, 2012 BFW-037 : COMPUTER SCIENCE Time : 3 hours Maximum Marks : 70 Note : There are two sections : Section

More information

Hp T5000 Thin Client Manual Ebook Sygus

Hp T5000 Thin Client Manual Ebook Sygus HP T5000 THIN CLIENT MANUAL EBOOK SYGUS PDF - Are you looking for hp t5000 thin client manual ebook sygus Books? Now, you will be happy that at this time hp t5000 thin client manual ebook sygus PDF is

More information

1. What is Photoshop? 2. About the Work Area. Menu Bar this is where you can access most of the commands and features in

1. What is Photoshop? 2. About the Work Area. Menu Bar this is where you can access most of the commands and features in - 1 - 1. What is Photoshop? Adobe Photoshop is one of the most powerful image modification programs on the market today. It is widely used throughout the world, and has shown its handiwork to the public

More information

How Computer Mice Work

How Computer Mice Work How Computer Mice Work Inside this Article 1. Introduction to How Computer Mice Work 2. Evolution of the Computer Mouse 3. Inside a Mouse 4. Connecting Computer Mice 5. Optical Mice 6. Optical Mouse Accuracy

More information

Hardware and Operating Systems.

Hardware and Operating Systems. Hardware and Operating Systems. _ How many bits fit onto a 700 MB CD-ROM? If every letter uses one byte, how many letters will fit? 700_1 000_1 000_8 bits, which correspond to: 700_1 000_1 000_700 000

More information

Microsoft Office and How to Purchase a Personal Computer

Microsoft Office and How to Purchase a Personal Computer Microsoft Office 2007 Essential Introduction to Computers and How to Purchase a Personal Computer Objectives Define the term computer and discuss the four basic computer operations: input, processing,

More information

What is software? Software is any type of program. Programs have step-by-step logical instructions which tell the computer. What to do How to do it

What is software? Software is any type of program. Programs have step-by-step logical instructions which tell the computer. What to do How to do it EIT, Author Gay Robertson, 2016 What is software? Software is any type of program Programs have step-by-step logical instructions which tell the computer What to do How to do it What is the purpose of

More information

Introduction...1 Part I: Getting Ready to Upgrade...7. Chapter 1: Start Here First...9 Chapter 2: Assembling Your Tools...23

Introduction...1 Part I: Getting Ready to Upgrade...7. Chapter 1: Start Here First...9 Chapter 2: Assembling Your Tools...23 Contents at a Glance Introduction...1 Part I: Getting Ready to Upgrade...7 Chapter 1: Start Here First...9 Chapter 2: Assembling Your Tools...23 Part II: Making Your Computer Work Better...27 Chapter 3:

More information

GCSE ICT AQA Specification A (Short Course) Summary

GCSE ICT AQA Specification A (Short Course) Summary GCSE ICT AQA Specification A (Short Course) Summary 9.1 The general structure of information systems Understand that information systems may be described in terms of inputs, storage, processing, outputs

More information

Defining Computers. Defining Computers. Understanding Essential Computer Concepts

Defining Computers. Defining Computers. Understanding Essential Computer Concepts Understanding Essential Computer Concepts Defining Computers A high-speed idiot must be told exactly what to do by humans and programs step-by-step instructions An electronic device that accepts input,

More information

Common Technology Words and Definitions

Common Technology Words and Definitions Common Technology Words and Definitions 77 78 Common Technology Words and Definitions: ASCII American Standard Code for Information Interchange, a code that makes it possible to send information from one

More information

PARTS OF THE COMPUTER. 2nd ESO IES CAP DE LLEVANT

PARTS OF THE COMPUTER. 2nd ESO IES CAP DE LLEVANT PARTS OF THE COMPUTER 2nd ESO IES CAP DE LLEVANT 1. COMPUTING OR INFORMATION TECHNOLOGY The branch of engineering science that studies (with the aid of computers)the procedure of calculating and information

More information

PC Connections. A typical computer connects to the world around it in three different ways: Input/output devices Ports Networking.

PC Connections. A typical computer connects to the world around it in three different ways: Input/output devices Ports Networking. Peripherals Definition Peripherals are pieces of hardware that you add to your computer. All components that do not make up the motherboard are considered peripheral devices. To keep things simple, we

More information

SMK SEKSYEN 5,WANGSAMAJU KUALA LUMPUR FORM

SMK SEKSYEN 5,WANGSAMAJU KUALA LUMPUR FORM SMK SEKSYEN 5,WANGSAMAJU 53300 KUALA LUMPUR FORM 5 LEARNING AREA 4 MULTIMEDIA Ramadan, SMK Pekan 2007 MULTIMEDIA LESSON 21 MULTIMEDIA CONCEPTS DEFINITION OF MULTIMEDIA Multimedia has been used in many

More information

Use the Apple menu to change settings, get Mac OS X software, open recent items, and restart or shut down your computer.

Use the Apple menu to change settings, get Mac OS X software, open recent items, and restart or shut down your computer. Welcome to Mac OS X Aqua makes using your Mac easier than ever. Its color, depth, and motion guide you through your tasks, while the Finder and Dock provide easy access to your computer and network. Aqua

More information

Installation Guide Windows 7 Usb Stick Drivers Were Found

Installation Guide Windows 7 Usb Stick Drivers Were Found Installation Guide Windows 7 Usb Stick Drivers Were Found When installing windows for the first time on a usb flash drive, the "no device driver found" issue drove me After the no device driver found flashes,

More information

CS 101, Mock Computer Architecture

CS 101, Mock Computer Architecture CS 101, Mock Computer Architecture Computer organization and architecture refers to the actual hardware used to construct the computer, and the way that the hardware operates both physically and logically

More information

TECHNOLOGY STREAM: HARDWARE AND NETWORK ENGINEERING KCTS 121 : SYSTEM ADMINISTRATION AND NETWORK FUNDAMENTALS

TECHNOLOGY STREAM: HARDWARE AND NETWORK ENGINEERING KCTS 121 : SYSTEM ADMINISTRATION AND NETWORK FUNDAMENTALS TECHNOLOGY STREAM: HARDWARE AND NETWORK ENGINEERING KCTS 121 : SYSTEM ADMINISTRATION AND NETWORK FUNDAMENTALS Examination Topics Familiarization of PC Components Overview of computer system CPU Input Units

More information

What is Data Storage?

What is Data Storage? What is Data Storage? When we talk about storing data, we mean putting the data in a known place. We can later come back to that place and get our data back again. Writing data or saving data are other

More information

INFORMATION COMUNICATION TECHNOLOGY SKS Lecture Two

INFORMATION COMUNICATION TECHNOLOGY SKS Lecture Two INFORMATION COMUNICATION TECHNOLOGY SKS 1362 Lecture Two Microprocessor CPU: Central Processing Unit Brain of the computer Executes instructions 2 Microprocessor CPU: It has mathematical function Calculates

More information

Experiment #0. PC Hardware and Operating Systems

Experiment #0. PC Hardware and Operating Systems Experiment #0 PC Hardware and Operating Systems Objective: The objective of this experiment is to introduce the operating systems and different hardware components of a microcomputer. Equipment: Microcomputer

More information

2 Implementing and Managing Hardware

2 Implementing and Managing Hardware 2 Implementing and Managing Hardware CERTIFICATION OBJECTIVES 2.01 Install and configure server hardware 2.02 Configure, manage, and monitor server hardware 2.03 Troubleshoot server hardware Q&A Two-Minute

More information

In this chapter you will find: What is hardware? Which are your PC's internal parts?

In this chapter you will find: What is hardware? Which are your PC's internal parts? HARDWARE SUPPORT [ In this chapter you will find: What is hardware? Which are your PC's internal parts? How can you fix and prevent issues that may appear in your PC's physical part? How can you install

More information

COMPUTER HARDWARE & NETWORK TROUBLESHOOTING

COMPUTER HARDWARE & NETWORK TROUBLESHOOTING COMPUTER HARDWARE & NETWORK TROUBLESHOOTING UNIT 1 1. What is processor? (NOV 2013) 2. Define system clock? (NOV 2013) 3. What are the two types of hardware interrupts (NOV 2010) 4. List the type of switching

More information

Downloaded from various sources on the NET

Downloaded from various sources on the NET Overview Computers. Hardware components of a Computer. Purpose and functions of computer operating systems. Evolution of computer operating systems. Operating systems available today. Downloaded from various

More information

CS1101: Lecture 21. Organization: Input/Output. Lecture Outline. Buses. A simple personal computer. Buses

CS1101: Lecture 21. Organization: Input/Output. Lecture Outline. Buses. A simple personal computer. Buses CS1101: Lecture 21 Computer Systems Organization: Input/Output Dr. Barry O Sullivan b.osullivan@cs.ucc.ie Buses Lecture Outline A simple personal computer Direct Memory Access Interrupts Bus Arbiter &

More information

Chapter. Configuring the Windows 2000 Environment MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER

Chapter. Configuring the Windows 2000 Environment MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER Chapter 4 Configuring the Windows 2000 Environment MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER Implement, manage, and troubleshoot disk devices. Install, configure, and manage DVD and CD-ROM devices.

More information

COP 1170 Introduction to Computer Programming using Visual Basic

COP 1170 Introduction to Computer Programming using Visual Basic Course Justification This course is the first computer programming course in the Computer Information Systems Associate in Arts degree program; is required in the Computer Programming and Analysis, Database

More information

Instructions for inland 8412 USB to IDE/SATA adapter.

Instructions for inland 8412 USB to IDE/SATA adapter. Instructions for inland 8412 USB to IDE/SATA adapter. 1 The included CD is ONLY used for Windows 98se. If you are running any newer system (including Vista and Mac,) then you don t need the CD. There are

More information

Three OPTIMIZING. Your System for Photoshop. Tuning for Performance

Three OPTIMIZING. Your System for Photoshop. Tuning for Performance Three OPTIMIZING Your System for Photoshop Tuning for Performance 72 Power, Speed & Automation with Adobe Photoshop This chapter goes beyond speeding up how you can work faster in Photoshop to how to make

More information

Motherboard BIOS. Fig: 1 What you see (or something similar) if you turn the PC manufacturer's logo off

Motherboard BIOS.  Fig: 1 What you see (or something similar) if you turn the PC manufacturer's logo off Motherboard The Motherboard is a large printed circuit board that almost all other components plug into. It can probably best describe it as the nervous system of the PC as information is passed from one

More information

Executive Series 1220n Computer Connections & Software Install Guide

Executive Series 1220n Computer Connections & Software Install Guide Executive Series 1220n Computer Connections & Software Install Guide Installation Checklist Network Install: Hardware...2 Network Install: Software...3 TCP/IP...3 Novell...6 Local Install: Windows USB

More information

H-UC232S USB Serial Converter

H-UC232S USB Serial Converter H-UC232S USB Serial Converter FCC Warning This equipment has been tested and found to comply with the regulations for a Class B digital device, pursuant to Part 15 of the FCC Rules. These limits are designed

More information

1. Restarting a computer which is already running is referred to as

1. Restarting a computer which is already running is referred to as Computer Knowledge 1. Restarting a computer which is already running is referred to as (1) booting (2) starting (3) rebooting (4) second-starting 2. If you open a menu and then decide you don t want to

More information

1. INTRODUCTION 2. OVERVIEW

1. INTRODUCTION 2. OVERVIEW 1. INTRODUCTION As computers grow and evolve, so do the tools for inputting information into computers. Ports are holes in computers where one can connect various external devices such as mice, keyboards,

More information

Question. Announcement. Computer Hardware. Definition of a Computer. Essential Parts. The Box (CPU) input/output device that processes information

Question. Announcement. Computer Hardware. Definition of a Computer. Essential Parts. The Box (CPU) input/output device that processes information Question Announcement What are the three essential components of a modern computer? Be general or specific Definition of a Computer A computer is an device that receives information (input), processes

More information

Operating Systems: The Genie in the Computer. Chapter 6: Operating Systems: The Genie in the Computer. What is an operating system?

Operating Systems: The Genie in the Computer. Chapter 6: Operating Systems: The Genie in the Computer. What is an operating system? Chapter 6: : The Genie in the Computer What do you have left on your computer after you strip away all of the games and application programs you bought and installed? : The Genie in the Computer In this

More information

icharger Synchronous Balance Charger/Discharger Contents

icharger Synchronous Balance Charger/Discharger Contents Contents Contents...2 Background...3 References...3 Document History...3 What you will need...4 Process overview...4 USB/TTL adapter...4 NBGLIN FT232...5 FTDI TTL-232R5V0...6 Fundamental Logic...7 Adding

More information

Computer Devices Part 1 25 Question(s) Test ID:

Computer Devices Part 1 25 Question(s) Test ID: Computer Part 1 25 Question(s) Test ID: 148114 Name: Date: 1) Match the term with the definition Output s Storage How to tell it what to do Allows the user to enter information into a system, such as a

More information

Good morning! Hardware: Input, Processing, Output, and Storage Devices

Good morning! Hardware: Input, Processing, Output, and Storage Devices Good morning! Hardware: Input, Processing, Output, and Storage Devices Computer Systems: Integrating the Power of Technology Hardware components: Central processing unit (CPU): Arithmetic/logic unit, the

More information

CORRIGENDUM IN TENDER NO. HWT

CORRIGENDUM IN TENDER NO. HWT BLOCK NO.-, 8 TH FLOOR, UDYOG BHAVAN, SECTOR-, GANDHINAGAR CORRIGENDUM IN TENDER NO. HWT02036353 Form no. T2 (TECHNICAL MINIMUM SPECIFICATIONS) SECTION ( PCs & other items) Sr. No. Item ) PC ( Intel Core

More information

CHAPTER 5 WINDOWS OPERATING SYSTEM

CHAPTER 5 WINDOWS OPERATING SYSTEM CHAPTER 5 WINDOWS OPERATING SYSTEM INTRODUCTION Installation (or setup) of a program (including drivers, plugins) is the act of putting the program onto a computer system so that it can be executed. Some

More information

Graphics in IT82. Representing Graphical Data. Graphics in IT82. Lectures Overview. Representing Graphical Data. Logical / Physical Representation

Graphics in IT82. Representing Graphical Data. Graphics in IT82. Lectures Overview. Representing Graphical Data. Logical / Physical Representation Graphics in IT82 What does computer graphics cover? Representing Graphical Data Chapman & Chapman, chapters 3,4,5 Richardson IT82 Input, output, and representation of graphical data Creation of graphics

More information

Standard File Formats

Standard File Formats Standard File Formats Introduction:... 2 Text: TXT and RTF... 4 Grapics: BMP, GIF, JPG and PNG... 5 Audio: WAV and MP3... 8 Video: AVI and MPG... 11 Page 1 Introduction You can store many different types

More information

Inside Your PC. Introduction to Computer Science. Polly Huang NTU EE

Inside Your PC. Introduction to Computer Science. Polly Huang NTU EE Introduction to Computer Science Polly Huang NTU EE http://homepage.ntu.edu.tw/~pollyhuang pollyhuang@ntu.edu.tw Polly Huang, NTU EE Hardware 1 Inside Your PC Polly Huang, NTU EE Hardware 2 Today s Computer

More information

BACK TO BASICS PART I. Hardware & it s Associated Terminology

BACK TO BASICS PART I. Hardware & it s Associated Terminology BACK TO BASICS PART I Hardware & it s Associated Terminology INTRODUCTION The purpose of this session is to review computer hardware & its associated terminology WHY? Everyone on the same page Better understanding

More information

Notes - Computer Hardware Basics

Notes - Computer Hardware Basics The Computer A computer is made up of many parts: Notes - Computer Hardware Basics 1. Input/Output (I/O) devices These allow you to send information to the computer or get information from the computer.

More information

Motherboard Specifications, A8AE-LE (AmberineM)

Motherboard Specifications, A8AE-LE (AmberineM) 1 of 7 6/28/2009 11:14 PM» Return to original page Motherboard Specifications, A8AE-LE (AmberineM) Motherboard specifications table Motherboard layout and photos Clearing the CMOS settings Clearing the

More information

LATIHAN Identify the use of multimedia in various fields.

LATIHAN Identify the use of multimedia in various fields. LATIHAN 4.1 1. Define multimedia. Multimedia is the presentation of information by using a combination of text, audio, graphic, video and animation. Multimedia has played an important role in other fields,

More information

Parallels Desktop for Mac

Parallels Desktop for Mac Parallels Software International, Inc. Parallels Desktop for Mac Getting Started Guide (c) 2005-2006 2 Contents Introduction 4 Key Terms and Technologies...5 Supported Guest Operating Systems...7 Installing

More information

Lesson 2 Essential Computer Concepts

Lesson 2 Essential Computer Concepts Essential Computer Concepts Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition 1 Objectives Identify and describe standard and specialized input devices. Identify and describe standard

More information

Peerless Drive System User's Manual

Peerless Drive System User's Manual Peerless Drive System User's Manual Copyright 2001 Iomega Corporation Iomega, the stylized "i" logo, Peerless, and the Peerless brand block are either registered trademarks or trademarks of Iomega Corporation

More information

Computer Systems. Communication (networks, radio links) Meatware (people, users don t forget them)

Computer Systems. Communication (networks, radio links) Meatware (people, users don t forget them) Computers are useful machines, but they are generally useless by themselves. Computers are usually part of a system a computer system includes: Hardware (machines) Software (programs, applications) Communication

More information

Hp Manuals Printer 4500 Driver For Mac Os X

Hp Manuals Printer 4500 Driver For Mac Os X Hp Manuals Printer 4500 Driver For Mac Os X 10.5 Let HP find my products. Identify now. HP can identify most HP products and recommend possible solutions. How does HP install software and gather data?

More information

About the Presentations

About the Presentations About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning of each presentation. You may customize the presentations

More information

Introduction to Programming

Introduction to Programming CHAPTER 1 Introduction to Programming Begin at the beginning, and go on till you come to the end: then stop. This method of telling a story is as good today as it was when the King of Hearts prescribed

More information

NoteList 4.1 User Guide

NoteList 4.1 User Guide ! NoteList 4.1 User Guide We Make Software - Ecleti.com 2005-2018 Ecleti - Roberto Panetta all rights reserved. Every effort has been made to ensure that the information in this manual is accurate. Ecleti

More information

Desktop Desirable Features: (please read notes below)

Desktop Desirable Features: (please read notes below) Desktop Desirable Features: (please read notes below) Base Features Processor Type Intel Core 2 Quad Processor Q6600 1 Processor Speed 2.40GHz 2 RAM 6GB PC2-6400 DDR2 SDRAM 3 Hard Drive Speed/Capacity

More information

Main Parts of Personal Computer

Main Parts of Personal Computer Main Parts of Personal Computer System Unit The System Unit: This is simply the box like case called the tower, which houses the motherboard, which houses the CPU. It also houses all the drives, such as

More information

Full file at

Full file at Chapter 2: Current Hardware and PC Operating Systems Chapter 2 Answers to Review Questions 1. An EPIC CPU design: a. evolved from the CISC processor b. was created in a joint project between Apple and

More information

Children Aged 5-8. For. A Velsoft Computer Manual for Kids. Entertaining Activities Especially for Children...

Children Aged 5-8. For. A Velsoft Computer Manual for Kids. Entertaining Activities Especially for Children... For Children Aged 5-8 A Velsoft Computer Manual for Kids Entertaining Activities Especially for Children... Builds Learning, Use and Enjoyment of Computers Coloring Activities Learning Easy Reader The

More information

ICAU1128B: Operate a Personal Computer Student Handbook

ICAU1128B: Operate a Personal Computer Student Handbook ICA20105 Certificate II in Information Technology ICAU1128B: Operate a Personal Computer Student Handbook Modification History Competency Handbooks ICA20105: Cert II in Information Technology: ICAU1128B

More information

Representing Graphical Data

Representing Graphical Data Representing Graphical Data Chapman & Chapman, chapters 3,4,5 Richardson 1 Graphics in IT82 What does computer graphics cover? IT82 Input, output, and representation of graphical data Creation of graphics

More information

Introduction to Computers. Joslyn A. Smith

Introduction to Computers. Joslyn A. Smith Introduction to Computers Joslyn A. Smith March 9, 2010 5/18/2011 1 What is a Computer? An electronic device that has the capability of performing the following tasks: Responds to input. Processes the

More information

What is Information Technology. Chapter 1: Computer System. Why use Information Technology? What is Data?

What is Information Technology. Chapter 1: Computer System. Why use Information Technology? What is Data? What is Information Technology Chapter 1: Computer System Information Technology is the direct use of technology to process data. A more formal definition of IT would be: The acquisition, processing, storage

More information

SAMPLE PAGES. Unit 12.1 Information and Communication Systems Topic 2: Networking. What is a network? Network node

SAMPLE PAGES. Unit 12.1 Information and Communication Systems Topic 2: Networking. What is a network? Network node Topic 2 focuses on networking. It covers: Definition of a network. Characteristics and functions of network devices. Specification of local area network (LAN). Network software. Application software. Basic

More information