Summer term exam Flashcards
(34 cards)
What is a Computer system made up of?
Input, Output and storage devices
What are input devices used for?
Input devices are used to input data to a compuuter system.
What are output devices used for?
Output devices are used to display the data that has been entered or display any data. This can be a hard copy or on a screen or listening to sound
What are the common internal components of a computer system?
RAM, ROM, CPU, Motherboard, Hard Drive and BIOS
What are the components of a CPU? Arithmetic Logic Unit
Arithmetic logic unit: It performs arithmetic and logical operations and it is where calculations are done and decisions are made
What are the components of a CPU? Control Unit
Control unit: The control unit provides several functions and instructions. It issues control signals that control and it moves around the system
What are the components of a CPU? Registers
Registers: Registers are small amounts of high-speed memory contained within the CPU. They are used by the processor to store small amounts of data that are needed during processing
What are the components of a CPU? Accumulator
Accumulator: An accymulator is a type of register included in a CPU. It acts as a temporary storage location which holds an intermediate value in mathematical and logical calculations. Intermediate results of an operation are progressively written to the accumulator, overwriting the previous value. For example, in the operation ‘3+4+5’ the accumulator would hold the value 3, then 7, then 12.
What does the system software manage?
The system software manages the hardware and software in a computer system.
What are the main functions of the operating system?
The main functions of the operating system are file management, user management, user interface, memory management and device management.
What does the Operating System provide?
The Operating System provides security - usernames and passwords, firewalls
What does a Utility Software do?
It ensures computers are running properly
What are some examples of Utility Software?
Anti-virus, disk defragmentation
What does the application software enable?
It enables users to complete day to day tasks
What are some examples of Application Software?
Word Processing, Presentation Software, Desktop Publishing Software and Web Browsers are examples of Application Software
Where and what is a primary storage?
Primary Storage is inside a computer and is directly accessible by the CPU and RAM and ROM are examples of Primary Storage
True or False? RAM is non-volatile and is not lost when the computer is turned off?
False, RAM is volitile and gets erased when the computer is turned off.
True or False? ROM is non-volatile and is not lost when the computer is turned off?
True
What is the CPUs own storage?
Cache Memory
What is a long term storage?
Secondary storage
What is on computers that affects computer users?
There are a number of laws which directly affect computer users
What does binary consist of?
Binary consists of only two numbers 0 and 1
How many basic logic gates are their?
There are three basic logic gates, AND, OR and NOT. Every logic circuit can be made up from these three logic gates.
How will an AND gate produce an output and how will an OR gate produce an output?
An AND gate will only produce an output of 1 if both inputs are 1. OR gate will produce an output of 1 if one of the inputs is 1