Шукаєте відповіді та рішення тестів для Sala común de la asignatura Tecnología de Computadores. Plan 2023 (2024-25, Grado en Ing del Software, Informática, de Computadores y Doble Grado Matemáticas + Informática, Todos los grupos)? Перегляньте нашу велику колекцію перевірених відповідей для Sala común de la asignatura Tecnología de Computadores. Plan 2023 (2024-25, Grado en Ing del Software, Informática, de Computadores y Doble Grado Matemáticas + Informática, Todos los grupos) в informatica.cv.uma.es.
Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!
For the general purpose machine studied in session 3, write a code that given 2 numbers A and B that iteratively enter in gate IN computes for the gate OUT the expression.
Don't bother about the control signals, just write each instruction, e.g. mem[4]<-- IN, mem[5]<--R0, OUT<--R0+3
Cycle
|
Operation
|
Comment
|
clk1
| ||
clk2
| ||
clk3
| ||
etc
|
Write operation and comment like in the team exercise in the textbox down here
Given the instruction format design of team PEBKAC ERROR in session 4 of the classes. Give a hexadecimal code of the instruction LOAD R5, 100
Given an instruction format with two types of instructions:
|
|
|
|
Type1: |
Opc (3 bits)
|
Operand1 (5 bits)
Register direct
|
Operand2 (10 bits)
Direct to memory
|
|
|
|
|
Type2: |
Opc (3 bits)
|
Operand1 (10 bits) Relative
|
Operand2 (5 bits)
Register direct
|
Register
|
Offset
|
Give the number of memory positions that can be addressed direct to memory.
Given an instruction format with two types of instructions:
|
|
|
|
Type1: |
Opc (3 bits)
|
Operand1 (4 bits)
Register direct
|
Operand2 (10 bits)
Direct to memory
|
|
|
|
|
Type2: |
Opc (3 bits)
|
Operand1 (10 bits) Relative
|
Operand2 (4 bits)
Register direct
|
Register
|
Offset
|
Give the maximum number of registers the format can handle.