Free. Exclusive. Just for you.
Four unique services that make learning easier, faster, and smarter - only on our website.

Solved Logic gates worksheet, Computer Science. Please | Chegg.com - Free Printable

Solved Logic gates worksheet, Computer Science. Please | Chegg.com

Educational worksheet: Solved Logic gates worksheet, Computer Science. Please | Chegg.com. Download and print for classroom or home learning activities.

PNG 819×935 182.1 KB Free · Personal Use
Quality Assured by Worksheets Library Team
Reviewed for educational accuracy and age-appropriateness
ID: #1631026
Show Answer Key & Explanations Step-by-step solution for: Solved Logic gates worksheet, Computer Science. Please | Chegg.com
Let’s solve this step by step.

---

Part 1: Label the gates and fill in their truth tables



#### First gate (left):
- Shape: Curved input side, pointed output → OR gate
- Description: “Takes two inputs and gives an output if either one input or the other input or both inputs are true” → That’s OR.
- Truth table for OR:
- 0 OR 0 = 0
- 0 OR 1 = 1
- 1 OR 0 = 1
- 1 OR 1 = 1

So fill in:
```
Input A | Input B | Output
0 | 0 | 0
0 | 1 | 1
1 | 0 | 1
1 | 1 | 1
```

#### Second gate (middle):
- Shape: Flat input side, rounded output → AND gate
- Description: “Takes two inputs and gives an output only if both inputs are true” → That’s AND.
- Truth table for AND:
- 0 AND 0 = 0
- 0 AND 1 = 0
- 1 AND 0 = 0
- 1 AND 1 = 1

But note: The table shown only has 2 rows filled? Wait — looking again, it shows 4 rows but only first two have values? Actually, no — the image shows a 4-row table for AND too. Let me check:

Actually, in the image, the middle table has 4 rows (same as left), so we fill all 4:

```
Input A | Input B | Output
0 | 0 | 0
0 | 1 | 0
1 | 0 | 0
1 | 1 | 1
```

Wait — in the original image, the middle table only shows 2 rows with data? No — actually, looking carefully, the user’s image shows:

For the middle gate (AND), the truth table has 4 rows, same as OR. So yes, fill all 4.

#### Third gate (right):
- Shape: Triangle with circle at output → NOT gate (inverter)
- Description: “Takes one input and gives an output that is the opposite value to the input” → NOT.
- Truth table:
- Input 0 → Output 1
- Input 1 → Output 0

So:
```
Input | Output
0 | 1
1 | 0
```

---

Part 2: Combination of two gates



We have:
- Input A goes into a NOT gate → output is C
- Then C and Input B go into an AND gate → final Output

So:
C = NOT A
Output = C AND B = (NOT A) AND B

Let’s compute row by row:

Row 1: A=0, B=0
→ C = NOT 0 = 1
→ Output = 1 AND 0 = 0

Row 2: A=0, B=1
→ C = NOT 0 = 1
→ Output = 1 AND 1 = 1

Row 3: A=1, B=0
→ C = NOT 1 = 0
→ Output = 0 AND 0 = 0

Row 4: A=1, B=1
→ C = NOT 1 = 0
→ Output = 0 AND 1 = 0

So the table becomes:

```
Input A | Input B | C | Output
0 | 0 | 1 | 0
0 | 1 | 1 | 1
1 | 0 | 0 | 0
1 | 1 | 0 | 0
```

---

Final Answer:

Gate Labels:
- Left gate: OR
- Middle gate: AND
- Right gate: NOT

Truth Tables:

*OR Gate:*
| Input A | Input B | Output |
|---------|---------|--------|
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 1 |

*AND Gate:*
| Input A | Input B | Output |
|---------|---------|--------|
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |

*NOT Gate:*
| Input | Output |
|-------|--------|
| 0 | 1 |
| 1 | 0 |

*Combined Circuit Table:*
| Input A | Input B | C | Output |
|---------|---------|-----|--------|
| 0 | 0 | 1 | 0 |
| 0 | 1 | 1 | 1 |
| 1 | 0 | 0 | 0 |
| 1 | 1 | 0 | 0 |
Parent Tip: Review the logic above to help your child master the concept of truth table practice worksheet with answers.
Print Download

How to use

Click Print to open a print-ready version directly in your browser, or use Download to save the file to your device. The ⭐ Answer button generates an AI answer key instantly - useful for teachers who need a quick reference. Need a different version? Our AI Worksheet Generator lets you create a custom worksheet on any topic in seconds.

(view all truth table practice worksheet with answers)

IXL - Truth tables (Geometry practice)
Solved Truth Tables Final Practice Problems Use the method | Chegg.com
Truth Table | Definition, Examples & Rules - Lesson | Study.com
Truth Tables – Critical Thinking
Quiz & Worksheet - Truth Tables | Study.com
Complete Truth Tables #2.pdf - Name : Score : Teacher : Date ...
Logic Worksheets | Dynamic Logic Worksheets for Teachers
Truth Tables for Compound Logical Propositions Worksheet ...
Logic Gates And Truth Tables Worksheet Pack Teaching
Truth Tables Practice Problems With Answers | ChiliMath