DAA FINALS

DAA FINALS

12th Grade

20 Qs

quiz-placeholder

Similar activities

Marketing Functions Review Assignment

Marketing Functions Review Assignment

9th - 12th Grade

20 Qs

Counting Surfaces JEE Paper-2

Counting Surfaces JEE Paper-2

7th Grade - Professional Development

15 Qs

DESIGN THINKING PROCESS

DESIGN THINKING PROCESS

8th - 12th Grade

15 Qs

Programming basics

Programming basics

12th Grade

15 Qs

Understanding Computational Thinking

Understanding Computational Thinking

12th Grade - University

15 Qs

Selecting and Sequencing Student Solutions

Selecting and Sequencing Student Solutions

12th Grade

15 Qs

Flowchart

Flowchart

12th Grade

15 Qs

Inquiries, Investigations, and Immersion Quiz 1

Inquiries, Investigations, and Immersion Quiz 1

12th Grade

15 Qs

DAA FINALS

DAA FINALS

Assessment

Quiz

Education

12th Grade

Hard

Created by

Kim Bautista

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the primary characteristic of a greedy algorithm?

It always finds the globally optimal solution

It uses backtracking to explore all possible solutions.

It makes locally optimal choices at each step.

It randomly selects choices without considering future consequences.

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What does the Coin Change Problem involve?

Finding the maximum number of coins needed to make change

Selecting coins to maximize profit

Finding the minimum number of coins needed to make a given amount of change

Sorting coins in descending order based on their denominations

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

In job sequencing with deadlines, what is the goal of the greedy method?

Minimize the number of jobs scheduled

Maximize the total profit by respecting job deadlines

Maximize the number of jobs completed after the deadline

Randomly schedule jobs without considering deadlines

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which algorithm is used to find the minimum spanning tree of a graph by selecting edges based on their weights?

Dijkstra's Algorithm

Prim's Algorithm

Kruskal's Algorithm

Bellman-Ford Algorithm

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which algorithm is used to find the shortest path from a single source vertex to all other vertices in a weighted graph with non-negative edge weights?

Dijkstra's Algorithm

Bellman-Ford Algorithm

Floyd's Algorithm

Prim's Algorithm

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

In Huffman coding, which elements are assigned shorter codes?

Least frequent elements

Elements with the longest codes

Most frequent elements

Randomly selected elements

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the primary data structure used in implementing Heaps?

Linked List

Stack

Priority Queue

Hash Table

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?