WEEK 2- Hardware and Software Flashcards
What is hardware?
Refers to any physical machinery that assists in the input, processing, storage, and output actions of an information system.
What are the seven main hardware components of a typical hardware system?
Input Units Output Units Secondary Storage Bus Main Storage Cache Storage CPU
Identify and name common input and output devices used in information systems.
Examples of input units are keyboards, touch screens, the mouse, scanners, microphones, modems, and sensors.
Examples of output units are display screens, audio speakers, printers, plotters, modems, and controllers
What is the role of the ‘bus’ in the Von Neumann architecture?
This is a common electrical pathway that all the other functional units - with the exception of cache memory - are connected to.
What is secondary (mass) storage and the two significant characteristics?
Memory that stores all data and programs that may be used by the system and is
- a huge capacity
- stores data and programs while they are not being used.
Name two examples of main memory device chips
RAM- Random Access Memory
ROM- Read only Memory
What is cache storage?
Its function is to store the most recently used data values and instructions so that they can be passed back to the CPU if they are needed again.
What are the three main performance characteristics of a memory device?
Capacity (ie Bytes) Access Speed (how long to access data off the device) Transfer Speed (how long it takes for data to move within the device)
What is the difference between RAM and ROM?
ROM has its digital contents permanently ‘wired’ into the electronics of the device. The data stored in ROM can be read and used but it cannot be modified and is used for essential functions like start up.
RAM can be read and written, so its contents can be modified as required. General purpose computer systems like laptops, desktops etc. make use of much more RAM than ROM.
What is the difference between sequentially organised memory and direct access memory?
In sequentially organised devices, data is stored as a sequence of locations with a starting location and a finishing location (all data before it needs to be scanned eg magnetic tape).
Devices with direct organisation store data in locations so that the time it takes to locate and access any location (address) is almost the same. Every memory location can be accessed ‘directly’ without having to work through other memory locations.
Describe the role of a computer operating system (OS).
The broad role of an operating system is to manage the resources of the computer system so that the system will meet the needs of the user and the application software as efficiently as possible.
Name and describe the two broadest categories of software.
Operating and application sfotware
What is the difference between the address of a memory location and the contents of a memory location?
Need to find out more.
What is the difference between main memory and secondary memory
Main memory is associated with the core of computer systems and it is intimately associated with the working of the system’s central processing unit (CPU). Secondary memory is used to store binary files containing data or program instructions that are not currently being used.
Where is the development in secondary memory focused?
Capacity and speed.