Sign Up

Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have permission to ask a question, You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

SIKSHAPATH

SIKSHAPATH Logo SIKSHAPATH Logo

SIKSHAPATH Navigation

  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Shop
    • Internshala Answers
Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Shop
    • Internshala Answers
  • About
    1. Asked: November 14, 2021In: Data Structure

      Explain the terms infix expression, prefix expression, and postfix expression. Convert the following infix expressions to their postfix equivalents: (a) A – B + C (b) A * B + C / D (c) (A – B ) + C * D / E – C (d) (A * B) + (C / D) – ( D + E)

      Professor
      Professor
      Added an answer on November 18, 2021 at 2:36 pm

      Infix Notation We write expression in infix notation, e.g. a - b + c, where operators are used in-between operands. Prefix Notation In this notation, operator is prefixed to operands, i.e. operator is written ahead of operands. For example, +ab. This is equivalent to its infix notation a + b. PrefixRead more

      
      Infix Notation
      We write expression in infix notation, e.g. a - b + c, where operators are used in-between operands.
      
      Prefix Notation
      In this notation, operator is prefixed to operands, i.e. operator is written ahead of operands. For example, +ab. This is equivalent to its infix notation a + b. Prefix notation is also known as Polish Notation.
      
      Postfix Notation
      This notation style is known as Reversed Polish Notation. In this notation style, the operator is postfixed to the operands i.e., the operator is written after the operands. For example, ab+. This is equivalent to its infix notation a + b.
      
      See less
      Attachment

        • 1
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    2. Asked: November 6, 2021In: DBMS

      Write a query to create a view that shows for each order the salesman and customer by name.

      Professor
      Professor
      Added an answer on November 7, 2021 at 2:08 pm
      This answer was edited.

      Create table salesman( salesman_id number (10), s_name  varchar(20), city varchar(20), commission number(10,2)   );   insert into salesman values(5001,'James Hoog','New York',0.15); insert into salesman values(5002,'Nail Knite','New York',0.13); Checkout Attachment for full answer.

      Create table salesman(

      salesman_id number (10),

      s_name  varchar(20),

      city varchar(20),

      commission number(10,2)

       

      );

       

      insert into salesman values(5001,’James Hoog’,’New York’,0.15);

      insert into salesman values(5002,’Nail Knite’,’New York’,0.13);

      Checkout Attachment for full answer.

      See less
      Attachment

        • 3
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    3. Asked: October 31, 2021In: Data Structure

      Write a top-level program for creating a GRAPH instance and running both Prim’s and Kruskal’s algorithms on it, and printing out the respective MSTs returned, along with the total cost and runtime (in milliseconds) for each one. The input to this top-level program should be an n × n cost matrix for a graph, n being the number of vertices (assume the diagonal elements will always be 0, and elements corresponding to unconnected vertices will be set to −1); this can be read in from a text file. A sample input file is provided at http://web.iitd.ac.in/~sumeet/input_graph.txt, which corresponds to the graph depicted.

      Professor
      Professor
      Added an answer on November 1, 2021 at 12:19 am

      IT'S NOT 100% CORRECT BUT YOU CAN CONSIDER IT AS AN ANSWER TO THIS QUESTION CHECK ATTACHMENT:

      IT’S NOT 100% CORRECT BUT YOU CAN CONSIDER IT AS AN ANSWER TO THIS QUESTION

      CHECK ATTACHMENT:

      See less
      Attachment

        • 1
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    4. Asked: October 30, 2021In: Mathematics

      lpp

      Professor
      Professor
      Added an answer on October 31, 2021 at 12:31 am

      Check for your answer:

      Check for your answer:

      See less
      Attachment

        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    5. Asked: October 19, 2021In: Data Structure

      Reverse the order of elements on stack S a. using two additional stacks b. using one additional queue c. using one additional stack and some additional non-array variables

      Professor
      Professor
      Added an answer on October 19, 2021 at 8:33 pm
      This answer was edited.

      DOWNLOAD ATTACHMENT:

      DOWNLOAD ATTACHMENT:

      See less
      Attachment

        • 4
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    6. Asked: October 19, 2021In: DBMS

      Q.Write a program in PL/SQL to insert records from one table to another.

      Professor
      Professor
      Added an answer on October 19, 2021 at 8:14 pm

      DOWNLOAD ATTACHMENT:

      DOWNLOAD ATTACHMENT:

      See less
      Attachment

        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    1 2

    Sidebar

    store ads

    Stats

    • Questions 1k
    • Answers 1k
    • Posts 149
    • Best Answers 89
    • This Free AI Tool Translates Entire Books in Minute !
    • AI News: 🎬 Hollywood’s AI Studios, 🎓 OpenAI’s Latest Gift to Educators, 🚚 Class8 Bags $22M, 🧠 Google Gemini’s Memory Upgrade
    • AI NEWS: Legal Action Against OpenAI, $16M Paid, & Elon Musk’s Praise from Investor 🤖💰📑 | AI Boosts Cloud Seeding for Water Security 🌱💧
    • AI News: 🎬AI Video Tool Scam Exposed🤯, 🛰️ AI-Powered Drones to Ukraine 😱, Google’s $20M AI Push, Sam Altman Joins SF’s Leadership Team
    • AI News: 🤝 Biden Meets Xi on AI Talks, 💡 Xavier Niel’s Advice for Europe, ♻️ Hong Kong’s Smart Bin Revolution, 🚀 AI x Huawei

    Explore

    • Recent Questions
    • Questions For You
    • Answers With Time
    • Most Visited
    • New Questions
    • Recent Questions With Time

    Footer

    SIKSHAPATH

    Helpful Links

    • Contact
    • Disclaimer
    • Privacy Policy Notice
    • TERMS OF USE
    • FAQs
    • Refund/Cancellation Policy
    • Delivery Policy for Sikshapath

    Follow Us

    © 2021-24 Sikshapath. All Rights Reserved