Questions

Fill In The Blanks

🎯

Test yourself on this topic

7 questions · timed · auto-graded

Question 31 Mark
_____________ denotes logarithmic time complexity. It represents a code whose execution time will grow logarithmically.
Answer
O(log n)
View full question & answer
Question 51 Mark
Write the statement1 to complete the code. The given code will return the sum of the natural number using recursive function.

Answer
list[0] + sum(list[1:])
View full question & answer
Question 71 Mark
An ________ is a well-defined list of steps written in simple English for solving the particular problem.
Answer
Algorithm
View full question & answer
Fill In The Blanks - Computer Science STD 12 Commerce Questions - Vidyadip