KS3 Computing

CS08: understand simple Boolean logic [for example, AND, OR and NOT] and some of its uses in circuits and programming

Keywords:
Computer Science
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
ANDa way of combining two boolean values where the output is only True if both inputs are also True
booleanTrue or False (or On / Off)
boolean logicmaking a decision based on a True / False (or On / Off) question
circuitselectronic chips which can make decisions based on boolean values
NOTa way of inverting a boolean value so the output is the opposite of the input
ORa way of combining two boolean values where the output is True if either (or both) inputs are True
programmingwriting code that can make decisions based on boolean values
Keyword games:
Resources: