Question about computer storage

In summary, the computer stores data in digital form on a variety of media including computer files, but the most fundamental way the computer stores data is through bits.
  • #1
Bradfordly1
17
0
Are computer files the only way a computer stores data/digital information?
 
Computer science news on Phys.org
  • #2
Do you mean the medium of storage, or the device?
Medium of storage - digital data can be stored on:
tape (paper tape, iron oxide coated tape),
different kinds of portable digital storage (memory) on chips,
transient digital memory in a running computer,
various flavors of disk,
ssds,
laser written disks (DVD's, CD's).

Text - paper as print. Books, ledgers, etc.

With the exception of paper all of these media are unreadable without technology. So the answer I guess is: most of the time data is stored as computer files (digital format).

What are you after here? Your question is vague and I gave the most general answer I could.
 
  • #3
Bradfordly1 said:
Are computer files the only way a computer stores data/digital information?
At the most fundamental level, a computer does not store "files", it stores bits. Organization of strings of bits into what we think of as files is a macro construct of human invention whereas storage of bits is a coercion of nature by human designed electronics. Looked at another way, storage of bits can be performed in only a limited number of ways (electronics structures) but organization of strings of bits into files can be done in an unlimited number of ways and is completely arbitrary.
 
  • #4
phinds said:
At the most fundamental level, a computer does not store "files", it stores bits. Organization of strings of bits into what we think of as files is a macro construct of human invention whereas storage of bits is a coercion of nature by human designed electronics. Looked at another way, storage of bits can be performed in only a limited number of ways (electronics structures) but organization of strings of bits into files can be done in an unlimited number of ways and is completely arbitrary.

In what way does it store these bits? I'm trying to imagine what it would look like to store electrical information.
 
  • #5
Bradfordly1 said:
In what way does it store these bits? I'm trying to imagine what it would look like to store electrical information.
the signalling convention just switches voltages between the ranges to represent 1s and zero,AFAIK the signalling convention most commonly used is of course that of electrical voltage ranges.

0 Volts____________________ V-low ------forbidden range----- V-high _________________Vmax

[Vhigh - Vmax] = 1. Voltages that fall between this range are a ONE.
(0 - Vlow] = 0. Voltages that fall between this range are a ZERO.

and the reason we use binary signalling convention is because the noise is less and its not as complicated to manufacture as using other signalling conventions. Earlier computers used to physically re arrange themselves to represents new information, now its done electrically. The old computers were mechanical devices that were used to solve mathematical problems. The first ever electronic computer was the EANIC. The mechanical computers worked on mechanical principles that were used, and were very specific to their purpose. They could usually only solve a specific range of problems, and that too with limited accuracy. Older computers had limited programmability, they could not be expected to execute the type of algorithms most computers do nowadays.

"The processor is the “brain” of the computer that does all the work. By itself, the processor is fairly useless. (Think of
Einstein’s brain floating in a jar of formaldehyde. It may be one of the smartest
brains in the world, but if it can’t communicate with the outside world, it’s
completely useless as anything other than a very unusual paperweight.)
Like Einstein’s brain in a jar, your computer’s processor is useful only if it can
communicate with the outside world. The processor communicates with the
other parts of the computer through a series of wires called a bus.
When a processor needs to work with data, it retrieves it from another part
of the computer (such as the hard disk or memory) and temporarily stores
that data in a storage area called a register"
 
Last edited:
  • #6
Most long-term storge has been done magnetically with the caveat to keep the data away from strong magnetic fields.

Early computers could read and punch cards which was a form of storage but rather bulky. Later card storage was used mostly for complied programs ie relocatable binary code. Programmers would submit their program get a binary deck back and use it in subsequent runs to eliminate the compile step saving time and money.

Also some programmers used punched paper tape as a storage medium though again it was bulky and prone to ripping affected by the harsh manufacturing environment and the humidity when being reread many times when used for 60's era computer assisted milling machines.

https://en.wikipedia.org/wiki/History_of_numerical_control

Early computers used magnetic tapes that were filed in large tape libraries. Later computers started to use disk storage and that has gone through an evolution of reduced size and increased storage density from disk packs (3.5MB) to today's external harddrives (1/2/4 TB) storage).

https://en.wikipedia.org/wiki/Magnetic_storage

https://en.wikipedia.org/wiki/History_of_IBM_magnetic_disk_drives

Most recently, solid-state-drives have hit the market with the advent of cheap SSDs though still 4 times more expensive per unit of storage than magnetic storage devices.

https://en.wikipedia.org/wiki/Solid-state_drive

For future technology we'll have to wait and see what wins out.
 

1. What is computer storage?

Computer storage refers to the technology and processes used to store digital data on a computer. This includes both the hardware devices, such as hard drives and solid-state drives, and the software systems, such as file systems and databases, that manage the data.

2. How much storage space do I need for my computer?

The amount of storage space you need for your computer depends on your usage and the types of files you plan to store. For basic use, such as web browsing and word processing, a few hundred gigabytes may be sufficient. However, if you plan to store large files like videos and photos, or run demanding programs, you may need several terabytes of storage space.

3. What is the difference between RAM and storage?

RAM (Random Access Memory) and storage are both forms of computer memory but serve different purposes. RAM is used for short-term data storage and is responsible for the speed of your computer's performance. Storage, on the other hand, is for long-term data storage, such as files and programs, and is responsible for the amount of data your computer can hold.

4. How do I free up space on my computer's storage?

To free up space on your computer's storage, you can start by deleting any unnecessary files or programs. You can also transfer large files to an external hard drive or cloud storage. Additionally, you can use disk cleanup tools or uninstall unused applications to free up space.

5. How can I ensure the safety of my data on computer storage?

To ensure the safety of your data on computer storage, it is essential to regularly back up your files. This can be done by copying them to an external hard drive or using cloud storage services. It is also important to have antivirus software installed to protect against malware and regularly update your computer's operating system and software to prevent security vulnerabilities.

Similar threads

  • Computing and Technology
Replies
12
Views
2K
  • Computing and Technology
Replies
5
Views
920
Replies
6
Views
1K
  • Computing and Technology
Replies
14
Views
2K
  • Computing and Technology
Replies
1
Views
1K
  • Computing and Technology
2
Replies
36
Views
4K
  • Computing and Technology
Replies
6
Views
1K
  • Computing and Technology
Replies
25
Views
3K
Replies
8
Views
822
  • Computing and Technology
Replies
32
Views
958
Back
Top