Search Header Logo

Efficiency of Algorithms Quiz

Authored by Donna Callender

Computers

12th Grade

Used 1+ times

Efficiency of Algorithms Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following factors determine the efficiency of an algorithm?

Time requirements

Space requirements

Human coding time

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is human coding time?

Time taken to design a program

Time taken to design an algorithm

Time taken to test an algorithm

Time taken to develop and maintain the program

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the property of programs that makes it easier to understand by another programmer?

Understandability

Readability

Maintainability

Simplicity

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following denotes the parameter 'time' in the time function?

Number of memory accesses

Number of comparisons

Number of times a loop is executed

All of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does space requirements denote?

Amount of memory needed to store a program

Amount of memory required to complete the task by an algorithm

Amount of memory required to store variables

Number of lines in a program

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is TRUE about nested loops?

Increase in the time taken to run the algorithm

Increase in the space taken to run the algorithm

Nested loops are used to optimise the code

Both A and B

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is TRUE about refactoring?

Codes are restructured

A core is restructured without changing its purpose and behaviour

Codes are made more clear, readable and efficient

Both B and C

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