All Topics Quiz - The Big One! Flashcards
What is the hardware within a computer system or smartphone which carries out the instructions of a computer program ?
The CPU
What does CPU stand for?
Central processing unit
When talking about a CPU what does ALU stand for?
Arithmetic logic unit
What are the 3 main components of a CPU
Control unit - Memory unit - ALU
When talking about a CPU what is the function of the ALU?
performs arithmetic and logical operations
When talking about a CPU what is the function of the control unit?
extracts instructions from memory and decodes and executes them
Complete the cycle of the CPU _ Fetch_..
Fetch - decode - execute
Where does the CPU fetch instructions from
Main memory
When talking about a computer system what is memory?
A temporary storage
What 3 things might you find stored in Memory?
Instructions. Commands and the operating system
What does RAM stand for?
Random Access Memory
What does ROM stand for?
Read Only Memory
What is stored in ROM?
The boot files for the computer
Name 2 differences between RAM and ROM
RAM is Volatile. ROM is non Volatile. Contents of RAM change frequently. Contents of ROM never change
What is the type of memory used in the main memory
RAM
When referring to computer memory what is meant by Random Access?
You can write anywhere in that memory space at any time
When discussing memory what is meant by volatile?
It requires power and loses its content if there is no power
Is RAM volatile or non-volatile?
Volatile
Where is the basic start up routine that is known as the boot sequence of a computer stored?
In the ROM
What is virtual memory?
A part of the hard drive used as memory when memory has become full
When would you need to use virtual memory?
If memory is full. When you want to open a program that doesn’t fit in remaining memory space.
What does 3MGz mean?
It is the clockspeed of the computer. It can complete 3 million cycles per second
How does cache size affect the performance of a computer?
The larger the size of the cache the more instructions can fit in it therefore the CPU can process instructions quicker
A computer has a quad core processor. What does this mean?
The computer has 4 separate cores. Each is capable of running cycles. Therefore more cycles can be run simultaneously
Is ROM volatile or non-volatile?
Non-volatile
NOT (1) =
0
1 AND (NOT 1) =
0
1 OR ( 1 AND (NOT 0)) =
1
1 AND ((NOT 1) OR 1)=
1
What is a bit?
A single 1 or 0
What is a byte?
8 bits
How many bytes are in a kilobyte?
1024
How many kilobytes in a megabyte?
1024
How does having more RAM improve the performance of a computer?
It can load more programs and data at the same time
Finish the sequence bytes kilobytes__
Megabyte - gigabyte - terabyte - petabyte
What is stored in the computer_s ROM
The boot sequence (BIOS settings)
Name the type of secondary storage that is built into a computer system
Hard disk drive. Magnetic hard disk
Is a hard disk drive volatile or non volatile?
Non-volatile
What is optical storage?
CDs DVDs Bluray
What does CD-ROM stand for?
Compact disk read only memory
What is a CD ROM used for and why?
Music CDs software disks
What does DVD stand for?
Digital video disc
Who might use Flash Memory and why?
Anyone who needs to transfer data from one place to another
What type of memory does a USB stick use?
Flash memory or Solid State memory
Flash memory is also known as what?
Solid state memory
What does the SD stand for in SD card
Secure digital
What type of memory is used in smartphones and tablets?
Flash memory
What does the RW stand for in DVD-RW?
Re-writable
What is the difference between a DVD-R and a DVD-RW
DVD-R can only be written to once
What is the following type of network: One or more servers providing services to many clients
Client-Server network
Define a peer-to-peer network
All computers are equal. They serve the needs of the user as well as carrying out network functions
This device directs traffic though large networks such as the internet
Router
This device forwards packets only to the intended recipient
Switch
What does NIC stand for?
Network Interface Card
A computer must have this device to connect to a network
NIC
This device sends packets to every machine connected to it
Hub
What measurement comes after terabyte?
Petabyte
What type of data is held in a string?
Text or characters
What is an integer?
Whole numbers
What is a method of describing a program using proper English rather than a programming language
Pseudocode