Pertanyaan
Perhatikan dan cocokanlah nilai opcode dengan jenis instruksi yang sesuai pada arsitektur MIPS berikut ini: Opcode Instruksi 1. 000000_(2)(0_(10)) a. Load 2. 100011_(2)(35_(10)) b. R-Type 3. 101011_(2)(43_(10)) c. Branch 4. 000100_(2)(4_(10)) d. Store Manakah hasil pencocokan yang tepat dari daftar yang ditampilkan tersebut? a. 1-a ; 2-b ; 3-c ; 4-d . b. 1-b ; 2-a ; 3-d ; 4-c . c. 1-d ; 2-c ; 3-b ; 4-a . d. 1-b ; 2-a ; 3-c ; 4-d . e. 1-b ; 2-d ; 3-a 4-c .
Solusi
Jawaban
### b.
Penjelasan
To solve this question, we need to match the given opcodes with their corresponding MIPS instruction types. The MIPS architecture uses specific opcode values to represent different types of instructions. Let us analyze each opcode and its corresponding instruction type.## Step 1: Analyze the opcode `