Preview

01 - Introduction to Boolean Logic

 1. The fundamental operators in Boolean logic are the operators And, Or and Not. (there are others too)

  FALSE

  TRUE

 2. To understand how boolean logic works in practice, you need to know and understand the working of the different……

  algebraic laws

  states of being

  logic gates

  falsehoods

 3. Logic is the foundation on which a computer system is built internally. Bits are switched __________________ using the binary 1's and 0's. In Boolean Logic, these translate into T (true) and F (false) statements.
Boolean Logic is considered the very basis of computing. 

  up and down

  forward and backward

  on and off

  vertically

 4. George Boole was a largely self-taught English mathematician, philosopher and logician and is best known as the ______________
georgeboole.jpg

  author of The Laws of Thought (1854) which contains Boolean algebra

  philosopher that asked questions about the nature of the universe and relativity

  creator of the Boolean Von Neumann circuit used in modern CPUs

  founder of the Binary (two digit) language

 5. The keyword Bool represents a Boolean datatype in many programming languages and is named after George Boole.
Note: Boolean variables can be either 'True'(1) or 'False'(0)

  FALSE

  TRUE

 6. This video, a trailer for a documentary celebrating the bicentenary of his birth on November 2, ___________ hints at how his radical discovery underpins the digital age

  1605

  40 BC (Before Christ)

  2010

  1815

 7. In Boolean Logic you start off with the idea that some statement P is either________________________, it can’t be anything in between (this called the law of the excluded middle

  True or False

  Metallic or Non Metallic

  Data based on non-data based

  Excluded or Included

 8. For example, if P is true then Not(P) is false which is like saying:

   if “today is Monday” is true then “Not(today is Monday)” is false.

  if "today is Monday" is false then "Not(today is Monday)" could be either true or false

  if "today is Monday" is false then "Not(today is Monday)" is also false

  if "today is Monday" is true then "Not(today is Monday)" is also true

 9. Boolean logic reflects the binary logic of logic gates and transistors in a computer's CPU. (The video below provides a nice intro)
The early designers of computers quickly realised that logic can be used within a computer to work out problems. (because computer data is either 1(True) or 0(False)

  TRUE

  FALSE

 10. One of the most recent uses of Boolean logic is in search engines

  TRUE

  FALSE