Karnaugh Map

Karnaugh Map

12th Grade

7 Qs

quiz-placeholder

Similar activities

Java Script

Java Script

10th - 12th Grade

10 Qs

Java Basics #1

Java Basics #1

10th - 12th Grade

9 Qs

AP Computer Science Principles - Unit 4: Variables, Conditionals

AP Computer Science Principles - Unit 4: Variables, Conditionals

9th - 12th Grade

10 Qs

Pemrograman Arduino

Pemrograman Arduino

12th Grade

10 Qs

Variables Review

Variables Review

12th Grade

12 Qs

Java Basics #2

Java Basics #2

10th - 12th Grade

7 Qs

Karnaugh Map

Karnaugh Map

11th Grade - University

11 Qs

T_4.2 Identifier, Data Types, Operators & Expressions

T_4.2 Identifier, Data Types, Operators & Expressions

12th Grade - University

10 Qs

Karnaugh Map

Karnaugh Map

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Vy Phuong

Used 42+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the simplified sum-of-products Boolean function of X

X = B.D' + A.B.C

X = B.D' + A'.B.C

X = B'.D' + A.B.C

X = B.D' + A'.B'.C'

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the simplified sum-of-products Boolean function for X

X = P.Q' + P'.R

X = P.Q' + P.R

X = P.Q' + P.R'

X = P'.Q' + P.R

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the simplified sum-of-products Boolean function for X

Y = Q.S + P.R.S'

X = Q'.S + P.R.S'

X = Q.S' + P.R.S'

X = Q.S + P.R.S'

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the simplified sum-of-products Boolean function for X

X = A'.B + B'.C + A'.C

X = A.B' + B.C + A'.C

X = A.B + B.C + A.C

X = A.B + B.C' + A.C'

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the simplified sum-of-products Boolean function for X

X = A'.B + B.C'.D'

X = A.B + B'.C'.D'

X = A.B + B.C'.D'

X = A.B'+ B.C'.D'

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the simplified sum-of-products Boolean function for X

X = A.C + A.C

X = A'.C' + A.C'

X = A'.C + A'.C'

X = A'.C + A.C'

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the simplified sum-of-products Boolean function for X

X = A' + B'

X = A + B

X = A' + B

X = A + B'