Data Structures_QUIZ-1_18022025

Data Structures_QUIZ-1_18022025

University

5 Qs

quiz-placeholder

Similar activities

sort

sort

University

10 Qs

LD siskom SE

LD siskom SE

10th Grade - University

10 Qs

Hash Table and Sorting Algorithms Quiz

Hash Table and Sorting Algorithms Quiz

University

10 Qs

Machine Learning Klasik-SVM

Machine Learning Klasik-SVM

University

10 Qs

Penilaian Operasi Komputer Dasar

Penilaian Operasi Komputer Dasar

7th Grade - University

10 Qs

WEBSITE

WEBSITE

University

8 Qs

แบบทดสอบหลังเรียน-บทที่6:พาณิชย์อิเล็กทรอนิกส์

แบบทดสอบหลังเรียน-บทที่6:พาณิชย์อิเล็กทรอนิกส์

University

10 Qs

Divide and Conquer Algorithm Quiz

Divide and Conquer Algorithm Quiz

University

7 Qs

Data Structures_QUIZ-1_18022025

Data Structures_QUIZ-1_18022025

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Sreenivasulu G SVCK

Used 2+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

5 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

  1. 1.Searching an element in a list can be done using __________________

Linear search

Bubble sort

Binary Search

Selection sort

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. 2.Binary search algorithm is ________ efficient than linear search

    algorithm.

less

more

same

None of the answers

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

  1. 3.Common internal sorting algorithms include

Bubble sort

Selection sort

Insertion sort

Linear search

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4.Sorting is the method of arranging a list of elements in a particular

order.

TRUE

FALSE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. 5.Find the address of A[3] in the array ->

  2. int A[5] = {10, 20, 30, 40, 50};

  3. Note:

a. address of A[0] is 1000

b. the size of each element is 4 bytes.

1003

1006

1012

1016