Here the read/write input controls which memory location is to take place the read operation or write operation. A read operation occurs when read R/W =1 and write operation occurs when R/W=0. If the memory capacity is 256 x 8 find the number of data inputs and output lines, also find the number of address line inputs, find the word size, and find the total number of bits stored. Also find this information for 512 x 16. For 256 x 8 there are 8 lines because 256= 28 so the exponent shows the amount of lines 256 shows the word size that the chip can hold and the 8 shows # of bits per word For 256K x 16. 256 x 1024= word size. 16= # of bits per word. Number of address lines= 28=256. Number of input output lines=16. Capacity of the memory= 256K*16. Read only memory holds data that are permanent and will not change frequently. Data can only be read from and cannot be written into. Since it is a nonvolatile memory ROM are widely used in microcomputers to store programs. Type of ROM prom programmable read only memory. This type of ROM are programed by the user and once programed it cannot be erased and reprogramed therefor these devices are often referred to as one time programmable ROM’s. Once