Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in computer-architecture

how can we find that this processor supports how much memory?

How is RAM able to acess any place in memory at O(1) speed

Ghz to MIPS? Rough estimate anyone?

computer-architecture

Why misaligned address access incur 2 or more accesses?

When can I use floating-point types in Java to do monetary calculations?

How can a 16bit Processor have 4 byte sized long int?

Can only one CPU access RAM at a time?

Cache utilization in matrix transpose in c

Direct Mapped Cache Hit/Miss

Designing a virtual memory with TLB

what does PC have to do with load or link address?

how do addressing modes work on a physical level?

Diference between offset and Index in addressing modes?

Understanding the Tomasulo algorithm

Can multiple cores simultaneously read the same RAM location?

computer-architecture

Why MESI protocol need the Exclusive state

How 32 bit IR hold load instruction?(RISC style 32bit architechture)

Where to get all versions of x86 aka IA32 Instruction Set Architecture manuals

MIPS: Reading a string from command line argument

Why doesn't this code scale linearly?