what is boolean logic? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

what is boolean logic?

28th Oct 2019, 12:58 PM
Ashish singh
Ashish singh - avatar
10 Answers
28th Oct 2019, 4:33 PM
Danijel Ivanović
Danijel Ivanović - avatar
+ 6
HonFu Ouch... What are these new learners to do if they don't quite understand a concept once they've reviewed in a section with basic coverage? I've seen other responses in SoloLearn telling people they should first complete courses before asking such questions. However, in this case, when the OP did complete the course, the response is he should know this already. Assuming this is his first pass at learning a new imperative programming language, it's highly unlikely he will retain everything covered in these courses. Even if he did review that section, he may not fully grasp it as it was very basic. Many concepts may require new learners to cover material multiple times, over and over from different view points before things will begin to click as simply as they do for you and me. I know I take for granted how natural these concepts feel to me. While there are so many bad questions out there, let's try to recognize the ones that might actually deserve proper guidance, which, you so generously provide.
28th Oct 2019, 2:14 PM
David Carroll
David Carroll - avatar
+ 5
Ashish kumar singh Aside from the content covered in this section, what specifically are you struggling with? https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2279/
28th Oct 2019, 2:15 PM
David Carroll
David Carroll - avatar
+ 5
Basically true and false conditions. Making decisions based on whether a condition is satisfied (true) or not (false). I believe it is called Boolean logic because this branch of logic was first introduced by mathematician George Boole. Apologies if I am repeating information already given in the tutorial as I haven't reread the tutorial lately.
29th Oct 2019, 1:46 AM
Sonic
Sonic - avatar
+ 4
You have completed the whole Python course, so you should really know this! Otherwise (but then, how did you finish?) please reread that part of the tutorial.
28th Oct 2019, 1:19 PM
HonFu
HonFu - avatar
+ 3
True and false Operators like and, or, not
28th Oct 2019, 1:20 PM
Odyel
Odyel - avatar
+ 1
Hi, well this is a very common question when somebody gets in the code, and could be a little bit hard to understand at the beginning but it is easy. Basically it is about ones and zeroes, where 1 represents a True value and 0 represents a False value and it comes in Form of logical sentences, when you are comparing an expression in a programm for example: 2>=0 you are making a logical sentence and the result will be one of the values described before (1 in this case because the sentence is True) You just have to play around with the operators and you will see how easy is
29th Oct 2019, 11:51 PM
Esteban Alexis Arce Gómez
Esteban Alexis Arce Gómez - avatar
0
True or False, Correct or Wrong, Yes or No, Tama o Mali, Sakto og Dili, May kami o Wala Talagang Kami In short it is simply, True or False
29th Oct 2019, 11:41 PM
spyrax10
spyrax10 - avatar