Computer Science Canada Half-adders full-adders and electronics |
Author: | btiffin [ Wed May 28, 2008 2:00 pm ] |
Post subject: | Half-adders full-adders and electronics |
So, how many compsci.ca members know about the logic and electronics of computing? Did you know that a half-adder (take 2 bits and returns a sum and a carry) is the simple application of an xor for the sum and an and for the carry? Or that a full-adder (take 2 bits plus a carry and return a sum and a carry) is the equivalent of oring two half-adders? Or that a string of full-adder circuits can add up any number of bits; usually in 8, 16, 32 or 64 (or more) bit chunks? Or how this boolean thinking can go from whoa? to whoa! in its ability to perform complex tasks? ![]() Just curious, Cheers |
Author: | apomb [ Wed May 28, 2008 3:19 pm ] |
Post subject: | RE:Half-adders full-adders and electronics |
Yep... thats much like the stuff I did in my digital electronics course this past year. only we didnt use adders and half adders, we used different flipflops to do adding, counting and boolean hubub. I found it extremely enjoyable. |
Author: | tenniscrazy [ Wed May 28, 2008 8:49 pm ] |
Post subject: | RE:Half-adders full-adders and electronics |
yes! i did this stuff last semester in computer engineering. It was pretty fun making all the circuits. Its like finally finding out HOW a computer essentially works at the simplest level. And also gives some meaning to machine coding and how hard and much longer it was |
Author: | apomb [ Wed May 28, 2008 8:55 pm ] |
Post subject: | RE:Half-adders full-adders and electronics |
what grade comp eng.? |
Author: | tenniscrazy [ Wed May 28, 2008 9:00 pm ] |
Post subject: | RE:Half-adders full-adders and electronics |
grade 11. they just added in grade 10 engineering for this year or i would've taken it last year |
Author: | apomb [ Wed May 28, 2008 9:05 pm ] |
Post subject: | RE:Half-adders full-adders and electronics |
its an interesting feild, especially if you're more of a hands-on learner, but also like to be academic. What are you planning for post-secondary? |
Author: | tenniscrazy [ Wed May 28, 2008 9:08 pm ] |
Post subject: | RE:Half-adders full-adders and electronics |
i'm planning on focusing on math, because that is what everything that i'm interested in is based on in the most basic level. Also i got a taste of university math theory when i visited Guelph, and i REALLY enjoyed it. But i could branch out into computer science or computer engineering. |
Author: | rizzix [ Wed May 28, 2008 9:44 pm ] |
Post subject: | RE:Half-adders full-adders and electronics |
Had to do it. It's part of the curriculum. |
Author: | rdrake [ Wed May 28, 2008 10:12 pm ] |
Post subject: | RE:Half-adders full-adders and electronics |
I too did it in school. Computer Architecture I, interesting course. |
Author: | Skynet [ Wed May 28, 2008 10:41 pm ] |
Post subject: | Re: Half-adders full-adders and electronics |
Yep, but I have a less CS-y background than most. |
Author: | jernst [ Thu May 29, 2008 6:54 am ] |
Post subject: | Re: Half-adders full-adders and electronics |
I wish I would have taken more if it in high school when I was there, instead I stuck with mostly programming type courses so when I finally got a chance to do that type of stuff in Uni I found it a little tricky ![]() |
Author: | Bobrobyn [ Fri May 30, 2008 12:40 pm ] |
Post subject: | RE:Half-adders full-adders and electronics |
Yeah, I did this stuff in highschool, and a course (I can't remember the title) in university -- the same course we learned assembly in. |
Author: | Epic Tissue [ Fri Jun 06, 2008 9:36 am ] |
Post subject: | RE:Half-adders full-adders and electronics |
Had a course in this too. |
Author: | apomb [ Fri Jun 06, 2008 10:04 am ] |
Post subject: | Re: RE:Half-adders full-adders and electronics |
Epic Tissue @ Fri Jun 06, 2008 9:36 am wrote: Had a course in this too.
Thanks for that riveting commentary... If anyone is interested in electronics/ microcontrollers, check out this instructable for choosing an appropriate one for your project. I'm very interested in a Motorola one, since i already know the command set. |
Author: | Epic Tissue [ Fri Jun 06, 2008 10:29 am ] |
Post subject: | Re: RE:Half-adders full-adders and electronics |
apomb @ Fri Jun 06, 2008 4:04 pm wrote: Epic Tissue @ Fri Jun 06, 2008 9:36 am wrote: Had a course in this too.
Thanks for that riveting commentary... What? |
Author: | apomb [ Fri Jun 06, 2008 12:13 pm ] |
Post subject: | RE:Half-adders full-adders and electronics |
sarcasm is one of my many interests, along with electronics. |