Search Header Logo

AdvancedProgramming_intro

Authored by Steve Rich

Computers

University

AdvancedProgramming_intro
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Big O?

A term used to describe the size of a data structure.
A programming language.
A measure of how fast a computer can perform calculations.
A notation used to describe the performance or complexity of an algorithm.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these algorithms has linear time complexity? (O(n))

Linear search algorithm
Depth-first search algorithm
Bubble sort algorithm
Binary search algorithm

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

FIFO. Which data structure typically operates like this?

Stack
Binary Tree
Linked List
Queue

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What's a definition of 'recursion'?

Recursion is a programming concept where a function calls another function to solve a problem.
Recursion is a programming concept where a function solves a problem by using a loop.
Recursion is a programming concept where a function solves a problem by using conditional statements.
Recursion is a programming concept where a function calls itself to solve a problem by breaking it down into smaller subproblems.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of a binary search?

O(n^2)
O(log n)
O(1)
O(n)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

LIFO. Which data structure typically operates like this?

Stack
Linked List
Heap
Queue

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the definition of a linked list?

A linked list is a type of array.
A linked list is a sorting algorithm.
A linked list is a data structure that consists of a sequence of nodes.
A linked list is a data structure that stores data in a tree-like structure.

Access all questions and much more by creating a free account

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

Already have an account?

Discover more resources for Computers