CO4a - Memory size

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ต.ค. 2024
  • #RAM #AddressBits #Size #computer #organization #architecture #COA

ความคิดเห็น • 18

  • @basmafaiz2629
    @basmafaiz2629 3 ปีที่แล้ว +1

    An application uses a 16- bits byte addressable virtual memory address space 1011110101111001
    An application uses a 16- bits byte addressable virtual memory address space 1011110101111001.
    a)calculate the maximum usable size of memory in KB? b)what is the range of a address?
    c) write down the offset if first six bits are used for page address?
    Answers please!!

    • @ezcse
      @ezcse  3 ปีที่แล้ว +1

      See the complete video to work out the answers:
      Max. usable size for byte-addressable memory with 16-bits address = 2^16 bytes = 64 KB
      Range: 0 to (2^16 - 1) - Watch video CO4 for this
      If six bits are for page address, the remaining bits are the offset. So offset is 0101111001 (377 in decimal) - Watch video CO51 for this

    • @basmafaiz2629
      @basmafaiz2629 3 ปีที่แล้ว

      @@ezcse thanks slot😻👍

  • @Nobody-nw3km
    @Nobody-nw3km ปีที่แล้ว +1

    Thank you so much .This helped me at the last minute

  • @mdwarisansari192
    @mdwarisansari192 ปีที่แล้ว +1

    Very useful thank you Mam

  • @mafazpx
    @mafazpx 3 ปีที่แล้ว +1

    Great explanation

  • @shahidnawaz3832
    @shahidnawaz3832 3 ปีที่แล้ว +1

    Good job

  • @kaustubhpaturi4801
    @kaustubhpaturi4801 3 ปีที่แล้ว +2

    So, word addressable memory is better than byte addressible memory, right?

  • @YatharthPatil_14
    @YatharthPatil_14 ปีที่แล้ว +1

    Thank you ma'am

  • @Electrologia
    @Electrologia 2 ปีที่แล้ว

    Very useful. Thanks

  • @Hello-sx6kv
    @Hello-sx6kv ปีที่แล้ว +1

    Thanku ma'am

  • @adarimahato9544
    @adarimahato9544 2 ปีที่แล้ว +1

    5-1. A computer uses a memory unit with 256K words of 32 bits each. A binary instruction code is stored in one word of memory. The instruction has four parts: an indirect bit, an operation code, a register code part to specify one of 64 reg isters, and an address part.
    a. How many bits are there in the operation code, the register code part, and the address part? b. Draw the instruction word format and indicate the number of bits in each
    erpart.ols c. How many bits are there in the data and address inputs of the memory?
    What is the difference between a direct and an indirect address instruction?
    mory are needed for each type of instruction to
    Plz solve the question

    • @ezcse
      @ezcse  2 ปีที่แล้ว

      Check solved examples in videos CO23a - CO23e

    • @adarimahato9544
      @adarimahato9544 2 ปีที่แล้ว

      Thnk uuu

  • @VishalSingh-by2ne
    @VishalSingh-by2ne 3 ปีที่แล้ว +1

    You should make more videos

  • @rakeshghosh4416
    @rakeshghosh4416 3 ปีที่แล้ว +1

    ❤️

  • @indianmemes3148
    @indianmemes3148 2 ปีที่แล้ว

    A CPU has 32 bit program counter. How many memory locations it can fetch?

    • @ezcse
      @ezcse  2 ปีที่แล้ว +2

      A program counter is used to store the address of the next instruction to be executed. If it is a 32-bit register, it can access maximum of 2^32 memory addresses.