1.4 (a) Control Unit, Memory Unit, and Arithmetic Logic Unit

Size: px
Start display at page:

Download "1.4 (a) Control Unit, Memory Unit, and Arithmetic Logic Unit"

Transcription

1 Chapter 1.4 Hardware. 1.4 (a) Control Unit, Memory Unit, and Arithmetic Logic Unit The first thing to be said in this section, is what is not necessary. The three topics that are listed in the heading would normally lead to the fetch- execute cycle, this does not come into this module. Likewise, any complicated diagrams showing how the various parts of the processor are connected up and communicate with each other do not appear in the syllabus until next year. The requirements of this section are very simple; they are restricted to a basic understanding of what these three parts of the processor are meant to do. Control Unit. All computers follow instructions that are given to it in a program. These instructions are in a particular order in the program, and following them, and carrying them out, will mean that the computer has accomplished whatever task it was meant to do. Something, in the computer, has to manage the instructions and make sure that all the other parts of the processor do what they should be doing. This is the job of the control unit. The control unit has three jobs 1. It has to decide which instruction to carry out next and then go and get it. 2. It has to decipher the instruction, in other words it has to work out what needs to be done to carry the instruction out. 3. It has to tell other parts of the processor what they should do so that the instruction will be carried out. Arithmetic Logic Unit (ALU) The ALU includes the accumulator which is where things are actually done in the processor. 1. The ALU contains circuitry that allows it to add numbers together (do arithmetic). 2. It allows for logic decisions to be made (If the value is negative then, the part of the processor that makes the decision is the ALU). 3. The third task of the ALU is to act as the gateway between the processor and the other parts of the computer system. All input and output to and from the processor goes into the ALU and waits there while the control unit decides what to do with it. Memory Unit The third part of the processor is where everything that the processor is going to use is stored. This includes all the program instructions and all the data needed to carry out those instructions. One of the jobs of the control unit is to be able to find the information stored there when it is to be used. The parts of the operating system, which the computer is using at the time, also need to be stored in memory. Page 1 of 14

2 1.4 (b) Types of Primary Memory The first question that needs to be answered is What is Primary Memory? In section 1.4.a the concept of the processor needing to store data of all types in the memory was introduced. However, as those who have used a computer will know, there are plenty of other places that a computer can store data or programs e.g. a disk drive or a CDROM. These will be discussed in section 1.4.c. In the previous section it was stated that any data or program instructions that the processor was to follow had to be in the processor memory. Anything that is being held elsewhere, like on the surface of a disk drive, cannot be used by the processor until it is moved into the processor s memory. Because it is so important it is called the primary memory. The primary memory of the computer is the memory that is advertised as being 128 Mbytes of RAM. This simply describes the capacity of the memory. There are a number of different types of memory in the processor. 1. ROM (Read Only Memory) ROM is memory that cannot be altered. This means that even switching the computer off will not affect the contents of the ROM. There is very little that needs to be stored in ROM so it tends to be very small. In the past the whole operating system was stored on ROM, but that means that if you want to use your computer in a different way or you want to install the latest edition of an operating system to replace the one in use, you can t because the computer can t delete the old one. When the computer is turned on it would be there. For this reason the operating system is stored on the hard drive of a computer along with all the other programs that may be used. A problem arises because when the computer is switched on it needs the operating system to be able to do anything useful, so a small program is stored on ROM whose job it is to go and get the operating system from the hard drive so that the computer can work. This little program is called the bootstrap, and the process of retrieving the operating system is known as booting. 2. RAM (Random Access Memory) RAM stores the programs that are being used by the computer (including the operating system) and the data that is being used with those programs. When the computer is switched off all this data is lost. RAM is said to be volatile memory because it is so easily changed, whereas ROM is non-volatile because it cannot change. Notes: 1. There are many other types of primary memory that you may have heard of (PROM, EPROM, EAROM, SRAM, DRAM, ). They are all a type of either RAM or ROM and you have no need to learn about any of them, in fact it is probably better not to until the later parts of the course. 2. A typical question will ask for an example of what is stored in ROM and RAM. The safest answers are the bootstrap being stored in ROM and user software and data being stored in RAM. Problems arise if a student answers that the operating system is stored in ROM because it can be, but in most micro systems it isn t for the reasons given above. The BIOS (if you don t know what that is, don t worry, it is not in the course) is another problem. The BIOS itself includes user defined parameters and hence is not stored in Page 2 of 14

3 ROM entirely. In fact the BIOS tends to be stored in a special type of RAM which is refreshed using battery power when the system is switched off. This is past the level of this course and students are advised not to use this as an example of storage in ROM. Page 3 of 14

