PSIC Sep 2024 Unit 05

PSIC Sep 2024 Unit 05

University

5 Qs

quiz-placeholder

Similar activities

PDS - 04225 Algorithms - Chapter 3

PDS - 04225 Algorithms - Chapter 3

University

10 Qs

Artificial Intelligence 1

Artificial Intelligence 1

University

10 Qs

DAA-UNIT-4 QUIZ

DAA-UNIT-4 QUIZ

University

10 Qs

PDS - 04225 - Recursion - Chapter 12

PDS - 04225 - Recursion - Chapter 12

University

10 Qs

Topic 2-1: Problem Solving

Topic 2-1: Problem Solving

University

8 Qs

Distributed System

Distributed System

University

10 Qs

Dynamic Programming part 1

Dynamic Programming part 1

University

10 Qs

Machine Learning

Machine Learning

12th Grade - University

10 Qs

PSIC Sep 2024 Unit 05

PSIC Sep 2024 Unit 05

Assessment

Quiz

Computers

University

Medium

Created by

Amir Rasyadan

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of High-Level Algorithm?

Implementation

In-depth analysis

Troubleshooting

Planning

2.

MULTIPLE SELECT QUESTION

45 sec • 3 pts

Which of the following are the steps in Divide and Conquer strategy. (Multiple answers)

Split the problem into smaller sub-problems

Solve each of the sub-problems.

Merge the solutions of the sub-problems.

Copy the problem to make it double.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Back Tracking and Brute Force are under the category of Heuristic Algorithm. YES or NO

YES

NO

4.

MULTIPLE SELECT QUESTION

45 sec • 2 pts

Which of the following algorithm gives the best and optimal solution. (Multiple answers)

Back Tracking

Brute Force

Genetic Algorithm

Greeedy

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the advantage of Heuristic algorithms compared to Exhaustive algorithms

Exhaustive algorithm produce good enough solution

Heuristic algorithm provide solution faster

Exhaustive algorithm can only solve big problems

Heuristic algorithm is meant for small problem.