QUIZ 01 -DAA

QUIZ 01 -DAA

University

15 Qs

quiz-placeholder

Similar activities

Lei de Ohm e redes

Lei de Ohm e redes

University

20 Qs

ArangoDb quiz

ArangoDb quiz

University

20 Qs

AISB223 Chapter 12: Confidentiality and Privacy Controls

AISB223 Chapter 12: Confidentiality and Privacy Controls

University

20 Qs

Understanding Loops in C Programming

Understanding Loops in C Programming

1st Grade - University

15 Qs

Audio Interactivo-Unidad 1 y 2

Audio Interactivo-Unidad 1 y 2

University

20 Qs

CHAPTER 6: SYSTEM ANALYSIS AND DESIGN

CHAPTER 6: SYSTEM ANALYSIS AND DESIGN

University

14 Qs

QUIZ 01 -DAA

QUIZ 01 -DAA

Assessment

Quiz

Information Technology (IT)

University

Practice Problem

Medium

Created by

arr revathi

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Analyze the time complexity derivation of the divide and conquer maximum subarray algorithm. Which recurrence relation represents the time complexity correctly?

T(n)=T(n−1)+O(1)

T(n)=2T(n/2)+O(n)

T(n)=T(n/2)+O(log n)

T(n)=nT(n−1)+O(n2))

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Huffman coding produces a prefix-free code that minimizes the weighted path length. Which data structure most efficiently supports the construction of this code?

Linked List

Priority Queue (Min-Heap)

Stack

Binary Search Tree

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following properties is not required for an algorithm to be solvable optimally using greedy techniques?

Greedy-choice property

Optimal substructure

Overlapping subproblems

Problem decomposition into independent subproblems

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

In analyzing the time complexity of the maximum subarray problem solved by divide and conquer, the merging step takes O(n)O(n)O(n) time. What does this step accomplish?

Combining the solutions of left and right subarrays, including subarrays crossing the midpoint

Sorting the array to reduce the problem size

Removing duplicate subarrays

Calculating the prefix sums for dynamic programming

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Suppose you design a new algorithm for a problem and derive its time complexity as O(nlogn). Which of the following algorithmic techniques is most likely used?

Dynamic programming with memoization

Greedy algorithm with sorting

Divide and conquer with recursive calls

Backtracking with pruning

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The Subset Sum problem solved using backtracking is classified as:

Polynomial time problem

NP-complete problem

Greedy solvable problem

Linear time problem

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

In the Branch and Bound method using FIFO-BB for the job selection problem, the primary difference from LIFO-BB is:

FIFO-BB explores nodes in a breadth-first manner; LIFO-BB in a depth-first manner

FIFO-BB requires more memory than LIFO-BB always

LIFO-BB guarantees optimal solution, FIFO-BB does not

Both methods explore nodes in the same order

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?