ARM Processor Architecture Objective Question and Answer
ARM Processor Architecture MCQ Multiple Choice Questions - Page 3 for Practice
61. State whether the following statement is either true or false. Reset vector is the location of the first instruction executed by the processor when power is applie
Correct Answer is: This instruction branches to the initialization code.
62. State whether the following statement is either true or false. The set associative map technique combines the benefits of the direct and associative mapping techniques.
Correct Answer is: True Statement
63. State whether the following statement is either true or false. We can represent any number in more than one normalized notation.
Correct Answer is: False Statement
64. Status of Z flag after the execution of CMP instruction given below, when R0 = 12; R9 = 12; is CMP R0, R9
Correct Answer is: Z = 1
65. The amount of time required to read a block of data from a disk into memory is composed of seek time, rotational latency, and transfer time. Rotational latency refers to
Correct Answer is: the time it takes for the platter to make a full rotation
66. The average time required to reach a storage location in memory and obtain its contents is called
Correct Answer is: Access time
67. The fastest data access is provided using
Correct Answer is: Registers
68. The idea of cache memory exploits the following property of programs
Correct Answer is: Principle of locality
69. The L1 cache is typically split into.........and...........cache for the pipelined system
Correct Answer is: Instruction, Data
70. The Logical Instructions are: ORR, EOR, TEQ, AND, TST, BIC, MOV, MVN Why is the V flag unaffected by the logical data processing instructions?
Correct Answer is: V flag is relevant only when an Arithmetic operation is performed
71. The main advantage of multiple bus organization over the single bus is
Correct Answer is: Reduction in the number of cycles for execution
72. The MCLK speed can be reduced to allow access to
Correct Answer is: Slower peripherals
73. The memory blocks in Main Memory are mapped on to the cache blocks with the help of
Correct Answer is: Mapping functions
74. The memory which is used to store acopy of data or instructions stored in larger memories, inside the CPU is called
Correct Answer is: Level 1 cache
75. The method of mapping the consecutive memory blocks to consecutive cache blocks is called
Correct Answer is: Direct
76. The multi-layer architecture acts as a crossbar switch between............in a AMBA 3 AHB
Correct Answer is: Master and slave
77. The priority of a process will.........if the scheduler assigns it a static priority.
Correct Answer is: remain unchanged
78. The two I2C signals are..........and............
Correct Answer is: Serial data, serial clock
79. Thumb-2 technology enhances the 16 bit Thumb instruction set with
Correct Answer is: Intermixing of 32 bits and 16 bits instructions
80. Using only two instructions, add a 64-bit integer contained in R2 and R3 to another 64-bit integer contained in R0 and R1, and place the result in R4 and R5.