CC104 - Midterm Exam (Week 9)

CC104 - Midterm Exam (Week 9)

University

48 Qs

quiz-placeholder

Similar activities

Greedy Algorithms Quiz

Greedy Algorithms Quiz

University

44 Qs

Data Structures

Data Structures

University

45 Qs

CS 213 - Long Quiz

CS 213 - Long Quiz

University

45 Qs

Tsukunomey

Tsukunomey

University

45 Qs

finals/katapusan sa DAA

finals/katapusan sa DAA

University

48 Qs

Data Structures and Algorithms MCQs

Data Structures and Algorithms MCQs

University

43 Qs

DS 1 TO 50

DS 1 TO 50

University

50 Qs

TECHNICAL QUIZ

TECHNICAL QUIZ

University

45 Qs

CC104 - Midterm Exam (Week 9)

CC104 - Midterm Exam (Week 9)

Assessment

Quiz

Other

University

Medium

Created by

Jerome Escultura

Used 2+ times

FREE Resource

48 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is an algorithm?

A flowchart

A step-by-step procedure to solve a problem

A set of programming rules

A type of variable

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a property of an algorithm?

Finiteness

Definability

Input/output

Ambiguity

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An algorithm must always produce:

Infinite steps

An output

Multiple solutions

A program

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of an algorithm that has to check all elements in an array?

O(1)

O(log n)

O(n)

O(n^2)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Space complexity is concerned with:

The time it takes to run the program

The memory used by the program

The speed of execution

The number of variables

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does O(1) time complexity mean?

Constant time

Linear time

Exponential time

Quadratic time

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of asymptotic notation?

O(n)

n=100

log(n)

n^2+2n

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?