100% found this document useful (2 votes)
264 views3 pages

LABTASK7

This document provides instructions for a lab task on digital logic and circuit design. Students will work in groups of three to: 1) Understand basic digital logic using Boolean operators like AND, OR, and NOT 2) Design a simple 1-bit adder circuit using a digital logic simulator 3) Test their 1-bit adder design using online simulators like logicCircuit.org or circuitverse.org.

Uploaded by

md27 nur ain
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (2 votes)
264 views3 pages

LABTASK7

This document provides instructions for a lab task on digital logic and circuit design. Students will work in groups of three to: 1) Understand basic digital logic using Boolean operators like AND, OR, and NOT 2) Design a simple 1-bit adder circuit using a digital logic simulator 3) Test their 1-bit adder design using online simulators like logicCircuit.org or circuitverse.org.

Uploaded by

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

FACULTY OF COMPUTER SCIENCE AND INFORMATION TECHNOLOGY

UNIVERSITI TUN HUSSEIN ONN MALAYSIA


BIC10503 – Computer Architecture

Lab Task 7
Digital Logic

Matric Num. Name


AI220013 NUR AIN BINTI MUHARAM

Objective:
Upon successful completion of this task, you will be able to:
• understand the basic of digital logic which uses Boolean operators
• design a simple circuit using a simulator for digital logic.

Duration: 1 lab session (2 hours)

Notes:
Boolean Operators

As with any algebra, Boolean algebra makes use of variables and operations. In this case, the
variables and operations are logical variables and operations. Thus, a variable may take on
the value 1 (TRUE) or 0 (FALSE).The basic logical operations are AND, OR, and NOT, which
are symbolically represented by dot, plus sign, and overbar:

The operation AND yields true (binary value 1) if and only if both of its operands are true. The
operation OR yields true if either or both of its operands are true. The unary operation NOT
inverts the value of its operand. For example, consider the equation

D is equal to 1 if A is 1 or if both B = 0 and C = 1. Otherwise D is equal to 0.

Page 1|3
FACULTY OF COMPUTER SCIENCE AND INFORMATION TECHNOLOGY
UNIVERSITI TUN HUSSEIN ONN MALAYSIA
BIC10503 – Computer Architecture

Figure L5(i): Logic Gates

Page 2|3
FACULTY OF COMPUTER SCIENCE AND INFORMATION TECHNOLOGY
UNIVERSITI TUN HUSSEIN ONN MALAYSIA
BIC10503 – Computer Architecture

Instructions:

Students are expected to work in a group of three students for this lab task.
Answer ALL questions.

Q1. Design a 1-bit adder.

Q2. Test your design in Q(1) using a digital logic simulator.

logicCircuit.org
circuitverse.org/simulator

Page 3|3

You might also like