Mathematics MCQ Quiz Hub

Mathematics MCQs Set-4

Choose a topic to test your knowledge and improve your Mathematics skills

1. The column sum in an incidence matrix for a simple graph is __________




2. What are the dimensions of an incidence matrix?




3. The column sum in an incidence matrix for a directed graph having no self loop is __________




4. Time complexity to check if an edge exists between two vertices would be ___________




5. If a connected Graph (G) contains n vertices what would be the rank of its incidence matrix?




6. A Graph Structured Stack is a _____________




7. If a Graph Structured Stack contains {1,2,3,4} {1,5,3,4} {1,6,7,4} and {8,9,7,4}, what would be the source and sink vertices of the DAC?




8. Graph Structured Stack finds its application in _____________




9. Which is the most appropriate data structure for reversing a word?




10. What will be the word obtained if the word “abbcabb” is reversed using a stack?




11. How many stacks are required for reversing a word algorithm?




12. What are the set of functions that are to be executed to get the following output? cat




13. Binary Decision Diagram is a type of __________




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




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




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




17. 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.




18. And Inverter Graph is a type of __________




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




20. Express -15 as a 6-bit signed binary number.




21. Which is the predefined method available in Java to convert decimal to binary numbers?




22. How many children does a binary tree have?




23. What is/are the disadvantages of implementing tree using normal arrays?




24. What are the children for node ‘w’ of a complete-binary tree in an array representation?




25. What is the parent for a node ‘w’ of a complete binary tree in an array representation when w is not 0?




26. If the tree is not a complete binary tree then what changes can be made for easy access of children of a node in the array?




27. Consider a situation of writing a binary tree into a file with memory storage efficiency in mind, is array representation of tree is good?




28. Can a tree stored in an array using either one of inorder or post order or pre order traversals be again reformed?




29. What is the location of a parent node for any arbitary node i?




30. Given an array of element 5, 7, 9, 1, 3, 10, 8, 4. Which of the following are the correct sequences of elements after inserting all the elements in a min-heap?




31. Topological sort can be applied to which of the following graphs?




32. Most Efficient Time Complexity of Topological Sorting is? (V – number of vertices, E – number of edges)




33. In most of the cases, topological sort starts from a node which has __________




34. Which of the following is not an application of topological sorting?




35. Topological sort of a Directed Acyclic graph is?




36. Topological sort can be implemented by?




37. Topological sort is equivalent to which of the traversals in trees?




38. A man wants to go different places in the world. He has listed them down all. But there are some places where he wants to visit before some other places. What application of graph can he use to determine that?




39. When the topological sort of a graph is unique?




40. Which of the following statements for a simple graph is correct?




41. What is the number of edges present in a complete graph having n vertices?




42. A connected planar graph having 6 vertices, 7 edges contains _____________ regions.




43. If a simple graph G, contains n vertices and m edges, the number of edges in the Graph G'(Complement of G) is ___________




44. Which of the following properties does a simple graph not hold?