0% found this document useful (0 votes)
35 views5 pages

Logic Gates t1

Uploaded by

Ibbi the MEMER
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views5 pages

Logic Gates t1

Uploaded by

Ibbi the MEMER
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

AY 2023-2024

Subject: Computing Practical Worksheet

Name: Ibrahim Alavi Year: 8 Section: A Date: 6-11-23

Learning Objectives:
1. Understand the working of AND, OR, NOT gates and write a Truth table for each circuit.
2. Create logic gate circuits to solve problems.
Unit3: LOGIC GATES Topic: Boolean Expression and truth table

Task:

The Boolean value for True= _________1__________ The Boolean value for False= _________0__________
Name these logic gates.

Label the gate. Write the Boolean expression and complete the truth table.

Input A Input B Input C Output Q


1 1 1 1
0 0 0 1
1 0 0 1
1 1 0 1
0 0 1 0
Boolean Expression: 0 1 0 1

A.B+C

Boolean Expression: (A.B)+(C+D)

Page 1
Input A Input B Input C Output Q
1 1 1 0
0 0 0 1
1 0 0 1
1 1 0 1
0 0 1 0
0 1 0

Boolean Expression: A.B+C . C

Input A Input B Input C Output Q


1 1 1 1
0 0 0 1
1 0 0 0
1 1 0 1
0 0 1 0
0 1 0 1

Boolean Expression: A.(A+B) (Theres no input for C, the truth table has an anomaly)

Input A Input B Input C Output Q


1 1 1 1
0 0 0 1
1 0 0 1
1 1 0 1
0 0 1 1
0 1 0 1

Boolean Expression:(A.B)+(B+C.A.B)

Page 2
State Input or Output of the following logic gates.

Page 3
Construct the Logic Gates of the following Write the Boolean expression for the given Logic
expressions: Gates
a. P = NOT (A AND (NOT B))

b. P = NOT (A OR B) AND NOT C

c. P=A AND B AND NOT C

d. P = (NOT A AND B) OR C

Page 4
Page 5

You might also like