4 1.4 (c) Secondary Storage Media Primary memory is memory within the processor. It is here that the computer stores data that are in current use because the control unit does not have direct access to data that is stored anywhere outside the processor. However, the memory that is available in the processor is limited in size and volatile. What is needed is something that is less temporary in nature and that does not have the same restrictions as far as size is concerned. This will be storage outside the processor. It is called secondary storage. There are a number of different types of secondary storage that can be categorised according to Means by which the data is stored, optically or magnetically The technique used for storage of the data, sequential storage or direct access storage The capacity of the medium, how much can be stored on it Portability of the medium, can it be moved around easily Access times to the data stored. 1. Magnetic tape Magnetic tape is still widely used, particularly in the form of tape streamers. The big disadvantage of tape is that the access to the data stored is, by necessity, sequential which makes it largely unsuitable for most data handling applications because of the time necessary to find a particular item of data. However, large volumes of data can be held and the medium is freely transportable. These qualities make it valuable for producing back up copies of files stored on a computer system. 2.Magnetic floppy disk Floppy disks hold a relatively small amount of information. Most software is too large to be stored on a floppy disk, as are commercial files of data. However, a floppy disk is very portable, allowing for easy communication of data from one stand-alone computer to another. It is also readily available, almost all microcomputers having a floppy disk drive. It is also convenient for storing those files that are particularly confidential because the files cannot be broken into if they are being carried by the owner, or locked away in a safe. Despite being direct, access times are slow because of the limited speed of rotation possible and the relatively crude nature of the read heads. 3.Magnetic hard disk Data is stored in the same way as on a floppy disk. The differences being that the hard disk is made of a rigid material rather than a floppy plastic, and it is contained in a sealed unit. These differences mean that the hard disk can rotate faster, the heads can get closer to the surface meaning that the storage density can be greater, consequently that the amount that can be stored is greater and that the access times are much faster. The hard drive is likely to be the main secondary storage for a computer system, having very large storage capacities. Although they can be portable, it is more likely that they will be fixed to the chassis of the machine because of the tolerances that they have to work to. 4.CDROM A CDROM is different from the storage devices so far mentioned because it is not magnetic. A CDROM is an optical storage device, using the reflection of a laser off a pitted surface to store information. Large quantities of data can be stored on the surface and it is completely portable from one machine to another. In addition, most computer Page 4 of 14

5 systems can now be relied on to have a CD drive, and a CD is not alterable by the user. For these reasons, manufacturers have tended to use CDs to produce software and large data files like encyclopaedias. 5. CDRewriteables. It is now possible to write to CDs by using a special peripheral device called a CD writer and a special CD, but it is important to remember that these are not CDROMs, which cannot be changed. They tend to be used for things like making a back up copy of files, or archiving for long term storage. 6. Solid state storage. Solid-state storage is a nonvolatile, removable storage medium that employs ICs or integrated circuits (all confined entirely within the solid materi.al) rather than magnetic or optical media. It is the equivalent of large-capacity, nonvolatile memory. Examples include flash memory Universal Serial Bus (USB) devices and various proprietary removable packages intended to replace external hard drives. The main advantage of solid-state storage is the fact that it contains no mechanical parts. Everything is done electronically. As a result, data transfer to and from solid-state storage media takes place at a much higher speed than is possible with electromechanical disk drives or optical drives. The absence of moving parts may translate into longer operating life, provided the devices are reasonably cared for and are not exposed to electrostatic discharge. Solid-state storage media lags behind electromechanical drives in terms of storage capacity. As of this writing, flash memory USB devices can store up to approximately 8 gigabyte (GB), whereas hard drives commonly hold 500 GB or more. The cost per megabyte is higher for solid-state storage devices than for electromechanical drives. However, the price gap appears to be narrowing, and the market for solid-state storage is growing. Many businesses and home users who have multiple computers favor solid-state storage devices for transferring data among their machines, because it is convenient, compact, and fast. Flash memory can wear off over a longer period of time and allows writing on it around million times. Some of the hard disks on the market are appearing as hybrid of solid state and magnetic mediums. Frequently used data on such hard disks is saved over flash memory and rest of the data on magnetic medium, which makes this hard disk real fast. 7.Others There are many other types of secondary storage, two of which are worth a mention. Zip drives are a more robust version of a floppy disk, having a faster access speed and a greater capacity. They have become fairly popular for backing up work on microcomputers. DVD is a relatively new technology that will probably replace CDROM as it can store much larger quantities of data and allow access at high speed. For the purposes of the syllabus, the original 4 types of secondary storage are quite enough at this level. Speed of access to data. Notice that there are no figures quoted for access times. There is little point in doing this because access times vary according to the manufacturer and the point of development so far reached. If the author were to quote a number, not only would it be wrong as far as this work is concerned because there is such a wide range, but it would certainly be out of Page 5 of 14

