Assignment01 Data Structure
Assignment01 Data Structure
BENGALURU 560107
Assignment 1
Handout Date: 04/03/23 Submission Date: 17/03/23
Objective (CO1):
Evaluate the Expressions like postfix and prefix conversions.
Implementing various data structures viz. Stacks, Queues.
Outcome (PO1):
A student should be able to evaluate infix, postfix, and prefix expressions.
Students are able to understand the basic data Structure and use of them.
Based on Module 1
A. Convert the following infix expression into postfix & Prefix expression using
Application Stack: - [10 Marks] {Arithmetic way also} 10 Marks
a. A + (B*C-(D/E^F)*G)*H
b. A+ (B*C+D)/E
a. ABCDEF^/*G*H*+
Type 3: MCQ Type ( Please write a line Explanation of why you choose the option)
A. Which the following is/are the levels of implementation of data structure 1 Marks
a. Abstract level.
b. Application level.
c. Implementation level.
d. All of the above.
C.__________ is very useful in situations when data has to be stored and then retrieved in reverse
order.
a. Stack
b. Queue
c. List
d. Link list
D. Which of the following data structures can’t store the non-homogeneous data elements?
a. Arrays
b. Records
c. Pointers
d. Stacks
Based on Module 2
Type 2: MCQ Type ( Please write a line Explanation of why you choose the option)
Instruction:
• If any topic or diagram of an assignment is found copied from the other then marks will
be deducted from both assignments.
• Assignments with 3 or more identical topics will be awarded 0 Marks.
• The purpose of assignment is to do some research work so you can consult books in
Library or use internet or computer magazines or any other source.
Plagiarism Policy
Plagiarized documents, in parts or whole, submitted by the students will be rejected. However, if
the plagiarism is found to be accidental the student may be advised to re-submit the work only
once within one week from the date of rejection.
A penalty of 25% of the total marks on the specific coursework assessment component will
be imposed on the re-submitted work. If the re-submitted work is also found to be plagiarized the
student will be awarded a zero mark in the respective assessment. If the work submitted is found
to be intentionally plagiarized to gain an unfair advantage in any form, such work will be
automatically rejected and a mark of zero will be awarded. If the student is found to consistently
submit plagiarized work it will be dealt with seriously and may warrant suspension for a period or
expulsion as may be recommended by the committee set for the purpose.
Late Submission
Penalty for late submission - 5% of the maximum mark specified for the assessment will be
deducted for each working day. Assessment documents submitted beyond a period of one week
after the last date of submission will not be accepted and will be marked as zero for that assessment.
__________________________