CC104 - Midterm Exam (Week 9)

CC104 - Midterm Exam (Week 9)

University

48 Qs

quiz-placeholder

Similar activities

CodeCrash Quest

CodeCrash Quest

University

50 Qs

finals/katapusan sa DAA

finals/katapusan sa DAA

University

48 Qs

CS 213 - Long Quiz

CS 213 - Long Quiz

University

45 Qs

Construction Vernacular Term (4 of 8)

Construction Vernacular Term (4 of 8)

KG - Professional Development

51 Qs

Đề thi cuối kỳ: Lập trình giao diện (2019-2020) - ĐH Mở TP.HCM

Đề thi cuối kỳ: Lập trình giao diện (2019-2020) - ĐH Mở TP.HCM

University

50 Qs

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

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

University

48 Qs

DataScience-MidTerm

DataScience-MidTerm

University

50 Qs

INSTRUMENTACIÓN QUIRÚRGICA

INSTRUMENTACIÓN QUIRÚRGICA

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?