Question

2.) Match the following to the type instruction set it is most like: ____ MIPS processor...

2.) Match the following to the type instruction set it is most like:

____ MIPS processor

____ Intel x86 Processor

____ Load Store Architecture

____ Register Memory Architecture

A.

RISC

B.

CISC

Homework Answers

Answer #1

Question#2

Ans

MIPS Processor ------------------RISC (A)
(It was one of very first RISCs and it's still been used widely to learn and teach that architecture)

Intel x86 Processor ------------ CISC (B)
(Intel x86 has always been remained in CISC and taken many benefits of software support)

Load Store Architecture -------- RISC (A)
(It is the basic and initial idea behind RISC architectures and also called register-to-register architecture
In it, operands and other operations must be in regsiters as it is RISC).

Register Memory Architecture --- CISC (B)
(In this architecture, operands are stored in memory while other instructions are in regsiter as it is CISC
opposite of Load Store Architecture)

-------------------------------------------------------------------
COMMENT DOWN FOR ANY QUERIES!!!
HIT A THUMBS UP IF YOU DO LIKE IT!!!

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Question 1. Answer the following questions on MIPS Instruction Set. a) Show the minimal sequence of...
Question 1. Answer the following questions on MIPS Instruction Set. a) Show the minimal sequence of MIPS instruction for the following pseudocode segment: A[3] = A[10] + B; Assume that B corresponds to register $t3 and the array A has a base address of 1000C41016 which is required to be loaded to register $t0 in your code. Provide comments for each line of your MIPS instruction. b) Assume that Loop starts at memory location 0xC010. Provide a) instruction format of...
Write a possible assembly language instruction or set of instructions to accomplish the following: Compare the...
Write a possible assembly language instruction or set of instructions to accomplish the following: Compare the byte stored at the memory location pointed to by register R4 to the upper (higher) byte stored in register R5 b) Branch to instruction at label ‘ZERO’ if the lower byte of register R6 is zero c) Jump to the instruction at label ‘EVEN’ if the value in register R7 is an even number
This is a homework assignment for Computer Architecture and some question use MIPS Assembly language. 1.    ...
This is a homework assignment for Computer Architecture and some question use MIPS Assembly language. 1.     In the following MIPS assembly code, translate all the instructions to their corresponding machine code in hexadecimal format. This code is stored in the memory from address 0x1fff0000. Loop: sw $t1, 4($s0)        addi $t1, $t1, -1    sll $t1, $t1, 2        bne $t1, $s5, Exit    addi $s0, $s0, 4          j Loop Exit: … 2.     Find the MIPS...
5. Suppose we have a 32-bit computer with an instruction set that supports immediate instructions as...
5. Suppose we have a 32-bit computer with an instruction set that supports immediate instructions as shown below: Opcode Source Register Destination Register immediate 6 bits 5 bits 5 bits 16 bits (a) How many registers at most does this computer have? (5%) (b) How many operations at most can this computer have? (5%) (c) What is the range of the number in the “immediate” field in 2'scomplement format? (5%)
Please fill out following table. You should not answer these questions using the words like “load...
Please fill out following table. You should not answer these questions using the words like “load AccA a number $25” or store AccB to memory location…”. Instead, you should answer these question using words like “enable timer, disable timer, select channel 3 as input/output channel…”. Assembly code instruction What is/are the purpose(s) of this/these instruction(s)? LDAB          #%10000000 STAB          TSCR1 LDAB          #%00000110 STAB          TSCR2 BCLR          TIOS,%01000000 LDAB        #%00100000 STAB          TCTL3 LDAB        #%01000000 STAB        TIE CLI
1. The most abundant type of cells in most plants A. collenchyma 2. Plant cells Supporting...
1. The most abundant type of cells in most plants A. collenchyma 2. Plant cells Supporting growing parts of plants B. sclerenchyma 3. Plant cells possessing secondary walls C. parenchyma Match the following
question 1 . Match the following, each choice is used once. 1. Levering System a. long...
question 1 . Match the following, each choice is used once. 1. Levering System a. long or irregular bones b. synovial joint c. how things move d. muscle power e .object to be moved 2. Pivot (Fulcrum) a. long or irregular bones b. synovial joint c. how things move d. muscle power e .object to be moved 3. Effort (Force) a. long or irregular bones b. synovial joint c. how things move d. muscle power e .object to be moved...
Match the following sample correlation coefficients with the explanation of what that correlation coefficient means. Type...
Match the following sample correlation coefficients with the explanation of what that correlation coefficient means. Type the correct letter in each box.   1. ?= −.15   2. ?= .92   3. ?= −.97 4. r= -1 The regression line is the straight line that bests fits a set of data points according to what? A. Most accurate regression criterion B. Least-squares criterion. C. Greatest-squares criterion D. None of the above   4. ?=−1 A. a strong negative relationship between ? and ? B....
Write the following program in MIPS: a) declare an array A of the following numbers: 3,...
Write the following program in MIPS: a) declare an array A of the following numbers: 3, 5, 8, 10, 12, 2, 76, 43, 90, 44 b) declare a variable called size which stores the number of element in array A, that is 10. c) write a subroutine to search for a number stored in an array and return true or false. In C++ the subroutine is as follows: search(array, size, number_To_Search) e.g. search(A, 10, 12) The subroutine should return 0...
Match the following A. The risk we are willing to take of a type 1 error,...
Match the following A. The risk we are willing to take of a type 1 error, or the type 1 error rate                                                                                  1. Type 1 error B. Failure to reject H0 when H0 is false                                                                                                                                  2. Type 2 error C. Rejection of H0 when H0 is false, or not rejecting H0 when H0 is true                                                                                    3. Not an error D. Rejection of H0 when H0 is true                                                                                                                                         4. ∝
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT