ADS & AA Class Tes-5 Remedial

ADS & AA Class Tes-5 Remedial

University

15 Qs

quiz-placeholder

Similar activities

DECISION MAKING

DECISION MAKING

University

20 Qs

DAA 4th Sem

DAA 4th Sem

University

20 Qs

Divide and Conquer & Dynamic Programming

Divide and Conquer & Dynamic Programming

University

20 Qs

Quiz on Safety and Design

Quiz on Safety and Design

9th Grade - University

15 Qs

Lesson 7 ROBOTICS

Lesson 7 ROBOTICS

12th Grade - University

18 Qs

Pressure Sensor Quiz

Pressure Sensor Quiz

University

11 Qs

Tech-fest

Tech-fest

University

20 Qs

ADS & AA Class Tes-5 Remedial

ADS & AA Class Tes-5 Remedial

Assessment

Quiz

Engineering

University

Easy

Created by

Sudheer Potharaju

Used 1+ times

FREE Resource

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.

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?