Author Topic: Logic circuit?  (Read 8992 times)

0 Members and 1 Guest are viewing this topic.

Offline etstudentTopic starter

  • Regular Contributor
  • *
  • Posts: 147
  • Country: us
Logic circuit?
« on: October 16, 2012, 10:02:40 pm »
I DO NOT want the answer, just point me in the right direction, I'm a bit lost here. I'm not great with logic circuits to begin with. Let me know if the file opens too? Thanks for any help.




Moderator: Resized image to be readable
« Last Edit: October 16, 2012, 10:55:21 pm by GeoffS »
 

Offline PA0PBZ

  • Super Contributor
  • ***
  • Posts: 5127
  • Country: nl
Re: Logic circuit?
« Reply #1 on: October 16, 2012, 10:15:37 pm »
Work from back to front, fill in the 1's or 0's that make it happen...
Keyboard error: Press F1 to continue.
 

Offline etstudentTopic starter

  • Regular Contributor
  • *
  • Posts: 147
  • Country: us
Re: Logic circuit?
« Reply #2 on: October 16, 2012, 10:22:37 pm »
Thanks, that is good advice.
 

Offline etstudentTopic starter

  • Regular Contributor
  • *
  • Posts: 147
  • Country: us
Re: Logic circuit?
« Reply #3 on: October 17, 2012, 01:06:23 am »
I believe its 011110, am I correct?
 

Offline PA0PBZ

  • Super Contributor
  • ***
  • Posts: 5127
  • Country: nl
Re: Logic circuit?
« Reply #4 on: October 17, 2012, 07:43:23 am »
I believe its 011110, am I correct?

Yup, I have to agree.
Keyboard error: Press F1 to continue.
 

Offline Psi

  • Super Contributor
  • ***
  • Posts: 9939
  • Country: nz
Re: Logic circuit?
« Reply #5 on: October 17, 2012, 07:46:11 am »
yep, that's what i get too
Greek letter 'Psi' (not Pounds per Square Inch)
 

Offline Jimmy

  • Regular Contributor
  • *
  • Posts: 224
  • Country: au
Re: Logic circuit?
« Reply #6 on: October 17, 2012, 08:34:52 am »
D
 

Offline psycho0815

  • Regular Contributor
  • *
  • Posts: 150
  • Country: de
    • H-REG Blog
Re: Logic circuit?
« Reply #7 on: October 17, 2012, 10:41:01 am »
Maybe i'm missing something, but since when does a nibble have 6 bits?
If you like, check out my blog (german):
http://h-reg.blogspot.de
 

Offline rolycat

  • Super Contributor
  • ***
  • Posts: 1101
  • Country: gb
Re: Logic circuit?
« Reply #8 on: October 17, 2012, 11:05:19 am »
Maybe i'm missing something, but since when does a nibble have 6 bits?

I'm guessing the individual setting the question was a bit 'old school' - once upon a time nibbles could have more than four bits. Similarly, bytes weren't always eight bits long. Some early mainframe computers had a 36-bit word length, and a byte could be nine bits, or even six.
 

Offline GeoffS

  • Supporter
  • ****
  • Posts: 1272
  • Country: au
Re: Logic circuit?
« Reply #9 on: October 17, 2012, 11:23:15 am »
Maybe i'm missing something, but since when does a nibble have 6 bits?

I'm guessing the individual setting the question was a bit 'old school' - once upon a time nibbles could have more than four bits. Similarly, bytes weren't always eight bits long. Some early mainframe computers had a 36-bit word length, and a byte could be nine bits, or even six.

Very old school! The first computers I worked on (Univac 1108)  were 36 bit word with ASCII characters taking either 9 bits (1 bit ignored)  or 6 bits (upper case letters only). The term byte wasn't used.
« Last Edit: October 17, 2012, 12:53:00 pm by GeoffS »
 

Offline rolycat

  • Super Contributor
  • ***
  • Posts: 1101
  • Country: gb
