COMPUTER ARCHITECTURE


HOW TO FIND TAG FIELD , CACHE SIZE , BLOCK SIZE AND NUMBER OF SET IN COMPUTER ORGANISATION?

QUESTION:   A CPU generates 32-bit addresses. The block size is 4 K Bytes. The processor has a Cache which can hold a total of 128 blocks and is 4-way set associative. The minimum size of the cache tag is: ANSWER: Firstly, write given information in the question. CPU generates 32-bit […]


wheel

BINARY ADDITION AND SUBTRACTION WITH OVERFLOW RULE

What is binary numbers? Binary means two numbers i.e 0 or 1. What is binary addition and subtraction? Addition and subtraction are arithmetic operators. Binary addition means adding between two binary numbers. Binary subtraction means subtracting between two binary numbers. Overflow rule: In general term, overflow means , a thing […]