Chapter 1a- Basic structure of computer Flashcards
What is mySQL?
a database
What Is Linux?
it is an operating system.
Look at image on slide 3 of topic 1A notes
.
What are some examples of operating systems?
windows,Linux,UNIX and Mac OS
What are the basic functions of a computer?
Input, processing, output
What are some examples of input component?
RJ-45 and usb
what is a CPU?
it is the computer’s main processing component.It executes instructions from computer programs, such as word processors and from the computer’s operating system.
What are some examples of output components
monitors,printers,storage devices,network cards, and speakers.
What are the two main categories of storage?
long term storage(non-volatile storage)
short term storage(volatile storage)
what is short term storage?
RAM(random access memory).RAM is also known as “working storage”.When the power to the computer is turned off, RAM’s contents are gone.
What happens if there’s not enough RAM to run a program?What is the process like?
The computer will use disk drive to supplement.(virtual memory).Part of disk storage can be set as Virtual memory.CPU can only access data and code in RAM.Less used data and code are placed in virtual memory.Data and code needed by the CPU are moved to RAM.
What is long-term shortage?(non-volatile storage)
It maintains its data even there’s no power.It is used to store documents and multimedia files, as well as application and OS files.Amount of storage needs depends on type and quantity of files stored.
What are examples of long-term storage?
Hard disks
CD/DVDs
USB flash drives
What is a computer bus?
a collection of wires carrying signals from one place to another on the computer.All data that goes into or comes out of the computer goes through the motherboard.
Where are the buses between?
CPU and RAM
CPU and disk drives
CPU and expansion slots