Maniruzzaman Akash's Blog

Maniruzzaman Akash, A programmer, A web programmer, a helpful person to share knowledge and everything..

  • Home
  • Programming
    • C Programming
    • Java Programming
    • C++ Programming
    • C# Programming
    • Python Programming
    • Data Structure
  • Web
    • HTML
    • CSS
    • Javascript
    • PHP
    • AJAX
    • XML
  • FrameWork
    • Bootstrap(CSS)
    • Laravel 5(PHP)
  • Database
    • MySQL
    • Oracle
    • SQL Server
  • Android
    • Android Development
  • Mathematics
    • Numerical Methods
  • Others
    • My Articles
    • Download Ebooks
    • Mathematics
    • Difference Between
  • Contact
Computer Architecture

Consider a hypothetical 32-bit microprocessor having 32-bit instructions: Solutions

Thursday, April 20, 2017 By Maniruzzaman Akash 9 Comments
Consider a hypothetical 32-bit microprocessor having 32-bit instructions: Solutions
Problem Set:

Consider a hypothetical 32-bit microprocessor having 32-bit instructions composed of two fields: the first byte contains the opcode and the remainder the immediate operand or an operand address.
a. What is the maximum directly addressable memory capacity (in bytes)?
b. Discuss the impact on the system speed if the microprocessor bus has
   1. a 32-bit local address bus and a 16-bit local data bus, or
   2. a 16-bit local address bus and a 16-bit local data bus.
   c. How many bits are needed for the program counter and the instruction register?

Solution:

a. 2^(32-8) = 2^24 = 16,777,216 bytes = 16 MB ,(8 bits = 1 byte for he opcode).

b.1. a 32-bit local address bus and a 16-bit local data bus. Instruction and data transfers would take three bus cycles each, one for the address and two for the data. Since If the address bus is 32 bits, the whole address can be transferred to memory at once and decoded there; however, since the data bus is only 16 bits, it will require 2 bus cycles (accesses to memory) to fetch the 32-bit instruction or operand.

b.2. a 16-bit local address bus and a 16-bit local data bus. Instruction and data transfers would take four bus cycles each, two for the address and two for the data. Therefore, that will have the processor perform two transmissions in order to send to memory the whole 32-bit address; this will require more complex memory interface control to latch the two halves of the address before it performs an access to it. In addition to this two-step address issue, since the data bus is also 16 bits, the microprocessor will need 2 bus cycles to fetch the 32-bit instruction or operand.

c. For the PC needs 24 bits (24-bit addresses), and for the IR needs 32 bits (32-bit addresses).

Computer Architecture
Share:

Maniruzzaman Akash
Maniruzzaman Akash, an enthusiastic programmer, a web developer

Related Articles


9 comments:

  1. UnknownDecember 19, 2020 at 12:39 PM

    Fine

    ReplyDelete
    Replies
    1. AnonymousMarch 13, 2022 at 7:38 AM

      Consider A Hypothetical 32-Bit Microprocessor Having 32-Bit Instructions: Solutions - Maniruzzaman Akash'S Blog >>>>> Download Now

      >>>>> Download Full

      Consider A Hypothetical 32-Bit Microprocessor Having 32-Bit Instructions: Solutions - Maniruzzaman Akash'S Blog >>>>> Download LINK

      >>>>> Download Now

      Consider A Hypothetical 32-Bit Microprocessor Having 32-Bit Instructions: Solutions - Maniruzzaman Akash'S Blog >>>>> Download Full

      >>>>> Download LINK zU

      Delete
      Replies
        Reply
    2. Reply
  2. UnknownApril 13, 2021 at 4:04 AM

    good asnwer

    ReplyDelete
    Replies
      Reply
  3. AmirApril 18, 2021 at 10:39 PM

    : Consider a hypothetical 16-bit microprocessor having 16-bit instruction composed
    of two fields: The first 6 bits contain the opcode and rest of the bits is for address.
    a) How many total operations can be performed by this machine?
    b) How much total memory can be accessed by this machine?
    c) How many bits are needed for Program Counter and Instruction Register?
    d) Discuss the impact on system speed if the microprocessor bus has:
    a. A 10-bit local address bus and a 8-bit local data bus,
    b. A 5-bit local address bus and a 16-bit local data bus.

    can you answer thie problem?

    ReplyDelete
    Replies
      Reply
  4. UnknownJune 26, 2021 at 11:44 AM

    64 bit processor 64 bit instruction set
    2 bytes opcode
    16 bit adress bus
    32 bit data bus


    please answer
    1: how many cycles are needed
    2: directly addressable memory size

    Plz answer this question

    ReplyDelete
    Replies
      Reply
  5. UnknownAugust 23, 2021 at 2:03 PM

    Consider a hypothetical microprocessor having a 24-bit address bus and a 32-bit data bus. What is the maximum directly addressable memory capacity (in bytes)

    ReplyDelete
    Replies
    1. UnknownAugust 23, 2021 at 2:03 PM

      Plz Answer This Question

      Delete
      Replies
        Reply
    2. Reply
  6. AyazDecember 8, 2021 at 9:06 AM

    Ja Ja Tur ja

    ReplyDelete
    Replies
      Reply
  7. AnonymousMarch 13, 2022 at 7:37 AM

    Consider A Hypothetical 32-Bit Microprocessor Having 32-Bit Instructions: Solutions - Maniruzzaman Akash'S Blog >>>>> Download Now

    >>>>> Download Full

    Consider A Hypothetical 32-Bit Microprocessor Having 32-Bit Instructions: Solutions - Maniruzzaman Akash'S Blog >>>>> Download LINK

    >>>>> Download Now

    Consider A Hypothetical 32-Bit Microprocessor Having 32-Bit Instructions: Solutions - Maniruzzaman Akash'S Blog >>>>> Download Full

    >>>>> Download LINK

    ReplyDelete
    Replies
      Reply
