How Many Memory Chips and What Decoder is Needed for a 256k x 8 Setup?

In summary, the speaker is asking for assistance with a digital logic question regarding the number of memory chips needed for a 256k x 8 setup and the type of decoder required. They also inquire about the size of the memory chips and mention that the decoder will depend on the number of memory chips needed.
  • #1
mathrocks
106
0
Computer engineering question--digital logic..

In my computer engineering class I was asked to find "How many memory chips are available and how many I need for a 256k x 8 and also what kind of decoder is needed" This is more of a digital logic question but there isn't another section on this forum for those types of questions.. Any help would be greatly appreciated. And if you know how to do it please explain how you got it...
 
Computer science news on Phys.org
  • #2
this is prolly a bit late and prolly u might have even solved this,
and if not,
are the memory chips size given?
if yes,
then for the question u need to,
divide 256k x 8 by the memory chip size
decoder will depend on the "number of memory chip size" we get.

-- AI
 
  • #3


To answer this question, we need to understand the basics of digital logic and binary numbers. In digital logic, a memory chip is a device that stores binary data, which is represented by 0s and 1s. The size of a memory chip is typically measured in bits (binary digits), and it can store a certain number of bits of data.

In this case, we are dealing with a 256k x 8 memory chip. This means that the chip can store 256 kilobits (256,000 bits) of data, and each data word is 8 bits long. Therefore, the total number of data words that can be stored in this memory chip is 256,000 / 8 = 32,000.

Now, we need to determine how many memory chips are needed to store this amount of data. Since each chip can store 32,000 data words, we can divide the total number of data words (32,000) by the number of data words per chip (32,000 / 32,000 = 1). This means that only one memory chip is needed to store 256k x 8 data.

As for the type of decoder needed, we need to understand that a decoder is a digital logic circuit that converts a binary code into a specific output. In this case, we need a decoder that can convert a 16-bit binary number (256k = 2^16) into a 32,000-bit output (32,000 = 2^15 * 8). This can be achieved using a 16-to-32,000 decoder, which is a type of decoder that can convert a 16-bit input into a 32,000-bit output.

In summary, to store 256k x 8 data, we need one 256k x 8 memory chip and a 16-to-32,000 decoder. I hope this explanation helps you better understand how to approach digital logic problems.
 

1. What is digital logic?

Digital logic is a branch of computer engineering that deals with the study of digital circuits and systems that use binary digits (0s and 1s) to process and transmit information.

2. What are the basic building blocks of digital logic?

The basic building blocks of digital logic are logic gates, such as AND, OR, and NOT gates. These gates are used to perform logical operations on binary inputs and produce binary outputs.

3. How are digital logic circuits designed and implemented?

Digital logic circuits are designed using Boolean algebra and logic diagrams. They are then implemented using electronic components, such as transistors and integrated circuits.

4. What are the applications of digital logic?

Digital logic is used in a wide range of applications, including computer systems, communication systems, control systems, and digital signal processing. It is also used in the design of microprocessors, memory chips, and other electronic devices.

5. What is the difference between combinational and sequential logic circuits?

Combinational logic circuits produce an output based solely on the current input, while sequential logic circuits use memory elements to store information and produce an output based on both current and past inputs. This allows sequential logic circuits to perform more complex tasks, such as counting and storing data.

Similar threads

  • Computing and Technology
Replies
14
Views
3K
  • Computing and Technology
Replies
4
Views
2K
  • Introductory Physics Homework Help
Replies
10
Views
1K
  • Programming and Computer Science
Replies
29
Views
3K
  • Computing and Technology
Replies
6
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
2
Views
2K
Replies
1
Views
813
  • Quantum Physics
Replies
2
Views
1K
  • STEM Academic Advising
Replies
2
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
23
Views
4K
Back
Top