Zebra0.com
Glossary for C#: boolean
Education Resources
Privacy
Contact
Topics
Algorithms
Alice 3
C++
C# Windows
RGB Colors
Computer Basics
Computer Concepts
Faculty resources
HTML5
Java
Systems Analysis and Design
Visual Basic
Glossary for C#: boolean
Learn C# (C sharp) in FREE step-by-step lessons.
and or drill
: Drill to test your understanding
Drill on Boolean
And OR problems
: A few problems to solve using && and ||
Rats in a maze
and or
: && means AND, || means OR
AND && And OR ||
boolean expressions
: A Boolean expression is one that can be evaluated to true or false
Boolean Expressions
boolean reference
: C# if/else, conditional operators, OR ||, AND &&, switch/case
Microsoft Reference: Boolean expressions
boolean variables
: Boolean values do not need to be compared to anything
Boolean Variables and Properties
case switch
: switch/case to show season
switch/case
check boxes: buffet
: Radio buttons and check boxes have a Boolean property checked
A buffet restaurant part 2: Adding code for radio buttons and check boxes
conditionals
: The ? can be used for very simple Boolean expressions in place of if/else code
The conditional operator: ?
else
: An if statement executes a group of statements only if certain conditions are true
if/else Statements
event: mouse move
: Shows the X and Y positions when the mouse moves on the form
Adding the Mouse Move Event
if else: BMI Risk
: Nested if/else to find BMI Risk
BMI: Body Mass Index
if else: nested
: Nested if/else to find letter grade
Letter Grade
if
: An if statement executes a group of statements only if certain conditions are true
if/else Statements
maze problems
: A few problems to solve using && and ||
Rats in a maze
mouse move event
: Shows the X and Y positions when the mouse moves on the form
Adding the Mouse Move Event
mouse move: left or right
: On mouse move determine if the mouse is on left or right of form
Left or Right?
mouse move: middle or side
: Determine if mouse is on the side or middle
Middle or Side
mouse move: top or bottom
: On mouse move determine if the mouse is on top or bottom of form
Top or bottom?
nested if else
: Nested if/else to find letter grade
Letter Grade
numbers from textbox
: Numeric values in a text box must be parsed.
Getting Numbers from Text Box
radio buttons, buffet
: A restaurant charges different prices for breakfast, lunch and dinner, dicounts.
A buffet restaurant part 1: Adding radio buttons
scrolling, timer event
: Scrolls a label across the form on the Timer event
Scrolling
switch case
: switch/case to show season
switch/case
timer event scrolling
: Scrolls a label across the form on the Timer event
Scrolling
variables: boolean
: Boolean values do not need to be compared to anything
Boolean Variables and Properties
Full Glossary