5.6 basic computer Flashcards
A computer is an electronic device that can accept and process data by carrying out a set of stored instructions in sequence
This sequence of mathematical and logic operations is known as a program.
All data and program information for a computer must be converted into binary form, then fed into the computer circuitry
.
An address
is a name or number that designates the location of information in a storage or memory device
‘Bit’ is an abbreviation of ‘binary digit’
Bits are usually assembled into a group of eight to form a byte
A bit can have one of two values (a ‘0’ or a ‘1’
A number of bits are assembled into a ‘word’; a word is treated as a unit by a computer
what are Bytes
Bits are grouped to form words.
A word that is eight bits long is called a ‘byte’
16-bit word equals two bytes
what values can a byte have
A byte can have one of 256 values (00000000 to 11111111 binary), in hexadecimal 00 to FF
A byte can hold 2⁸ or 256 values
one million bytes is known as a
megabyte (MB)
one thousand bytes is known as a
kilobyte (KB)
a gigabyte is what (GB)
One thousand megabytes
1 KB = 1 024 bytes
1 MB = 1 000 KB = 1 000 000 bytes
1 GB = 1 000 MB = 1 000 000 000 bytes
.
what is the definition of data processing
the handling, storage, and analysis of information in a sequence of systematic and logical operations by a computer.
what are the 6 steps of data processing
- Collection
- Preparation
- Input
- Processing
- Output
- Storage
what are three types of processing
- Manual data processing
- mechanical data processing
- Electronic Data Processing
An instruction directs a computer to take a certain action
Part of the instruction specifies the operation to be performed
another part specifies the address
Programs are
precise sequence of coded instructions or a routine for solving a problem with a computer.
in other words it is a plan for the solution of a problem
what is software
Software comprises the programs that enable a computer to function and carry out the operations that are requested
what are the two types of software
system software
application software -
what is system software
System software is designed to directly operate the computer hardware.
This type of software is produced to improve the usability of the computer, rather than to complete specific tasks