UNIVERSITY FOR DEVELOPMENT STUDIES

Size: px
Start display at page:

Download "UNIVERSITY FOR DEVELOPMENT STUDIES"

Transcription

1 UNIVERSITY FOR DEVELOPMENT STUDIES FACULTY OF INTEGRATED DEVELOPMENT STUDIES DEPARTMENT OF ECONOMICS AND ENTREPRENUERSHIP STUDIES LECTURE NOTES COURSE ID: EED 311 COURSE TITLE: Introduction to Computers and Computing PREPARED BY: Mark Atta Mensah (BSc. Computer Science) Senior Research Assistant University for Development Studies Faculty of Integrated Development Studies Department of Economics and Entrepreneurship Studies

2 OUTLINE OF COURSE Course Description With no computer experience assumed, the course will expose students to the understanding and application of knowledge in computers in relation to processing of documents as well as undertaking simple quantitative analyses. The course content covers types of computers, the computer hardware, the computer software, handling computers including safety precautions, operating systems, booting, Windows, Microsoft Word, Microsoft Excel, Microsoft PowerPoint presentation and Microsoft Access. By way of undertaking simple quantitative analyses, students are introduced to IBM SPSS. Objective The objectives for Introduction to Computers and Computing will enable the student to use the computer effectively in a multitude of academic scenarios. Understand the basic parts of a computer system and their relationships Master the basic functions of the Windows operating system Understand and use basic computer terminology Master print commands to produce attractive hard copies of work Design document layouts that are creative and properly formatted Master the basic uses and procedures of word processing software Master the basic uses and procedures of spread sheet software Master the basic uses and procedures of presentation software Master the basic uses and procedures of specialised software IBM SPSS Understand the rules and etiquette of Internet access and how to source for relevant information from the internet Master the basic uses and procedures of Internet software The course is will provide practical appreciation of computers and computing. It is also expected to give students the interest to further develop and apply their skills in learning activities and subsequently in their working environments.

3 Outline of Topics 1. Introduction to Computers and Information Processing Cycle What are Computers Advantages and Limitations About hardware and Software Information Processing Cycle Data and Information The Role and types of Computers Parts of a Computer Using a Computer Using a Keyboard Using a Mouse 2. Introduction to Internet What is the Internet? Types of Information you can access Moving through a Web page Hyperlinks Internet Browsers Internet addresses (URLs) Communicating Using the Internet Searching the Web A Basic Search Searching with Google Evaluating Websites Commonly used Internet terms 3. Word Processor About a Word Processor Introduction to Microsoft Word Creating and Managing Files Editing and Formatting Text Formatting Pages and Printing a Document Creating Tables and adding graphics Working with Styles Working with Long Documents Creating Table of Contents, List of Tables and Figures and Page numbering. 4. Spread sheet About a Spread sheet Working with the Excel Interface Basic Workbook Skills Formatting a Worksheet

4 Managing Worksheets Creating and Modifying Charts Using Formulas and Functions Printing Worksheets Using the Help Function 5. Presentation (Graphics) Software Introduction to Microsoft PowerPoint Exploring the User Interface Creating, Saving and Closing Presentation Formatting a Presentation Inserting Images Viewing a Presentation in different ways Previewing and Printing a Presentation Essential tips for a successful Presentation 6. SPSS Statistics Introduction to SPSS Starting SPSS Statistics Introducing the SPSS Interface Entering and modifying Data Descriptive Statistics Data Manipulation Reports Charting your Data Mode of Assessment: Practical Exercises (*Assignments Inclusive): - 10% Mid-Trimester Examination - 15% End of Trimester Examination - 75%

5 UNIT 1: Introduction to Computers and Computing INTRODUCTION Definition: A Computer is an electronic device that can perform activities that involve Mathematical, Logical and graphical manipulations. Generally, the term is used to describe a collection of devices that function together as a system. It performs the following three operations in sequence. 1. It receives data & instructions from the input device. 2. Processes the data as per instructions. 3. Provides the result (output) in a desired form. Advantages of computers: High speed: Computers have the ability to perform routine tasks at a greater speed than human beings. They can perform millions of calculations in seconds. Accuracy: Computers are used to perform tasks in a way that ensures accuracy. Storage: Computers can store large amount of information. Any item of data or any instruction stored in the memory can be retrieved by the computer at lightning speeds. Automation: Computers can be instructed to perform complex tasks automatically (which increases the productivity). Diligence: Computers can perform the same task repeatedly & with the same accuracy without getting tired. Versatility: Computers are flexible to perform both simple and complex tasks. Cost effectiveness: Computers reduce the amount of paper work and human effort, thereby reducing costs. Limitations of computers: Computers need clear & c omplete instructions to perform a task accurately. If the instructions are not clear & complete, the computer will not produce the required result. Computers cannot think. Computers cannot learn by experience.

6 Generations of Computers Generation First Generation ( ) Component used Vacuum tubes Second Generation ( ) Transistors Third Generation ( ) Integrated Circuits (IC) Fourth Generation ( ) Very Large Scale Integrated Circuits (VLSI) Fifth Generation (1980 till today ) Ultra Scale Integrated Circuits (ULSI) Micro Processor (SILICON CHIP) Hardware and Software Hardware: Computers work through an interaction of hardware and software. Hardware refers to the parts of a computer that you can see and touch, including the case and everything inside it. The most important piece of hardware is a tiny rectangular chip inside your computer called the central processing unit (CPU), or microprocessor. It's the "brain" of your computer the part that translates instructions and performs calculations. Hardware items such as your monitor, keyboard, mouse, printer, and other components are often called hardware devices, or devices. Software: It refers to the instructions, or programs, that tell the hardware what to do. The most important software on t he computer is the operating system, which controls and manages the hardware connected to your computer. The operating system provides an interface that helps you to interact with the computer. A word processing program that you can use to write letters on your computer is a type of software. The operating system (OS) is software that manages your computer and the devices connected to it. Two well-known operating systems are Windows and Macintosh operating system. There are three categories of software namely: Systems Software: These are programs that coordinate the activities and functions of the hardware and other programs. The system software acts as a m ediator between application programs and the computer system s hardware, as well as between the PC and the user. The system software makes the physical machine do work. E.g. Operating Systems, translators etc. Utility Software: It is system software designed to help analyze, configure, optimize or maintain a computer. A single piece of utility software is usually called a utility or tool. Utility software usually focuses on how the computer infrastructure (including the

7

