Arm Interview Question

They assessed only Computer Architecture knowledge. They asked about ARM architecture, Cache, assembly language, C language

Interview Answer

Anonymous

Apr 7, 2020

Cache is a static ram and is under processor for fastest operation. Cache is different from primary memory ram , which is made up of dram and so cache is the costliest memory out of all memory and is further divided into L1, L2, L3. Cache. Assembly language is low level language ex. Mov R1, R2. C language is a structural programing approach, it is high level language

8