Data Structures Quiz

Data Structures Quiz

University

30 Qs

Similar activities

C++ with DS

C++ with DS

University

25 Qs

221 quiz questions exam 2 prep

221 quiz questions exam 2 prep

University

26 Qs

Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

University

30 Qs

BUG-OFF

BUG-OFF

University

30 Qs

Battle With DSA

Battle With DSA

University

30 Qs

Quiz Struktur Data

Quiz Struktur Data

University

25 Qs

ATS Gasal-X TO 1

ATS Gasal-X TO 1

10th Grade - University

25 Qs

Stack and Queue

Stack and Queue

University

25 Qs

Data Structures Quiz

Data Structures Quiz

Assessment

Quiz

Created by

Irish Dajero

Computers

University

4 plays

Medium

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is a linear list of objects or items where all insertions and deletions are done at one end called the top.

Stack

Queue

Tree

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This refers to the operation of stack where it adds a data element onto the stack, making the added item as the new top

Pop()

Size()

Push()

Peek()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is referring to an operation of stack where it removes the top data element onto the stack and return it to the user

Pop()

Size()

Push()

Peek()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An application of stack where it needs to postpone the use of its data for a while. One example of this is expression conversion among different notations.

Backtracking

Parsing

Reversing a list

Postponement

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is a process of breaking data into individual pieces for further application. For example, in order to convert source programming into machine language

Backtracking

Parsing

Reversing a list

Postponement

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An application of stack where it is commonly found in computer gaming, decision analysis, and expert system.

Backtracking

Parsing

Reversing a list

Postponement

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is referring to a stack can be used in problem-solving like number system conversion

Backtracking

Parsing

Reversing a list

Postponement

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An operation of stack where it gets the top data element without removing it from the stack

Pop()

Size()

Push()

Peek()

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This refers to a mathematical notation where it is characterized by operand, operator and operand

Infix Notation

Postfix Notation

Prefix Notation

None of the above

10.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This refers to a mathematical notation where it is characterized by operand, operand and operator.

Infix Notation

Postfix Notation

Prefix Notation

None of the above

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?