Skip to content

Commit

Permalink
Created Electronic Computer Section (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Little authored Aug 10, 2023
1 parent 34e83a1 commit 046d699
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 1 deletion.
53 changes: 53 additions & 0 deletions Electronic Computer/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# [Electronic Computer](#electronic-computer)

The electronic computer is a marvel of human ingenuity that has fundamentally transformed the way we process information, solve problems, and communicate.

## Table of Contents

- [History](#history)
- [Basic Architecture](#basic-architecture)
- [Types of Computers](#types-of-computers)
- [Impact of Society](#impact-on-society)
- [Future of Computers](#future-of-computers)

## [History](#history)

The evolution of the electronic computer began in the early 20th century, but its roots can be traced back even further:

- **Mechanical Computers**: Before electronic computers, there were mechanical devices like the abacus and the Babbage's Analytical Engine.

- **1930s & 1940s**: Alan Turing introduced the concept of a "universal machine" that could simulate any computation. This laid the theoretical foundation for modern computing.

- **1950s**: The first commercially available computer, UNIVAC, was introduced, marking the beginning of the computer age.

## [Basic Architecture](#basic-architecture)

At its core, an electronic computer comprises the following components:

- **Central Processing Unit (CPU)**: Often called the "brain" of the computer. It performs arithmetic, logical, control, and input/output operations.

- **Memory**: Stores data and instructions for processing. Includes RAM (temporary storage) and ROM (permanent storage).

- **Input/Output Devices**: Interfaces that allow the computer to interact with the external world. Includes keyboards, monitors, printers, etc.

- **Storage**: Devices that hold vast amounts of data for long-term retention. Examples include hard drives, SSDs, and optical discs.

## [Impact on Society](#impact-on-society)

- **Information Revolution**: We can process and access vast amounts of information at unprecedented speeds.

- **Global Connectivity**: The internet and computers have made global communication seamless.

- **Economic Shifts**: Many traditional industries have transformed, and new industries like software development have emerged.

- **Educational Advancements**: E-learning, online courses, and virtual classrooms have become prevalent.

## [Future of Computers](#future-of-computers)

With advancements in quantum computing, AI, and nanotechnology, the future of computers is bound to be even more revolutionary. We might see:

- **Neuromorphic Chips**: Emulating the human brain for faster and more efficient processing.

- **Quantum Computers**: Leveraging quantum physics to solve problems deemed impossible for classical computers.

- **Organic Computers**: Using organic compounds to build computers.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
Computer science is the study of computers and computing and their theoretical and practical applications. Computer science applies the principles of mathematics, engineering, and logic to a plethora of problems. These include algorithm formulation, software/hardware development, and artificial intelligence.


## [Electronic Computer](Not-Added)
## [Electronic Computer](Electronic%20Computer/readme.md)
A device that computes, especially a programmable electronic machine that performs high-speed mathematical or logical operations or assembles, stores, correlates, or otherwise processes information.

## [Boolean Logic](Boolean%20Logic/readme.md)
Expand Down

0 comments on commit 046d699

Please sign in to comment.