The Mechanics of How Computers Work Flashcards
boolean logic, binary, encoding, ALU, CPU, RAM
what is virtual memory?
a memory management capability of an operating system (OS) – which uses hardware and software to allow a computer to compensate for physical memory shortages, by temporarily transferring data from RAM to disk storage.
the computer looks at RAM for areas that have not been used recently and copies them onto the hard disk. This frees up space in RAM to load the new application.
It allows users to load multiple applications simultaneously.
what is a CPU’s job?
to execute programs.
what’s a bit?
(short for binary digit) is the smallest unit of data in a computer.
A bit has a single binary value, either 0 or 1
what’s a byte?
a group of binary digits or bits
usually 8 bits
what does RAM stand for?
random access memory
what is RAM?
A computer’s short term memory.
It stores data as long as the power is running.
A memory module that lies outside the CPU. The CPU accesses RAM via a BUS.
RAM memory can be accessed randomly via memory addresses. Any byte of memory can be accessed without touching the preceding bytes.
what is the clock part of a CPU?
A microchip that regulates the timing and speed of all computer functions.
it triggers an electrical signal at regular intervals which signals the control until to advance internal operations of the CPU.
LIke a drummer on a rowing ship.
How many bits is 8 bytes?
80 bits
how many bytes is 1 kilobyte (KB)?
how many bits is that?
1000 bytes
8000 bits
how many bytes is 1 megabyte (MB)?
1 million bytes
how many bytes is 1 gigabyte (GB)?
1 billion bytes
how many bytes is 1 terabyte (TB)?
1 trillion bytes
what is 32-bit or 64-bit computers?
computers that operate using chunks of 32 or 64 bits.
What is ASCII?
7 bit code used for allowing computers to represent text as numbers encoded in binary to it can store text.
It can encode characters, upercase, lowercase, symbols, numbers etc.
What does ASCII stand for?
American Standard Code for Information Interchange