6 date by the time you read it. In general terms the tape streamer is the slowest access because of the way that the data is stored sequentially, then comes the floppy disk which suffers because of the nature of the medium. Access times from CDROM and hard drives are faster than the other two, but because there is such a range of both types of drive available, it is impossible to say that one is faster than the other. Capacity. Again, much depends on the type of drive or size of medium being used. Tape streamers come in different sizes, but tend to be comparable in capacity with smaller hard drives. Of the different types of disk, a reasonable analogy is that a floppy would store the text from a book, a CDROM would store a multi volume encyclopaedia, while a hard drive could store a library. Uses. Obviously, no list of uses will be complete. However, there are some obvious uses for each storage type which take into account the advantages and disadvantages of each. A Tape Streamer is used for making backups of files held on computer systems. This makes use of the fact that it can store a large amount of data, but the disadvantage of the access being slow does not matter because it is rare that a backup file would be used anyway. A floppy disk has the advantage that it can be written onto and taken away from the computer. Because of this it can be used for storing confidential files. Add to this the fact that all computers can be relied on to have a floppy disk drive and it becomes a sensible way of transferring information from one machine to another. A hard drive has the advantages of being fast to access and also stores massive amounts of data. These advantages mean that it is going to be used for storing software and user files. The disadvantage of being attached to one machine is not important if the same users always use the same machines, some other method of sharing will have to be devised if this is not true. A CDROM cannot be altered. This disadvantage can be turned into an advantage if the owner does not want the contents of the storage to be altered. Examples of files stored on CDROM are software for import to a system and large reference files like encyclopaedias. Page 6 of 14

7 1.4 (d) Transfer of Data, including Buffers and Interrupts There are two places where data can be stored in a computer system, the primary memory and secondary storage. Every peripheral device that needs processor attention for its work raises interrupt and places its data into primary memory, which when turn comes up can be fetched, processed and placed back there in primary memory by the microprocessor. One of the peripheral can be the secondary storage. Sometimes it is necessary to transfer data from the primary memory to secondary storage, perhaps because the computer is going to be switched off in which case the data in primary memory would be lost. Sometimes it is necessary to transfer from secondary storage to primary memory, perhaps because the processor wants to use some data held in the secondary storage and, consequently, needs to move the data into the primary memory first. Whichever direction the data is to be transferred the method of transfer must be planned. Normally the data would be transferred through a wire connecting the two storage areas together. The type of wire and the different rules for data transfer are explained in section 1.6.d, sufficient for the moment is to have a picture of data travelling freely in both directions. Primary Memory Unfortunately, we know that things can t be that simple. We know that primary memory is part of the processor, and that anything that goes in or out of the processor must go through the ALU, so the diagram should look like this Primary Memory ALU Secondary Storage or other peripheral device. Secondary Storage or other peripheral device. This causes a problem. The primary memory operates at great speed because it is part of the processor, while the secondary storage is probably some sort of disk or tape which (while it seems incredibly quick to us) is very slow at reading or writing the data, in comparison. This means that the processor should be able to get on with something else because the secondary storage is so slow. Unfortunately, it can t because it needs the ALU that is being used for the transfer of the data. This problem is overcome by the use of a buffer. Page 7 of 14

8 Buffers. The problem is caused because the secondary storage device is so slow compared to the processor, the solution is to put a small amount of fast memory in to the system between the ALU and the secondary storage device. This means that the processor can send data very quickly (or receive it), and then get on with something else while the storage device takes its time in reading (or sending) the data. This small amount of memory between the two parts of the system is called a buffer. Stage One: Filling the buffer from the processor Primary Memory Stage Two: Emptying the buffer to storage Primary Memory ALU ALU Buffer Buffer Secondary Storage or other peripheral device. Secondary Storage or other peripheral device. Interrupts. This system is fine if the buffer can hold all the data that needs to be sent to the storage device. However, if there is more data than will fit in the buffer, the storage device has to be able to tell the processor (actually the control unit) that it has used up all the data in the buffer and that it is ready for the next lot. This forces the processor to stop what it is doing and fill the buffer up with more data. Because this message from the secondary device makes the processor stop what it is doing it is called an interrupt. When the processor receives the interrupt, the whole procedure is repeated. Notes: A buffer is a small amount of fast memory outside the processor that allows the processor to get on with other work instead of being held up by the secondary device. An interrupt is the message which the secondary device can send to the processor which tells the processor that all the data in the buffer has been used up and that it wants some more. The example used here was communication between primary and secondary storage, but the same is true for any communication between the processor and a peripheral device, e.g. a printer or a keyboard. The system is not really quite as simple as suggested here, but further complications can wait until the second year of the course. Page 8 of 14

9 1.4 (e) and (f) Common Peripheral Devices Any hardware device that is part of the computer system but is not part of the processor itself is called a peripheral device. Peripheral devices can be categorised under four headings. 1. Communication devices. These devices allow for communication between machines and will be covered in detail in section 1.5.b. 2. Storage devices. These devices, which provide for secondary storage in a computer system, have been described in section 1.4.c. 3. Input devices. There are too many different input devices to expect familiarity with all of them. However, by inclusion in the syllabus there are some that must be understood. While this list is not exhaustive, specific questions will not be asked about other input devices with the following exceptions. There are some devices that are so common that any candidate taking an exam in computing can be expected to have experience of using them, e.g. mouse, keyboard. Additionally, candidates should be encouraged to learn about a variety of contemporary devices so that they can use them when answering questions that ask for a hardware configuration for a specific application. a) Keyboard. A standard keyboard uses keys that stand for the different characters that the computer recognises in its character set. Most keyboards contain the letters of the alphabet, but not all do, for instance most calculator keyboards are very different, as are the keyboards for use at ATM machines. The characters needed for specialist use machines are determined by the use to which the machine is to be put. Keyboards are the most common form of input device to a system because they are universally available and understood. The common keyboard is known as the QWERTY keyboard because those are the first six characters on the top line. The design is not very good for two reasons. First, the arrangement of characters comes from the original typewriter whose keyboard was arranged to be the most difficult to use in order to slow typists down so that they did not jam the mechanism of the old machines. The second is that the keyboard itself is difficult to use comfortably because of the way that the keys are arranged in rigid rows, making it awkward to keep your arms comfortable while using it. The first problem is very difficult to solve because of all the experienced operators that can use the present keyboard so well. Retraining them to use a different arrangement of keys would not be feasible. Various attempts have been made to address the second problem by arranging the keys in curves that fit the palm of the hand rather than in straight lines. These are called natural or ergonomic keyboards. One problem with normal keyboards is that they are particularly prone to damage from dirt or liquids because of the gaps between the keys. A different type of keyboard, where the keys are simply part of a continuous surface which has areas on it, which are sensitive Page 9 of 14

