enter the output for the code
LETSFINDC
declare a stack of characters
while(there are more characters in the word)
{
read a ch
push the ch on the stack}
while(stack in not empty)
{
pop a ch off the stack
print on screen
}
Data structure(Stack) MCQ
Quiz
•
Computers
•
University
•
Hard
HEMALATHA 221701020
FREE Resource
10 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
enter the output for the code
LETSFINDC
declare a stack of characters
while(there are more characters in the word)
{
read a ch
push the ch on the stack}
while(stack in not empty)
{
pop a ch off the stack
print on screen
}
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The following sequence of operations is performed on stack: PUSH (10),PUSH (20),POP,PUSH (10),PUSH (20),POP,POP,POP,PUSH (20),POP The sequence of the value popped out is
10,20,20,10,20
20,20,10,20,10
20,10,20,10,20
20,20,10,10,20
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
processes of inserting an element in stack is called?
push
pop
delete
none of these
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the following sequence of operations on an empty stack.
push(54); push(52); pop(); push(55); push(62); s = pop();
Consider the following sequence of operations on an empty queue.
enqueue(21); enqueue(24); dequeue(); enqueue(28); enqueue(32); q = dequeue();
The value of s + q is ______
76
96
64
86
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
the process of accessing data stored in a serial access memory is similar to manipulating data on a
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The postfix expression for the infix expression A + B (C + D) / F + D E is
AB+CD+*F/D+E*
ABCD+*F/+DE*+
A*B+CD/F*DE++
A+*BCD/F*DE++
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Entries in a stack are “ordered”. What is the meaning of this statement?
A collection of stacks is sortable
Stack entries may be compared with the ‘<‘ operation
The entries are stored in a linked list
There is a Sequential entry that is one by one
10 questions
Sumatif Akhir Informatika
Quiz
•
1st Grade - University
14 questions
Data Structure
Quiz
•
University
15 questions
DATA STRUCTURES QUIZ
Quiz
•
University
15 questions
REMEDI UH INFORMATIKA BAB 2 "BERPIKIR KOMPUTASIONAL"
Quiz
•
10th Grade - University
10 questions
Quiz 1 - AK2 Section
Quiz
•
University
10 questions
Python Basic level 1
Quiz
•
University
15 questions
AS Computing: Data Structures
Quiz
•
10th Grade - University
15 questions
Stack??
Quiz
•
University
25 questions
Equations of Circles
Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)
Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System
Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice
Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers
Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons
Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)
Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review
Quiz
•
10th Grade