eBook
Khan Academy

Khan Academy: Conditionals With If, Else, and Booleans

For Students 9th - 10th
A tutorial explainning the use of if, else, and Boolean logic in computer programming.
Article
Khan Academy

Khan Academy: Logic Gates

For Students 9th - 10th
The Not Gate or the inverter is explained as is Boolean Logic.
Handout
Wikimedia

Wikipedia: Boolean Logic

For Students 9th - 10th
A Wikipedia description of boolean logic.
Website
Other

Boolean Propositional Logic

For Students 9th - 10th
Introduction to classic, boolean propositional logic. Written in a clear way with little or no technical notation. A great place to start for those beginning to learn about logic.
Lesson Plan
Alabama Learning Exchange

Alex: Understanding and Using Boolean Operators

For Teachers 9th - 10th
After an introduction to the Boolean operators AND, OR, NOT, parenthesis and NEAR, young scholars practice searches using a worksheet.
eBook
Khan Academy

Khan Academy: Compound Booleans With Logical Operators

For Students 9th - 10th
Learn how to make shorter and more expressive code by combining simple Boolean expressions using logical operators (and, or, not) to create compound Boolean expressions.
eBook
Khan Academy

Khan Academy: Compound Booleans With Logical Operators

For Students 9th - 10th
Learn about computer programming using compound booleans with logical operators.
eBook
Khan Academy

Khan Academy: Conditionals With If, Else, and Booleans

For Students 9th - 10th
Learn how omcputer programs also make decisions, using Boolean expressions (true/false) inside conditionals (if/else).
Unknown Type
Khan Academy

Khan Academy: Compound Booleans With Logical Operators

For Students 9th - 10th
Practice using compound boolean expressions with AND/OR/NOT for programs in the AP CSP pseudocode, in this set of free practice questions designed for AP Computer Science Principles students.
Unknown Type
Khan Academy

Khan Academy: Conditionals With If, Else, and Booleans

For Students 9th - 10th
Practice using conditional statements (if/else) and boolean expressions in programs in the AP CSP pseudocode, in this set of free practice questions designed for AP Computer Science Principles students.
Website
Colorado State University

Boolean Tutorial

For Students 9th - 10th
Although this site is designed for teaching efficient searching techniques, it provides an engaging tutorial on the Boolean operators AND, OR and NOT.
Article
Khan Academy

Khan Academy: Review: Logic and if Statements

For Students 9th - 10th
A review of logic and "if" statements, if/else statements, and conditional expressions
Handout
Wikimedia

Wikipedia: George Boole

For Students 9th - 10th
This site from Wikipedia provides an in-depth look at the life, accomplishments, and ideas of mathematician George Boole. It discusses his publications on mathematics and logics, has information on his analogy between the symbols of...
Activity
Ministry of Education and Universities of the Region of Murcia (Spain)

Ministerio De Educacion Y Ciencia: Logica Digital 2

For Students 9th - 10th
This interactive unit shows you some elementary fundamental laws of Boolean Algebra. Given a digital circuit you will be able to obtain the corresponding logical expression and vice versa.
Handout
Wikimedia

Wikipedia: Boolean Data Type

For Students 9th - 10th
A Wikipedia of the Boolean data type and how it is implemented in a variety of programming languages.
eBook
Khan Academy

Khan Academy: Nested Conditionals

For Students 9th - 10th
Learn about when a program selects one of many paths, it can use nested or chained conditionals.
eBook
Khan Academy

Khan Academy: Nested Conditionals

For Students 9th - 10th
Learn how nested conditionals work in computer programming.
Handout
Other

Morningside College: Keyword Searching: Advanced Search Techniques

For Students 9th - 10th
Information about how to use advanced techniques when searching for information online. Covers the use of wildcard symbols, truncation, proximity searching, and how to combine tools.
PPT
Sophia Learning

Sophia: Refining Internet and Database Searches

For Students 9th - 10th Standards
This lesson discusses how to refine a search to produces better results. This tutorial lesson shares a short slideshow with the lesson's content.
eBook
Khan Academy

Khan Academy: Random Numbers

For Students 9th - 10th
See how we can generate random values in our computer programs, and use those to make decisions and simulate natural processes.