8 b) Arithmetic Logic unit: Performs arithmetic and logical functions c) Control Unit : Interprets program instructions and controls the input and output devices 3. Output device: decodes information and presents it to the user MEMORY OF THE COMPUTER Memory or storage capacity is one of the important components of a computer. Any storage unit of a computer system is classified on the basis of the following criteria: 1. Access time: This is the time required to locate and retrieve stored data from the storage unit in response to program instructions. 2. Storage capacity: It is the amount of data that can be stored in the storage unit. 3. Cost per bit of storage. Units of memory: The computer stores a character in the storage cells with binary (0, 1) mechanism. Thus the basic unit of memory is a bit (binary digit 0, 1). To store a character, a computer requires 8 bits or 1 byte. This is called the word length of the storage unit. Hence the storage capacity of the computer is measured in the number of words it can store and is expressed in terms of bytes. The different units of measurement are 8 Bits = 1 Byte 210 (or) 1024 Bytes = 1 Kilo Byte (KB) 210 (or) 1024 KB = 1 Mega Byte (MB) 210 (or) 1024 MB = 1 Gega Byte (GB) Types of Memory: A computer memory is of two types; 1. Primary Memory (Internal Storage): Primary memory is also called internal memory and is an important part of a computer. It is the main area in a computer where the data is stored. The stored data can be recalled instantly and correctly whenever desired. This memory can be quickly accessed by the CPU for reading or storing information. Primary memory is further classified into two types: Random Access Memory (RAM) Read- Only Memory (ROM )

9 RAM: RAM is also known as read/write memory as information can be read from and written onto it. RAM is a place in a computer that holds instructions for the computer, its programs and the data. The CPU can directly access the data from RAM almost immediately. However, the storage of data and instructions in RAM is temporary, till the time the computer is running. It disappears from RAM as soon as the power to the computer is switched off i.e. it is volatile memory. ROM: It is called Read-only memory as information can only be read from and not written or changed onto ROM. ROM is the built-in-memory of a computer. It stores some basic input output instructions put by the manufacturer to operate the computer. The storage of data and instructions in ROM is permanent. It does not depend on the power supply i.e. it is non-volatile memory. 2. Secondary Memory (External storage): The primary memory which is faster (and hence expensive) is generally not sufficient for large storage of data. As a result, additional memory, called the auxiliary or secondary memory is used. It is also referred as backup storage as it is used to store large volume of data on a permanent basis which can be transferred to the primary memory whenever required for processing. Data are stored in secondary storage in the same binary codes as in the main (primary memory) storage. Some of the devices of secondary storages are Floppy Disk, Hard Disk, CD- ROM, DVD and Flash drive. Information Processing Cycle This refers to the series of identifiable steps the computer goes through to accept and process data into information, store the information for future use, and/or share it with others. This process is divided into four (4) basic steps, which include; Input, Process, Output, Storage, and communication.

10 Input: -This is any data or instruction you enter into a computer. This is done by means of input devices. The six commonly used input devices are, the keyboard, mouse, scanner, microphone, digital camera, and PC camera Process: - this is the interpretation and manipulation performed on data and instructions to produce a result (information). This task is performed by the Central Procession Unit (CPU). Output: - This is any data that has been processed into information. The output devices of the computer are responsible for this task, examples of which include; monitor, printer, and speakers. Storage: - This is an area in a computer that can hold data and information for future use. Examples of the commonly used storage devices include; Hard Disk drive (HDD), Compact disk (CD), DVD, Floppy Disk Drive, and Pen Drives. Data and Information Data All computer processing requires data, which is a collection of raw facts, figures and symbols given to the computer during the input phase. Example: Names of students and their marks in different subjects listed in random order. Information Computers manipulate data to create information. Information is data that is processed and presented in an organized, meaningful manner for use. Example: When the names of students are arranged in alphabetical order, total and average marks are calculated & presented in a tabular form, it is information. During the output phase, the information that has been created is put into some form, such as a printed report. The information can also be put in computer storage for future use. Parts of a computer A computer is a system of many parts working together. The physical parts, which you can see and touch, are collectively called hardware. (Software, on the other hand, refers to the instructions, or programs, that tell the hardware what to do.) The illustration below shows the most common hardware in a desktop computer system. A laptop computer has similar parts but combines them into a single notebook-sized package.

11 Desktop computer system System unit The system unit is the core of a computer system. Usually it's a rectangular box placed on or underneath your desk. Inside this box a re many electronic components that process information. The most important of these components is the central processing unit (CPU), or microprocessor, which acts as the "brain" of your computer. Another component is random access memory (RAM), which temporarily stores information that the CPU uses while the computer is on. The information stored in RAM is erased when the computer is turned off. Almost every other part of your computer connects to the system unit using cables. The cables plug into specific ports (openings), typically on the back of the system unit. Hardware that is not part of the system unit is sometimes called a peripheral device or device. System unit

12 Storage Your computer has one or more disk drives devices that store information on a metal or plastic disk. The disk preserves the information even when your computer is turned off. Hard disk drive The computer's hard disk drive stores information on a hard disk, a rigid platter or stack of platters with a magnetic surface. Because hard disks can hold massive amounts of information, they usually serve as your computer's primary means of storage, holding almost all of your programs and files. The hard disk drive is normally located inside the system unit. Hard disk drive CD and DVD drives CD-ROM stands for Compact Disk Read Only Memory. It is used to store a wide variety of information. Its main advantage is that it is portable and can hold a large amount of data. The storage capacity of most CD-ROMs is approximately 650 MB or 700 MB. CD-ROMs have the following variations: a) CD-R (Compact disc Recordable): Data can be written onto it just once. The stored data can be read. Data once written onto it cannot be erased. b) CD-RW (Compact disc Rewritable): It is also called erasable CD. Data once written onto it can be erased to write or record new information many times. To use a CD-ROM, a device called CD drive is needed.

13 CD-ROM CD Drive DVD stands for Digital Versatile Disc. It is similar to a CD-ROM, except that it can store larger amounts of data. The storage capacity of a DVD is at least 4.7GB. DVDs that can store up to 17GBs are also available. Because of their capacity, DVDs are generally used to store a very large multimedia presentations and movies that combine high quality sound and graphics. Floppy disk drive Floppy disk drives store information on floppy disks, also called floppies or diskettes. Compared to CDs and DVDs, floppy disks can store only a small amount of data. They also retrieve information more slowly and are more prone to damage. For these reasons, floppy disk drives are less popular than they used to be, although some computers still include them. Floppy disk Why are floppy disks "floppy"? Even though the outside is made of hard plastic, that's just the sleeve. The disk inside is made of a thin, flexible vinyl material. Mouse It is a device that controls the movement of the cursor on a monitor. A mouse will have 2 buttons on its top. The left button is the most frequently used button. There will be a wheel between the left and right buttons. This wheel enables us to smoothly scroll through screens of information. As we move the mouse, the pointer on the monitor moves in the same direction. Optical mouse is another advanced pointing device that uses a light emitting

