Unit 4. Computer systems Notes
Unit 4. Computer systems Notes
Computer systems
Questions 4.1
Questions 4.2
3. Utility software
Providing an
interface
Memory
Management
Managing
input and
output devices
Purpose of
Operating
System
Managing user
account
Running
application
software
Managing files
Questions 4.3
Activity 4.4
Questions 4.4
1. A standard set of binary values, one to represent each character (letter, number
or symbol)
2. Because every character needs to have a different binary value, and uppercase
letters and lowercase letters are different characters
3. Data compression
Questions 4.5
1. To show the outputs that will result from all the possible inputs into a logic gate
2. Because the NOT gate only has 1 input so there can only be two possible input
values
Questions 4.6
1. It can use the data it collects to adapt its own rules to make different decisions
2. No
3. Yes
1. Any one from: They both store data. They are both examples of primary
memory. The CPU accesses both directly.
2. Any one from: RAM is volatile and ROM is non-volatile. RAM stores data
currently in use and ROM stores instructions to boot up the computer. The data
in RAM changes all the time, but the data in ROM never changes.
3. It allows the user to interact with the hardware of the computer 4. Any three
from: Provides an interface; memory management; managing user accounts;
managing files; running application software; managing input and output
devices
5. a. standard set of binary values, one to represent each character (letter, number
or symbol)
b. Any one from: ASCII; extended ASCII; Unicode
6. AND
7. A standard AI system uses preprogrammed rules to make decisions, whereas
an AI system with machine learning capabilities is able to adapt its own rules
based on what it experiences and can make different decisions in future