gfgghfh

gfgghfh

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Vocabulary List 10

Vocabulary List 10

7th Grade - University

10 Qs

British vs American English

British vs American English

3rd - 11th Grade

13 Qs

 INTERVIEW FOR PROGRAMMERS

INTERVIEW FOR PROGRAMMERS

12th Grade

10 Qs

Shopping vocabulary

Shopping vocabulary

8th - 10th Grade

12 Qs

Vocabulary Review: Money and shopping

Vocabulary Review: Money and shopping

KG - Professional Development

12 Qs

C-Programming

C-Programming

11th Grade - University

10 Qs

Test

Test

3rd Grade - University

10 Qs

"a bit" and "really"

"a bit" and "really"

11th - 12th 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?