10 to pressure, can overcome this problem. Called touch-sensitive keyboards, or concept keyboards, they are ideal for use outside because rain will not damage them like a normal keyboard. A type of keyboard not yet mentioned is a musical keyboard. Normally arranged like a piano keyboard these need a special piece of hardware to allow them to work properly, known as a MIDI (musical instrument digital interface) this connects the musical keyboard to the processor and allows data to be passed between the instrument and the processor. Also pay attention to the other types of keyboards sometimes called designer keyboards and concept keyboards. b) Mouse. A mouse is a device designed to be used with a pointer on the screen. It is particularly useful because it mimics the natural human reaction of being able to point at something. A mouse is really two input devices in one. One is the movement around the screen created by actually moving the mouse in a physical way, and the other is the ability to select, which is done by using a switch (the mouse buttons). Variations have been developed which use the same basic principles but are designed for particular applications. An example is the tracker ball used in many laptop computers. This is like an upside down mouse where the user moves the ball directly rather than moving an object around a flat surface. This is necessary because when using a laptop there may not be a flat surface available. c) Barcode readers. A barcode reader is a laser scanner that reads the reflected laser light from a series of dark and light coloured lines of varying thickness. The different widths of pairs of lines make up a code that can be converted into a number. This number can then be used as the keyfield relating to a file of items that have been barcoded. The details of the contents of the barcodes are not of importance to us in this section, except to say that barcodes can easily be misread by the system, so one of the digits in the number is used to check that the rest of the code has been read properly. This digit is called the check digit, and will be discussed in more detail later in the course. Barcodes are particularly useful because they do not rely on human beings to input the data, although, if the barcode is damaged so that the laser scanner cannot read it properly, the digits represented by the code are printed underneath so that they can be input by a user at a keyboard. Barcodes are used where the data does not change, and so can be printed on original packaging. d) MICR (magnetic ink character reader). This is a device that reads characters that are printed on an original document at the time of it being created. The characters are printed using magnetic ink. The value is that the characters are readable by humans and by machines. The only common use for such characters is the data printed on the bottom of cheques containing account identification. e) OCR (optical character reader). This is a device that reads characters and can distinguish between the different characters in a given character set. It works by comparing the shape of a scanned character with a library of shapes that it is intended that it should recognise. OCR tends to be an unreliable form of input and works more Page 10 of 14

11 effectively when it is restricted to having to recognise a standard character set produced by printing rather than by using hand writing. OCR is used for reading post codes on printed documents and also for reading documents for blind people, the contents of which can be output using a voice synthesizer. f) OMR (optical mark reader). This device can recognise the presence of a mark on a sheet of paper. The position of the mark conveys information to the machine. For example a school register may consist of a list of names of pupils in a class together with two columns of small rectangles, one for present and one for absent. The same action (shading in a rectangle) stands for both being present and being absent. The difference is the position that the mark occupies on the paper. Printing in the sensitive areas of the sheet is done using a special type of ink which the optical scanner does not see, that is why OMR documents tend to be printed in a light blue or pink colour. The other standard use for OMR documents is as multi choice examination answer sheets. The big advantage of both OCR and OMR is that data can be input to a computer system without having to be transcribed first, thereby cutting down the number of errors on data input. g) Scanners. A scanner is a device that converts a document into a series of pixels (picture elements these are small squares that, when put together, form a picture). The larger the number of pixels, or conversely the smaller each individual pixel, the better the definition of the final picture. There are different types of scanner, but all use the same principle to create the image. A typical use for a scanner would be to input a picture of a house so that it could be included with the details of a house that is for sale in an estate agent s publication. A scanner is an input device, not to be confused with a plotter which is an output device. h) Graphics Tablet. A graphics tablet is a flat surface on which a piece of paper is placed. The user can then draw on the paper and the tablet will sense where the pencil is pointing and transfer the line to the screen. i) Microphones. Used to input sound to a computer system. 4. Output Devices There are too many output devices to be able to write notes on all of them. Again, the same thing is true about output as is true about input, that it is important to know about those devices stated in the syllabus and also a range of devices that will allow for sensible decisions about peripheral devices to be made for a given scenario in a question. a) Screens. Monitor screens are categorised according to the obvious colour/monochrome, also according to the number of pixels that there are on the screen. The more pixels there are, the better the picture will be, known as the screen resolution. This is being typed using a very low resolution, monochrome screen. If you consider the contents, there is no reason for any further sophistication to be necessary. However, a computer system running a game program will need colour and many more pixels in Page 11 of 14

