gfgghfh

gfgghfh

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Airport vocabulary

Airport vocabulary

10th Grade - University

8 Qs

Theme park vocabulary

Theme park vocabulary

12th Grade - University

11 Qs

Stop the Sun Vocab Review

Stop the Sun Vocab Review

6th - 9th Grade

10 Qs

sql quiz

sql quiz

12th Grade

15 Qs

Quack 7

Quack 7

10th Grade

10 Qs

Describing Holidays

Describing Holidays

10th - 12th Grade

9 Qs

Shops and Services 1.

Shops and Services 1.

9th Grade

15 Qs

Mixed Conditionals

Mixed Conditionals

11th Grade

10 Qs

gfgghfh

gfgghfh

Assessment

Quiz

English

9th - 12th Grade

Medium

Created by

Rohini R

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a data structure?

A type of computer hardware

A programming language

A collection of algorithms

A way to store and organize data

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is used for implementing recursion?

Array

Queue

Stack

List

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of the postfix expression 6 3 2 4 + – *?

-18

-12

20

15

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The prefix form of A-B/ (C * D ^ E) is?

-ABCD*^DE

-A/B*C^DE

-/*^ACBDE

-A/BC*^DE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A queue follows __________

LIFO (Last In First Out) principle

Ordered array

FIFO (First In First Out) principle

Linear tree

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the elements “A”, “B”, “C” and “D” are placed in a queue and are deleted one at a time, in what order will they be removed?

DCBA

ABDC

ABCD

DCAB

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A normal queue, if implemented using an array of size MAX_SIZE, gets full when?

Rear = front

Rear = MAX_SIZE – 1

Front = (rear + 1)mod MAX_SIZE

Front = rear + 1

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?