Understanding Algorithms and Heuristics

Understanding Algorithms and Heuristics

University

15 Qs

quiz-placeholder

Similar activities

Encuesta Semana 1

Encuesta Semana 1

University

10 Qs

Ring Leader: Lesson 2

Ring Leader: Lesson 2

9th Grade - University

11 Qs

Engineering Design Process

Engineering Design Process

10th Grade - University

20 Qs

Crashing Trucks

Crashing Trucks

10th Grade - University

10 Qs

Shrieeek

Shrieeek

University

15 Qs

Vex Block Programming

Vex Block Programming

8th Grade - University

18 Qs

Toolbox - VR Robot Programming

Toolbox - VR Robot Programming

9th Grade - University

11 Qs

Robotics Viva 2

Robotics Viva 2

University

15 Qs

Understanding Algorithms and Heuristics

Understanding Algorithms and Heuristics

Assessment

Quiz

Engineering

University

Medium

Created by

Dr. Sharma

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

According to the text, what is an algorithm?

A complex mathematical formula.

A procedure to accomplish a specific task.

A computer program written in C.

A specific instance of a problem.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To be 'interesting,' an algorithm must solve what kind of problem?

A problem with a single, specific input.

A problem that is already partially solved.

A general, well-specified problem.

A problem that only works on numbers.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the fundamental distinction highlighted in the text regarding algorithmic problems?

Between correctness and efficiency.

Between input and output.

Between a problem and an instance of a problem.

Between sorting and searching.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For the algorithmic problem known as sorting, what is the required output?

The original sequence of keys.

The permutation (reordering) of the input sequence such that keys are in non-decreasing order.

The number of keys in the sequence.

A randomly shuffled sequence.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is given as an example of an instance of the sorting problem?

The definition of sorting.

The insertion sort algorithm.

An array of names, like {Mike, Bob, Sally, Jill, Jan}.

The procedure to accomplish a specific task.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the text state about the generality of the insertion sort algorithm?

It only works on numbers.

It only works on names.

It works just as well on names as it does on numbers, given the appropriate comparison.

It is specific to the 'INSERTIONSORT' word example.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT listed as a desirable property for a good algorithm?

Correctness

Efficient

Easy to implement

Uses the least amount of code

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?