1

I've looked around on the web a bit but it's the same jumbled up garbage. I'm convinced most of the articles are by people who've only heard what a microchip is but who don't actually know.

microchip

My assumption is that a microchip is like that thing above, not a green board with soldered connections but that it represents what one might put together on a bread board except in a much more condensed form. Is that correct?

Adam Haun
  • 21,331
  • 4
  • 50
  • 91
Jacksonkr
  • 711
  • 2
  • 8
  • 16
  • 1
    Integrated circuit might be the term you are looking for http://en.wikipedia.org/wiki/Integrated_circuit – geometrikal Jan 27 '15 at 03:31
  • 1
    Yes, last statement pretty much sums it up. – geometrikal Jan 27 '15 at 03:32
  • 4
    The word "microchip" has been used forever (at least a decade or two) to represent an Integrated Circuit. To make things interesting, there is a large company named Microchip which produces a bunch of different kinds of microchips, including microcontrollers, opamps, sensors, etc... The picture you posted has the Microchip company logo. – bitsmack Jan 27 '15 at 04:17
  • Flip over a cheap IC in a BGA package and the distinction gets confusing... – Chris Stratton Jan 27 '15 at 04:45
  • My friend once commented how 'Microchip' is the least creative name for a company... What's the company name? - 'Microchip', and what does it make? Microchips... :-P – Sohail Jan 27 '15 at 04:45
  • @captainsomewhere Eponymous brand-naming captures the essence - maybe:-). IBM seem to have got it right :-). – Russell McMahon Jan 27 '15 at 08:43
  • "Microchip" has several different meanings. It could be a bare-naked integrated circuit chip, it could be a small IC package designed for "SMD" mounting, it could be the sort of tiny RFID device that is typically [inserted under the skin of pets to identify them](http://en.wikipedia.org/wiki/Microchip_implant_%28animal%29). It could even be a device [implanted under the skin of a company's employees to identify them](http://www.inquisitr.com/1803993/company-implants-microchips-in-employees-hands-enables-them-to-use-photocopier-and-pay-for-lunch/). – Hot Licks Feb 02 '15 at 01:45

2 Answers2

4

This is definitely not a microchip, although there are microchips soldered to it (source):

Circuit board and soldering iron

It's called a printed circuit board (PCB) or (less commonly) a printed wiring board (PWB).

The object in your picture looks like a microchip, but all we can see is a DIP-24 package. (The lack of a part number suggests that it's a stock photo, not a real product.) The integrated circuit chip itself is buried inside the package. This question has some good pictures of ICs, but this one probably shows what you're looking for:

SOIC package with die and bond wires exposed

The thing in the middle with the wires coming off of it is the integrated circuit die -- the actual "chip" of silicon. Since ICs are almost always packaged, the word "microchip" is also used to refer to packaged chips.

Adam Haun
  • 21,331
  • 4
  • 50
  • 91
1

My assumption is that a microchip is like that thing above, not a green board with soldered connections but that it represents what one might put together on a bread board except in a much more condensed form. Is that correct?

Yes, and no.

First, Microchip is a brand name producer of integrated circuits. (Think Xerox, Dry Ice, Thermos etc.). The name has become synonymous, almost genericized, to mean integrated circuits.

Second, an integrated circuit, as pictured, is the result of decades of engineering evolution. Single ICs have replaced what used to be a bigger circuit of various passive and active discrete parts (transistors, resistors, capacitors, etc.). Miniaturization and greater efficiency through the decades has allowed them to become very very small.

But an IC, while being a replacement for a discrete circuit, is also part of larger circuits. And then, newer ICs can integrate those functions as well.

The green board with soldered connections is referred to as a printed circuit board (PCB), often populated with various ICs.

fuzzyhair2
  • 1,927
  • 15
  • 23
Passerby
  • 72,580
  • 7
  • 90
  • 202
  • 10
    The word "microchip" as a synonym for *integrated circuit* goes back to 1975, according to [etymonline](http://www.etymonline.com/index.php?allowed_in_frame=0&search=microchip&searchmode=none). Microchip Technology, Inc., was founded in 1989. So this is not a case of a trademarked name becoming generic like your other examples. – The Photon Jan 27 '15 at 04:34
  • @ThePhoton yet there is no citation provided. – Passerby Jan 27 '15 at 05:43
  • 4
    I also searched Google books and actually found the word used back to 1969. – The Photon Jan 27 '15 at 05:44
  • 2
    @Passerby - we're not talking ancient history here - lots of us are old enough to remember microchips before Microchip. –  Feb 01 '15 at 22:06