12 order to produce a satisfactory picture. The more pixels that there are on the screen, the higher the resolution is said to be. A particular type of screen, called a touchscreen, acts as both an input device and an output device. Information is output by the system onto the screen and the user is invited to answer questions or make choices by pointing at a particular area of the screen. The device can sense where the user is pointing and can report the position to the processor. The processor can then deduce what the user s reply was according to the position that was pointed to. Touchscreens are particularly useful in areas where keyboards are not appropriate, e.g. where the device may suffer from vandalism. They are also useful for users who would find difficulty using other input devices, e.g. very young children who want to be able to draw on a screen. b) Printers. A printer is a device which provides the user with an output from the system which is permanent. This output is known as hard copy, so a printer is a device which produces hard copy. There are many different types of printer and the student should be aware of a number of them, their uses, advantages and disadvantages. However, there is no need to understand how they work. The first type is a dot matrix printer. These tend to be slow, and the output is particularly poor quality. The big advantage is that the output is produced by using pins to strike at the surface of the paper. Because of the physical nature of the way that the printout is produced, it is possible to obtain multiple copies by using carbon paper or self carbonating paper. A good example of this is the receipt that a shopper is presented with if buying something using a credit card, there are two copies produced, back to back, one for the shop to keep and one for the buyer to take away with them. Ink jet printers, which produce output by spraying ink on to the paper could not produce the two copies that the dot matrix can, but it can produce much better quality and in colour, at low cost. This makes ink jet printers ideal for home use. Laser printers can produce very high quality work at high speed. The cost is more than with the other types but used where it is necessary to give a good impression, for instance sending letters from a solicitor s office to clients. Plotters are a type of printer designed for drawing lines and geometric designs rather than for producing characters. The image is created by pens being moved across a piece of paper, under the command of the processor. Plotters tend to be used for drawing blueprints, perhaps in an architect s office to produce detailed drawings of buildings for builders to follow. c) Speakers. Used to output sound from a computer system. There are many other peripheral devices and, as has been mentioned, knowledge of some others will not come amiss, however that is enough to be able to answer questions in the exam. The questions will normally take the form of presenting a scenario and then asking for a description of the hardware required. The important thing to remember is how the marks will be awarded. There will not be a mark for every device mentioned, but the candidate will be expected to give sensible suggestions for each of the four areas of peripherals mentioned at the start of this section. In other words the mark will not be for a keyboard or a mouse, but for suggesting sensible methods of input to the system. Page 12 of 14

13 1.4 (g) Speed Mismatch A typical computer system will consist of the processor to do the necessary calculations or other processing, the peripheral devices to allow input, output and storage of data/information, and the human being that is using the computer. The processor can carry out its side of the task at great speed while the human being is very slow, both at providing input and making sense of the output. This difference in speed is known as the speed mismatch between the operator and the processor. Peripheral devices work at far greater speeds than the human being, but are considerably slower than the processor; consequently there are also speed mismatches on both types of communication concerning peripherals. If there are enough computer systems this speed mismatch does not matter so much, but if there is a shortage of processing time, then a method needs to be found to keep the slowest parts of the systems isolated from the processor. One way of doing this is to use batch processing (see 1.2). The speed mismatch causes more problems if the decisions of the computer need to be acted upon immediately. If a computer is being used to control the insertion of the graphite rods into a nuclear reactor it may become important to ignore the human being once the decision has been made and simply to report that an action has been taken after the event. In this way the speed mismatch has been overcome by cutting out the slowest part of the system. Page 13 of 14

14 Example Questions. 1. State three functions of the arithmetic logic unit. (3) 2. a) State two ways that RAM and ROM memory differ. (2) b) Explain what types of data would be stored in each of RAM and ROM memory, giving reasons for your answers. (4) 3. A student has a home computer system. State what storage devices would be used on a home computer system and justify the need for each one. (8) 4. Describe how buffers and interrupts can assist in the transfer of data between primary memory and a secondary storage device. (4) 5. A department store decides to place a computer system by the main entrance to the store so that customers can find out whereabouts in the store items are available. The different departments remain in the same places, but the articles available in each department change on a regular basis. State a sensible hardware design for such a computer system, giving reasons for your choices of hardware. (6) 6. Explain why speed mismatch would mean that the computer should be in control of the speed of the production line. (3) Page 14 of 14

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

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

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

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

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

Input devices are hardware devices that allow data to be entered into a computer.

Input devices are hardware devices that allow data to be entered into a computer. 1.4.2 Input Devices Input devices are hardware devices that allow data to be entered into a computer. Input devices are part of the four main hardware components of a computer system. The Image below shows

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

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

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

Input output and memory devices

