Comp and It
Comp and It
Time: 9:00
Definition of Computer
Computer is an electronic device for storing and processing data, typically in binary form,
according to instructions given to it in a variable program.
Characteristics of Computer
DILIGENCE : Computer can work for hours without any break and
creating error.
Classification of Computer
moving a mouse, typing on a keyboard, and producing speech from the voice
box.
The limitations of computer input and output devices strongly affect the
design of systems and interactions. Designers need to design systems that
are compatible with the different methods of input and output users may
employ to interact with applications. For example, a web application needs to
be equally usable for a mouse user, a keyboard user, or an assistive
technology user. Developers need be aware of the strengths and limitations
of input/output devices in order to choose which platform and what devices
would be the most suitable for the system being designed. For example,
when designing a life support system for a hospital would it be best to use a
keypad, a mouse, or speech for input?
Different kinds of computer input and output devices are examined in detail
in the Multimodel input and Multimodal output sections of this course.
Memory
RAM
Random access memory (RAM) allows data to be accessed in any order. This
is unlike computer disk memory which can only be read in a linear fashion.
As a result, RAM can access any data at a constant speed which is much
faster than that of disk based memory. Most RAM is volatile, which means its
contents are lost when the power is turned off.
Flash memory
Disk memory
For most computers long term data storage is supplied by disks, either
stored on magnetic or optical disks such as: hard disks, CD/DVD disks,
removable hard disks. Unlike human long-term memory, computer memory
does have limits, although those limits are getting higher and higher
exponentially. In contrast to RAM, accessing data on disks is achieved
linearly, and is much slower. However, unlike RAM, all the data stored on disk
memory is not lost when the device no longer has power.
Processing
Computation limitations
Memory limitations
Limitations imposed by read and write times to memory can cause delays in
interactive performance. Memory reading speeds are much faster than
writing speeds, so long delays are typically only experienced when saving or
writing to memory.
Graphical limitations
Network Capacity