Download as pdf or txt
Download as pdf or txt
You are on page 1of 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