adplus-dvertising
frame-decoration

Question

In which of the following case does a Binary Decision Diagram is used for?

a.

Representation of Boolean Functions

b.

String Matching

c.

Searching

d.

Sorting of number

Answer: (a).Representation of Boolean Functions

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. In which of the following case does a Binary Decision Diagram is used for?

Similar Questions

Discover Related MCQs

Q. In a Binary Decision Diagram, how many types of terminal exists?

Q. In a Binary Decision Diagrams 0 values by a _________ line and the 1 values are represented by a _________ line.

Q. How many nodes are required to create a Binary Decision Tree having 4 variables?

Q. Two or more And Inverter Graphs can represent same function.

Q. Size of an And Inverter Graph is the number of _______ gates and the number of logic levels is number of ________ gates on the __________ path from a primary input to a primary output.

Q. And Inverter Graph is a type of __________

Q. The And Inverter Graph representation of a Boolean function is more efficient than the Binary Decision Diagram.

Q. Which of the following logical operation can be implemented by polynomial time graph manipulation algorithms using Binary Decision Diagrams?

Q. Depth First Search is equivalent to which of the traversal in the Binary Trees?

Q. Time Complexity of DFS is? (V – number of vertices, E – number of edges)

Q. The Data structure used in standard implementation of Breadth First Search is?

Q. The Depth First Search traversal of a graph will result into?

Q. A person wants to visit some places. He starts from a vertex and then wants to visit every vertex till it finishes from one vertex, backtracks and then explore other vertex from same vertex. What algorithm he should use?

Q. What can be the applications of Depth First Search?

Q. When the Depth First Search of a graph is unique?

Q. Regarding implementation of Depth First Search using stacks, what is the maximum distance between two nodes present in the stack? (considering each edge length 1)

Q. In Depth First Search, how many times a node is visited?

Q. Breadth First Search is equivalent to which of the traversal in the Binary Trees?

Q. Time Complexity of Breadth First Search is? (V – number of vertices, E – number of edges)

Q. The Breadth First Search traversal of a graph will result into?