BCS Software Languages

BCS Software Languages

12th Grade - University

59 Qs

quiz-placeholder

Similar activities

DAA MCACCA2104

DAA MCACCA2104

University

60 Qs

Programming Concepts

Programming Concepts

9th - 12th Grade

54 Qs

săn đây CSI104

săn đây CSI104

University

60 Qs

OS CLASS-TEST 3

OS CLASS-TEST 3

University

60 Qs

discrete mathematics

discrete mathematics

University

60 Qs

Tri 1 Review

Tri 1 Review

9th - 12th Grade

63 Qs

CA UNIT -2

CA UNIT -2

University

60 Qs

Computer Science Concepts and Terminology

Computer Science Concepts and Terminology

9th - 12th Grade

54 Qs

BCS Software Languages

BCS Software Languages

Assessment

Quiz

Instructional Technology, Computers, Mathematics

12th Grade - University

Hard

Created by

Joshua Stanley

Used 10+ times

FREE Resource

59 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is linear in time complexity?

A flat horizontal line on a graph showing time to complete a function and the size of the input

A straight, steadily rising line on a graph showing time to complete a function and the size of the input

A curved, upward rising line on a graph showing time to complete a function and the size of the input

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is constant time in time complexity?

A flat horizontal line on a graph showing time to complete a function and the size of the input

A curved, upward rising line on a graph showing time to complete a function and the size of the input

A straight, steadily rising line on a graph showing time to complete a function and the size of the input

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is quadratic time in time complexity?

A straight, steadily rising line on a graph showing time to complete a function and the size of the input

A curved, upward rising line on a graph showing time to complete a function and the size of the input

A flat horizontal line on a graph showing time to complete a function and the size of the input

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

How to count the number of operations a function/method uses?

Count the number of ____ used.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is time complexity?

A way of showing how the time it takes to run a class increases as the size of the input increases

A way of showing how different computers take different amounts of time to complete the same function

A way of showing how the time it takes to complete a function increases as the size of the input increases

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Why is counting seconds not optimal for measuring performance, and what is better to count instead?

Different machines can take different lengths of time.

All machines take the same length of time to complete the same function, so there is no point using this

Counting the number of draw calls is optimal

Counting the number of operations is optimal

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the expression for linear time complexity?

O(n²)

O(n)

O(1)

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?