14 component instead of the mouse ball. Mouse cannot be used for entering the data. It is only useful to select the options on the screen. Mouse A mouse usually has two buttons: a primary button (usually the left button) and a secondary button. Many mice also have a wheel between the two buttons, which allows you to scroll smoothly through screens of information. When you m ove the mouse with your hand, a pointer on your screen moves in the same direction. (The pointer's appearance might change depending on where it's positioned on your screen.) When you w ant to select an item, you poi nt to the item and then click (press and release) the primary button. Pointing and clicking with your mouse is the main way to interact with your computer. Keyboard The Key board is used for typing text into the computer. It is also known as standard Input device. A computer keyboard is similar to that of a type writer with additional keys. The most commonly available computer keyboard has 104 keys. There are different types of keys on the keyboard. The keys are categorized as: Alphanumeric keys, including letters & numbers. Punctuation keys, such as colon (:), semicolon (;) Question mark (?), Single & double quotes (, ) Special keys such as arrow keys, control keys, function keys (F1 to F12), HOME, END etc.

15 Keyboard You can also use your keyboard to perform many of the same tasks you can perform with a mouse. Monitor A monitor displays information in visual form, using text and graphics. The portion of the monitor that displays the information is called the screen. Like a t elevision screen, a computer screen can show still or moving pictures. There are two basic types of monitors: CRT (cathode ray tube) monitors and LCD (liquid crystal display) monitors. Both types produce sharp images, but LCD monitors have the advantage of being much thinner and lighter. CRT monitors, however, are generally more affordable. LCD monitor (left); CRT monitor (right) Printer A printer transfers data from a computer onto paper. The two main types of printers are inkjet printers and laser printers. Inkjet printers are the most popular printers. They can print in

16 black and white or in full colour and can produce high-quality photographs when used with special paper. Laser printers are faster and generally better able to handle heavy use. Inkjet printer (left); laser printer (right) Speakers Speakers are used to play sound. They may be built into the system unit or connected with cables. Speakers allow you to listen to music and hear sound effects from your computer. Computer speakers Modem To connect your computer to the Internet, you need a modem. A modem is a device that sends and receives computer information over a telephone line or high-speed cable. Modems are sometimes built into the system unit, but higher-speed modems are usually separate components.

17 Cable modem Types of computers Computers range in size and capability. Different types of computers are available in the market today. The most common computer is the Personal Computer (PC), typically used by individuals and small businesses. A personal computer is a computer that is designed for use by one person at a time. A personal computer is used in the workplace to create documents, manage business records, and communicate with others. It is used in schools to teach lessons, research over the Internet, and work on assignments. You can also use a personal computer to play games, view videos, and listen to music. Depending on the size and the purpose of a personal computer, it can be categorized into four different types: desktop, laptop, handheld, or tablet. You select a computer depending on the tasks that you want it to perform. For example, if you want to use the computer to edit photos or play complex games, you need a computer with a fast CPU and a good display adapter. Desktop computers Desktop computers are designed for use at a desk or table. They are typically larger and more powerful than other types of personal computers. Desktop computers are made up of separate components. The main component, called the system unit, is usually a rectangular case that sits on or underneath a desk. Other components, such as the monitor, mouse, and keyboard, connect to the system unit.

18 Desktop computer Laptop computers Laptop computers are lightweight mobile PCs with a t hin screen. They are often called notebook computers because of their small size. Laptops can operate on batteries, so you can take them anywhere. Unlike desktops, laptops combine the CPU, screen, and keyboard in a single case. The screen folds down onto the keyboard when not in use. Laptop computer Handheld computers Handheld computers, also called personal digital assistants (PDAs), are battery-powered computers small enough to carry almost anywhere. Although not as powerful as desktops or laptops, handhelds are useful for scheduling appointments, storing addresses and phone numbers, and playing games. Some have more advanced capabilities, such as making telephone calls or accessing the Internet. Instead of keyboards, handhelds have touch screens that you use with your finger or a stylus (a pen-shaped pointing tool).

19 Handheld computer Tablet PCs Tablet PCs are mobile PCs that combine features of laptops and handhelds. Like laptops, they're powerful and have a built-in screen. Like handhelds, they allow you to write notes or draw pictures on t he screen, usually with a tablet pen instead of a st ylus. They can also convert your handwriting into typed text. Some Tablet PCs are convertibles with a screen that swivels and unfolds to reveal a keyboard underneath. Tablet PC The Role of Computers Computers play a major role in our daily lives. They are used in industries, schools, government offices, and shops. You can use computers to communicate with your family and friends, create a household budget, book travel and movie tickets, or manage your business. In business and industry, you use computers to maintain accounts, create personnel records, track inventory, prepare presentations and reports, manage projects, and communicate by e- mail. You can use computers to design any type of publication ranging from simple newsletters to fashion magazines, marketing materials, books, or newspapers. In the field of education, trainers can use computers to deliver training through audio-visual learning aids, maintain student records to track performance, search for information on different topics, and create or submit assignments.

20 In government organizations, you use computers to organize information by s toring and updating records. Computers are also used for providing services to citizens. For example, you can view information on current policies and government issues on a computer. In the field of medicine, doctors use computers to review medical records of patients. Doctors also use computers to find information about the latest drugs available to treat a disease. Doctors can also use computer technology to discuss and share information about various diseases. You can use computers to view the details of your bank account. Traders use computer technology to get instant information on s tock markets, to trade stocks, and to manage investments. Scientists use computers for scientific research, and to gather and analyse information. For example, they use computers to view images from space and to publish information on their recent research. You can also use computers to create drawings and paintings. Photographers use computers to edit and enhance pictures. Writers use computers to write content for their books and to also create illustrations. By using computers, writers can make changes in the content easily and save a lot of time. In the field of entertainment, you can use computers to listen to music, watch movies, store and print photographs, send greetings, and play games. Using the Computer To turn on a computer, press the power button on t he system unit. When you t urn on t he computer, lights on the keyboard may blink briefly and you may also hear a beep. This is an indication that the power-on self-test (POST) has started. The computer performs a sequence of quick tests to check whether the motherboard, memory, hard drive, and other components are working. If you hear a series of beeps, the monitor may display a message indicating that a component is not functioning. For example, if the keyboard cable is not attached, an error message may report that there is no keyboard detected.

21 After POST, the computer starts the operating system, and then displays the logon screen. You now log on t o the Microsoft Windows 7 operating system. The operating system allows you to instruct the computer what to do after you have turned it on. The operating system controls the computer s hardware and also manages the computer s operations and tasks, such as logging on, logging off, and shutting down. For example, to log on to Windows 7, you need to type your user name and password. The settings for the user account are applied and you are now logged on to Windows 7. After you log on, you can perform various tasks, such as creating a new file or modifying an existing file. After performing the required tasks, you need to save the changes you made to the file. You can then log off from Windows 7. To log off, you need to click Start, and then click Log Off. To securely turn off your computer, you must shutdown Windows 7. To do this, you need to click Start, and then, at the bottom of the Start menu, click the Shutdown button. If you e ncounter problems while using the computer, you can choose the Restart option to restart the computer. To do this, click Restart in the Shutdown Windows dialog box. On most computers, you should never use the actual power button on the front of the system unit to turn off the computer unless it stops responding. Using the Keyboard Whether you're writing a letter or entering numerical data, your keyboard is the main way to enter information into your computer. This article covers the basics of keyboard operation and gets you started with keyboard commands. Organisation of Keyboard Keys The keys on your keyboard can be divided into several groups based on function: Typing (alphanumeric) keys. These keys include the same letter, number, punctuation, and symbol keys found on a traditional typewriter. Control keys. These keys are used alone or in combination with other keys to perform certain actions. The most frequently used control keys are CTRL, ALT, the Windows logo key, and ESC.

22 Function keys. The function keys are used to perform specific tasks. They are labelled as F1, F2, F3, and so on, up to F12. The functionality of these keys differs from program to program. Navigation keys. These keys are used for moving around in documents or webpages and editing text. They include the arrow keys, HOME, END, PAGE UP, PAGE DOWN, DELETE, and INSERT. Numeric keypad. The numeric keypad is handy for entering numbers quickly. The keys are grouped together in a block like a conventional calculator or adding machine. The following illustration shows how these keys are arranged on a typical keyboard. Your keyboard layout may differ. How the keys are arranged on a keyboard Using keyboard shortcuts Keyboard shortcuts are ways to perform actions by using your keyboard. They're called shortcuts because they help you work faster. In fact, almost any action or command you can perform with a mouse can be performed faster using one or more keys on your keyboard. In Help topics, a plus sign (+) between two or more keys indicates that those keys should be pressed in combination. For example, CTRL+A means to press and hold CTRL and then press A. CTRL+SHIFT+A means to press and hold CTRL and SHIFT and then press A.

23

24

25

26 Numeric keypad To use the numeric keypad to enter numbers, press NUM LOCK. Most keyboards have a light that indicates whether NUM LOCK is on or off. When NUM LOCK is off, the numeric keypad functions as a second set of navigation keys (these functions are printed on the keys next to the numerals or symbols). You can use your numeric keypad to perform simple calculations with Calculator. Three odd keys So far, we've discussed almost every key you're likely to use. But for the truly inquisitive, let's explore the three most mysterious keys on the keyboard: PRINT SCREEN, SCROLL LOCK, and PAUSE/BREAK. PRINT SCREEN (or PRT SCN) A long time ago, this key actually did what it says it sent the current screen of text to your printer. Nowadays, pressing PRINT SCREEN captures an image of your entire screen (a "screen shot") and copies it to the Clipboard in your computer's memory. From there you can paste it (CTRL+V) into Microsoft Paint or another program and, if you want, print it from that program. Tip Press ALT+PRINT SCREEN to capture an image of just the active window, instead of the entire screen.

27 SCROLL LOCK (or SCR LK) In most programs, pressing SCROLL LOCK has no e ffect. In a few programs, pressing SCROLL LOCK changes the behaviour of the arrow keys and the PAGE UP and PAGE DOWN keys; pressing these keys causes the document to scroll without changing the position of the cursor or selection. Your keyboard might have a light indicating whether SCROLL LOCK is on. PAUSE/BREAK This key is rarely used. In some older programs, pressing this key pauses the program or, in combination with CTRL, stops it from running. Other keys Some modern keyboards come with "hot keys" or buttons that give you qui ck, one-press access to programs, files, or commands. Other models have volume controls, scroll wheels, zoom wheels, and other gadgets. For details about these features, check the information that came with your keyboard or computer, or go to the manufacturer's website. Tips for using your keyboard safely Using your keyboard properly can help avoid soreness or injury to your wrists, hands, and arms, particularly if you use your computer for long periods of time. Here are some tips to help you avoid problems: Place your keyboard at elbow level. Your upper arms should be relaxed at your sides. Center your keyboard in front of you. If your keyboard has a numeric keypad, you can use the spacebar as the centring point. Type with your hands and wrists floating above the keyboard, so that you can use your whole arm to reach for distant keys instead of stretching your fingers. Avoid resting your palms or wrists on any type of surface while typing. If your keyboard has a palm rest, use it only during breaks from typing. While typing, use a light touch and keep your wrists straight. When you're not typing, relax your arms and hands. Take short breaks from computer use every 15 to 20 minutes.

28 Using the Mouse Just as you would use your hands to interact with objects in the physical world, you can use your mouse to interact with items on your computer screen. You can move objects, open them, change them, throw them away, and perform other actions, all by pointing and clicking with your mouse. A mouse can therefore be defined as a small device that you can use to move, select, and open items displayed on your monitor. Basic parts A mouse typically has two buttons: a primary button (usually the left button) and a secondary button (usually the right button). The primary button is the one you will use most often. Most mice also include a scroll wheel between the buttons to help you s croll through documents and webpages more easily. On some mice, the scroll wheel can be pressed to act as a third button. Advanced mice might have additional buttons that can perform other functions. Parts of a mouse Holding and moving the mouse Place your mouse beside your keyboard on a cl ean, smooth surface, such as a m ouse pad. Hold the mouse gently with your index finger resting on the primary button and your thumb resting on the side. To move the mouse, slide it slowly in any direction. Don't twist it keep the front of the mouse aimed away from you. As you move the mouse, a pointer (see picture) on your screen moves in the same direction. If you run out of room to move your mouse on your desk or mouse pad, just pick up the mouse and bring it back closer to you.

29 wrist straight Hold the mouse lightly, keeping your Pointing, clicking, and dragging Pointing to an item on the screen means moving your mouse so the pointer appears to be touching the item. When you point to something, a small box often appears that describes the item. For example, when you point to the Recycle Bin on the desktop, a box appears with this information: "Contains the files and folders that you have deleted." reveals a descriptive message about it Pointing to an object often The pointer can change depending on what you're pointing to. For example, when you point to a link in your web browser, the pointer changes from an arrow finger. to a hand with a pointing Most mouse actions combine pointing with pressing one of the mouse buttons. There are four basic ways to use your mouse buttons: clicking, double-clicking, right-clicking, and dragging. Clicking (single-clicking) To click an item, point to the item on the screen, and then press and release the primary button (usually the left button).

