ICT 1 (H1H2)

ICT 1 (H1H2)

University

25 Qs

quiz-placeholder

Similar activities

DSA QUIZ

DSA QUIZ

University

20 Qs

DS QUIZ 2

DS QUIZ 2

University

20 Qs

Data Structures

Data Structures

University

20 Qs

Data Structures Quiz

Data Structures Quiz

University

20 Qs

Basics of Data Structure

Basics of Data Structure

University

20 Qs

Data Structures and Algorithm

Data Structures and Algorithm

University

20 Qs

DATA STRUCTURES

DATA STRUCTURES

University

20 Qs

Team 4 Data structure

Team 4 Data structure

University

20 Qs

ICT 1 (H1H2)

ICT 1 (H1H2)

Assessment

Quiz

Computers

University

Medium

Created by

DHARMESH TANK

Used 3+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is the value of the postfix expression 4 5 + 7 2 - * ?
34
45
74
-24

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

In a graph, if number of elements (n) than there possible no of edges is ________
n(n+1)/2
n(n-1)/2
n^2/2
n

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which of the following is not the internal sort?
Insertion Sort
Bubble Sort
Merge Sort
Heap Sort

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

In a circular queue the value of r will be ......
r=r+1
r=(r+1)% [QUEUE_SIZE – 1]
r=(r+1)% QUEUE_SIZE
r=(r-1)% QUEUE_SIZE

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What are the advantages of arrays?
Objects of mixed data types can be stored
Elements in an array cannot be sorted
Index of first element of an array is 1
Easier to store elements of same data type

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Merge sort follow which technique for sorting
Backtracking
Divide and Conqure
Divide and Sort
Dynamic Programming

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

State True or False. i) Binary search is used for searching in a sorted array. ii) The time complexity of binary search is O(logn).
True, False
False, True
False, False
True, True

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?