Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
GATE | GATE-CS-2014-(Set-3) | Question 65
Last Updated :
Discuss
Comments
Consider the following combinational function block involving four Boolean variables x, y, a, b where x, a, b are inputs and y is the output.
C
f
(
x
,
y
,
a
,
b
)
{
if
(
x
is
1
)
y
=
a
;
else
y
=
b
;
}
Which one of the following digital logic blocks is the most suitable for implementing this function?
Full adder
Priority encoder
Multiplexer
Flip-flop
This question is part of this quiz :
Digital Logic & Number representation,
GATE-CS-2014-(Set-3),
Combinational Circuits
Tags:
Computer Organization and Architecture
GATE
Digital Logic
Share your thoughts in the comments
Add Your Comment
GeeksforGeeks
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !