(Fundamentally) Understanding Circuit Boards

  • Thread starter Essence
  • Start date
  • Tags
    Circuit
In summary: I can look at how it fulfills the purposes of abstract logic afterwards.In summary,I think it is important to approach the subject of computers in two different ways- system functionality and implementation. By doing this, you will be able to understand the computer on a much deeper level and avoid confusion.
  • #1
Essence
38
6
So I am not an engineer (FYI); I am currently training as either a physicist or a theoretical mathematician I think (still a freshman). Nonetheless I find the fundamental workings of a computer incredibly complex and would like to get a taste of ground-up design. I was wondering if anyone knew of any books that approached design from a very "electron is going through this wire, which leads to this reaction, which hence allows current to flow through this wire" sort of framework. I'm also interested in how such a seemingly complicated arrangement (as the ones used in actual computers) is pragmatically even possible.

My assumed understanding of computers is that they use materials that act as if-then clauses (semiconductors). These if-then clauses allow programers to type in inputs to create new if-then clauses (called a program). Therefore a computer is a combination of materials that is allowed to change the way it works depending on how the buttons that are part of it are pressed (although that wiring arrangement sounds very complicated).

Thank you for your time in reading this.
 
Engineering news on Phys.org
  • #2
The Art of Electronics is a good place to start .
Regularly updated it was first published 25? years ago.
 
  • #3
I found Albert Malvino’s Digital Computer Electronics (McGraw Hill) to be very informative. I suppose it is a bit dated (1983) but I don’t believe the fundamentals have changed all that much.
 
  • #4
I second The Art of Electronics. It is a great book for absolute beginners, especially with a physics background.

The key point in understanding this subject is that the function of a computer is distinct from its implementation. Logic operations that can eventually be built up into software are not inherently tied to any kind of implementation. They are typically done using semiconductor switches, as you say, but originally they were done using vacuum tubes. You could also implement computers using mechanical switches and relays (this has been done, most notably by Shannon who applied Boolean Logic to computation) or pipes filled with various amounts of water or even pen and paper. The logical connections do not depend on any specific technologies.

My point here is that it is most valuable to approach them independently, otherwise you will get needlessly confused. Your "if-then" clauses (more naturally called AND-OR-NOT) is the basis of any digital computer. You can then learn a bit about electronics if you want and see how these functions are implemented. People are typically more interested in one viewpoint than the other, which is why we have the loose distinction between computer engineers (focused on system functionality) and electrical engineering circuit specialists (focused on implementing specific functions).

To my mind, the key insight is this: complicated arrangements that form computers are collections of VERY simple arrangements that form gates (just a few switches). It's not magic, but it is very interesting.
 
  • Like
Likes davenn
  • #5
Thanks for the input. I took a look at The Art of Electronics and it is very involved (in a good way). I also hope to take a look at Digital Computer Electronics by the time I am done (just haven't gotten there yet). I really appreciate the responses; this is definitely the direction I was looking for I think (haven't dug through it heavily yet). :)
 
  • #6
analogdesign said:
Your "if-then" clauses (more naturally called AND-OR-NOT) is the basis of any digital computer. You can then learn a bit about electronics if you want and see how these functions are implemented. People are typically more interested in one viewpoint than the other

Just so I'm clear on this, the difference between system functionality and implementing specific functions is that (this is a little bit of a guess; I hope I didn't miss an important part of your text):

i) System functionality is more macro. Instead of figuring out how each function of the computer works this subject will assume each part of the computer works correctly and then figure out how each part should work together. Otherwise it might look into the abstract of how one physical AND-OR-NOT clause might work rather than bother with each and every AND-OR-NOT clause the computer actually ends up using (its implementation). It may also focus heavily on abstract logic.

ii) Function implementation is concerned with figuring out the specifics of how each function is carried out by the hardware of the computer, which involves a much more in-depth look at every AND-OR-NOT clause used by the computer.

Your overall point is that you can think about them separately to avoid confusion.

Just checking whether I got it right.

Or you may just be distinguishing between abstract logic and hardware. Possibly if I focus on the hardware in its most simple form, I can then look at how it fulfills the purposes of abstract logic afterwards to avoid confusion.
 
Last edited:
  • #7
Essence said:
... if I focus on the hardware in its most simple form, I can then look at how it fulfills the purposes of abstract logic afterwards to avoid confusion.
It could work the other way too. If you are just interested in the logic, just consider the logic gates:

gate.gif


This image is from http://hyperphysics.phy-astr.gsu.edu/hbase/electronic/gate.html.

But if you want to know how the gates work, then consider the circuits. e.g. the AND gate

and4.gif


This image is from http://hyperphysics.phy-astr.gsu.edu/hbase/electronic/and.html#c1.
 
  • #8
Essence said:
Nonetheless I find the fundamental workings of a computer incredibly complex and would like to get a taste of ground-up design. I was wondering if anyone knew of any books that approached design from a very "electron is going through this wire, which leads to this reaction, which hence allows current to flow through this wire" sort of framework. I'm also interested in how such a seemingly complicated arrangement (as the ones used in actual computers) is pragmatically even possible.

Hmmmmm. Where would one start today?
I'm old enough to have started on vacuum tubes. In high school we built individual logic circuits from discrete transistors, on palm sized circuit boards, then connected them together do more functions, Our text was the GE Transistor Manual, 1964.
But nowadays you'd need a microscope to see a flip-flop, and i don't even know how teaching of the subject is approached..
The books i started with are all obsolete now.

Here's a fascinating site to peruse

http://www.computerhistory.org/semiconductor/timeline.html

oh my goodness look what somebody has made available !
http://www.introni.it/pdf/GE - Transistor Manual 1964.pdf
It starts at the level you want, electrons and doping. Logic circuits start on page 175.

But you'll want a hard copy. See ebay or amazon.
 
  • #9
Essence said:
Or you may just be distinguishing between abstract logic and hardware. Possibly if I focus on the hardware in its most simple form, I can then look at how it fulfills the purposes of abstract logic afterwards to avoid confusion.

I think you got that right. A "computer" is an abstract thing that is primarily defined by its instruction set. How it is implemented is another subject entirely. Both fascinating but one might be more your speed at first. In my experience most people prefer to take a "software" approach and think of a computer logically and then investigate how it is really made later.

dlgoff said:
It could work the other way too. If you are just interested in the logic, just consider the logic gates:But if you want to know how the gates work, then consider the circuits. e.g. the AND gate

and4.gif


This image is from http://hyperphysics.phy-astr.gsu.edu/hbase/electronic/and.html#c1.

This is a very nice illustration of my point. The figure digoff posted is a perfectly valid AND gate but AND gates haven't been implemented that way in practice for more than 30 years! It just goes to show that even though the underlying technology changes, the logical basis for it remains the same. If looking at this particular implementation is helpful for understanding, though, it is useful.

In case you're interested, here is what a modern "practical" AND gate looks like:

figure14.jpg


This is from: https://courseware.ee.calpoly.edu/~dbraun/courses/ee307/F05/index.html

The funny thing is, usually a circuit design engineer would "design" an AND gate like this:

assign out = in1 & in2; // this synthesizes to an AND gate

This is a snip of code in the Verilog Hardware Description Language. The vast majority of gate-level digital design (either in ASICs or FPGAs) is now done by writing hardware descriptions using Verilog or a similar language called VHDL. A program called a "Synthesis Tool" parses your Verilog code and creates a gate-level description of your circuit. A gate-level description means your design is now implemented in gates such as AND gates and Flip-Flops instead of computer code. Then another program called a "Place-and-Route Tool" uses already designed and characterized gates (called standard cells) to implement and hook up your circuit for you.

jim hardy said:
Hmmmmm. Where would one start today?
I'm old enough to have started on vacuum tubes. In high school we built individual logic circuits from discrete transistors, on palm sized circuit boards, then connected them together do more functions, Our text was the GE Transistor Manual, 1964.
But nowadays you'd need a microscope to see a flip-flop, and i don't even know how teaching of the subject is approached..
The books i started with are all obsolete now.

The subject is still approached in a similar way. I was an EE undergrad in the mid-90s and we built flip-flops with cross-coupled NAND gates on the bench. We also simulated them in SPICE. That is still the way it is done, even if we are more removed from practice now.

jim hardy said:

They have a physical museum as well in Mountain View (in the old HQ of Silicon Graphics) that is truly amazing. If you ever visit the Bay Area you really need to go. They have almost every major computer technology in history to see there, from old IBM tabulating machines, to the German Enigma, to the Apollo Guidance Computer, to a Cray I, to an original Apple I signed by Woz. It's a magical place and I've been a member for years.
 
Last edited:
  • Like
Likes dlgoff
  • #10
