{"id":221,"date":"2020-04-05T08:46:53","date_gmt":"2020-04-05T08:46:53","guid":{"rendered":"https:\/\/temp.ashkerala.com\/?p=221"},"modified":"2020-04-05T08:46:53","modified_gmt":"2020-04-05T08:46:53","slug":"computer-graph-mcq-01","status":"publish","type":"post","link":"https:\/\/temp.ashkerala.com\/?p=221","title":{"rendered":"Computer Graph MCQ 01"},"content":{"rendered":"<p><strong>1) A graph is a collection of&#8230;. ?<\/strong><br \/> a.\u00a0\u00a0 \u00a0Row and columns<br \/> b.\u00a0\u00a0 \u00a0Vertices and edges<br \/> c.\u00a0\u00a0 \u00a0Equations<br \/> d.\u00a0\u00a0 \u00a0None of these<br \/> <strong>Answer = B<\/strong><br \/> \u00a0<br \/> <strong>2)\u00a0 The degree of any vertex of graph is &#8230;. ?<\/strong><br \/> a.\u00a0\u00a0 \u00a0The number of edges incident with vertex<br \/> b.\u00a0\u00a0 \u00a0Number of vertex in a graph<br \/> c.\u00a0\u00a0 \u00a0Number of vertices adjacent to that vertex<br \/> d.\u00a0\u00a0 \u00a0Number of edges in a graph<br \/> \u00a0<br \/> <strong>Answer = A<\/strong><br \/> Explanation: The number of edges connected on a vertex v with the self loop counted twice is called the degree of vertex.<\/p>\n<p><strong>3) If for some positive integer k, degree of vertex d(v)=k for every vertex v of the graph G, then G is called&#8230; ?<\/strong><br \/> a.\u00a0\u00a0 \u00a0K graph<br \/> b.\u00a0\u00a0 \u00a0K-regular graph<br \/> c.\u00a0\u00a0 \u00a0Empty graph<br \/> d.\u00a0\u00a0 \u00a0All of above<br \/> <strong>Answer = B<\/strong><br \/> Explanation:\u00a0 A graph in which all vertices are of equal degree is called regular graph.<\/p>\n<p><strong>4) A graph with no edges is known as empty graph. Empty graph is also known as&#8230; ?<\/strong><br \/> a.\u00a0\u00a0 \u00a0Trivial graph<br \/> b.\u00a0\u00a0 \u00a0Regular graph<br \/> c.\u00a0\u00a0 \u00a0Bipartite graph<br \/> d.\u00a0\u00a0 \u00a0None of these<br \/> \u00a0<br \/> <strong>Answer = A<\/strong><br \/> Explanation: Trivial graph is the second name for empty graph.<\/p>\n<p><strong>5) Length of the walk of a graph is &#8230;. ?<\/strong><br \/> a.\u00a0\u00a0 \u00a0The number of vertices in walk W<br \/> b.\u00a0\u00a0 \u00a0The number of edges in walk W<br \/> c.\u00a0\u00a0 \u00a0Total number of edges in a graph<br \/> d.\u00a0\u00a0 \u00a0Total number of vertices in a graph<br \/> \u00a0<br \/> <strong>Answer = B<\/strong><br \/> Explanation:\u00a0 A walk is defined as finite altering sequence of vertices and edges. No Edges appear more than once but vertex may appear more than once.<\/p>\n<p> <strong>6) If the origin and terminus of a walk are same, the walk is known as&#8230; ?<\/strong><br \/> a.\u00a0\u00a0 \u00a0Open<br \/> b.\u00a0\u00a0 \u00a0Closed<br \/> c.\u00a0\u00a0 \u00a0Path<br \/> d.\u00a0\u00a0 \u00a0None of these<br \/> \u00a0<br \/> <strong>Answer = B<\/strong><br \/> Explanation:\u00a0 A walk which\u00a0 begins and ends with same vertex is called closed walk otherwise it is open.<\/p>\n<p><strong>7) A graph G is called a &#8230;.. if it is a connected acyclic graph ?<\/strong><br \/> a.\u00a0\u00a0 \u00a0Cyclic graph<br \/> b.\u00a0\u00a0 \u00a0Regular graph<br \/> c.\u00a0\u00a0 \u00a0Tree<br \/> d.\u00a0\u00a0 \u00a0Not a graph<br \/> \u00a0<br \/> <strong>Answer = C<\/strong><br \/> Explanation: No explanation for this question.<\/p>\n<p><strong>8) Eccentricity of a vertex denoted by e(v) is defined by&#8230;. ?<\/strong><br \/> a.\u00a0\u00a0 \u00a0max { d(u,v): u belongs to v, u does not equal to v : where d(u,v) is the distance between u&amp;v}<br \/> b.\u00a0\u00a0 \u00a0min { d(u,v): u belongs to v, u does not equal to v }<br \/> c.\u00a0\u00a0 \u00a0Both A and B<br \/> d.\u00a0\u00a0 \u00a0None of these<br \/> \u00a0<br \/> <strong>Answer = A<\/strong><br \/> Explanation:\u00a0 The eccentricity E(v) of a vertex V in the graph is the distance from v to the vertex farthest from v in G.<\/p>\n<p><strong>9) Radius of a graph, denoted by rad(G) is defined by&#8230;. ?<\/strong><br \/> a.\u00a0\u00a0 \u00a0max {e(v): v belongs to V }<br \/> b.\u00a0\u00a0 \u00a0min { e(v):\u00a0 v belongs to V}<br \/> c.\u00a0\u00a0 \u00a0max { d(u,v): u belongs to v, u does not equal to v }<br \/> d.\u00a0\u00a0 \u00a0min { d(u,v): u belongs to v, u does not equal to v }<br \/> \u00a0<br \/> <strong>Answer = A<\/strong><br \/> Explanation:\u00a0 The diameter or radius of a graph G is largest distance between two vertices in the graph G.<\/p>\n<p><strong>10) The complete graph K, has&#8230; different spanning trees?<\/strong><br \/> a.\u00a0\u00a0 \u00a0n^n-2<br \/> b.\u00a0\u00a0 \u00a0n*n<br \/> c.\u00a0\u00a0 \u00a0n^n<br \/> d.\u00a0\u00a0 \u00a0n^2<br \/> <em>\u00a0 ^ = raised to for exponent<\/em><br \/> <strong>Answer = A<\/p>\n<p> 11) A tour of G is a closed walk of graph G which includes every edge G at least once. A &#8230;.. tour of G is a tour which includes every edge of G exactly once ?<\/strong><br \/> a.\u00a0\u00a0 \u00a0Hamiltonian<br \/> b.\u00a0\u00a0 \u00a0Planar<br \/> c.\u00a0\u00a0 \u00a0Isomorphic<br \/> d.\u00a0\u00a0 \u00a0Euler<br \/> \u00a0<br \/> <strong>Answer = D<\/strong><br \/> Explanation: If some closed walk in a graph contains all the edges then the walk is called Euler.<\/p>\n<p> <strong>12) Which of the following is not a type of graph ?<\/strong><br \/> a.\u00a0\u00a0 \u00a0Euler<br \/> b.\u00a0\u00a0 \u00a0Hamiltonian<br \/> c.\u00a0\u00a0 \u00a0Tree<br \/> d.\u00a0\u00a0 \u00a0Path<br \/> \u00a0<br \/> <strong>Answer = D<\/strong><br \/> Explanation:Path is a way from one node no another but not a graph.<\/p>\n<p><strong>13) Choose the most appropriate definition of plane graph ?<\/strong><br \/> a.\u00a0\u00a0 \u00a0A graph drawn in a plane in such a way that any pair of edges meet only at their end vertices<br \/> b.\u00a0\u00a0 \u00a0A graph drawn in a plane in such a way that if the vertex set of graph can be partitioned into two non &#8211; empty disjoint subset X and Y in such a way that each edge of G has one end in X and one end in Y.<br \/> c.\u00a0\u00a0 \u00a0A simple graph which is Isomorphic to Hamiltonian graph<br \/> d.\u00a0\u00a0 \u00a0None of these<br \/> \u00a0<br \/> <strong>Answer = A<\/strong><br \/> Explanation: No explanation for this question.<\/p>\n<p> <strong>14) A continuous non &#8211; intersecting curve in the plane whose origin and terminus coincide ?<\/strong><br \/> a.\u00a0\u00a0 \u00a0Planer<br \/> b.\u00a0\u00a0 \u00a0Jordan<br \/> c.\u00a0\u00a0 \u00a0Hamiltonian<br \/> d.\u00a0\u00a0 \u00a0All of these<br \/> \u00a0<br \/> <strong>Answer = B<\/strong><br \/> Explanation: The jordan graph is the set of all vertices of minimum eccentricity that is the set of all vertices A where the greatest distance to other vertex B is minimal.<\/p>\n<p> <strong>15) Polyhedral is&#8230;. ?<\/strong><br \/> a.\u00a0\u00a0 \u00a0A simple connected graph<br \/> b.\u00a0\u00a0 \u00a0A plane graph<br \/> c.\u00a0\u00a0 \u00a0A graph in which the degree of every vertex and every face is atleast 3<br \/> d.\u00a0\u00a0 \u00a0All of above<br \/> <strong>\u00a0<br \/> Answer = D<\/strong><br \/> Explanation: A polyhedral graph is the undirected graph formed from the vertices and edges of a convex polyhedron<\/p>\n<p> <strong>16) A path in graph G, which contains every vertex of G once and only once ?<\/strong><br \/> a.\u00a0\u00a0 \u00a0Eulartour<br \/> b.\u00a0\u00a0 \u00a0Hamiltonian Path<br \/> c.\u00a0\u00a0 \u00a0Eular trail<br \/> d.\u00a0\u00a0 \u00a0Hamiltonian tour<br \/> \u00a0<br \/> <strong>Answer = B<\/strong><br \/> Explanation:A Hamiltonian circuit in a connected graph is defined as a closed walk that traverse every vertex of G exactly once except the starting vertex.<\/p>\n<p><strong>17) A minimal spanning tree of a graph G is&#8230;. ?<\/strong><br \/> a.\u00a0\u00a0 \u00a0A spanning sub graph<br \/> b.\u00a0\u00a0 \u00a0A tree<br \/> c.\u00a0\u00a0 \u00a0Minimum weights<br \/> d.\u00a0\u00a0 \u00a0All of above<br \/> \u00a0<br \/> <strong>Answer = D<\/strong><br \/> Explanation: A tree is said to be spanning tree of connected graph G if it is subgraph of G and contains all the vertices of G.<\/p>\n<p> <strong>18) A tree having a main node, which has no predecessor is&#8230;. ?<\/strong><br \/> a.\u00a0\u00a0 \u00a0Spanning tree<br \/> b.\u00a0\u00a0 \u00a0Rooted tree<br \/> c.\u00a0\u00a0 \u00a0Weighted tree<br \/> d.\u00a0\u00a0 \u00a0None of these<br \/> \u00a0<br \/> <strong>Answer = B<\/strong><br \/> Explanation:A tree in which one vertex distinguish from all other is called rooted tree.<\/p>\n<p><strong>19) Diameter of a graph is denoted by diam(G) is defined by&#8230;. ?<\/strong><br \/> a.\u00a0\u00a0 \u00a0max (e(v) : v belongs to V)<br \/> b.\u00a0\u00a0 \u00a0max( d(u,v) )<br \/> c.\u00a0\u00a0 \u00a0Both A and B<br \/> d.\u00a0\u00a0 \u00a0None of these<br \/> \u00a0<br \/> <strong>Answer = C<\/strong><br \/> Explanation: The diameter of a graph G is largest distance between two vertices in a graph G.<br \/> <strong>\u00a0<br \/> 20) A vertex of a graph is called even or odd depending upon ?<\/strong><br \/> a.\u00a0\u00a0 \u00a0Total number of edges in a graph is even or odd<br \/> b.\u00a0\u00a0 \u00a0Total number of vertices in a graph is even or odd<br \/> c.\u00a0\u00a0 \u00a0Its degree is even or odd<br \/> d.\u00a0\u00a0 \u00a0None of these<br \/> \u00a0<br \/> <strong>Answer = C<\/strong><br \/> Explanation: The vertex of a graph is called even or odd based on its degree.<\/p>\n<p> <strong>21) Let A and B be any two arbitrary events then which one of the following is true ?<\/strong><br \/> a.\u00a0\u00a0 \u00a0P( A intersection B) = P(A). P(B)<br \/> b.\u00a0\u00a0 \u00a0P(A union B) = P(A) + P(B)<br \/> c.\u00a0\u00a0 \u00a0P(AB) = P(A intersection B). P(B)<br \/> d.\u00a0\u00a0 \u00a0P(A union B) &gt;= P(A) + P(B)<br \/> \u00a0<br \/> <strong>Answer = D<\/strong><\/p>\n<p> <strong>22) If X and Y be the sets. Then the set ( X &#8211; Y) union (Y- X) union (X intersection Y ) is equal to?<\/strong><br \/> a.\u00a0\u00a0 \u00a0X union Y<br \/> b.\u00a0\u00a0 \u00a0Xc union Yc<br \/> c.\u00a0\u00a0 \u00a0X intersection Y<br \/> d.\u00a0\u00a0 \u00a0Xc intersection Yc<br \/> \u00a0<br \/> <strong>Answer = A<\/strong><\/p>\n<p> <strong>23) If G is an undirected planer graph on n vertices with e edges then ?<\/strong><br \/> a.\u00a0\u00a0 \u00a0e&lt;=n<br \/> b.\u00a0\u00a0 \u00a0e&lt;=2n<br \/> c.\u00a0\u00a0 \u00a0e&lt;=3n<br \/> d.\u00a0\u00a0 \u00a0None of these<br \/> \u00a0<br \/> <strong>Answer = B<\/strong><\/p>\n<p> <strong>24) Which of the following statement is false ?<\/strong><br \/> a.\u00a0\u00a0 \u00a0G is connected and is circuitless<br \/> b.\u00a0\u00a0 \u00a0G is connected and has n edges<br \/> c.\u00a0\u00a0 \u00a0G is minimally connected graph<br \/> d.\u00a0\u00a0 \u00a0G is circuitless and has n-1 edges<br \/> \u00a0<br \/> <strong>Answer = B<\/strong><\/p>\n<p> <strong>25) Probability that two randomly selected cards from a set of two red and two black cards are of same color is ?<\/strong><br \/> a.\u00a0\u00a0 \u00a01 \/ 2<br \/> b.\u00a0\u00a0 \u00a01 \/ 3<br \/> c.\u00a0\u00a0 \u00a02 \/ 3<br \/> d.\u00a0\u00a0 \u00a0None of these<br \/> \u00a0<br \/> <strong>Answer = B<\/strong><\/p>\n<p> <strong>26) The number of circuits that can be created by adding an edge between any two vertices in a tree is ?<\/strong><br \/> a.\u00a0\u00a0 \u00a0Two<br \/> b.\u00a0\u00a0 \u00a0Exactly one<br \/> c.\u00a0\u00a0 \u00a0At least two<br \/> d.\u00a0\u00a0 \u00a0None<br \/> \u00a0<br \/> <strong>Answer = B<\/strong><\/p>\n<p> <strong>27) In a tree between every pair of vertices there is ?<\/strong><br \/> a.\u00a0\u00a0 \u00a0Exactly one path<br \/> b.\u00a0\u00a0 \u00a0A self loop<br \/> c.\u00a0\u00a0 \u00a0Two circuits<br \/> d.\u00a0\u00a0 \u00a0n number of paths<br \/> <strong>\u00a0<br \/> Answer = A<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>1) A graph is a collection of&#8230;. ? a.\u00a0\u00a0 \u00a0Row and columns b.\u00a0\u00a0 \u00a0Vertices and edges c.\u00a0\u00a0 \u00a0Equations d.\u00a0\u00a0 \u00a0None of these Answer = B \u00a0 2)\u00a0 The degree of any vertex of graph is &#8230;. ? a.\u00a0\u00a0 \u00a0The number of edges incident with vertex b.\u00a0\u00a0 \u00a0Number of vertex in a graph c.\u00a0\u00a0 \u00a0Number of&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"categories":[22],"tags":[],"class_list":["post-221","post","type-post","status-publish","format-standard","hentry","category-computer-science-combined"],"_links":{"self":[{"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=\/wp\/v2\/posts\/221","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=221"}],"version-history":[{"count":0,"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=\/wp\/v2\/posts\/221\/revisions"}],"wp:attachment":[{"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=221"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=221"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=221"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}