|
|
Module 1, Section 1, Exercise 1.7What are software and hardware?
What are the different categories of software?
What is binary and how does it relates to denary?Binary is a number system which only has two digits, 0 and 1. Computers operate by turning on and off millions of switches called transistors, for which the states of 'on' and 'off' can be referred to as 1 and 0. Denary is the number system which runs from 0 through to 10. To convert a number from denary to binary you should think of the binary in terms of a set of columns for which the values are 256, 128, 64, 32, 16, 8, 4, 2, 1. So, for example the denary equivalent of the binary y 11001 = 16+8+1 = 25. Binary can also be used to represent any letter of the alphabet, or other character. Graphics can also be created with binary through bit-mapping and sound can be divided up into different segments which are each given a binary value, which can then reproduce the sound faithfully. How does a computer use bits to represent information?A bit is a binary digit. 8 bits grouped together form a byte - the basic unit which is passed around the computer. Although binary is based on 2 digits, it's important to see how they can be used to represent almost anything, hence are very powerful in helping the computer represent information.
By combining a series of bytes any data or instruction can be represented. Some of the earlier programming languages took commands, converted them into 1's & 0's which the computer could then interpret. What do analogue and digital mean?Analogue -
Digital -
Analogue to Digital conversion - requires sampling, quantization etc. What are the main components of a computer and their functions?
What are the factors that affect the power of a computer?The constraining factors on the power of a computer are the speed of the microprocessor (the more transistors placed upon them, the better the speed of performance), the clock speed (the greater the number of cycles per second, the faster the computer - e.g.. 900Mhz is faster than 233Mhz), the word size (increasing the word size improves complexity and speed, e.g. 128-bit machine will outperform a 32-bit machine) and RAM (an increase in the size of the RAM increases the amount of data the computer can store at any one time) What is the difference between mainframes, minis, workstations and PCs?
Last updated on Friday, 31-Oct-2003 09:25:39 GMT
|