Solution :
Since the address we have is 16 bit in length so the total number of address we have will be 2 to the power 16 (2^16) which will be equal to 65536 which can be 65k approx. But there is no option available so the correct option will be 64k.
Hence option(a) is correct ie 64K.
If the adresse is 16 bit length how many addresses we have Select one: a. 64K...
Let A be the set of all bit strings of length 10. 1. How many bit strings of length 10 are there? How many bit strings of length 10 begin with 1101? How many bit strings of length 10 have exactly six 0's? How many bit strings of length 10 have equal numbers of O's and 1's? How many bit strings of length 10 have more O's than 1's? a. b. c. d. e.
page addressing (a) The following are virtual 16 Considered bit-addresses, with the upper 8th Bit the number of the page and the lower one 8th Bit represent the offset. The physical memory included in this example 256 Page frames ( frames ) to each 256 Bytes per page, ie physical addresses from 0x0000 to 0xFFFF, where frame 0 at 0x0000 starts. Given the following page table for a process that 10 Pages (page numbers 0 - 9), some of which...
If a computer has 64-bit addresses and each address corresponds to one byte, how many gigabytes of memory can the computer address? (Show the math) The past answers for this same question are either incorrect or do not show the math.
4. Assume that we have a machine with the following memory specifications: Virtual addresses are 32 bits wide Physical addresses are 26 bits wide . Page size is 16 Kbytes 4/A) How many pages are in the virtual memory space? 4/B) How many page frames are in the physical memory space? 4/C) If each page table entry consists of a physical frame number, 1 present/absent bit Answers Pages .Page Frames and 1 dirty/clean bit (which shows if the page has...
Memory organization a) Suppose that a 32MB system memory is built from 32 1MB RAM chips. How many address lines are needed to select one of the memory chips? Suppose a system has a byte-addressable memory size of 4GB. How many bits are required for each address? Suppose that a system uses 16-bit memory words and its memory built from 32 1Mx 8 RAM chips. How large, in words, is the memory on this system? Suppose that a system uses...
10 marks Question#3 Answer the following Questions 1. How many colors do we have at the following bit-depth? a. 01 bit = b. 03 bit = C. 04 bit = d. 08 bit = e. 16 bit = 2. In a 4k image, the resolution is 4096 x 2160. a. How many pixels in a 4k image? b. If we divided a 4k image into a block of 8 * 8 pixels. How many blocks we will have? 3. We...
Assume acc internet addresses can be expressed as 129.174/16. How many bits are available for network addresses? ______ How many bits are available for host addresses? ______
Consider the page table shown below for a system with 16-bit virtual and physical addresses and with 4096-byte pages. All numbers below are given in hexadecimal. (A dash for a page frame indicates that the page is not in memory.) Page Number Physical Frame Number 0 - 1 2 2 C 3 A 4 - 5 4 6 3 7 - 8 B 9 0 How many bits are in the offset part of the address? How many hex digits...
Consider a system with 64 bit words, 48 bit addresses, 32GB of real memory and 4kB pages. a) How many virtual pages are there? b) How many page frames (real memory) are there? c) How many entries are needed in the page table? d) If each entry in the table requires 2 words, how big is the table?
How many bit strings of length 10 have... (a) Exactly four 1s in a row? (b) at least eight 0s in a row?