CC104 - Midterm Exam (Week 9)

CC104 - Midterm Exam (Week 9)

University

48 Qs

quiz-placeholder

Similar activities

Data Structure & Algorithm Quiz1

Data Structure & Algorithm Quiz1

University - Professional Development

43 Qs

FINAL PREVENTIVA 02

FINAL PREVENTIVA 02

University

50 Qs

Trắc nghiệm DSA - Phần 1

Trắc nghiệm DSA - Phần 1

University

48 Qs

Data Structures

Data Structures

University

48 Qs

Discrete Structures Final Review!

Discrete Structures Final Review!

University

52 Qs

Mock Exam

Mock Exam

University

50 Qs

医疗词汇 - 词根词缀练习

医疗词汇 - 词根词缀练习

University

50 Qs

Midterm Exam - CP201

Midterm Exam - CP201

University

50 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?