Answer the following statements true (T) or false (F)
1. Register renaming eliminates anti-dependencies and output dependencies.
2. In effect, the Intel Core architecture implements a CISC instruction set architecture on a RISC microarchitecture.
3. The schedulers are responsible for retrieving micro-ops from the micro-op queues and dispatching these for execution.
4. ARM architecture has yet to implement superscalar techniques in the instruction pipeline.
5. The Cortex-A8 targets a wide variety of mobile and consumer applications including mobile phones, set-top boxes, gaming consoles and automotives navigation/entertainment systems.
1. True
2. True
3. True
4. False
5. True
You might also like to view...
A technician needs to enter a username and password and have their fingerprint scanned to access a server. Which of following types of authentication is this an example of?
A. Single sign-on B. Network access control C. PKI authentication D. Two-factor authentication
When writing code, what can be nested?
a. if statements b. for statements c. both if and for statements d. neither if or for statements; only functions