The Tech Museum - Inside Microchips - 01
Uploader Comments (Asephei)
All Comments (31)
-
Isso não é de Deus não. É complicado demais!!!
-
@Asephei Correction, not 255, 256 I meant. In 8-bit unsigned integer color, you have, well, 8 bits, and 2 to the power of 8 is 256. In steps it goes from 0 to 255, which is a total of 256 levels of color value change in each red, green, and blue sub-pixel. The 8 bit thing is completely inadequate in representing anything close to the brightness values encountered in the real world, that's why 8-bit imagery must be gamma-corrected to get the most out of such a small amount of color values.
-
Usually it's a voltage. 5V(or some other arbitrary voltage) is a 1 and 0V is a zero. Transistors work by amplifying current (a small amount of electric flow from one side opens the door for a LOT more current to flow.) Hope that helped. Reply if more explanation is wanted.
-
youtube.com/watch?v=BL2DPFISUg
M -
Isnt that at leasst a 3 year long engineering degree? I know, but would never take the time to explain
-
@TacTiCOrc I know I digressed from your original question and threw in an example about digital data but the raw details about how information is worked on in a processor are best found in scientific and engineering literature, but there's plenty of information online as well. I wouldn't be able to give you the answer satisfactorily because whatever I know there are countless things I don't know and never will know, but keep knowledge seeking.
-
@Asephei You are writing so much stuff i already know, but that wasnt my question. It seems like you dont understand what im talking about. But since this seems to be a bit too hard to explain i will just try to find answers on google. Thank you anyway for your efforts.
-
@TacTiCOrc Sophisticated maths such as the "Discrete Fourier Transform" are used to develop compression schemes to reduce file sizes of such image and video content, and the same goes for audio. Keeping it general, visual and audio is usually compressed in a "lossy" scheme (though some formats like FLAC audio are lossless), while a ZIP archive compresses data "losslessly" (it has to). The simplest form of lossless compression is "Run-Length Encoding" and anyone can understand it.
-
@TacTiCOrc Also consider digital video. If you have a 1920x1080 image (frame), that is 2,073,600 pixels. Each pixel is 3 bytes of information (in 8-bit integer color), resulting in 6,220,800 bytes (6.22 MB) per frame. Multiply this by, for example, 2 hours at 24 frames per second: 6.22 MB * 7,200 seconds * 24 fps = 1.075 Terabytes (1,075 GB) of data for a typical 2 hour movie, uncompressed. That would be more than 20 dual-layer 50 GB BluRays.
Can someone explain to me how the transistors work?
I mean who changes their position from 0 to 1 ?
I dont understand how the Data Input is being transformed into Data Output. Would be thankful for explanation.
TacTiCOrc 7 months ago
@TacTiCOrc Again on the most basic level what makes a computer useful are the logic gates, an electronic calculator is a very simple computer. I can't answer your question because the answer would require too much space. There's an amazing amount of information online about any topic so the answer is there. You might also want to buy an electronics kit and build your own logic gates. I'm not an electrical engineer or anything, just someone interested in science and technology as a side-hobby.
Asephei 7 months ago