logo

Crowdly

Browser

Додати до Chrome

Computer Architecture (lectures) / Kompiuterių architektūra (paskaitos)

Шукаєте відповіді та рішення тестів для Computer Architecture (lectures) / Kompiuterių architektūra (paskaitos)? Перегляньте нашу велику колекцію перевірених відповідей для Computer Architecture (lectures) / Kompiuterių architektūra (paskaitos) в emokymai.vu.lt.

Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!

Kokia bus tranzistoriaus išėjimo būsena žemiau pavaizduotoje schemoje, naudojant šio kurso susitarimus apie logines reikšmes?

What will be the output value of the following circuit (using conventions assigned in this course)?

0%
0%
0%
0%
Переглянути це питання

Kokios loginės formulės aprašo šio loginio elemento funkciją?

Which formulae describe the function of this logic gate?

0%
0%
100%
0%
Переглянути це питання

Paverskite dvejetainį skaičių į ketvertainę (pagrindu 4) skaičiavimo sistemą:

Convert a binary number into quaternary (base 4) positional number system:

1110010100110

Переглянути це питання

Koks bus žemiau nurodytos operacijos pabičiui rezultatas? Įvesties skaičiai šešioliktainėje sistemoje. Rezultatą nurodykite šešioliktainėje sistemoje, tik skaitmenis, jei reikia, su pradiniais nuliais. Pateikite lygiai tiek skaitmenų, kiek reikia 16-os bitų mašinos žodžiui.

What will be the result of the following operation? The input numbers are in hexadecimal. Please give the answer in hexadecimal, digits only, whith leading zeroes if necessary, just enough digits for the 16-bit machine word:

(NOT 2095) AND (NOT 25CD) = ?

Переглянути це питання
Переглянути це питання

Koks bus žemiau nurodytos operacijos pabičiui rezultatas? Įvesties skaičiai šešioliktainėje sistemoje. Rezultatą nurodykite šešioliktainėje sistemoje, tik skaitmenis, jei reikia, su pradiniais nuliais. Pateikite lygiai tiek skaitmenų, kiek reikia 16-os bitų mašinos žodžiui.

What will be the result of the following operation? The input numbers are in hexadecimal. Please give the answer in hexadecimal, digits only, whith leading zeroes if necessary, just enough digits for the 16-bit machine word:

(NOT 2066) XOR 02A2 = ?

Переглянути це питання

Kokia reikšmė atsiras išvesties prievade (porte, angl. "output port") mūsų nagrinėtame Harvardo architektūros procesoriuje įvykdžius žemiau nurodytą programą, jei įvesties prievado reikšmė yra 357? Atsakymą nurodykite kaip skaičių be ženklo dešimtainėje sistemoje.

What value will be output to the output port in the Harvard architecture CPU that was discussed in our course, after executiong the program given below, if the input port has value 357? Provide the answer as an unsigned decimal number.

N:      DS  1                   ; The current processed number

CNT:    DS  1                   ; Loop invocation counter

        IN  0                   ; Input from port 0 to A

        ST  N                   ; Store the input value into variable N

        LDC 0

        ST  CNT                 ; Initialise the CNT counter with 0

LOOP:   LD   CNT                ; Increment the counter:

        ADDC 1                  ; counter increment is 1

        ST   CNT                ; CNT := CNT + 1

        LD   N                  ; Check that N ...

        SUBC 1                  ; ... is not 1

        JNZ  CONT               ; When N != 1, perform the loop body

        JMP  OUTPUT             ; When N == 1, finish and output the CNT counter

CONT:   LD   N                  ; Check if N is even or odd

        REMC 2

        JNZ  ODD

EVEN:   LD   N                  ; If N is even, divide it by 2:

        DIVC 2

        ST   N

        JMP  LOOP

ODD:    LD   N                  ; If N is odd, multiply it by 3 ...

        MULC 3

        ADDC 1                  ; ... and add 1

        ST   N

        JMP  LOOP

OUTPUT: LD  CNT                 ; Output the accumulated counter ...

        OUT 0                   ; ... to port 0 (the only port so far ;)

        HALT

Переглянути це питання

A von Neumann computer, similar to the one discussed in the previous lecture, has executed an instruction that takes 2 bytes in the memory. Each byte of the memory is addressable, and instruction can start at any address. Machine word is 4 bytes. What actions must be carried out to advance the Program Counter (PC) to the next command?

Fon Noimano architektūros kompiuteris, panašus į aptartą praeitoje paskaitoje, įvykdė komandą, kuri užima 2 baitus atmintyje. Adresuojamas kiekvienas atminties baitas, ir komandos gali prasidėti nuo bet kurio adreso.  Mašinos žodis yra 4 baitai. Ką reikia padaryti, kad programos skaitliukas (PC) rodytų į sekančią vykdomą komandą?

0%
0%
0%
0%
Переглянути це питання

Kurie įėjimo kodai atitinka kuriuos išėjimo kodus žemiau pavaizduotoje loginėje schemoje? LSB yra jauniausias bitas, MSB yra vyriausias bitas.

Which input codes correspond to which output binary codes in the circuit below? LSB is the Least Significant Bit, and MSB is the Most Significant Bit.

Circuit to analyse.

Переглянути це питання

Can all rational fractions be exactly represented as a finite length binary fractions?

Ar galima tiksliai atvaizduoti bet kokį racionalų skaičių kaip baigtinio ilgio dvejetainę trupmeną?

100%
0%
0%
Переглянути це питання

Хочете миттєвий доступ до всіх перевірених відповідей на emokymai.vu.lt?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!

Browser

Додати до Chrome