Diff between binary digits and memory.

In summary: Think of it this way - if bits are like letters and memory is like a filing cabinet, then binary digits are like the labels on the cabinet doors. They're just a way of representing the information.
  • #1
Celluhh
219
0
i'm doing a project on electronics while knowing nothing at all about it.

after reading up i do have some basic info, but i think i also have quite a bit of misconception.

based on internet research ,i know that RAM is created by semiconductors ( please correct me if I'm wrong) and binary digits are read as only zero or one..binary digits are created due to a difference in states right? and memory is created due to difference in states too right? so do binary digits actually make up memory? i know this may be a stupid qns;(
 
Engineering news on Phys.org
  • #2
Think of it as the difference between pigeonholes and the letters in them.

The binary digits (or information) are like the letters.
They change as the information changes, just as we take the letters out (to read them) and put new ones in their place.

Memory is like the pigeonholes which are fixed and do not change.
They are the physical place to hold the information - binary digits or letters -
Just as with pigeon holes - letters for me will be filed under S - memory has addresses to identify each location.

Does this help?
 
  • #3
Celluhh said:
i'm doing a project on electronics while knowing nothing at all about it.

after reading up i do have some basic info, but i think i also have quite a bit of misconception.

based on internet research ,i know that RAM is created by semiconductors ( please correct me if I'm wrong) and binary digits are read as only zero or one..binary digits are created due to a difference in states right? and memory is created due to difference in states too right? so do binary digits actually make up memory? i know this may be a stupid qns;(

Yes that is correct. 0101011010101. All data and instructions inside a computer are in this form.
 
  • #4
based on internet research ,i know that RAM is created by semiconductors ( please correct me if I'm wrong) and binary digits are read as only zero or one..binary digits are created due to a difference in states right?

This explains how RAM works..
http://www.howstuffworks.com/ram.htm
 
  • #5
CWatters, thanks for the link it's really helpful but the info is too hard for me to understand ...;(

Memory is made up of bits arranged in a two-dimensional grid. are bits matter?( i know this sounds stupid but I'm reallly confused.)
 
  • #6
for dynamic memory to work, either the CPU or the memory controller has to come along and recharge all of the capacitors holding a 1 before they discharge. To do this, the mem*ory controller reads the memory and then writes it right back.(how?!)


DRAM works by sending a charge through the appropriate column (CAS) to activate the transistor at each bit in the column. (i don't understand this sentence)

When writing, the row lines contain the state the capacitor should take on. When reading, the sense-amplifier determines the level of charge in the capacitor. If it is more than 50 percent, it reads it as a 1; otherwise it reads it as a 0. ( so the sense amplifier is the memory controller?)
 
  • #7
Celluhh said:
i'm doing a project on electronics while knowing nothing at all about it.

after reading up i do have some basic info, but i think i also have quite a bit of misconception.

based on internet research ,i know that RAM is created by semiconductors ( please correct me if I'm wrong) and binary digits are read as only zero or one..binary digits are created due to a difference in states right? and memory is created due to difference in states too right? so do binary digits actually make up memory? i know this may be a stupid qns;(

I think this is a philosophical point.
Binary digits just describe the State of each piece of logic circuit. The state of each element corresponds to the digital information (the software) and the element is the hardware. This is just the same as saying that a written number (7, say) corresponds to a quantity of seven things - or, perhaps just the number seven (software). The shape on the paper, formed with a pencil or pen is just the (hardware) way that the number has been stored.

The value 'seven' may be represented in many different ways but corresponds to the same thing in each case. (Assuming the person got the arithmetic right!)
 

FAQ: Diff between binary digits and memory.

What is the difference between binary digits and memory?

Binary digits, or bits, are the smallest unit of information in a computer system and can only have two possible values: 0 or 1. Memory, also known as RAM (Random Access Memory), is a physical component of a computer that stores data and instructions. In other words, binary digits are the building blocks of memory.

Why are binary digits important in computers?

Binary digits are important in computers because they allow for the representation of data and instructions in a digital format. This allows for efficient storage and processing of information, making computers much faster and more powerful than traditional analog systems.

How does memory store binary digits?

Memory stores binary digits in the form of electronic charges. Each bit is represented by either a high or low voltage, corresponding to 1 or 0, respectively. These charges are stored in tiny electronic circuits within the memory, allowing for fast access and manipulation of data.

What is the relationship between binary digits and computer processing?

The relationship between binary digits and computer processing can be described as a language. Binary digits are used to represent data and instructions, which are then processed by the computer's central processing unit (CPU). The CPU reads and interprets the binary digits, allowing for the execution of various tasks and operations.

Can memory store anything other than binary digits?

No, memory is designed to store and process binary digits. However, these binary digits can represent a wide range of data and information, including numbers, letters, images, and sound. This allows for the versatility of computers and their ability to handle various tasks and applications.

Back
Top