Search Header Logo

ADS & AA Class Tes-5 Remedial

Authored by Sudheer Potharaju

Engineering

University

Used 1+ times

ADS & AA Class Tes-5 Remedial
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of the 0/1 Knapsack Problem using dynamic programming?

O(n + W)

O(W)

O(n * W)

O(n)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Explain the difference between the 0/1 Knapsack Problem and the Fractional Knapsack Problem.

The 0/1 Knapsack Problem focuses on maximizing weight, while the Fractional Knapsack Problem focuses on minimizing weight.

The 0/1 Knapsack Problem allows only whole items, while the Fractional Knapsack Problem allows fractions of items.

The 0/1 Knapsack Problem is solved using dynamic programming, while the Fractional Knapsack Problem uses brute force.

The 0/1 Knapsack Problem allows any number of items, while the Fractional Knapsack Problem allows only whole items.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can backtracking be applied to solve the N-Queens Problem?

Backtracking can be applied by placing queens row by row, checking for conflicts, and backtracking when necessary.

Place all queens in the first row only.

Use a random placement of queens without checking for conflicts.

Only check for conflicts after all queens are placed.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum number of queens that can be placed on an 8x8 chessboard without threatening each other?

7

9

6

8

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Describe a dynamic programming approach to solve the Subset Sum Problem.

Iterate through all possible subsets and check their sums recursively.

Sort the set and use binary search to find the target sum.

Use dynamic programming to create a table that tracks achievable sums with subsets of the given set.

Use a greedy algorithm to select the largest elements until the sum is reached.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the relationship between the Subset Sum Problem and the Knapsack Problem?

Both problems are unrelated and have different applications.

The Subset Sum Problem can be solved in linear time while the Knapsack Problem cannot.

The Knapsack Problem is a special case of the Subset Sum Problem.

The Subset Sum Problem is a special case of the Knapsack Problem.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In string editing, what is the Levenshtein distance?

The Levenshtein distance is the total number of characters in a string.

The Levenshtein distance is the number of characters that are the same in both strings.

The Levenshtein distance measures the length of the longest common substring.

The Levenshtein distance is the minimum number of edits needed to transform one string into another.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?