jim hardy said:
oh my goodness look what somebody has made available !
http://www.introni.it/pdf/GE - Transistor Manual 1964.pdf
Nice find. The text I had for Electronics I (An Introduction to Electronics by W.G. Oldham & S.E. Schwarz) has a lot of similar transistor and IC fabrication images. Here's a couple of scans from it.

mytext1.jpg


mytext2.jpg
 
  • Like
Likes jim hardy
  • #11
jim hardy said:
Hmmmmm. Where would one start today?
I'm old enough to have started on vacuum tubes. In high school we built individual logic circuits from discrete transistors, on palm sized circuit boards, then connected them together do more functions, Our text was the GE Transistor Manual, 1964.
But nowadays you'd need a microscope to see a flip-flop, and i don't even know how teaching of the subject is approached..
The books i started with are all obsolete now.

Here's a fascinating site to peruse

http://www.computerhistory.org/semiconductor/timeline.html

oh my goodness look what somebody has made available !
http://www.introni.it/pdf/GE - Transistor Manual 1964.pdf
It starts at the level you want, electrons and doping. Logic circuits start on page 175.

But you'll want a hard copy. See ebay or amazon.
I started college in '09.
in general the 'into to digital electronics path' was...

electronics: understanding how electricity works (op-amps, ohms law, etc)
digital logic (Boolean algebra, electrical aspects of gates, decoders, endocders, k-maps, flip-flops, sequential logic, intro to vhdl, etc)
microprocessor systems: expanding on the digital logic class to using more complicated hardware systems and interfacing with software (microprocessors, ALUs, RAM, eeprom, ADC, DAC, assembly language, etc)
vhdl/verliog: hardware description languages.

It seems like the same basic process that jim hardy and analogdesign touched upon.
 
  • #12
I was hoping not to bump this but I do want to thank you for the info. There is a lot of stuff here for me to look through. Thanks :).
 
  • Like
Likes jim hardy
  • #13
I'm a little late to the game.

The trek from beginning electronics to how and what a computer does is a long ways (covers a lot of ground, in a good way) if you really want to start from the basics.

danpacino summarized it well:

electronics: understanding how electricity works (op-amps, ohms law, etc)
digital logic (Boolean algebra, electrical aspects of gates, decoders, endocders, k-maps, flip-flops, sequential logic, intro to vhdl, etc)
microprocessor systems: expanding on the digital logic class to using more complicated hardware systems and interfacing with software (microprocessors, ALUs, RAM, eeprom, ADC, DAC, assembly language, etc)

Understand electricity, understand logic, understand how logic can create a processor (basic CPU architecture) controlled by software, understand the peripherals a processor needs to become a computer.

If you want to jump ahead, this is a basic CPU: These basic elements are at the root of any computer. Just add IO (input output capability) to the external world.
CPU_block_diagram.png

(nice picture from http://web.sfc.keio.ac.jp/~rdv/keio/sfc/teaching/architecture/architecture-2009/lec02.html)
 
  • Like
Likes dlgoff

Related to (Fundamentally) Understanding Circuit Boards

1. What are circuit boards?

Circuit boards, also known as printed circuit boards (PCBs), are thin boards made of non-conductive material (usually fiberglass) with thin layers of conductive material, such as copper, on the surface. They are designed to provide a platform for electronic components to be connected and form a functional circuit.

2. How do circuit boards work?

Circuit boards work by providing a pathway for electricity to flow through the conductive material, connecting the electronic components to each other. The conductive material is etched into a specific pattern, creating traces that guide the flow of electricity and connecting the components in a specific way to make the circuit function properly.

3. What are the different types of circuit boards?

There are several types of circuit boards, including single-sided boards, double-sided boards, and multi-layer boards. Single-sided boards have components and traces on only one side, while double-sided boards have components and traces on both sides. Multi-layer boards have multiple layers of conductive material and are used for more complex circuits.

4. How do you design a circuit board?

Designing a circuit board involves several steps, including creating a schematic diagram, choosing components, and using software to lay out the board and create the necessary traces. The design process also involves considering factors such as size, power requirements, and functionality of the circuit.

5. What are common issues with circuit boards?

Common issues with circuit boards include faulty connections, damaged traces, and short circuits. These can be caused by various factors such as improper handling, heat, moisture, or manufacturing defects. It is important to carefully design and test circuit boards to minimize these issues and ensure proper functionality.

Back
Top