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: March 17, 2022In: Python

      Design a program in Python Using Parameterized Function to calculate the tax for the people living in Mango city. Specify …

      I'M ADMIN
      I'M ADMIN
      Added an answer on March 17, 2022 at 4:11 pm

      def Tax_Cal(PAN, name, taxable_income, tax): if taxable_income<=60000: tax=0 elif taxable_income>60000 and taxable_income<=150000: tax=5/100*taxable_income elif taxable_income>150000 and taxable_income<=500000: tax=10/100*taxable_income elif taxable_income>500000: tax=15/100*taxablRead more

      def Tax_Cal(PAN, name, taxable_income, tax):
      if taxable_income<=60000:
      tax=0
      elif taxable_income>60000 and taxable_income<=150000:
      tax=5/100*taxable_income
      elif taxable_income>150000 and taxable_income<=500000:
      tax=10/100*taxable_income 
      elif taxable_income>500000:
      tax=15/100*taxable_income 
      print(tax)
      
      Tax_Cal(8575, "James", 70000, 0)
      See less
        • -9
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    2. Asked: March 17, 2022In: Python

      Write a program to append the text “Welcome” with the string entered by the user.

      I'M ADMIN
      I'M ADMIN
      Added an answer on March 17, 2022 at 12:46 pm

      #there are lots of ways to append or concatenate strings in python #code s1 = 'WELCOME' s2 = input("Enter string : ") s3 = ' '.join([s1, s2]) print(s3)

      #there are lots of ways to append or concatenate strings in python
      
      #code
      
      s1 = 'WELCOME'
      s2 = input("Enter string : ")
      
      s3 = ' '.join([s1, s2])
      print(s3)
      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    3. Asked: March 10, 2022In: Data Structure

      When do you get error message “Queue overflow” and “Queue underflow”? Explain with example.

      I'M ADMIN
      I'M ADMIN
      Added an answer on March 17, 2022 at 12:39 pm

      GO THROUGH THIS LINK AND CHECK 2ND QUESTION OF THIS: https://sikshapath.in/question/question-1-what-are-the-various-applications-of-a-stack-data-structure-question-2-when-do-you-get-error-message/

      GO THROUGH THIS LINK AND CHECK 2ND QUESTION OF THIS:

      QUESTION 1. What are the various applications of a stack data structure? QUESTION 2. When do you get error message …

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    4. Asked: March 16, 2022In: Software Engineering

      Bank ATM UML use case diagrams examples Purpose: Describe use cases that an automated teller machine (ATM) or the automatic …

      I'M ADMIN
      I'M ADMIN
      Added an answer on March 17, 2022 at 12:17 pm

      Q//Purpose: Describe use cases that an automated teller machine (ATM) or the automatic banking machine (ABM) provides to the bank customers. ANSWER: DOWNLOAD THE BELOW ATTACHMENT FOR ANSWER.  

      Q//Purpose: Describe use cases that an automated teller machine (ATM) or the automatic banking machine (ABM) provides to the bank customers.

      ANSWER: DOWNLOAD THE BELOW ATTACHMENT FOR ANSWER.

       

      See less
      Attachment

        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    5. Asked: March 17, 2022In: Microprocessor

        Question 1 5 Points AD0-AD7 lines are multiplexed and A8 to A15 are not multiplexed in 8085. State the …

      I'M ADMIN
      I'M ADMIN
      Added an answer on March 17, 2022 at 11:37 am

      1. The address bus has 8 signal lines A8-A15. They are unidirectional. The other 8 address bits are multiplexed with the 8 data bits. Therefore the bits AD0-AD7 are bi-directional. They serve as A0-A7 and D0-D7 at the same time. As AD7-AD0 lines serve a dual purpose they have to be demultiplexed toRead more

      1. The address bus has 8 signal lines A8-A15. They are unidirectional. The other 8 address bits are multiplexed with the 8 data bits. Therefore the bits AD0-AD7 are bi-directional. They serve as A0-A7 and D0-D7 at the same time. As AD7-AD0 lines serve a dual purpose they have to be demultiplexed to get all the information. Also, AD7-AD0 is easy to remember in comparison to A8D0-A15D7.

       

      2. MVI A,00H

      DCR A

      HLT

      See less
        • 1
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    6. Asked: March 16, 2022In: Mathematics

      In FOUR tossed of a coin , let x be the number of heads. calculate the expected values of x.

      I'M ADMIN
      I'M ADMIN
      Added an answer on March 16, 2022 at 4:23 pm

      https://sikshapath.in/question/in-four-tossed-of-a-coin-let-x-be-the-number-of-heads-calculate-the-expected-values-of-x/

      In FOUR tossed of a coin , let x be the number of heads. calculate the expected values of x.

      See less
        • -1
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    1 … 63 64 65 66 67 … 122

    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