Back to 课程
Computer Science GCES EDEXCEL
0% Complete
0/0 Steps
-
Decomposition And Abstraction Edexcel2 主题
-
Algorithms Edexcel11 主题
-
Follow And Write Algorithms Edexcel
-
Introduction To Programming Concepts Edexcel
-
Basic Programming Concepts Edexcel
-
Variables Constants And Assignments Edexcel
-
Data Structures And Arrays Edexcel
-
Arithmetic Relational And Logical Operations Edexcel
-
Determine Outputs Of An Algorithm Edexcel
-
Types Of Errors Edexcel
-
Standard Sorting Algorithms Edexcel
-
Standard Searching Algorithms Edexcel
-
Algorithm Efficiency Edexcel
-
Follow And Write Algorithms Edexcel
-
Truth Tables Edexcel3 主题
-
Binary Edexcel6 主题
-
Data Representation Edexcel4 主题
-
Data Storage And Compression Edexcel2 主题
-
Hardware Edexcel5 主题
-
Software Edexcel3 主题
-
Programming Languages Edexcel2 主题
-
Networks Edexcel7 主题
-
Network Security Edexcel2 主题
-
Environmental Issues Edexcel1 主题
-
Ethical And Legal Issues Edexcel3 主题
-
Cybersecurity Edexcel2 主题
-
Develop Code Edexcel6 主题
-
Constructs Edexcel4 主题
-
Data Types And Data Structures Edexcel5 主题
-
Operators Edexcel1 主题
-
Subprograms Edexcel2 主题
课 3,
主题 1
In Progress
Boolean Logic Diagrams Edexcel
课 Progress
0% Complete
Exam code:1CP2
What is Boolean logic?
-
Boolean logic is used in computer science and electronics to make logical decisions
-
Boolean operators are either TRUE or FALSE, often represented as 1 or 0
-
Inputs and outputs are given letters to represent them
-
To define Boolean logic we use special symbols to make writing expressions much easier
AND Gates, OR Gates & NOT Gates
What are logic gates?
-
Logic gates are a visual way of representing a Boolean expression
-
The logic gates covered in this course are:
-
AND
-
OR
-
NOT
-
AND
|
Circuit symbol |
Explanation |
|---|---|
![]() |
Returns TRUE only if both inputs are TRUE TRUE AND TRUE = TRUE Otherwise = FALSE |
OR
|
Circuit symbol |
Explanation |
|---|---|
![]() |
Returns TRUE if either input is TRUE TRUE OR FALSE = TRUE FALSE OR FALSE = FALSE |
NOT
|
Circuit symbol |
Explanation |
|---|---|
![]() |
Reverses the input value NOT TRUE = FALSE NOT FALSE = TRUE |



Responses