How do you use LLM AI tools in your daily programming workflow ? Community Center by jkon … get answers that are common misconceptions and far from the truth. e.g. Some moments ago Gemini told me that when… it meant that most servers have less RAM than the table size !!! (maybe that was accurate 15 years ago ... but again… Re: How do you use LLM AI tools in your daily programming workflow ? Community Center by rproffitt I use ChatGPT for quick and dirty work where I need a function to build some apps. My close friend took ChatGPT back to work in December 2022 and they use it for many things. Examples such a SQL queries and regular expressions. He tells me they saved mid 5 figures USD in the first year over outsourcing. It's time and money. Some get a little… Re: Truth Table Programming Computer Science by Rashakil Fol You know how to make a simple truth table, right? For example, [code] a | b | a AND b ---+---+--------- F | … F | T | F[/code] If you want to make a truth table for compound statements, just use parts of statements you've… (a AND b) OR (NOT b) is derived from the truth and false values from the column a AND b and… Truth Table Programming Computer Science by webmasts … CS. I am confused as to how to make the truth table. I know that FF = F or TF = F for an… would I make a table for the following with 0s and 1s: Q. What are the truth tables for the following Boolean… Re: Truth Table Programming Computer Science by webmasts … too many NOTs makes me confused. I can make indvidual truth table, but mixing them makes me confused. That is what I… construct Truth Table and to find whether it is a Tautology or Contradictio Programming Software Development by KEERTHANA_8 Truth table truth table to boolean algebraic equation Programming Software Development by daxxin2002 … compiles and excutes for sure. how do one convert a truth table to boolean equation,I can convert the other way round… 0 1 1 1 0 Just want to convert the table back to boolean equation Truth Table for 4-1 dual multiplexer Programming Computer Science by 88omar Hey guys does anyone knows how to generate a 4-1 dual multiplexer truth table i know how a single 4-1 looks but can't seem to get the dual one asked my lecturer and its wrong . I attached the diagram i derived Re: construct Truth Table and to find whether it is a Tautology or Contradictio Programming Software Development by rproffitt I'm reading https://pypi.org/project/truth-table-generator/ and it seems to be a trivial exercise today. The code examples there are small and easy to copy, paste into your app. Controversy on truth table. X+ X’.Y=X+Y Programming Computer Science by vishalonne Question. Name the law given and verify it using a truth table. X+ X’.Y=X+Y My Answewr give below X | … Re: Truth Table Programming Computer Science by Dani … green, and the OR statement only needs AT LEAST ONE truth in the statement to evaluate to true, we can say… Logic diagram and Truth table Programming Computer Science by acer5542 …; otherwise: e.g. parity of 0011001100110011 is even. Draw the truth table for a logic function that takes a three bit binary… that implements the function in question 7. I drew the truth table _________ 0 0 0 | 0 0 0 1 | 1 0… 1 1 0 | 0 1 1 1 | 1 Does my truth table correct? How to draw the logic diagram for this? Thanks… can anyone plz solve this truth table for me. i shall be thank ful to you. Programming Computer Science by wateen1 can anyone plz solve this truth table for me. i shall be thank ful to you. Question: … side equal to left hand site by using truth table NOTE: Fill the given table and make sure the sequence of input remains… same as it is given in the table below. 1. A XOR B = AB’ + A’B A B… Re: Logic diagram and Truth table Programming Computer Science by kalish88 Introduction of example of boolean algebra with truth table : In boolean algebra we simplify the expressions using boolean algebra properties and for verification we make the truth table of .. ============================= [url=http://www.key2seo.com]SEO services[/url] | [url=http://www.convert2xhtml.com]PSD to HTML[/url] Re: Logic diagram and Truth table Programming Computer Science by acer5542 … frm cs... ths kind of qn confusing... i hope my truth table is correct acrdng to my knowledge i just want to… help on turbo c: creating a truth table please.. Programming Software Development by black_pulsar_29 … a turbo c program that enables me to generate a truth table.. the program must be able to compare various relationship such… one.. at: [url]http://www-cs-students.stanford.edu/~silver/truth/[/url] on this site i saw the one that i… converting truth table to boolean algebraic equation Programming Software Development by daxxin2002 how do one convert a truth table to boolean equation,I can convert the other way round … 0 1 1 1 0 Just want to convert the table back to equation Re: Truth Table Programming Computer Science by Dani Okay ... now we're bordering on just giving away too much of the answer without letting him or her give it a go on his/her own! ;) (I'm one to talk, I know, but I have insomnia.) Re: Truth Table Programming Computer Science by Rashakil Fol Huh? Answer to what? (a AND b) OR (NOT b) is not in any of the problems... Re: Truth Table Programming Computer Science by Dani (a AND b) OR (NOT a AND NOT b) ... Just throw a "not a" in there :) My statement was made with a somewhat sarcastic tone though. You just can't tell because it's 4 am and I can't get to sleep :( Re: Truth Table Programming Computer Science by webmasts This is what I have..not sure if it is right for: NOT(a OR b) AND (NOT b) a b NOT a OR b NOT b -------------------------- 0 0 1 1 1 0 0 1 0 1 0 0 1 1 0 0 Please tell me what i'm doing wrong. Re: Truth Table Programming Computer Science by iamthwee [QUOTE=webmasts]This is what I have..not sure if it is right for: NOT(a OR b) AND (NOT b) a b NOT a OR b NOT b -------------------------- 0 0 1 1 1 0 0 1 0 1 0 0 1 1 0 0 Please tell me what i'm doing wrong.[/QUOTE] I believe there is a … Re: Truth Table Programming Computer Science by webmasts Thanks! So to test my understanding, can you give me a similiar problem so that I can show you if I learned it? Re: Truth Table Programming Computer Science by Lord Soth Hi, Here are two simplifications for you which might save you some time : (NOT A) or (NOT B) = NOT(A and B) (NOT A) and (NOT B) = NOT(A or B) Think those equalities in both directions, if we simplify 1 and 2 using these : 1. NOT ((a OR b) AND (NOT b)) = (NOT (a OR b)) OR NOT(NOT(b)) = NOT(A OR B) OR B 2. (a AND b) OR (NOT a AND NOT… Truth Tables Programming Software Development by aVar++ … I just need something clarified :) My homework is create a truth table for: Q = NOT (X OR Y) AND Z Now, is… Re: Logic diagram and Truth table Programming Computer Science by Minkal A sequential circuit has two D flip flops A and B, two inputs x and y and one output z. Flip flops input equations and the circuit output are as follows; DA = x'y' + y'A DB = y'B + xA z = B' (i) Draw the logic diagram of the table. (ii)Tabulate the state table. Re: can anyone plz solve this truth table for me. i shall be thank ful to you. Programming Computer Science by laehc … B is the same as AB'+A'B, and the table covers all four possible combinations of A with B, A… Re: help on turbo c: creating a truth table please.. Programming Software Development by black_pulsar_29 … i need,, [url]http://www-cs-students.stanford.edu/~silver/truth/[/url] 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: truth table to boolean algebraic equation Programming Software Development by iamthwee Google for ... [CODE]Quine-McCluskey algorithm [/CODE] me thinks. It's hardly trivial tho, especially if you have an arbitary number of input variables. Tee he he [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…