Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Based on the following four graphs, answer the questions 6 . Which of the graphs is represented by the following adjacency matrix? table [

Based on the following four graphs, answer the questions
6. Which of the graphs is represented by the following adjacency matrix?
\table[[,1,2,3],[,0,1,1],[2,0,0,0],[3,1,1,0]]
A) G1
C) G2
B) G3
D) G4
7. How many of the graphs have a cycle?
A)1
C)2
B)3
D)4
8. The type of the following tree is
A) Balanced binary tree
C) Min heap
B) Perfect binary tree
D) All of them
9. What is the Maximum height of the tree that could be built by 6 nodes?
A)2
C)4
B)3
D)5
10. If the characters '' are pushed in a stack (in that order), and then removed one at a time, in what order will they be removed?
A) WXYZ
C) WYZX
B)ZYxW
D) ZYWX
11. The method "delLast()" in a circular singly linked list needs a shorter time than in a noncircular singly linked list.
A) True
B) False
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design Using Entity Relationship Diagrams

Authors: Sikha Saha Bagui, Richard Walsh Earp

3rd Edition

103201718X, 978-1032017181

More Books

Students also viewed these Databases questions

Question

What are Measures in OLAP Cubes?

Answered: 1 week ago

Question

How do OLAP Databases provide for Drilling Down into data?

Answered: 1 week ago

Question

How are OLAP Cubes different from Production Relational Databases?

Answered: 1 week ago