{ "q02": { "type": "order", "question": "\n\nMatch the graph terms below to the following definitions:\n\n\n\n
\nGraph 1 (Adjacency Matrix) Graph 2 (Adjacency List)\n0 1 0 1 A: B D\n0 0 0 1 B: A C D\n0 1 0 0 C: B D\n0 0 1 0 D: A B C\n\n\n\n\nWhich of the following statements are true (choose all that apply)?\n\n\n", "responses": { "graph1directed": "Graph 1 is directed.", "graph2connected": "Graph 2 is connected.", "graph2acyclic": "Graph 2 is acyclic.", "graph2directed": "Graph 2 is directed.", "graph1connected": "Graph 1 is connected.", "graph1acyclic": "Graph 1 is acyclic." } }, "q01": { "type": "order", "question": "\n\n\nMatch the path terms below to the following definitions:\n\n\n\n