Lecture 1 Flashcards
Memory vs Storage
Memory is what computer uses to store/stock data temporarily…!
•While;
•Storage is where you save/put documents/data permanently…!
How does a user and an ICT engineer measure performance
A user of a computer measures its performance based on the time taken to execute a given job (program). On the other hand, an ICT engineer measures the performance of his system by the total amount of work done in a given tim
What is a computer
A computer is a machine designed to process, store, and retrieve data.
How does a computer display an image in the screen
Displaying an image on a screen is accomplished by moving an array of numbers to the video memory, each number representing a pixel of colour.
How does a computer play an mp3 audio file
To play an MP3 audio file, the computer reads an array of numbers from disk and into memory, manipulates those numbers to convert the compressed audio data into raw audio data, and then outputs the new set of numbers (the raw audio data) to the audio chip.
Mention the components of a computer
Hardware
Software
Liveware
Describe live ware
It represents the people who operate and interact with the computer system. This part makes decisions on how applications best suit their interest.
Describe live ware
It represents the people who operate and interact with the computer system. This part makes decisions on how applications best suit their interest.
Describe firmware
Firmware is a software permanently stored in the computer.
•It provides basic machine instructions that allow the hardware to function and communicate with other software running on a device.
Firmware provides low-level control for a device’s hardware.
Describe Processors
is an electronic device capable of manipulating data (information) in a way specified by a sequence of instructions.
What is a micro processor
A microprocessor (CPU) is a processor implemented (usually) on a single, integrated circuit
What is a micro controller
A microcontroller is a processor, memory, and some I/O devices contained within a single, integrated circuit, and intended for use in embedded systems.
What is a micro controller
A microcontroller is a processor, memory, and some I/O devices contained within a single, integrated circuit, and intended for use in embedded systems.
Why is the memory of a computer never empty
It always contains something, whether it be instructions, meaningful data, or just the random garbage that appeared in the memory when the system is powered up.
What is language architecture
The interface between the application programs and a high level langauge
What is instruction set architecture
It defines the interface between the basic machine instructions set and the runitme and I/O control
A different definition of computer architecture is built on four basic view points. what are they?
The structure,
The organisation,
The implementation, and
The performance.
What is structure
The structure defines the interconnection of various hardware components.
What is organization
The organisation defines the dynamic interplay and management of the various components.