Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

BCA 3rd Semester: Computer Architecture (Q and A)

Computer Architecture (Q and A)



Q1(2012): Define Register Transfer Language with example.

Answer: A Register Transfer Language (RTL) is a notation used to describe the micro-operation transfers between registers. It is a symbolic expression of the micro-operation sequences among register and memory and are used to implement machine-language instructions.

Every statement in Register Transfer Language implies the availability  of hardware circuit which implements the microoperation.
e.g. The statement R2 ← R1 implies the existence of the necessary circuitry to implement the transfer from register (R1) to register (R2).


Q2(2013): Explain the working of cache memory.

Answer: Cache is a high speed memory placed between CPU and main memory to speed up access of data and instructions stored in main memory.

The access time of cache memory is much less (i.e. 80 nano seconds) when compared to main memory access. Cache is not accessible to user. It increases the operating speed of CPU by minimizing its wait cycles while fetching instructions and data from main memory.

The capacity of cache memory is less than that of main memory. Cache memory works under different configurations i.e.

  • Direct Mapping
  • Fully Associative
  • Set Associative



Q3: A computer uses RAM chip of 1024 x 1 capacity. How many chips are needed for providing a capacity of 1024 bytes.

Read more »


This post first appeared on IPU BCA, BBA, MCA, MBA Examination Papers And Notes, please read the originial post: here

Share the post

BCA 3rd Semester: Computer Architecture (Q and A)

×

Subscribe to Ipu Bca, Bba, Mca, Mba Examination Papers And Notes

Get updates delivered right to your inbox!

Thank you for your subscription

×