alithogram and circut

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

alithogram and circut

Post by shiznatix »

I just took a final exam and I already know I got 1 question wrong but I was wondering if anyone knew what would classify as a

"non polynumber-complexity alithogram" (it wasnt polynumber but some word real simmilar)

it had to have no "non poly-stuff" answer but was a actual solvable problem.

i put n=n+1 because if you do recursion over it then it will loop forever but if you just define it, then it will just continue with the code.

did I just get strike number 2 or was that a solid line drive hit?


--------------------------------------------------

also, there was another question that was "draw a circut that has 2 inputs, 1 output, and a break wire" well i had no real idea but i drew this, A and B where inputs.

(A & B) & NOT(NOT A & NOT B)

the more i look at that now, the more I fear for the worst.


/me prays to whatever is up there "PLEASE LET ME FREAKIN PASS!!!"
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

What's a break wire in circuit design?

(No idea about your first problem)
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

Post by shiznatix »

first problem I can't offer any more of a explination. whats a break wire? you got me. they said "it was in the lectures" hahahaha thats awesome because they would have said it in estonian durring the lectures. life=awesome.
Post Reply