30 Clicking is most often used to select (mark) an item or open a m enu. This is sometimes called single-clicking or left-clicking. Double-clicking To double-click an item, point to the item on the screen, and then click twice quickly. If the two clicks are spaced too far apart, they might be interpreted as two individual clicks rather than as one double-click. Double-clicking is most often used to open items on your desktop. For example, you can start a program or open a folder by double-clicking its icon on the desktop. Right-clicking To right-click an item, point to the item on the screen, and then press and release the secondary button (usually the right button). Right-clicking an item usually displays a list of things you can do with the item. For example, when you r ight-click the Recycle Bin on your desktop, Windows displays a menu allowing you to open it, empty it, delete it, or see its properties. If you're ever unsure of what to do with something, right-click it. related commands Right-clicking the Recycle Bin opens a menu of Dragging You can move items around your screen by dragging them. To drag an object, point to the object on the screen, press and hold the primary button, move the object to a new location, and then release the primary button.

31 Dragging (sometimes called dragging and dropping) is most often used to move files and folders to a different location and to move windows and icons around on your screen. Using the scroll wheel If your mouse has a scroll wheel, you can use it to scroll through documents and webpages. To scroll down, roll the wheel backward (toward you). To scroll up, roll the wheel forward (away from you).

Parts of Computer hardware Software

Parts of Computer hardware Software Parts of Computer Parts of Computer If you use a desktop computer, you might already know that there is not any single part called the "computer." A computer is really a system of many parts working together.

More information

Web Page:

Web Page: Windows Basics Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Windows Basics 1.5 hours This workshop is a basic introduction to using the computer and Microsoft Windows. Topics

More information

Basic Computing 1. File Management.

Basic Computing 1. File Management. Basic Computing 1 File Management training@health.ufl.edu Basic Computing 1 File Management 2.0 hours This is a basic computer workshop. We will cover fundamental mouse and keyboard usage; proper names

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

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

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

UNIVERSITY FOR DEVELOPMENT STUDIES

UNIVERSITY FOR DEVELOPMENT STUDIES UNIVERSITY FOR DEVELOPMENT STUDIES FACULTY OF INTEGRATED DEVELOPMENT STUDIES DEPARTMENT OF ECONOMICS AND ENTREPRENUERSHIP STUDIES LECTURE NOTES COURSE ID: EED 311 COURSE TITLE: Introduction to Computers

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future 2006 Prentice-Hall, Inc. Computers Are Your Future Chapter 7 Input/Output and Storage 2006 Prentice-Hall, Inc Slide 2 Input Input is any data entered into the computer s memory

More information

Sahalsoftware college. Welcome To understanding Basic Computer Concept

Sahalsoftware college. Welcome To understanding Basic Computer Concept Welcome To understanding Basic Computer Concept 1 Chapter1: Understanding Computer Concepts What is a computer? A computer is a machine that takes in data, processes if following a set of instructions

More information

WINDOWS VISTA. These notes are from the Windows Basics section in Windows Help and Support in Windows Vista

WINDOWS VISTA. These notes are from the Windows Basics section in Windows Help and Support in Windows Vista WINDOWS VISTA These notes are from the Windows Basics section in Windows Help and Support in Windows Vista They are used in the manuals My Computer (all versions) Windows Vista p 1 Microsoft Vista Are

More information

Intentionally Blank 0

Intentionally Blank 0 Intentionally Blank 0 Technology in Action Chapter 2 Looking at Computers: Understanding the Parts 1 Understanding Your Computer: Computers are Data Processing Devices Perform four major functions Input:

More information

Computer Basics. Page 1 of 10. We optimize South Carolina's investment in library and information services.

Computer Basics. Page 1 of 10. We optimize South Carolina's investment in library and information services. Computer Basics Page 1 of 10 We optimize South Carolina's investment in library and information services. Rev. Oct 2010 PCs & their parts What is a PC? PC stands for personal computer. A PC is meant to

More information

Computers Are Your Future Prentice-Hall, Inc.

Computers Are Your Future Prentice-Hall, Inc. Computers Are Your Future 2006 Prentice-Hall, Inc. Computers Are Your Future Chapter 7 Input/Output and Storage 2006 Prentice-Hall, Inc Slide 2 What You Will Learn About ü The purpose of special keys and

More information

Introduction to Computers

Introduction to Computers Introduction to Computers Considers: Definition of computer Computer system devices Central Processing Unit Introduction to software What Is A Computer? A computer is an electronic device, operating under

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

Basic PC: How do you turn on this darn thing?

Basic PC: How do you turn on this darn thing? Basic PC: How do you turn on this darn thing? What is the computer? Basic PC: How do you turn on this darn thing? A computer is a device that accepts information and manipulates it for some result. It

More information

Functional Skills. Entry 3 to Level 2. IT Basics Information

Functional Skills. Entry 3 to Level 2. IT Basics Information Functional Skills Skills ICT Entry 3 to Level 2 YOU DO NOT NEED TO WORK THROUGH THIS. IT IS AN PACK TO TEACH YOU THE SKILLS NEEDED TO COMPLETE THE TASKS. YOU CAN USE IT WHILST WORKING THROUGH THE TASKS,

More information

INFORMATION SYSTEM PARTS AND COMPUTER TYPES

INFORMATION SYSTEM PARTS AND COMPUTER TYPES INFORMATION SYSTEM PARTS AND COMPUTER TYPES PARTS OF INFORMATION SYSTEM People are end users who use computers to make themselves more productive. Hardware refers to the physical components of your computer

More information

Input: is any data or instructions that are used by a computer.

Input: is any data or instructions that are used by a computer. 1 What is input? Input: is any data or instructions that are used by a computer. Input devices: are hardware used to translate words, sounds, images, and actions that people understand into a form that

More information

Computer Basics. Hardware. This class is designed to cover the following basics:

Computer Basics. Hardware. This class is designed to cover the following basics: Computer Basics This class is designed to cover the following basics: computer hardware software computer s operating system different kinds of storage devices you can use to save files using a mouse what

More information

Prepared by Neal Utting For use by Educational Institutions My Computer With Vista Page

Prepared by Neal Utting For use by Educational Institutions My Computer With Vista Page Prepared by Neal Utting (edent@ihug.co.nz) For use by Educational Institutions My Computer With Vista Page MY COMPUTER WITH XP (Version 11.2) This manual has been modified FROM Help and Support in Microsoft

More information

Introduction to Computers and Applications

Introduction to Computers and Applications A World of Computers Introduction to Computers and Applications What is computer literacy? Knowledge and understanding of computers and their uses Computers are everywhere What Is a Computer? How is a

More information

Prepared by Neal Utting For use by Educational Institutions MyComputer With XP Page

Prepared by Neal Utting For use by Educational Institutions MyComputer With XP Page Prepared by Neal Utting (edent@ihug.co.nz) For use by Educational Institutions MyComputer With XP Page MY COMPUTER WITH XP (Version 11.2) This manual has been modified for Windows XP from Help and Support

