Sunteți pe pagina 1din 4

ARM Accredited Engineer Mock Test 2

www.arm.com/aae

Instructions
This mock test is designed to give prospective test-takers an opportunity to sample questions of a similar scope and level of difficulty to those included in the live AAE certification test. The test consists of 10 multiple choice questions and an accompanying document provides answers to these questions along with a rationale for each question and answer. We suggest that you allow yourself 10 minutes to complete this test, without the use of any reference materials or learning materials.

Non-Confidential Proprietary Notice


This document is protected by copyright and the practice or implementation of the information herein may be protected by one or more patents or pending applications. No part of this document may be reproduced in any form by any means without the express prior written permission of ARM. No license, express or implied, by estoppel or otherwise to any intellectual property rights is granted by this document. This document is Non-Confidential but any disclosure by you is subject to you providing the recipient the conditions set out in this notice and procuring the acceptance by the recipient of the conditions set out in this notice. Your access to the information in this document is conditional upon your acceptance that you will not use, permit or procure others to use the information for the purposes of determining whether implementations infringe your rights or the rights of any third parties. Unless otherwise stated in the terms of the Agr eement, this document is provided as is. ARM makes no representations or warranties, either express or implied, included but not limited to, warranties of merchantability, fitness for a particular purpose, or non-infringement, that the content of this document is suitable for any particular purpose or that any practice or implementation of the contents of the document will not infringe any third party patents, copyrights, trade secrets, or other rights. Further, ARM makes no representation with respect to, and has undertaken no analysis to identify or understand the scope and content of such third party patents, copyrights, trade secrets, or other rights. This document may include technical inaccuracies or typographical errors. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT WILL ARM BE LIABLE FOR ANY DAMAGES, INCLUDING WITHOUT LIMITATION ANY DIRECT LOSS, LOST REVENUE, LOST PROFITS OR DATA, SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF OR RELATED TO ANY FURNISHING, PRACTICING, MODIFYING OR ANY USE OF THIS DOCUMENT, EVEN IF ARM HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Words and logos marked with or TM are registered trademarks or trademarks, respectively, of ARM Limited. Other brands and names mentioned herein may be the trademarks of their respective owners. Unless otherwise stated in the terms of the Agreement, you will not use or permit others to use any trademark of ARM Limited. This document consists solely of commercial items. You shall be responsible for ensuring that any use, duplication or disclosure of this document complies fully with any relevant export laws and regulations to assure that this document or any portion thereof is not exported, directly or indirectly, in violation of such export laws. In this document, where the term ARM is used to refer to the company it means ARM or any of its subsidiaries as appropriate . Copyright 2013 ARM Limited 110 Fulbourn Road, Cambridge, England CB1 9NJ. All rights reserved.

ARM Accredited Engineer

Mock Test 2

Question 1
Thumb-2 technology is implemented in which of the following? A) B) C) D) All ARM processors All ARMv7 processors ARMv7-A processors only ARMv7-A and ARMv7-R but not ARMv7-M

Question 2
Which one of the following is a valid difference between bare metal and OS applications? A) OS applications never make use of shared resources; bare metal applications always do. B) OS applications have direct control over their memory configuration; bare metal applications never do. C) OS applications are scheduled by the OS; bare metal applications can run without a scheduler being present. D) Bare metal applications always have to call device drivers to access low level platform hardware; OS applications do not.

Question 3
Which assembly instruction would you use to load 4 words starting from the memory location 0x80000000 into the registers r0-r3? (Assume r9 contains the base address 0x80000000) A) B) C) D) LDMDB r9, {r0-r3} LDMIA r9, {r0-r3} LDMIB r9, {r0-r3} LDMDA r9, {r0-r3}

Question 4
A cache that supports dirty bits to manage the most recently written value to a given memory location in the memory hierarchy is referred to as a: A) B) C) D) write-back cache. write-through cache. set-associative cache. fully-associative cache.

Copyright 2013 ARM Limited 110 Fulbourn Road, Cambridge, England CB1 9NJ. All rights reserved.

Version 1.0

ARM Accredited Engineer

Mock Test 2

Question 5
The ARM processor registers R13, R14, and R15 are architecturally used for special purposes. Which is the correct respective sequence of special purpose registers? A) B) C) D) PC, LR, SP LR, PC, SP SP, LR, PC LR, SP, PC

Question 6
When building code for both ARM and Thumb states, which tool decides for each function call whether to use a BL or BLX instruction? A) B) C) D) The linker The archiver The compiler The assembler

Question 7
Optimizing for space will: A) B) C) D) produce an image which is decompressed at run-time. cause the compiler to unroll loops where possible. result in more functions being inlined by the compiler. produce smaller code, even if this results in slower execution.

Question 8
When building code for a processor without floating point hardware, how would the compiler deal with floating point calculations in the source code? A) The compiler will produce code that results in calculations with less accuracy B) The compiler will produce an error and not compile C) The compiler will use libraries to perform the floating point operations with integer instructions D) The compiler will warn the programmer that the code needs to be rewritten using fixedpoint arithmetic

Copyright 2013 ARM Limited 110 Fulbourn Road, Cambridge, England CB1 9NJ. All rights reserved.

Version 1.0

ARM Accredited Engineer

Mock Test 2

Question 9
What is the MINIMUM number of priority levels that a Generic Interrupt Controller (GIC) supports? A) B) C) D) 8 16 32 64

Question 10
What is the WFI instruction used for? A) B) C) D) To power down the interrupt controller when it is not required To signal an interrupt event to another processor in a multi-core system To enable interrupts temporarily while in the middle of an exception handler To place the processor in a low power mode while waiting for an interrupt

Copyright 2013 ARM Limited 110 Fulbourn Road, Cambridge, England CB1 9NJ. All rights reserved.

Version 1.0

S-ar putea să vă placă și