In the Generic Interrupt Controller (GIC), when an interrupt is requested, but is not yet being handled, it is in which of the following states?
Show answer and explanation
Correct answer: C
EN0-001 Real Exam Questions
210 questions available · Page 1 of 21
Updated Exam DumpsVerified AnswersPass Guarantee
In the Generic Interrupt Controller (GIC), when an interrupt is requested, but is not yet being handled, it is in which of the following states?
Correct answer: C
What is the value of R2 after execution of the following instruction sequence?
MOV R3, #0xBA
MOV R2/#0x10
BIC R2, R3, R2
Correct answer: C
Which one of the following statements best describes the function of vector catch logic?
Correct answer: B
According to the AAPCS (with soft floating point linkage), when the caller "func" calls sprintf, where is the value of the parameter "x" placed?
#include <stdio.h>
void func(double x, int i , char *buffer)
{sprintf(buffer, "pass %d: value = %f\n", i, x); }
Correct answer: C
In a symmetric multi-processing (SMP) software architecture, which of the following pairs of statements are TRUE? (Select the option in which BOTH statements are TRUE).
Correct answer: B
What architecture does the ARM11 MPCore implement?
Correct answer: B
What are the values of the NZCV bits in the CPSR after executing the following instructions?
LDR R0, = 0xFFFFFFFF
ADDS R0, R0, #1
Correct answer: B
An undefined instruction will cause an Undefined Instruction exception to be taken when:
Correct answer: C
A simple method of measuring the performance of an application is to record the execution time using the clock on the wall or a wristwatch.
When is this method INAPPROPRIATE?
Correct answer: A
When linking with the standard C library, which library functions MUST be redefined in order to port your code to a new piece of production hardware?
Correct answer: C