More information

2016 P C Basics Page 1

2016 P C Basics Page 1 PC Basics with Windows 10 Introduction to PCs Mercer County Library System Brian M. Hughes, County Executive A. The Equipment: External Hardware & Internal Hardware 1. CD-ROM CD-ROMs are compact discs,

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

PC Basics Introduction to PCs

PC Basics Introduction to PCs PC Basics Introduction to PCs A. The Equipment: External Hardware & Internal Hardware 1. CD-ROM CD-ROMs are Compact Discs, read-only, removable data storage media. CD Drives read the data encoded on the

More information

INTRODUCTION TO COMPUTERS

INTRODUCTION TO COMPUTERS Technology University Building and Constructions Engineering Department Computers Principles-First Class INTRODUCTION TO COMPUTERS By: Lubna Zaghlul 2012 1 Introduction to Computers What are Computers?

More information

Full file at

Full file at Exam Name Full file at https://fratstock.eu MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) is data that has been organized or presented in a meaningful

More information

What is a computer Types of computers Computer Peripherals Role of Computers & ICT in development

What is a computer Types of computers Computer Peripherals Role of Computers & ICT in development What is a computer Types of computers Computer Peripherals Role of Computers & ICT in development A computer is an electronic device which accepts and processes data by following a set of instructions

More information

central processing unit (CPU) software operating system (OS) input device output device

central processing unit (CPU) software operating system (OS) input device output device central processing unit (CPU) Brain of the computer that performs instructions defined by software software Set of instructions that tells the hardware what to do. It is what guides the hardware and tells

More information

Downloaded From :

Downloaded From : 04-012-2011 Test V Computer Knowledge 201. The operation of combining two cells into a single cell in Excel is referred to as (1) Join Cells (2) Merge Cells (3) Merge Table (4) Join Table 202. Which of

More information

Components of a personal computer

Components of a personal computer Components of a personal computer Computer systems ranging from a controller in a microwave oven to a large supercomputer contain components providing five functions. A typical personal computer has hard,

More information

Chapter One. Introduction to Computer System

Chapter One. Introduction to Computer System Principles of Programming-I / 131101 Prepared by: Dr. Bahjat Qazzaz -------------------------------------------------------------------------------------------- Chapter One Introduction to Computer System

More information

Computer Basics. Lesson 1 Introduction to Computers. Edited by C. Rhodes 08/11

Computer Basics. Lesson 1 Introduction to Computers. Edited by C. Rhodes 08/11 Computer Basics Lesson 1 Introduction to Computers Edited by C. Rhodes 08/11 ESSENTIAL STANDARD Computer Basics ESSENTIAL QUESTIONS What are the parts and features of a computer? What are the functions

More information

True/False Indicate whether the statement is true or false. Bubble A for True and B for False

True/False Indicate whether the statement is true or false. Bubble A for True and B for False 1A Name _ Midterm Review Part 1 Lesson 1 and 2 True/False Indicate whether the statement is true or false. Bubble A for True and B for False 1. A computer is an electronic device that receives data (input),

More information

True/False Indicate whether the statement is true or false. Bubble A for True and B for False

True/False Indicate whether the statement is true or false. Bubble A for True and B for False 1 Name Midterm Review Part 1 Lesson 1 and 2 "B" True/False Indicate whether the statement is true or false. Bubble A for True and B for False 1. Eight bits are equal to one byte. 2. A computer is an electronic

More information

QUESTIONS ABOUT COMPUTERS

QUESTIONS ABOUT COMPUTERS 1. What is a computer? QUESTIONS ABOUT COMPUTERS A computer is a machine that processes information, in other words, it receives and stores data, performs calculations with this data and presents the results

More information

Sir Sadiq s computer notes for class IX. Chapter no 3. Input/Output Devices

Sir Sadiq s computer notes for class IX. Chapter no 3. Input/Output Devices 12 Q: What are Input Devices? Ans: Input Devices: Input devices are physical equipment that read or translate data consisting of alphabets, numbers or other symbols into electronic impulses, which can

More information

Computer Concepts and C Programming. Unit I 06CCP13

Computer Concepts and C Programming. Unit I 06CCP13 Computer Concepts and C Programming () Unit I Unit Division Unit-I Introducing Computer Systems Interacting with Computer Unit-II Processing Data Storing Data Unit-III Using Operating Systems Networks

More information

Getting Started. Explorers Guide. Learning about computer basics. Data file: none Objectives:

Getting Started. Explorers Guide. Learning about computer basics. Data file: none Objectives: Explorers Guide Data file: none Objectives: In this project, you will: learn about computer ergonomics describe computer hardware and software review the Windows desktop and use the mouse work with windows

More information

ALL ABOUT COMPUTERS 2

ALL ABOUT COMPUTERS 2 Key to ALL ABOUT COMPUTERS 2 Keybooks are freely available at our website http://www.progresspublishers.com PROGRESS PUBLISHERS KRISHNA NAGAR, DELHI - 110051 EMAIL : progresspublishers@gmail.com 1. COMPUTER

More information

COMPUTER DESCRIPTION...

COMPUTER DESCRIPTION... Conventions used in this document: Keyboard keys that must be pressed will be shown as Enter or Ctrl. Controls to be activated with the mouse will be shown as Start button > Settings > System > About.

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

Bulbul NUB 1. Outline. Week # 02. Standard Input & Output Devices. Input Device 6/3/2018

Bulbul NUB 1. Outline. Week # 02. Standard Input & Output Devices. Input Device 6/3/2018 Standard Input & Output Devices June 3, 2018 Week # 02 Course: Introduction to Computers Course Code: CIT1101 Presented by: Bulbul Ahamed Assistant Professor of CSE, NUB Bulbul Ahamed 1 Definition of Input

More information

COMPUTER HARDWARE RAYMOND ROSE

COMPUTER HARDWARE RAYMOND ROSE COMPUTER HARDWARE RAYMOND ROSE LEARNING OUTCOMES 1.1 Identify types of computer how they process information, and the purpose and function of different hardware components. Understanding the computer and

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

Basic Computer Hardware Notes in PDF

Basic Computer Hardware Notes in PDF Basic Computer Hardware Notes in PDF Computer Awareness is tested in almost every exam. Some exams like SBI PO, SBI Clerk, IBPS PO, IBPS Clerk, SSC CGL, Railways RRB etc. require you to have Basic Computer

More information

Guidelines for lesson creation [with basic topics to be covered] (1-1, 1-2) Parts of a computer and identifying

Guidelines for lesson creation [with basic topics to be covered] (1-1, 1-2) Parts of a computer and identifying Guidelines for lesson creation [with basic topics to be covered] (1-1, 1-2) Parts of a computer and identifying What minimal topics must to be covered in each lesson? List only the 4 main parts of a computer

