Answered Questions

  • What is a Register?

    Skill/Topic: Memory, Abstract Data Types, and AddressesA) A register is a small amount of memory within the CPU that is used to temporarily store instructions and data.Explanation: Random Access Memory is also called a Main Memory. It is called a Volatile memory because; instructions and data contained in main memory are lost once the computer is powered down.

    deepak

    • Aug 24th, 2007

    Register basically a group of flip flop . flip flop is the single bit storage cell or it is the smallest memory  cell .so register is no of flip flop arranged in sequence, if there is 5 flip flop then register is called 5 bit register .