PSIC Sep 2024 Unit 05

PSIC Sep 2024 Unit 05

University

5 Qs

quiz-placeholder

Similar activities

Algorithm analysis: divide & conquer theory

Algorithm analysis: divide & conquer theory

University

10 Qs

PDS - 04225  Intro to Data Structures and Algorithms - Chapter 2

PDS - 04225 Intro to Data Structures and Algorithms - Chapter 2

University

10 Qs

Coding Vocabulary 1

Coding Vocabulary 1

KG - University

8 Qs

MADA

MADA

University

10 Qs

quize1

quize1

University

6 Qs

Analysis of Algorithms Quiz

Analysis of Algorithms Quiz

University

10 Qs

Heuristic Evaluation

Heuristic Evaluation

University

10 Qs

Topic 2-1: Problem Solving Concepts

Topic 2-1: Problem Solving Concepts

University

8 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.