More information

Introduction to Computers By Jennifer King, YA and Marketing Librarian, Great Bend Public Library

Introduction to Computers By Jennifer King, YA and Marketing Librarian, Great Bend Public Library Introduction to Computers By Jennifer King, YA and Marketing Librarian, Great Bend Public Library Welcome and Introduction To better understand how to use computers, this course will teach you some basic

More information

COMPUTER ORGANIZATION & SKILLS

COMPUTER ORGANIZATION & SKILLS UNIVERSITY OF BABYLON 2018/ 2019 COLLEGE OF SCIENCE FOR WOMEN FIRST CLASS COMPUTER DEPARTMENT COMPUTER ORGANIZATION & SKILLS LECTURES PREPARED BY: LECTURER: Ahmed Mohammed Hussein 2018-2019 0University

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

Memory Study Material

Memory Study Material Computer memory refers to the devices that are used to store data or programs on a temporary or permanent basis for use in a computer. Any data or instruction entered into the memory of a computer is considered

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

What is the typical configuration of a computer sold today? 1-1

What is the typical configuration of a computer sold today? 1-1 What is the typical configuration of a computer sold today? 1-1 Computer Hardware Components In this chapter: How did the computer become known as the stored-program computer? Do they all have the same

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

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

Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall

Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 Technology in Action Chapter 2 Looking at Computers: Understanding the Parts 2 Chapter Topics Functions of a computer Data versus information Bits and bytes Input devices Output devices Processing Storage

More information

4.03 IT PowerPoint. Objective 4.03 Understand Information Technology activities and careers.

4.03 IT PowerPoint. Objective 4.03 Understand Information Technology activities and careers. 4.03 IT PowerPoint Objective 4.03 Understand Information Technology activities and careers. What Is A Computer? An electronic device that receives data, processes data, stores data, and produces a result

More information

Motithang Higher Secondary School Thimphu Thromde Mid Term Examination 2016 Subject: Computer Studies Full Marks: 100

Motithang Higher Secondary School Thimphu Thromde Mid Term Examination 2016 Subject: Computer Studies Full Marks: 100 Motithang Higher Secondary School Thimphu Thromde Mid Term Examination 2016 Subject: Computer Studies Full Marks: 100 Class: XI Writing Time: 3 Hours... This paper consists of TWO sections: Section A and

More information

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview:

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview: Computer Basics I Handout Objectives: 1. Control program windows and menus. 2. Graphical user interface (GUI) a. Desktop b. Manage Windows c. Recycle Bin d. Creating a New Folder 3. Control Panel. a. Appearance

More information

Section 1. System Technologies and Implications. Modules

Section 1. System Technologies and Implications. Modules System Technologies and Implications Modules 1.1 Introduction to computers 1.2 Software 1.3 Hardware 1.4 File management 1.5 ICTs in perspective 1.6 Extended software concepts 1.7 Extended hardware concepts

More information

Chapter 2 Basic Computer Configuration

Chapter 2 Basic Computer Configuration CSCA0101 COMPUTING BASICS Chapter 2 1 Topics: Basic Operations Computer Components Computer Categories 2 Computing Terminology Data Data is anything in a form suitable for use with a computer. Information

More information

Input/Output. Display Keyboard Mouse Removable storage

Input/Output. Display Keyboard Mouse Removable storage 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

Computer ANAMIKA ACADEMY. Mo Which function has the ability to move from one web page to another Hyper link

Computer ANAMIKA ACADEMY. Mo Which function has the ability to move from one web page to another Hyper link 1. Which function has the ability to move from one web page to another Hyper link web page? 2. What is the full name of GUI? GRAPHICAL USER INTERFACE 3. Which function keys are used to make spell and mild

More information

lesson 3 Transforming Data into Information

lesson 3 Transforming Data into Information essential concepts lesson 3 Transforming Data into Information This lesson includes the following sections: How Computers Represent Data How Computers Process Data Factors Affecting Processing Speed Extending

More information

CHAPTER 1 TYPES & COMPONENTS OF COMPUTER SYSTEM

CHAPTER 1 TYPES & COMPONENTS OF COMPUTER SYSTEM CHAPTER 1 TYPES & COMPONENTS OF COMPUTER SYSTEM 1.1 Hardware and Software Q.1) Define hardware and software: a) Hardware Hardware is a general term used for the physical components (parts) that make up

More information

Basic Computer and Mouse Skills Windows 10

Basic Computer and Mouse Skills Windows 10 Basic Computer and Mouse Skills Windows 10 Hardware--is a term for the physical parts of the computer. The computer consists of four basic pieces of hardware. The Monitor The monitor displays the content

More information

Section 1. System Technologies and Implications. Modules. Introduction to computers. File management. ICT in perspective. Extended software concepts

Section 1. System Technologies and Implications. Modules. Introduction to computers. File management. ICT in perspective. Extended software concepts Section 1 System Technologies and Implications Modules 1.1 Introduction to computers 1.2 Software 1.3 Hardware 1.4 File management 1.5 ICT in perspective 1.6 Extended software concepts 1.7 Extended hardware

More information

Terminology, Types of Computers & Computer Hardware

Terminology, Types of Computers & Computer Hardware Terminology, Types of Computers & Computer Hardware Basic Terminology 1.Computer A device that accepts input, processes data, stores data, and produces output, all according to a series of stored instructions.

More information

Microsoft Office 2007 (Brief Concepts and Techniques) Windows XP Edition

Microsoft Office 2007 (Brief Concepts and Techniques) Windows XP Edition Microsoft Office 2007 (Brief Concepts and Techniques) Windows XP Edition I. Introduction to Computers a. Objectives i. Define the term computer and discuss the four basic computer operations; input, processing,

More information

Assignment 1 What is a Computer?

Assignment 1 What is a Computer? Assignment 1 What is a Computer? Hello, I'm PC. Read about the computer. Answer the questions. A computer is a tool that runs programs. The computer is sometimes called a "personal computer" or PC for

More information

By: Computer Education. Introduction Level One

By:   Computer Education. Introduction Level One Computer Education Introduction Level One What is a Computer? A computer is an electronic machine which can take in data, stores and processed the data, and then produces information Data is 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

Q1. Briefly describe the characteristic features of input and output devices of a computer system.

Q1. Briefly describe the characteristic features of input and output devices of a computer system. Q1. Briefly describe the characteristic features of input and output devices of a computer system. Answer-> Characteristic of input and output devices of a computer system: Input Devices: An input device

More information

National Digital Literacy Mission Module 1: Power in Your Hands

National Digital Literacy Mission Module 1: Power in Your Hands National Digital Literacy Mission Module 1: Power in Your Hands 2 Lesson Plan Lesson Plan of Module 1 1. Overview and introduction to digital devices 2. Know the computer (Components, Functions and Applications)

