DataStructure Quiz -1

DataStructure Quiz -1

University

10 Qs

quiz-placeholder

Similar activities

Data Structures

Data Structures

University

10 Qs

Stack & Queue

Stack & Queue

University

10 Qs

CHAPTER 3: STACK

CHAPTER 3: STACK

University

10 Qs

data structure

data structure

University

15 Qs

BCA 2nd Semester, Data Structure

BCA 2nd Semester, Data Structure

University

10 Qs

Quiz 1 Stack [Pre-Test]

Quiz 1 Stack [Pre-Test]

11th Grade - University

15 Qs

CIS11 Quiz 3 Review SPR

CIS11 Quiz 3 Review SPR

University

15 Qs

Data Structures and Algorithms - Quiz 1

Data Structures and Algorithms - Quiz 1

University

13 Qs

DataStructure Quiz -1

DataStructure Quiz -1

Assessment

Quiz

Computers

University

Hard

Created by

Pavithra S

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not the application of stack?

Data Transfer between two asynchronous process

Compiler Syntax Analyzer

Tracking of local variables at run time

A parentheses balancing program

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The data structure required to check whether an expression contains a balanced parenthesis is?

Queue

Stack

Tree

Array

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement(s) about stack data structure is/are NOT correct?

a)Top of the Stack always contain the new node


b) Stack is the FIFO data structure

c) Null link is present in the last node at the bottom of the stack

d) Linked List are used for implementing Stacks

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a data structure?

A programming language

A collection of algorithms

A way to store and organize data

A type of computer hardware
View Answer

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

a)74

b) -18

c) 22

d) 40

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

a) -A/B*C^DE

b) -A/BC*^DE

c) -ABCD*^DE

d) -/*^ACBDE

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is needed to convert infix notation to postfix notation?

a)Tree

Branch

c) Stack

d) Queue

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?