Input output and memory devices Input output and memory devices One marks 1. What is cache memory The very high speed memory present between CPU and RAM 2. Expand the term OCR Optical Character Recognition (Recognizer) 3. Expand the

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

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

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

INPUT DEVICES. Maninder Kaur

INPUT DEVICES. Maninder Kaur INPUT DEVICES Maninder Kaur professormaninder@gmail.com 1 Device: is an instrument that performs a simple task. Input: something put into a system. An input device is any peripheral used to provide data

More information

INPUT DEVICES 8/29/2010. Device: is an instrument that performs a simple task. Input: something put into a system.

INPUT DEVICES 8/29/2010. Device: is an instrument that performs a simple task. Input: something put into a system. INPUT DEVICES Device: is an instrument that performs a simple task. Input: something put into a system. An input device is any peripheral used to provide data and control signals to a computer. Maninder

More information

(Refer Slide Time 00:01:09)

(Refer Slide Time 00:01:09) Computer Organization Part I Prof. S. Raman Department of Computer Science & Engineering Indian Institute of Technology Lecture 3 Introduction to System: Hardware In the previous lecture I said that I

More information

- Input hardware - Processing hardware - Storage hardware

- Input hardware - Processing hardware - Storage hardware INTRODUCTION TO COMPUTER HARDWARE A Computer system can be broadly classified in to four parts namely: - Input hardware - Processing hardware - Storage hardware - Output hardware A computer is only useful

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

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

Topic 4: Storage Devices

Topic 4: Storage Devices Topic 4: Storage Devices 4.1 Introduction A storage device is a computer peripheral which is used to store data and programs for a specific interval of time. A computer system usually contains several

More information

Chapter 9: Peripheral Devices. By: Derek Hildreth Chad Davis

Chapter 9: Peripheral Devices. By: Derek Hildreth Chad Davis Chapter 9: Peripheral Devices By: Derek Hildreth Chad Davis Brigham Young University - Idaho CompE 324 Brother Fisher Introduction When discussing this chapter, it has been assumed that the reader has

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

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

HARDWARE. There are a number of factors that effect the speed of the processor. Explain how these factors affect the speed of the computer s CPU.

HARDWARE. There are a number of factors that effect the speed of the processor. Explain how these factors affect the speed of the computer s CPU. HARDWARE hardware ˈhɑːdwɛː noun [ mass noun ] the machines, wiring, and other physical components of a computer or other electronic system. select a software package that suits your requirements and buy

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

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

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

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

Arithmetic/logic Unit (ALU)

Arithmetic/logic Unit (ALU) 3D Printer Arithmetic/logic Unit (ALU) Barcode Barcode Printer Barcode Reader Biometric Reader BIOS (Basic input/output system) Bit Bus Bus Interface Unit A printer that uses molten plastic during a series

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

vinodsrivastava.wordpress.com

vinodsrivastava.wordpress.com vinodsrivastava.wordpress.com SECTION 3 STORAGE SYSTEM This Section you will learn about: BACK-UP STORAGE NEED OF BACK-UP ACCESSING DATA FROM STORAGE TYPE OF BACKUP(Secondary Storage) Devices o Magnetic-

More information

Q1. Describe C.P.U and its subunits with the help of diagram?

Q1. Describe C.P.U and its subunits with the help of diagram? Q1. Describe C.P.U and its subunits with the help of diagram? Ans. C.P.U (CENTRAL PROCESSING UNIT) Book page # 27 The C.P.U is the brain of computer.it controls and supervises all the units. Processing

More information

INFS 214: Introduction to Computing

INFS 214: Introduction to Computing INFS 214: Introduction to Computing Session 6 Storage Technologies Lecturer: Dr. Ebenezer Ankrah, Dept. of Information Studies Contact Information: eankrah@ug.edu.gh College of Education School of Continuing

More information

SYLLABUS. Subject Information B.B.A. I SEM Technology

SYLLABUS. Subject Information B.B.A. I SEM Technology SYLLABUS Subject Information B.B.A. I SEM Technology UNIT I UNIT II UNIT III UNIT IV UNIT V UNIT VI UNIT VII Introduction to Computer Hardware: Input / Output devices, storage devices and memory. Software:

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

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

1 Anatomy of a Digital Computer

1 Anatomy of a Digital Computer 1 Anatomy of a Digital Computer 1.1 Introduction We should keep in mind that a computer is a programmable machine. The two main characteristics of a computer are: (i) it responds to a specific set of instructions

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

CREATED BY M BILAL & Arslan Ahmad Shaad Visit:

CREATED BY M BILAL & Arslan Ahmad Shaad Visit: CREATED BY M BILAL & Arslan Ahmad Shaad Visit: www.techo786.wordpress.com Q1: Define microprocessor? Short Questions Chapter No 01 Fundamental Concepts Microprocessor is a program-controlled and semiconductor

More information

Backing Storage Media

Backing Storage Media Backing Storage Media Key Words The following words will crop up as part of the following presentation. You should use your notes sheet to log information about them when it is covered. You will be quizzed

More information

5. a computer which CPU speed around 100 million instruction per second and with the word length of around 64 bits is known as