More information

Contents: Computer definition Computer literacy Computer components Computer categories Computer usage. Tablet PC

Contents: Computer definition Computer literacy Computer components Computer categories Computer usage. Tablet PC bas design Prepared by: Assoc. Prof. Dr Bahaman Abu Samah Department of Professional Development and Continuing Education Faculty of Educational Studies Universiti Putra Malaysia Serdang Contents: Computer

More information

15/09/15. Introduction to Computers & The Internet. Contents. Computer hardware and software. Input and output devices CPU. Memory.

15/09/15. Introduction to Computers & The Internet. Contents. Computer hardware and software. Input and output devices CPU. Memory. Introduction to Computers & The Internet Dr. Ahmad Reeves Computer Science Dep. Lecture 2 Contents Computer hardware and software Input and output devices CPU Memory Storage Motherboard Computers Have

More information

Introduction to Computer Technology. Chapter 3. Engr. Naveed Jan Assistant Professor Electronic Technology. Chapter 3A

Introduction to Computer Technology. Chapter 3. Engr. Naveed Jan Assistant Professor Electronic Technology. Chapter 3A Introduction to Computer Technology Chapter 3 Engr. Naveed Jan Assistant Professor Electronic Technology Chapter 3A Using the Keyboard And Mouse McGraw-Hill Technology Education Copyright 2006 by The McGraw-Hill

More information

Computer and Online Basics.

Computer and Online Basics. Computer and Online Basics www.bcs.org/onlinebasics E Published under Licence from the ECDL Foundation Ltd. All rights reserved, no part of this book may be reproduced without permission of the copyright

More information

Computer Technology Flash Card 2

Computer Technology Flash Card 2 Computer Technology Flash Card 2 Mouse An input device that allows the user to manipulate objects on the screen by moving the mouse along the surface of a desk. Data Refers to the symbols that represent

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

Al Mustansiriyah University / College of Medicine. Computer Science for First Year

Al Mustansiriyah University / College of Medicine. Computer Science for First Year Al Mustansiriyah University / College of Medicine Computer Science for First Year 1 THE WINDOWS OPERATING SYSTEM Every computer needs an operating system which lets you, literally, operate your computer.

More information

Windows XP. A Quick Tour of Windows XP Features

Windows XP. A Quick Tour of Windows XP Features Windows XP A Quick Tour of Windows XP Features Windows XP Windows XP is an operating system, which comes in several versions: Home, Media, Professional. The Windows XP computer uses a graphics-based operating

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

Introduction to Personal Computing

Introduction to Personal Computing Introduction to Personal Computing Academic Computing Services www.ku.edu/acs Abstract: This document explains the basics of the Microsoft Windows operating system. It is intended for users who are either

More information

8. A ---- represents approximately one billion memory location a. Kilobyte b. Megabyte c. Gigabyte d. Terabyte 9. A collection of programs that

8. A ---- represents approximately one billion memory location a. Kilobyte b. Megabyte c. Gigabyte d. Terabyte 9. A collection of programs that SET 9 1. In Oracle, what is the default number of transactions that MAXTRANS is set to if not specified a. 512 b. 10 c. 40 d. 1 e. 255 2. Which of the following groups consist of only input devices a.

More information

Types of Data. PE 231 Education Media AND Technology. Information. Assessment. Information Concepts

Types of Data. PE 231 Education Media AND Technology. Information. Assessment. Information Concepts Types of Data Data Represented by PE 231 Education Media AND Technology Alphanumeric data Image data Audio data Numbers, letters, and other characters Graphic images or pictures Sound, noise, tones Video

More information

What kind of computer is best for you?

What kind of computer is best for you? Computer Basics This class is designed to cover the following basics: Different types of computers Computer hardware vs. software Overview of file management and storage options Using the Microsoft Windows

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

Chapter 1 Introduction to Computers

Chapter 1 Introduction to Computers Discovering Computers 2008 Chapter 1 Introduction to Computers Chapter 1 Objectives Recognize the importance of computer literacy Define the term, computer Identify the components of a computer Discuss

More information

Chapter 2 Computer Hardware

Chapter 2 Computer Hardware Chapter 2 Computer Hardware Learning Objectives LO2.1: Understand how data is represented to a computer LO2.2: Identify the parts inside the system unit LO2.3: Explain how the CPU works LO2.4: Describe

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

GCSE ICT AQA Specification A (Full Course) Summary

GCSE ICT AQA Specification A (Full Course) Summary GCSE ICT AQA Specification A (Full Course) Summary Areas not covered by the short course are shown in red. 9.1 The general Understand that information systems may be 1 structure of information systems

More information

ICT Skills Policy. 1. Learning about ICT: teachers and children develop skills and knowledge in the potential uses of ICT to support learning.

ICT Skills Policy. 1. Learning about ICT: teachers and children develop skills and knowledge in the potential uses of ICT to support learning. ICT Skills Policy The Information and Communication Technology (ICT) in the Classroom Guidelines for Teachers states three basic aims in the integration of technology in the curriculum. These are: 1. Learning

More information

Information Technology Training Package ICA99

Information Technology Training Package ICA99 The Components of a Computer System The basic components of the computer have not varied since the earliest computers were made in the early 1950 s. The only real changes have been in the number and variety

More information

The process by which a user can associate specific permissions to each username.

The process by which a user can associate specific permissions to each username. Jargon Buster A Antispyware A program that detects and removes malicious programs on your computer called spyware. Once it is installed can collect information without the users consent, that can be almost

More information

Computer Basics. Need more help? What s in this guide? Types of computers and basic parts. Why learn to use a computer?

Computer Basics. Need more help? What s in this guide? Types of computers and basic parts. Why learn to use a computer? Computer Basics What s in this guide? The purpose of this guide is to help you feel more comfortable using a computer. You will learn: The similarities and differences between laptop, desktop, and tablet

More information

The personal computer system uses the following hardware device types -

The personal computer system uses the following hardware device types - EIT, Author Gay Robertson, 2016 The personal computer system uses the following hardware device types - Input devices Input devices Processing devices Storage devices Processing Cycle Processing devices

More information

Lesson 2: Input, Output, and Processing

Lesson 2: Input, Output, and Processing Lesson 2: Input, Output, and Processing TRUE/FALSE 1. After data is processed, it is presented to the user through an input device. ANS: F REF: Mod1-28 2. A laser virtual keyboard is packaged in a case

More information

Foundation Computer Studies

Foundation Computer Studies Foundation Computer Studies for Primary Schools Book 3 UBE Edition Foundation Computer Studies for Primary Schools Book 3 UBE Edition E. O. Adegbeyeni Ph. D. Faculty of Administration University of Lagos

More information