Survey
* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project
* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project
Chapter 4: Business Hardware and Software Introduction: Working of the computer. Page 139 - 142 1 2 Two Types of Computers: Analog: – Example: – – – 3 Measures, by representing numerical information by means of voltages proportional in magnitude to the numbers involved, and like any measuring device, has a built-in error of measurement. If the number 3 is represented by 0.16 Volts, And 16 is 0.3 V, Then the product can be 0.485 V, or 0.478 V and ONLY by chance it will be 0.48 V 4 Digital Computer: This computer COUNTS! – In applications where approximate results are acceptable, the analog computer is widely used. BUT not in business – 5 And would calculate the product of 16 and 3 as EXACTLY 48 The customer balance is about R 100-00 Its either R100-00, or R100-01!! Structure of a computer system: It has NO magical image!! Remember a computer only does what it is told to do by a set of instructions, called a program. A computer system: – – – 6 – Input Output CPU Internal memory and ‘Storage/External Memory’ Input/Output 7 For a computer to function it must have information. It is the user’s responsibility to accumulate the data, CHECKING it, validating it and then entered it into the computer Output: is the result of processing and can be video, printed or output to your monitor screen Memory: 8 Information is processed internally in the computer’s memory Data are READ into the memory and the results are READ OUT (written) from memory Processing is done according to a set of instructions that is also stored in the memory Conclusion: whatever goes into a computer or comes out of a computer must pass through memory CPU: 9 Google a picture of the CPU CPU: With all their sophistication, most computers still function as they were designed to work almost 60 years ago: A single CPU performs four basic steps: – fetch (an instruction), decode, execute, and store. Basically, the only change to this concept (proposed by John von Neumann in the early 1940s) is multiprocessing: more than one CPU in a computer! Task: Identify these processes on the next slide! 10 11 12 Digits: 13 Characters are written to memory in terms of two binary digits: 0 and 1 (bits) ON is 1 and OFF is 0 In the next slide assume that each memory location (address) consists of 8 switches or transistors forming a ‘word’. 8 bits is called a BYTE 14 Binary Code Deciphering: 15 First character is: 0 1 0 0 0 1 1 1 Giving us: Second character is: 0 0 1 1 1 0 0 1 Giving us: Hint: Use Google and search for ASCII code 16 Memory: 17 On command, the CPU can switch characters about, modify them, or even erase them entirely, by simply switching the transistors from ON to OFF or vice versa 18