Data Structures_QUIZ-1_18022025

Data Structures_QUIZ-1_18022025

University

5 Qs

quiz-placeholder

Similar activities

BIS Quiz

BIS Quiz

University

10 Qs

materi TIK dan BK

materi TIK dan BK

10th Grade - University

5 Qs

แบบฝึกหัด Unit4-5-ความรู้เกี่ยวกับอัลกอริทึมการเรียงลำดับ

แบบฝึกหัด Unit4-5-ความรู้เกี่ยวกับอัลกอริทึมการเรียงลำดับ

University

10 Qs

Pengenalan Algoritme

Pengenalan Algoritme

University

10 Qs

Sư phạm Tin học

Sư phạm Tin học

University

10 Qs

Sorting Algorithms in Python Quiz

Sorting Algorithms in Python Quiz

University

9 Qs

Data Structures Quiz

Data Structures Quiz

University

3 Qs

3F_14042025_Verifica per orale Informatica

3F_14042025_Verifica per orale Informatica

11th Grade - University

10 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

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