Preview

07 - Final Test

 1. Memory can be divided into two types: Real memory and Virtual Memory

  FALSE

  TRUE

 2. Main memory is any memory that is….

  directly accessed by the CPU (e.g. RAM)

  non-volatile and permanently stores data (e.g. Hard disk)

  None of the above

  permanent and stored in a flash capacitor (e.g. USB stick)

 3. From your knowledge of computer memory, which type of memory is required to be refreshed several times?

  static RAM

  dynamic RAM

  ROM

  the Hard drive

 4. RAM stands for Random Accumulator Memory

  FALSE

  TRUE

 5. Which of the following is a temporary primary memory?

  Hard drive

  Memory Thrasher

  ROM

  RAM

 6. 1KB = 1024 bytes

  TRUE

  FALSE

 7. A name or number used to identify a storage location device is ….

  byte

  memory cell

  address

  record

 8. Which of the following is a primary storage device?

  None of the above

  Magnetic Disk

  Optical Disk (CD)

  Hard Disk

 9. Two kinds of main memory are:

  Primary and secondary storage

  Random and Sequential storage

  None of the above

  RAM and ROM

 10. Compact Disk Read and Write Only Memory

  TRUE

  FALSE

 11. Select the smallest memory size

  megabyte

  terabyte

  gigabyte

  kilobyte

 12. The memory (fast) that provides access to the processor is the printer memory

  FALSE

  TRUE

 13. A storage area used to store data to a compensate for the difference in speed at which the different units can handle data is…

  memory

  address

  buffer

  accumulator

 14. Instructions and memory address are represented by

  binary codes

  parity bits

  character codes

  None of the above

 15. Virtual memory is a type of memory used in super computers

  TRUE

  FALSE

 16. Fragmentation is dividing the secondary memory into equal sized fragments

  TRUE

  FALSE

 17. The Bootstrap loader is always stored in the ROM (Read only memory)

  FALSE

  TRUE

 18. Both DRAM (Dynamic Random Access Memory) and SRAM (Static Random Access Memory) are types of Random Access Memory (RAM)

  FALSE

  TRUE

 19. SRAM does _________ as the transistors inside would continue to hold the data as long as the power supply is not cut off.

  None of the above

  need to be refreshed

  not need to be refreshed

  require replacing every few months

 20. One of the advantages of SRAM is the faster speed that data can be written and read.

  FALSE

  TRUE

 21. The additional circuitry and timing needed to introduce the 'refresh' creates some complications that makes DRAM memory ____________

  slower and less desirable than SRAM

  faster and more desirable than SRAM

  exactly equivalent to SRAM in speed

  None of the above

 22. Typically speaking, SRAM modules are also much _____ compared to DRAM, which makes it easier for most people to create an interface to access the memory

  fancy (and pretty to look at)

  more hard wearing (durable and lasting)

  more complicated

  more simple

 23. The most prominent use of SRAM is in the _________ of processors where speed is very essential, and the low power consumption translates to less heat that needs to be dissipated

  secondary storage memory

  main memory

  hard disk memory

  cache memory

 24. Ultimately, cost is a factor in everything. Generally speaking, SRAM is more expensive than DRAM
Cheaper DRAM is used in main memory while SRAM is commonly used in cache memory

  TRUE

  FALSE

 25. The two main types of flash memory are named after the NAND and NOR logic gates.
The individual flash memory cells exhibit internal characteristics similar to those of the corresponding gates.

  TRUE

  FALSE

 26. Example applications of both types of flash memory include:

  digital cameras

  personal computers

  All of the above

  digital audio players

 27. flash memory is _______ and offers fast read access times, although not as fast as static RAM or ROM

  ROM like

  stored in the BIOS

  non volatile

  volatile

 28. __________ is a section of volatile memory created temporarily on the storage drive. It is created when a computer is running many processes at once and RAM is running low.

  ROM

  Hard Drive Register Memory

  Virtual memory

  Cache Memory

 29. Latency is _________ when the computer needs to use virtual memory.

  deposed

  increased

  decreased

  exterminated

 30. ___________ is the process the OS uses to move data between RAM and virtual memory.

  Swapping (also called paging)

  Compiling (also called Comping)

  Coding (also called programming)

  Translating (also called bypassing)

 31. Using virtual memory _______________ because copying to a hard disk takes much longer than reading and writing RAM.

  speeds the computer up

  slows the computer down

  slows the RAM itself down and erodes it

  None of the above

 32. ROM contains the BIOS which is the ________ for the motherboard.

  hardware

  motherware

  software

  firmware

 33. The BIOS contains the ___________ – the program which takes the computer through steps that lead up to the loading of the operating system (OS)

  hardchip

  boostrap

  firmware

  motherware

 34. The computer's initial start up sequence or process is called the boot sequence (stored in ROM)

  TRUE

  FALSE

 35. There are two types of ROM - PROM and EEPROM. EEPROM is popular in:

  main frame machines which were in use in the early 1900s

  simple calculators or devices that are not in use anymore

  PCs and smartphones as the firmware can be easily updated by the manufacturer.

  None of the above

 36. L2 and L3 caches are bigger than L1. They are extra caches built between the CPU and the RAM

  TRUE

  FALSE

 37. L1 is usually________________ itself and is both the smallest and the fastest to access. Its size is often restricted to between 8 KB and 64 KB.

   part of the CPU chip

  not used in modern machines

  used only in mainframe and super large computers

  All of the above

 38. The following excerpt is describing the disadvantage of:
It relies on relatively slower secondary storage to store some contents of RAM leading to a temporary drop in performance. Hard drives have slower read/write speeds than RAM

  RAM

  Flash memory

  Cache Memory

  Virtual Memory

 39. Suggest a solution that reduces the need for virtual memory

  close files/software running, disable background processes that are not necessary

  reduce the number of open applications currently running

  increase the amount of physical RAM

  All of the above

 40. The following excerpt is describing:
means that the contents cannot be changed, permanent store of instructions/data, non-volatile the contents are retained after the power is removed or on reboot, may contain the BIOS for the computer or other hardware

  RAM

  Hard Disk Memory

  None of the above

  ROM

 41. ________memory is a small amount of very fast memory that is built into the CPU. It acts like a buffer (a temporary store) between the CPU and RAM

  Virtual

  RAM

  Cache

  Flash memory

 42. Which of the following is an example of flash memory in use:

  Certain USB memory sticks.

  Mini and Micro SD cards in Smartphones

  All of the above

  Compact Flash and Secure Digital (SD) memory cards in digital cameras.

 43. Flash memory combines the permanence of ROM with the flexibility of RAM, but not the speed

  TRUE

  FALSE

 44. Registers and internal cache are NOT considered main memory as they actually reside within the CPU.

  TRUE

  FALSE

 45. When the CPU needs to use programs or data from the hard disk, they are first:

  loaded directly into the CPU (onto the arithmetic logic unit) and the CACHE processes the instructions from there (one at a time)

  loaded into the BIOS in the ROM and then accessed from there

  loaded into the CACHE memory and then loaded back into the Hard disk to be processed

  loaded into main memory and then are accessed from there