DSA mid-term revision (FIT HANU) pt.1

DSA mid-term revision (FIT HANU) pt.1

University

80 Qs

quiz-placeholder

Similar activities

LINUX 1

LINUX 1

University

80 Qs

Japanese nihon lanka academy test quiz

Japanese nihon lanka academy test quiz

1st Grade - University

75 Qs

Fundamentals of Statistics: Midterm Exam

Fundamentals of Statistics: Midterm Exam

University

75 Qs

Outcomes-Based Education Quiz

Outcomes-Based Education Quiz

12th Grade - University

80 Qs

Sicurezza domande riepilogative

Sicurezza domande riepilogative

University

78 Qs

Communications 3180 Exam 1

Communications 3180 Exam 1

University

76 Qs

Statistics Set 2

Statistics Set 2

University - Professional Development

75 Qs

CIT 201 - Discrete Structures

CIT 201 - Discrete Structures

University

85 Qs

DSA mid-term revision (FIT HANU) pt.1

DSA mid-term revision (FIT HANU) pt.1

Assessment

Quiz

Education

University

Medium

Created by

Shiroi Kitsunee

Used 43+ times

FREE Resource

80 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

- Which is not a property of a algorithm?

It must terminate for all inputs.

The order of the algorithm’s steps must be precisely defined.

The execution time and the memory needed for a algorithm must be percisely defined.

It must be correct and composed of precisely defined steps.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

– Which statement below is wrong?

Select one:

For the same data, some data structures may require more or less space.

A data structure is a way of organizing data for processing within a computer program.

A data structure is a piece of information (a physical instantiation of a data type)

For the same operations on the data, some data structures lead to more or less efficient algorithms.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

– Which statement is correct concerning to the complexity of algorithm?

Select one:

The complexity of an algorithm is determined by the total lines of code of the program that implements

the algorithm using a given programming language.

The complexity of an algorithm is a measure of the amount of time and cost needed to implement this

algorithm.

The complexity of an algorithm is a measure of the amount of time and space required by the algorithm

for an input of a given size n.

The complexity of an algorithm is determined by the maximum value of the input size n that does not

affect the correctness of the algorithm.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

– When evaluating algorithm’s complexity, which approach makes possible an evaluation that is

independent of the hardware and software environments?

Select one:

Using input data sets of varying size.

Theoretical approach.

Measuring the running time and memory space using the same hardware and software environment.

Experimental approach.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

– What is time complexity of an algorithm?

Select one:

The amount of time needed to implement the algorithm.

The amount of time that the algorithm needs to run for an input of a given size n.

The upper limits for excution time of the algorithm.

The response time of the algorithm.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

– Which statement is wrong concerning to the best-case time complexity of an algorithm?

Select one:

The best case of an algorithm A is estimated as the minimum number of primitive operations performed

by A on an input size n.

Many algorithms perform exactly the same in the best case.

The best-case is used frequently to analyze the time complexity of algorithms.

The best-case gives us an lower bound on the time complexity of algorithms.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

– Which statement is wrong concerning to the average-case time complexity of an algorithm?

Select one:

The average-case is places somewhere between the best-case and the worse-case.

The average-case of an algorithm A is estimated as the average number of primitive operations

performed by A on an input size n.

The average-case of an algorithm A is depended on the characteristic of the input data.

The average-case is easy to determine.

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?