Boolean logic for beginners

  • Context: High School 
  • Thread starter Thread starter skane01
  • Start date Start date
  • Tags Tags
    Computing Logic
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
skane01
Messages
1
Reaction score
0
To Who Ever Is Willing To Help

I,m am looking for a mentor to help me understand boolean. I do not poccess any knowledge of physics as yet but have just begun a computing course for beginners and any help would be much appreciated.

Yours Sincerely

S. Kane
 
Mathematics news on Phys.org
Boolean is when something can merge into combinations or a specified combination. Using (x) or ((x)x) or (((x)x)x)

If ((InStr(1, String, "WATS UR BIRTHDAY", 1) > 0 Or InStr(1, String, "WHATS UR BIRTHDAY", 1) > 0) Or InStr(1, String, "WHAT'S UR BIRTHDAY", 1) > 0) Then Response = "May 1st" This example of using Parenthases to boolean the code as either or either and or all or in combination.

Its a way to mix and match in many different combinations.

For instance, Using three shades of light, RED YELLOW BLUE will produce White light if the RED, YELLOW, BLUE merge to one point.

It really depends on which area you are using Boolean.

Bubble foam is Boolean as well.

Hope this helps.