Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

ARM EN0-001 - ARM Accredited Engineer

Page: 7 / 7
Total 210 questions

A function written in C has the prototype:

void my_function(float a. double b, float c);

The function is built and linked into an application using hard floating-point linkage. What registers are used to pass arguments to the function?

A.

a->s0; b->d0; c->s1

B.

a->s0; b->d1; c->s1

C.

a->d0; b->d1; c->d2

D.

a->s0; b->d1; c-> s2

In an operating system environment, most applications are executed in which processor mode?

A.

Supervisor

B.

IRQ

C.

System

D.

User

An undefined instruction will cause an Undefined Instruction exception to be taken when:

A.

It is fetched.

B.

It is decoded.

C.

It is executed.

D.

It writes back its results.