Question
1-How many bytes are in a halfword? 4 2 6 8 2-Which of the following is NOT true of pseudo-instructions? They tend to be easier
1-How many bytes are in a halfword?
|
| 4 |
|
| 2 |
|
| 6 |
|
| 8 |
2-Which of the following is NOT true of pseudo-instructions?
|
| They tend to be easier to understand than their machine instruction counterparts |
|
| They map one-to-one to machine instructions |
|
| They are shortcuts to common operations |
|
| They may map to one or more machine instructions |
3- What is the .data section of a MIPS program used for?
|
| To define variables to be used in the MIPS program |
|
| It tells you that this MIPS program will work with data |
|
| Its where you place your actual MIPS instructions |
|
| To instruct the MIPS compiler where to find main memory |
4-Complex instruction set computer (CISC) is an instruction set that:
|
| Has more instructions, but is less verbose than RISC |
|
| Is the basis for MIPS |
|
| Is no longer in use, having been replaced largely by RISC |
|
| Has fewer, but more complex instructions for the CPU to process |
5- True or false: The difference between .ascii and .asciiz is that .asciiz character arrays (strings) are terminated with a null value whereas .ascii character arrays (strings) are not.
True
False
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started