Algorithm : Introduction

Algorithm : Introduction

University

5 Qs

quiz-placeholder

Similar activities

Introduction to Programming

Introduction to Programming

9th Grade - University

10 Qs

Grade2-Term3-Shj

Grade2-Term3-Shj

4th Grade - University

10 Qs

Computer Graphics

Computer Graphics

University

10 Qs

Data Structures and Algorithm

Data Structures and Algorithm

University

9 Qs

ADA

ADA

University

6 Qs

MPS   INTERNAL 2 TEST

MPS INTERNAL 2 TEST

University

6 Qs

Step to Solve Problem in Computer Programming

Step to Solve Problem in Computer Programming

University

10 Qs

Understanding Data Structures

Understanding Data Structures

11th Grade - University

10 Qs

Algorithm : Introduction

Algorithm : Introduction

Assessment

Quiz

Computers

University

Medium

Created by

Umadevi N

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an algorithm?

Patterns and trends used to solve a problem

A set of step-by-step instructions to resolve a problem

A programming language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Efficiency of an algorithm is measured by

Time and Capacity complexity

Time and Space complexity

Speed and Space complexity

Speed and Capacity complexity

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a linear data structure?

Graph

Binary Tree

Linked list

AVL Tree

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_________________ is a collection of elements used to store the same type of data.

Array

Switch

Case

Loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following principle does queue use?

LIFO

FIFO

Linear

Ordered