5. a computer which CPU speed around 100 million instruction per second and with the word length of around 64 bits is known as 1. To locate a data item for storage is a. Field b. Feed c. Database d. Fetch 2. programs designed to perform specific tasks is known as a. system software b. application software c. utility programs d.

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

COMPUTER SYSTEMS. Section 1

COMPUTER SYSTEMS. Section 1 COMPUTER SYSTEMS Section 1 BITS AND BYTES In order for information to flow through a computer system and be in a form suitable for processing, all symbols, pictures, or words must be reduced to a string

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

Touch screen. Uses of Touch screen: Advantages of Touch screen: Disadvantages of Touch screen:

Touch screen. Uses of Touch screen: Advantages of Touch screen: Disadvantages of Touch screen: Touch screen A touch screen is the only device which works as both an input and an output device. You view the options available to you on the screen (output) and you then use your finger to touch the

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

communications and software

communications and software 1 Computer systems, communications and software 1.1 Components of a computer system and modes of use A computer system is made up of hardware and flow of data and information. The storage device is both

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

Digital Planet: Tomorrow s Technology and You. George Beekman Ben Beekman. Tenth Edition

Digital Planet: Tomorrow s Technology and You. George Beekman Ben Beekman. Tenth Edition Digital Planet: Tomorrow s Technology and You George Beekman Ben Beekman Tenth Edition Digital Planet: Tomorrow s Technology and You Chapter 3 Hardware Basics Peripherals Chapter 3 Objectives List several

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

Angel International School - Manipay 1 st Term Examination November, 2015 ICT

Angel International School - Manipay 1 st Term Examination November, 2015 ICT Grade 07 Angel International School - Manipay 1 st Term Examination November, 2015 ICT I. Underline the correct answer. Duration: 2 Hours Index No:- 1) Components of a computer CPU are (a) ALU, CU (b)

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

INPUT AND OUTPUT DEVICES ANSWER KEY

INPUT AND OUTPUT DEVICES ANSWER KEY INPUT AND OUTPUT DEVICES ANSWER KEY 1. Graph plotter and projector 2. Remote control- operating a television Keyboard- entering text when writing a book Touch screen selecting options in a tourist information

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

Hardware and Software - Revision Summary

Hardware and Software - Revision Summary Hardware and Software - Revision Summary Complete this worksheet to provide a study tool for this chapter. Hardware Hardware is Peripheral hardware includes Hardware Functions Function Description Examples

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

ICT IGCSE Theory Revision Presentation 2.1 Input devices and their uses

ICT IGCSE Theory Revision Presentation 2.1 Input devices and their uses ICT IGCSE Theory Revision Presentation The key concepts covered in this chapter are: >> Input devices and their uses >> Direct data entry and associated devices >> Output devices and their uses Identify

More information

Computer Hardware. Lect 3: Input / System Unit/Output & Storage

Computer Hardware. Lect 3: Input / System Unit/Output & Storage Computer Hardware Lect 3: Input / System Unit/Output & Storage 1 Input Devices: Giving Commands Input is any data or instructions that are entered into a computer. An input device is a type of hardware

More information

Input and Output Devices

Input and Output Devices Input and Output Devices PRINTER A computer peripheral that puts text or a computer generated image on paper or on another medium, such as a transparency. Printer can be categorized in several ways the

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

Chapter 2 Computer Hardware

Chapter 2 Computer Hardware Chapter 2 Computer Hardware Computer Concepts 2014 2 Chapter Contents Section A: Personal Computer Basics Section B: Microprocessors and Memory Section C: Storage Devices Section D: Input and Output Devices

More information

Principles of Information Technology

Principles of Information Technology Principles of Information Technology Computer Hardware Copyright Texas Education Agency, 2013 1 Lesson Objectives Identify computer classifications Identify types and functions of various computer hardware

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

Computer Fundamentals

Computer Fundamentals Computer Fundamentals Computers have made great inroads in our everyday life and thinking. They are put to use for all sorts of application ranging from complex calculations in the field or frontline research,

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

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

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

KULLEĠĠ SAN BENEDITTU Boys Secondary, Kirkop

KULLEĠĠ SAN BENEDITTU Boys Secondary, Kirkop KULLEĠĠ SAN BENEDITTU Boys Secondary, Kirkop Mark HALF-YEARLY EXAMINATION 2012/2013 Track 3 (JL) FORM 3 COMPUTING TIME: 1h 30min Question 1 2 3 4 5 6 7 8 Max. Mark 12 18 18 20 5 5 10 12 Mark Global Mark

More information

Part I: Hardware and communication

Part I: Hardware and communication Part I: Hardware and communication The following are a list of definitions for most things in the first section of the syllabus for CG1(Computing Theory). To test yourself on these items, you should attempt

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

Form 3. Half Yearly Exam Revision

Form 3. Half Yearly Exam Revision Form 3 Half Yearly Exam Revision What is the difference between data and information? What is the difference between data and information? Data is the representation of information Information is the things

More information

Bits and Bytes. Here is a sort of glossary of computer buzzwords you will encounter in computer use:

