• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/15

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

15 Cards in this Set

  • Front
  • Back
Q: What does CPU stand for?
A: Central processing unit
Q: Give a brief description of what it does.
A: It takes inputs, processes the data and produces the correct outpout e.g: calculating, typing, screen change etc.
Q: What is the CPU cycle?
A: Fetch data
Decode data
Exacute instructions
Q: Where does the data go after being fetched, and before it can be decoded?
A: The register (temporary memorary).
Q: What factors can affect the performance?
A: Clock speed, number of cores and cache available.
Q: What is the clock time measured in?
A: Hertz (which is cycle per second.)
Q: How many instructions per second is 3gHz?
A: 3000 million.
Q: Does the cache need power (is it volatile) and why?
A: Yes so you can keep memory stored, if there is no power going into it the memory will be instantly lost.
Q: What does RAM stand for?
A: Randome Access Memory.
Q: What does ROM stand for?
A: Read Only Memory
Q: Is the RAM volatile?
A: Yes if you turn off the power and havn't saved your work you will loose it all.
Q: Give a brief description on what the RAM does.
A: Program is copied from HD
The CUP then loads the instructions
It copies the loading data from secondary storage.
Q: Give an example of a Flash Memory and explain why.
A: - it is non-volatile and can can be transfered.
Q: When is the virtual memory used?
A: When the RAM is full and the computer is in need of more memory. So when there is too many complex programs open the RAM relies on the Virtual Memory.
Q: What are the limitations of a Flash memory?
A: Over use and over heating the chips be writing and re writing what will be stored in the memory.