Add comment
Load more...

Newer Post Older Post Home
Subscribe to: Post Comments ( Atom )

Popular Posts

  • Numerical Methods 20 Multiple Choice Questions and Answers
  • Consider a hypothetical 32-bit microprocessor having 32-bit instructions: Solutions
  • List and briefly define two approaches to dealing with multiple interrupts
  • The hypothetical machine has two I/O instructions: 0011= Load AC fro I/O 0111= Store AC to I/O Solutions
  • What are the characteristics of Digital IC's?-Solution
  • Mid Square Method Code implementation in C and MatLab
  • List and briefly define the possible states that define an instruction execution
  • BFS, DFS, DLS in Tree implementation in C
  • Download Laravel Offline Documentation as HTML
  • Simpson's 1/3 Code in Matlab

Category

Advanced PHP Android Developement Articles Artificial Intelligenece Blogger Tips Blogging Career Bootstrap Offline Documentation Bootstrap Templates C Programming Computer Architecture Data Structure Difference Between Download Documentation Download Ebook Download Free Blog Template Earning Money Electrical Electronics Guest Posts HTML Java Programming Laravel Laravel Bangla Tutorial MatLab Code My Videos MySQL Database Numerical Methods Offline Documentation Recent Topics Simulation and Modeling Unity Game Development Web Design Web Development

LIKE ME ON FACEBOOK

TAGS

  • Advanced PHP (3)
  • Android Developement (5)
  • Articles (6)
  • Artificial Intelligenece (3)
  • Blogger Tips (5)
  • Blogging Career (1)
  • Bootstrap Offline Documentation (1)
  • Bootstrap Templates (1)
  • C Programming (14)
  • Computer Architecture (5)
  • Data Structure (11)
  • Difference Between (1)
  • Download Documentation (2)
  • Download Ebook (3)
  • Download Free Blog Template (2)
  • Earning Money (1)
  • Electrical Electronics (1)
  • Guest Posts (1)
  • HTML (4)
  • Java Programming (2)
  • Laravel (3)
  • Laravel Bangla Tutorial (1)
  • MatLab Code (2)
  • My Videos (3)
  • MySQL Database (7)
  • Numerical Methods (9)
  • Offline Documentation (1)
  • Recent Topics (1)
  • Simulation and Modeling (2)
  • Unity Game Development (3)
  • Web Design (3)
  • Web Development (1)

Join Google+

Maniruzzaman Akash
View my complete profile

Join With Me

Site Visitors

Best Sites For a programmer

  • URI Online Judge Solution By Me
  • StackOverFlow
  • W3 School
  • Git Hub - Store your Every Document

Popular Posts

  • What are the characteristics of Digital IC's?-Solution
  • The hypothetical machine has two I/O instructions: 0011= Load AC fro I/O 0111= Store AC to I/O Solutions
  • Consider a hypothetical 32-bit microprocessor having 32-bit instructions: Solutions
  • Numerical Methods 20 Multiple Choice Questions and Answers
  • List and briefly define two approaches to dealing with multiple interrupts
  • Mid Square Method Code implementation in C and MatLab
  • Depth First Search DFS code using Binary Tree in C language
  • How to import Excel,CSV file in Laravel And insert data in database
  • Numerical method Codes simple MatLab implementation
  • ফিফা ওয়ার্ল্ড কাপ ২০১৮ শিডিউল এবং সমস্ত আপডেট- FIFA World Cup 2018 - Bangladesh Time Schedule

Earn Money From Your site

Translate To your language

Categories

Advanced PHP (3) Android Developement (5) Articles (6) Artificial Intelligenece (3) Blogger Tips (5) Blogging Career (1) Bootstrap Offline Documentation (1) Bootstrap Templates (1) C Programming (14) Computer Architecture (5) Data Structure (11) Difference Between (1) Download Documentation (2) Download Ebook (3) Download Free Blog Template (2) Earning Money (1) Electrical Electronics (1) Guest Posts (1) HTML (4) Java Programming (2) Laravel (3) Laravel Bangla Tutorial (1) MatLab Code (2) My Videos (3) MySQL Database (7) Numerical Methods (9) Offline Documentation (1) Recent Topics (1) Simulation and Modeling (2) Unity Game Development (3) Web Design (3) Web Development (1)

Subscribe To This Site To Get Latest Article On Programming or web

Posts
Atom
Posts
Comments
Atom
Comments
© 2016 Maniruzzaman Akash's Blog | All rights reserved
Developed By Maniruzzaman Akash Created By Responsive Blogger Templates | Distributed By Gooyaabi Templates