Re: Logic circuit?
« Reply #10 on: October 17, 2012, 12:21:22 pm »
Very old school! The first computers I worked on (Univac 1108)  were 36 bit word with ASCII characters taking either 9 bits (1 bit ignored)  or 6 bits (upper case letters only.

Well, the 6-bit characters used an encoding called Fieldata, not ASCII, which has always featured lower-case characters. 

Quote
The term byte wasn't used.

Not by Univac - they called them quarter words or sixth words. However, IBM and DEC also had 36-bit machines. The DEC PDP10 had byte instructions for which the byte could be any length between 1 and 36 bits.

OK, I admit it - I'm a bit old-school, too.


 
 

Offline etstudentTopic starter

  • Regular Contributor
  • *
  • Posts: 147
  • Country: us
Re: Logic circuit?
« Reply #11 on: October 17, 2012, 12:25:18 pm »
Thanks guys, I appreciate the help and info. I'm glad I came up with the right answer. What exactly are nibbles, just a bit of the code that turns on the circuit? Do you use this often in the field? I'm having trouble with gates, truth tables, and this kinda stuff. AND, OR, NOT, NAND, and the rest just confuses me. Makes me nervous if I get a job working with linear circuits.
 

Offline psycho0815

  • Regular Contributor
  • *
  • Posts: 150
  • Country: de
    • H-REG Blog
Re: Logic circuit?
« Reply #12 on: October 17, 2012, 12:30:28 pm »
Maybe i'm missing something, but since when does a nibble have 6 bits?

I'm guessing the individual setting the question was a bit 'old school' - once upon a time nibbles could have more than four bits. Similarly, bytes weren't always eight bits long. Some early mainframe computers had a 36-bit word length, and a byte could be nine bits, or even six.

Very old school! The first computers I worked on (Univac 1108)  were 36 bit word with ASCII characters taking either 9 bits (1 bit ignored)  or 6 bits (upper case letters only. The term byte wasn't used.

Thanks, i didn't know that. guess I'm too young...
If you like, check out my blog (german):
http://h-reg.blogspot.de
 

Offline Bored@Work

  • Super Contributor
  • ***
  • Posts: 3932
  • Country: 00
Re: Logic circuit?
« Reply #13 on: October 17, 2012, 01:55:59 pm »
What exactly are nibbles,

One half of a byte. I.e. in these times of eight bit bytes a nibble is four bit.

And when run into the term "octet", that is another name for an eight bit byte, born when bytes weren't by default eight bit.

I delete PMs unread. If you have something to say, say it in public.
For all else: Profile->[Modify Profile]Buddies/Ignore List->Edit Ignore List
 

Offline etstudentTopic starter

  • Regular Contributor
  • *
  • Posts: 147
  • Country: us
Re: Logic circuit?
« Reply #14 on: October 17, 2012, 03:03:31 pm »
Thanks, appreciate the info. Is this something used a lot in the field?
 

Offline SeanB

  • Super Contributor
  • ***
  • Posts: 16281
  • Country: za
Re: Logic circuit?
« Reply #15 on: October 17, 2012, 03:38:27 pm »
I worked on serial word machines, where a word was up to a 16 bit number, but could be variable length depending on where it was used. Mostly because the storage was a pair of shift registers of limited length, MK4007 cmos shift registers. They had their own supply rails.............
 

Offline Bored@Work

  • Super Contributor
  • ***
  • Posts: 3932
  • Country: 00
Re: Logic circuit?
« Reply #16 on: October 17, 2012, 05:05:27 pm »
Thanks, appreciate the info. Is this something used a lot in the field?

Octet is typical for telco stuff. They still love to distinguish between the well defined octet and the once only vaguely defined byte. The rest of the world moved on and uses byte for eight bits, unless explicitly specified differently.

Nibble is used when you need it, i.e. when you need to talk about half a byte. Which is not too often. One case is when you do packed BCD numbers.
I delete PMs unread. If you have something to say, say it in public.
For all else: Profile->[Modify Profile]Buddies/Ignore List->Edit Ignore List
 

Offline PA0PBZ

  • Super Contributor
  • ***
  • Posts: 5127
  • Country: nl
Re: Logic circuit?
« Reply #17 on: October 17, 2012, 06:06:16 pm »
@etstudent:

Hard to answer if you delete the post :)
Keyboard error: Press F1 to continue.
 

Offline etstudentTopic starter

  • Regular Contributor
  • *
  • Posts: 147
  • Country: us
Re: Logic circuit?
« Reply #18 on: October 17, 2012, 06:19:34 pm »
Sorry the picture would not post, file too large, but its the same thing i did yesterday and it posted fine. Let me try again.

Moderator: The picture  posted OK but it was too large to be viewable by most people. Your latest image, while smaller, is also bigger than necessary. Try to keep images to less than 1200x800 or so. I've resized this one to 1024x768 and it is still readable.

What would be the outputs of this circuit if the inputs are 010011 and 101000?

Thanks for any help. I think its 1,1 right now? What do you think of the question overall?
« Last Edit: October 18, 2012, 12:54:03 am by GeoffS »
 

Offline PA0PBZ

  • Super Contributor
  • ***
  • Posts: 5127
  • Country: nl
Re: Logic circuit?
« Reply #19 on: October 17, 2012, 07:28:01 pm »
I see 3 AND ports which will only output a 1 if both inputs are 1
The bottom 2 AND ports will never output a 1 because you will need 11XXXX or XX11XX for that.
The upper AND port is followed by an inverter, so to get a 1 at the input of the last OR port (pin 1) you need a 0 at the output of the upper AND.
This will happen when the input is not 11, so for 101000.
My answer would be C. 0,1
Keyboard error: Press F1 to continue.
 

Offline andersm

  • Super Contributor
  • ***
  • Posts: 1198
  • Country: fi
Re: Logic circuit?
« Reply #20 on: October 17, 2012, 09:24:11 pm »
Octet is typical for telco stuff.
You'll also run into the word if you work with French people, as that's what they use for byte.

Offline etstudentTopic starter

  • Regular Contributor
  • *
  • Posts: 147
  • Country: us
Re: Logic circuit?
« Reply #21 on: October 17, 2012, 11:38:25 pm »
Thanks PA0PBZ, appreciate the help. I have one or two more that I'm gonna post soon. I want to master this.
 

Offline etstudentTopic starter

  • Regular Contributor
  • *
  • Posts: 147
  • Country: us
Re: Logic circuit?
« Reply #22 on: October 18, 2012, 02:42:14 am »
For that same circuit I have another question. The outputs would be for inputs of 111111 and 000000?

Is it not 0,0? or 0,1? My guess now is 0,0. thanks for the help.
 

Offline PA0PBZ

  • Super Contributor
  • ***
  • Posts: 5127
  • Country: nl
Re: Logic circuit?
« Reply #23 on: October 18, 2012, 05:08:02 pm »
I'd say 1,1 but this time you prove it  :P
Keyboard error: Press F1 to continue.
 

Offline etstudentTopic starter

  • Regular Contributor
  • *
  • Posts: 147
  • Country: us
Re: Logic circuit?
« Reply #24 on: October 18, 2012, 05:49:02 pm »
I'd say 1,1 but this time you prove it  :P

Honestly these logic gates and logic circuits confuse me so bad I'm not sure. This is the one part of my program that just confused me very bad. Thanks for the help though, I appreciate.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf