.
  Vyom World.com . Let's Touch the Sky Together!  
.

Home
VyomWorld.com Home
Interview Questions
VyomLinks.com Home
JobsAssist.com Home
Vyom Network
Contact Us
Jobs & Careers
Resume Submitter
Placement Papers
IT Companies Directory
Computer Jobs
Interview Questions
Online Exams
Vyom Career eMag.
Fun
Send FREE SMS!
SMS Jokes
Source Codes Library
Source Codes Home
ASP Source Codes
C Source Codes
C++ Source Codes
COBOL Source Codes
Java Source Codes
Pascal Source Codes
Submit Source Codes
GATE
GATE an Overview
GATE Preparation
Study Materal
GRE
GRE an Overview
GRE Questions
GRE Preparation
GRE Universities
TOEFL Preparation
TOEFL Resources
GMAT Preparation
GMAT Resources
MBA Preparation
MBA Resources
Networking Concepts
Networking Concepts
Testing Preparation
Testing Resources
Webmasters
Free Traffic Builder
Webmaster Articles
Web Hosting
Tutorials
Hardware Tutorial
1500 Free eBooks New!


Home » Placement Papers » Dharma Placement Papers » Dharma Previous Year Placement Paper

 

Dharma Placement Paper - Data Structure Questions And Answers


Advertisements
Advertisements




Dharma Previous Years Solved Sample Placement Papers

  1. What data structure is used when converting an infix notation to prefix notation?
    (a) Stack
    (b) Queue
    (c) B-Trees
    (d) Linked-list
    Answer: (a)
    Explanation: To convert infix to prefix, reverse the equation and use the infix-to-postfix algorithm. This process utilizes stacks for operator precedence and association.

  2. What would be the Prefix notation for the given equation? A+(B*C)
    (a) +A*CB
    (b) *B+AC
    (c) +A*BC
    (d) *A+CB
    Answer: (c)
    Explanation: Reverse the equation or scan from right to left. Apply the infix-to-postfix algorithm. Inside the brackets, the result is CB*, and outside the brackets, it is A+. Reversing gives +A*BC.

  3. What would be the Prefix notation for the given equation? (A*B)+(C*D)
    (a) +*AB*CD
    (b) *+AB*CD
    (c) **AB+CD
    (d) +*BA*CD
    Answer: (a)
    Explanation: Reverse the equation or scan from right to left. Apply the infix-to-postfix algorithm. Brackets evaluate to DC* and BA*, resulting in +*AB*CD after reversal.

  4. What would be the Prefix notation for the given equation? A+B*C^D
    (a) +A*B^CD
    (b) +A^B*CD
    (c) *A+B^CD
    (d) ^A*B+CD
    Answer: (a)
    Explanation: Reverse the equation or scan from right to left. Apply the infix-to-prefix algorithm. The order of precedence is +* and ^. The reversed expression evaluates to +A*B^CD.

  5. Out of the following operators (^, *, +, &, $), the one having the highest priority is?
    (a) +
    (b) $
    (c) ^
    (d) &
    Answer: (c)
    Explanation: According to the infix-to-prefix algorithm, exponentiation (^) has the highest priority among the given operators.

  6. Out of the following operators (|, *, +, &, $), the one having the lowest priority is?
    (a) +
    (b) $
    (c) |
    (d) &
    Answer: (c)
    Explanation: Logical OR (|) has the lowest precedence among the given operators, as defined in the infix-to-prefix algorithm.

  7. What would be the Prefix notation for the given equation? A^B^C^D
    (a) ^^^ABCD
    (b) ^A^B^CD
    (c) ABCD^^^
    (d) AB^C^D
    Answer: (a)
    Explanation: Reverse the equation or scan from right to left. The exponentiation operator has right-to-left associativity, so all operators are pushed onto the stack, resulting in ^^^ABCD.

  8. What would be the Prefix notation for the given equation? a+b-c/d&e|f
    (a) |&-+ab/cdef
    (b) &|-+ab/cdef
    (c) |&-ab+/cdef
    (d) |&-+/abcdef
    Answer: (a)
    Explanation: Reverse the equation or scan from right to left. The precedence order is | & + /. Operators are pushed and popped based on precedence, resulting in |&-+ab/cdef.

  9. What would be the Prefix notation for the given equation? (a+(b/c)*(d^e)-f)
    (a) -+a*/^bcdef
    (b) -+a*/bc^def
    (c) -+a*b/c^def
    (d) -a+*/bc^def
    Answer: (b)
    Explanation: Reverse the equation or scan from right to left. Solve equations within brackets first. The precedence order is +*/^, resulting in -+a*/bc^def.

  10. What would be the Prefix notation and Postfix notation for the given equation? A+B+C
    (a) ++ABC and AB+C+
    (b) AB+C+ and ++ABC
    (c) ABC++ and AB+C+
    (d) ABC+ and ABC+
    Answer: (a)
    Explanation: Prefix notation places operators before their operands, resulting in ++ABC. Postfix notation places operators after their operands, resulting in AB+C+.




 


.

Recently Updated: New Placement Papers added.
Vyom Network : Web Hosting | Dedicated Server | Free SMS, GRE, GMAT, MBA | Online Exams | Freshers Jobs | Software Downloads | Programming & Source Codes | GRE Preparation | Jobs, Discussions | Software Listing | Free eBooks | Free eBooks | Free Business Info | Interview Questions | Free Tutorials | International Business Information | IAS Preparation | Jokes, Songs, Fun | Free Classifieds | Free Recipes | FAQs | Free Downloads | Bangalore Info | Tech Solutions | Project Outsourcing, Web Hosting | GATE Preparation | MBA Preparation | SAP Info | Excellent Mobiles | Software Testing | Interview Questions | Freshers Jobs | Server Insiders | File Extension Directory

Copyright ©2003-2024 Vyom Technosoft Pvt. Ltd., All Rights Reserved. Read our Privacy Policy