Boolean logic

EasyMedium
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
Question 2
Easy

A logic circuit is shown in Figure 1 below.

A logic circuit diagram representing a system with three inputs: P, Q, and R. Inputs P and Q are connected as inputs to Gate 1. Input R is connected as the input to Gate 2. The output of Gate 1 and the output of Gate 2 are connected as the two inputs to Gate 3, which feeds into the final output. The entire circuit represents the Boolean expression: (P OR Q) AND (NOT R).

Draw the standard logic circuit symbol in the space below for the logic gate used at Gate 3.

[1]

Boolean logic Questions

  1. GCSE
  2. /Computer Science
  3. /Boolean logic