Algorithmic Network Analysis - Quiz I

Algorithmic Network Analysis - Quiz I

Professional Development

20 Qs

quiz-placeholder

Similar activities

Correlation and Simple Linear Regression

Correlation and Simple Linear Regression

University - Professional Development

15 Qs

Bevelle -Sem. 1 - Final Exam

Bevelle -Sem. 1 - Final Exam

Professional Development

23 Qs

Basic Calculus Exercises 1.1

Basic Calculus Exercises 1.1

1st Grade - Professional Development

22 Qs

KCS Handling Data Quiz 1

KCS Handling Data Quiz 1

KG - Professional Development

20 Qs

Mathematics Teacher Professional Development

Mathematics Teacher Professional Development

Professional Development

22 Qs

Data handling

Data handling

4th Grade - Professional Development

25 Qs

EOC Review

EOC Review

Professional Development

17 Qs

Slope and Slope intercept

Slope and Slope intercept

KG - Professional Development

20 Qs

Algorithmic Network Analysis - Quiz I

Algorithmic Network Analysis - Quiz I

Assessment

Quiz

Mathematics

Professional Development

Medium

Created by

Sujin Flower

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A computational problem is considered tractable if:

It has a high storage space requirement

   

 

 

It can be solved in exponential time

There exists an efficient algorithm for solving it

It involves complex mathematical operations

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What measure of complexity is commonly used to describe the least amount of time needed to solve a problem?

 

 

 

   

 Best-case complexity

Worst-case complexity

Average-case complexity

Polynomial complexity

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The tiling problem is an example of: 

 

   

 

A tractable problem

An efficient algorithm

Intractable problem

Polynomial complexity

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in a depth-first search (DFS) of a graph?

   

   

   

   

Select the vertex with the highest degree as the starting vertex.

Select a first vertex to visit and label it.

Sort all the vertices in descending order of their degrees.

Visit all vertices and mark them unvisited.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a graph represented by adjacency lists, in what order are the vertices adjacent to a given vertex listed?

   

In decreasing order of their degrees

In increasing order of their degrees

In increasing order of their subscripts

 

In decreasing order of their subscripts

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a DFS forest, what structure is each component of the forest?

 

   

A directed acyclic graph (DAG)

A disconnected subgraph

A rooted tree

A cycle

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the depth-first search index (Dfi) of a vertex represent?**

 

   

 

The distance from the starting vertex

The number of back edges connected to the vertex

The degree of the vertex in the graph

The order in which the vertex was first visited during DFS

 

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?