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

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

University

80 Qs

quiz-placeholder

Similar activities

Facilitating Learner-Centered Learning Prelim Exam Reviewer

Facilitating Learner-Centered Learning Prelim Exam Reviewer

University

80 Qs

EDU 4603_Mock Licensure Exam Practice Test

EDU 4603_Mock Licensure Exam Practice Test

University

75 Qs

UAS PBA

UAS PBA

University

84 Qs

UAS EVALUASI PEMBELAJARAN

UAS EVALUASI PEMBELAJARAN

University

80 Qs

Software Engineering -6th sem

Software Engineering -6th sem

University

82 Qs

Pre-Test (Asean) Unit1

Pre-Test (Asean) Unit1

University

81 Qs

CIT 201

CIT 201

University

80 Qs

UH2 PBO Sem 2 2021/2022 SMKN9 Medan

UH2 PBO Sem 2 2021/2022 SMKN9 Medan

11th Grade - University

75 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

AI

Enhance your content in a minute

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

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Education