subject

ISA: Q(1) A memory unit has a capacity of 65,536 words of 25 bits each. It is used in conjunction with a general-
purpose computer. The instruction code is divided into four parts: an indirect mode bit, operation code, two bits that specify a processor register (General purpose register), and an address part.
a) What is the maximum number of operations that can be incorporated in the computer if an instruction is
stored in one memory word?
b) Draw the instruction word format indicating the number of bits and the function of each part.
c) How many processor registers are there in the computer and how many bits in each?​

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 20:00
What is the worst-case complexity of the maxrepeats function? assume that the longest string in the names array is at most 25 characters wide (i.e., string comparison can be treated as o( class namecounter { private: int* counts; int nc; string* names; int nn; public: namecounter (int ncounts, int nnames); int maxrepeats() const; }; int namecounter: : maxrepeats () { int maxcount = 0; for (int i = 0; i < nc; ++i) { int count = 1; for (int j = i+1; j < nc; ++j) { if (names[i] == names[j]) ++count; } maxcount = max(count, maxcount); } return maxcount; }
Answers: 3
question
Computers and Technology, 22.06.2019 21:00
Write a method so that the main() code below can be replaced by the simpler code that calls method original main(): public class calcmiles { public static void main(string [] args) { double milesperhour; double minutestraveled; double hourstraveled; double milestraveled; milesprhour = scnr.nextdouble(); minutestraveled = scnr.nextdouble(); hourstraveled = minutestraveled / 60.0; milestraveled = hourstraveled * milesperhour; system.out.println("miles: " + milestraveled); } }
Answers: 2
question
Computers and Technology, 23.06.2019 09:10
(328 inc. 448 ind. 480 in25. john has a collection of toy cars. he has 2 red cars, 4 blue cars, 4 black cars, and 6 yellowcars. what is the ratio of red cars to yellow cars? a. 1: 2b. 1: 3c. 1: 626. the net of a right triangular prism is shown below.
Answers: 2
question
Computers and Technology, 23.06.2019 09:30
You wanted to look up information about alzheimer's, but you were unsure if it was spelled "alsheimer's" or "alzheimer's." which advanced search strategy would be useful? a) a boolean search b) using a wild card in your search c) trying different search engines d) doing a search for "alsheimer's not alzheimer's" asap. ill give brainlist.
Answers: 1
You know the right answer?
ISA: Q(1) A memory unit has a capacity of 65,536 words of 25 bits each. It is used in conjunction w...
Questions
question
History, 24.10.2021 20:50
question
Mathematics, 24.10.2021 20:50
question
Mathematics, 24.10.2021 20:50
question
Mathematics, 24.10.2021 20:50
question
Mathematics, 24.10.2021 20:50
question
Mathematics, 24.10.2021 20:50
Questions on the website: 13722363