ECOR-1042-W22-Mock-Final

ECOR-1042-W22-Mock-Final

University

17 Qs

quiz-placeholder

Similar activities

Quantitative Aptitude Series

Quantitative Aptitude Series

University

20 Qs

C++ Searches and Sorts

C++ Searches and Sorts

University - Professional Development

15 Qs

Quiz on Standard Algorithms

Quiz on Standard Algorithms

10th Grade - University

20 Qs

Revisão POTA

Revisão POTA

University

17 Qs

loops and iterables in python

loops and iterables in python

University

20 Qs

Quiz on List and Tuples

Quiz on List and Tuples

University

16 Qs

Get started with python

Get started with python

University

19 Qs

ACP Theory 1.1

ACP Theory 1.1

KG - University

20 Qs

ECOR-1042-W22-Mock-Final

ECOR-1042-W22-Mock-Final

Assessment

Quiz

Computers

University

Hard

Created by

Braeden Kloke

Used 4+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Which of the following collections are ordered? (Select all that apply)

List

Tuple

Set

Dictionary

2.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Which of the following collections are mutable? (Select all that apply)

List

Tuple

Set

Dictionary

3.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Which of the following collections contain duplicates? (Select all that apply)

List

Tuple

Set

Dictionary Keys

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

I define an iteration as "increasing the size of the sorted section by one". After the 1st iteration using Bubble Sort on a list containing n elements, what index is the maximum element located at?

0

N - 1

N

Not enough information

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

I define an iteration as "increasing the size of the sorted section by one". After the 1st iteration using Selection Sort on a list containing n elements, what index is the minimum element located at?

0

N - 1

N

Not enough information

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

I define an iteration as "increasing the size of the sorted section by one". After the 1st iteration using Insertion Sort on a list containing n elements, what index is the minimum element located at?

0

N - 1

N

Not enough information

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In general, N data points uniquely define a polynomial of order _________.

0

N - 1

N

Not enough information

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?