Bits and Bytes. Here is a sort of glossary of computer buzzwords you will encounter in computer use: Bits and Bytes Here is a sort of glossary of computer buzzwords you will encounter in computer use: Bit Computer processors can only tell if a wire is on or off. Luckily, they can look at lots of wires

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

An input device is a piece of hardware that is used to enter data into a computer.

An input device is a piece of hardware that is used to enter data into a computer. O level Computer Science (2210) Compiled By: Engr. Fahad Khan Input Devices An input device is a piece of hardware that is used to enter data into a computer. There are many different kinds of input devices.

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

Chapter 1.5 Data Transmission and Networking.

Chapter 1.5 Data Transmission and Networking. Chapter 1.5 Data Transmission and Networking. 1.5 (a) Networks All the systems that have been mentioned so far have been individual computers, sometimes with more than one user, but single processors.

More information

Operating system. Hardware

Operating system. Hardware Chapter 1.2 System Software 1.2.(a) Operating Systems An operating system is a set of programs designed to run in the background on a computer system, giving an environment in which application software

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

Sir Sadiq s computer notes for class IX. Chapter no 4. Storage Devices

Sir Sadiq s computer notes for class IX. Chapter no 4. Storage Devices 17 Q: Define Computer memory or storage. Ans: Memory: Memory refers to the place where data is kept for later use. For example, a human being has a memory where he/she stores the things that can be recalled

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

CMSC 104 -Lecture 2 John Y. Park, adapted by C Grasso

CMSC 104 -Lecture 2 John Y. Park, adapted by C Grasso CMSC 104 -Lecture 2 John Y. Park, adapted by C Grasso 1 Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number System Converting from Binary to Decimal Converting

More information

KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop

KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop Mark HALF YEARLY EXAMINATION 2015/2016 FORM 4 ICT TIME: 1h 30min Page 1 2 3 4 5 6 7 8 9 10 Global Mark Max. Mark 6 8 6 10 6 8 14 16 16 2 100 Mark DO NOT WRITE

More information

Pharmacy college.. Assist.Prof. Dr. Abdullah A. Abdullah

Pharmacy college.. Assist.Prof. Dr. Abdullah A. Abdullah The kinds of memory:- 1. RAM(Random Access Memory):- The main memory in the computer, it s the location where data and programs are stored (temporally). RAM is volatile means that the data is only there

More information

Fig 1.1 A designer working on a personal computer

Fig 1.1 A designer working on a personal computer Computer systems Computers are information processing machines. They process data to produce information. The most common mistake made by people when they talk about computers is to believe they are intelligent

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

Chapter 2: Computers: The Machines Behind Computing.

Chapter 2: Computers: The Machines Behind Computing. Chapter 2: Computers: The Machines Behind Computing. TRUEFALSE 1. Computers perform all tasks using a combination of arithmetic and logical operations. 2. Fourth-generation languages (4GLs) are also called

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

Segment 1A. Introduction to Microcomputer and Microprocessor

Segment 1A. Introduction to Microcomputer and Microprocessor Segment 1A Introduction to Microcomputer and Microprocessor 1.1 General Architecture of a Microcomputer System: The term microcomputer is generally synonymous with personal computer, or a computer that

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

ST. MARY S COLLEGE FORM 4

ST. MARY S COLLEGE FORM 4 Term 1 Week 1 Week 2 FUNDAMENTALS OF HARDWARE AND SOFTWARE 1. The generalpurpose computer system 2. Functions of the major hardware components of a computer system 3. Functions and uses of primary storage

More information

XP: Backup Your Important Files for Safety

XP: Backup Your Important Files for Safety XP: Backup Your Important Files for Safety X 380 / 1 Protect Your Personal Files Against Accidental Loss with XP s Backup Wizard Your computer contains a great many important files, but when it comes to

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

C H A P T E R 1. Introduction to Computers and Programming

C H A P T E R 1. Introduction to Computers and Programming C H A P T E R 1 Introduction to Computers and Programming Topics Introduction Hardware and Software How Computers Store Data How a Program Works Using Python Computer Uses What do students use computers

More information

Reviewers: Approval Date: REF No:

Reviewers: Approval Date: REF No: Title: Parts of a computer Contributors: Mira Hirani Std: 1 Reviewers: Srinath Perur Submission Date: Approval Date: REF No: Brief Description: Goal: Prerequisites: Duration: Resources: This unit covers

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

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

machine cycle, the CPU: (a) Fetches an instruction, (b) Decodes the instruction, (c) Executes the instruction, and (d) Stores the result.

machine cycle, the CPU: (a) Fetches an instruction, (b) Decodes the instruction, (c) Executes the instruction, and (d) Stores the result. Central Processing Unit (CPU) A processor is also called the CPU, and it works hand in hand with other circuits known as main memory to carry out processing. The CPU is the "brain" of the computer; it

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

National 5 Computing Science Software Design & Development

National 5 Computing Science Software Design & Development National 5 Computing Science Software Design & Development 1 Stages of Development 2 Analysis 3 Design 4 Implementation 5 Testing 6 Documentation 7 Evaluation 8 Maintenance 9 Data Types & Structures 10

More information