Need help with Karnaugh map Programming Computer Science by peedi I'm having a lil trouble on some of my homework in computer architect I have to use digital electronic circuit to convert a 4-input set of signals into the 7-output lines to be fed into a 7-segment display and display it in a Karnaugh map help please! NATIONAL COMP SCI ENQUIRER -- Soon available at checkout counters everywhere Community Center by MIGSoft … lives to tell! REVELATION: Top scientist discovers New Jersey on Karnaugh map! OS SCANDAL: Unix and Ms. Dos found in love… Heeeelp!! Programming Computer Science by crsurfer … 4 exits and simplified them and i must include the Karnaugh maps please someone help me!! Re: Heeeelp!! Programming Computer Science by crsurfer … for the four ends and simplified them , and include the karnaugh maps. then make it in workbench and test of the… Urgent help with two questions Programming Computer Science by MJ Pieterse … steps in m-notation (do not use truth table or karnaugh map) QUESTION 2 use only boolean algebra to simplify boolean… Boolean expression confusion Programming Computer Science by vishalonne … - Obtain the minimal form for the following Boolean expression using Karnaugh map. F(U, V, W, Z) = ∑(0, 1, 2, 3… problem with reading input Programming Software Development by beastie805 … 85 B Chebysheva, PL 100 A DeMorgan, Augustus 79 C Karnaugh, Maurice 72 C Babbage, Charles 98 A Hooper, Grace 95… Re: problem with reading input Programming Software Development by beastie805 … Alan Turing 85 PL Chebysheva 100 Augustus DeMorgan 79 Maurice Karnaugh 72 Charles Babbage 98 Grace Hooper 95 Re: problem with reading input Programming Software Development by kal_crazy … Alan Turing 85 PL Chebysheva 100 Augustus DeMorgan 79 Maurice Karnaugh 72 Charles Babbage 98 Grace Hooper 95/*Stop here. Do… Re: Designing a circuit from a given truth table Programming Computer Science by iamthwee karnaugh mapping perhpas? Re: Selection sort with arrays of structs Programming Software Development by beastie805 …, PL 100 A DeMorgan, Augustus 79 C Karnaugh, Maurice 72 C Babbage, Charles 98 A Hooper…, PL-858993460 A DeMorgan, Augustus-858993460 C Karnaugh, Maurice-858993460 C Babbage, Charles-858993460 A Hooper… Re: the books you use Programming Computer Science by Dani Discrete math! Truth tables, logic, karnaugh maps, canonical sums and products, circuitry diagrams (elementary engineering) ... also CALCULUS!! Precalc, multivariable calc, ..... Calculus, calculus, and more calculus! Re: truth table to boolean algebraic equation Programming Software Development by iamthwee Couldn't u use karnaugh mapping, or apply the axioms for boolean simplification? [URL=http://imageshack.us][IMG]http://img476.imageshack.us/img476/5171/cut20ln.png[/IMG][/URL] [B][COLOR=Black]Pi[COLOR=RoyalBlue]world[/COLOR] ™[/COLOR][/B] [COLOR=RoyalBlue][[/COLOR][COLOR=DimGray]Tis simple as Pie[/COLOR][COLOR=RoyalBlue]][/COLOR] Re: Logic diagram and Truth table Programming Computer Science by techie1991 This seems to be your homework,.. Help yourself, use the karnaugh maps,.. it would be really easy.. If you want to know about K-maps, check at: [URL="http://en.wikipedia.org/wiki/Karnaugh_map"]Wikipedia[/URL] Re: NATIONAL COMP SCI ENQUIRER -- Soon available at checkout counters everywhere Community Center by BeastOverlordH6 'Classless' Marxists == Good luck. Re: NATIONAL COMP SCI ENQUIRER -- Soon available at checkout counters everywhere Community Center by MIGSoft Let's start at the very beginning, a very good place to start, When you're learning to sing, its Do, Re, Mi; When you're learning to code, its G, D, B. (background) G, D, B. The first three letters just happen to be, G, D, B. (background) G, D, B. (Chorus) G!, GNU!, it's Stallman's hope, B, a break I set myself. D,… Re: NATIONAL COMP SCI ENQUIRER -- Soon available at checkout counters everywhere Community Center by BeastOverlordH6 This would be a good way to educate kids in programming, as it is likely they'll have a future occupation having something to do with C, at this rate... :) Re: NATIONAL COMP SCI ENQUIRER -- Soon available at checkout counters everywhere Community Center by MIGSoft [QUOTE=BeastOverlordH6]This would be a good way to educate kids in programming, as it is likely they'll have a future occupation having something to do with C, at this rate... :)[/QUOTE] I totally agree. This one reminds me of some of my friends who are addicted vi users. I normally use either pico, or emacs: Addicted To Vi (sung to the … Re: NATIONAL COMP SCI ENQUIRER -- Soon available at checkout counters everywhere Community Center by omesa Speaking of beginnings, did you ever know that log on was putting wood on the fire? You kind of remind me of my early childhood, you haven't been taught by someone with a mother tongue accent and you get your AEIOU's all wrong... see you tomorrow for more beginnigs. Re: Heeeelp!! Programming Computer Science by Rashakil Fol I don't understand what the problem is. Do you understand the words you are using in the sentences you've written? Re: Urgent help with two questions Programming Computer Science by Narue Hopefully a failing grade will teach you to pay attention in class. Re: Urgent help with two questions Programming Computer Science by MJ Pieterse [QUOTE=Narue;828829]Hopefully a failing grade will teach you to pay attention in class.[/QUOTE] well, think i would have been able to pay attention in class if i did have any classes to attend! Re: Urgent help with two questions Programming Computer Science by Narue Then replace "pay attention in class" with "learn the material in time to do the damn assignment". Re: Urgent help with two questions Programming Computer Science by MJ Pieterse [QUOTE=Narue;828842]Then replace "pay attention in class" with "learn the material in time to do the damn assignment".[/QUOTE] what is wrong with you?! obviously you can't help me, so then just ignore my post! As i said, my prescribed book doesn't cover that!! and i've been trying to learn it off google with no luck. i'm not… Re: Urgent help with two questions Programming Computer Science by MJ Pieterse so before people think i'm coming here for freebies..this is what i've concluded it should be: F(A, B, C) = A = AB(C + C') + A' (B + B')C = ABC + ABC' + A'BC + A'B'C = M7 + M6 + M3 + M1 if i'm right Re: Boolean expression confusion Programming Computer Science by ravikash123 Hi vishalonne, you able to make a one more group of 4 elements(all 4 corner elements) due to this u can get more exact result.. Regards.. Ravikash Re: problem with reading input Programming Software Development by kal_crazy Make sure you did not put a new line in the lab10data1.txt after the last entry. Like this: Babbage, Charles 98 A Hooper, Grace 95 A/*do not press enter here*/ Hope that helps :) Re: problem with reading input Programming Software Development by beastie805 thank you!