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: February 17, 2022In: Computer Science

      Suppose your organization is planning to develop a travel application. Design a software requirement system for the given project.

      I'M ADMIN
      I'M ADMIN
      Added an answer on February 20, 2022 at 11:15 am

      VOTE UP ANSWERS AND SUPPORT US ! JUST TAP ON THE BELOW ATTACHMENT TO DOWNLOAD THE ANSWER FILE.

      VOTE UP ANSWERS AND SUPPORT US !

      JUST TAP ON THE BELOW ATTACHMENT TO DOWNLOAD THE ANSWER FILE.
      See less
      Attachment

        • 16
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    2. Asked: February 19, 2022In: Computer Science

      SRS is known as the black box specification of system. Discuss in detail.

      I'M ADMIN
      I'M ADMIN
      Added an answer on February 19, 2022 at 7:27 pm

      It should only specify what the system should do and refrain from stating how to do these. This means that the SRS document should specify the external behavior of the system and not discuss the implementation issues. The SRS document should view the system to be developed as black box, and should sRead more

      It should only specify what the system should do and refrain from stating how to do these. This means that the SRS document should specify the external behavior of the system and not discuss the implementation issues.

      The SRS document should view the system to be developed as black box, and should specify the externally visible behavior of the system. For this reason, the SRS document is also called the black-box specification of a system.

      See less
        • 1
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    3. Asked: February 18, 2022In: Computer Science

      Prototyping model affects the cost of project. Explain and justify, also illustrate the effect of designing a prototype …

      I'M ADMIN
      I'M ADMIN
      Added an answer on February 19, 2022 at 4:50 pm

      VOTE UP ANSWERS AND SHOW SOME SUPPORT : HOW TO GET THE ANSWER TO THIS QUESTION: JUST TAP ON THE ATTACHMENT BUTTON TO DOWNLOAD THE ANSWER FILE.

      VOTE UP ANSWERS AND SHOW SOME SUPPORT :

      HOW TO GET THE ANSWER TO THIS QUESTION:
      JUST TAP ON THE ATTACHMENT BUTTON TO DOWNLOAD THE ANSWER FILE.
      See less
      Attachment

        • 7
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    4. Asked: February 18, 2022In: Python

      Write a python program to print Multiplication tables from 2 to 20 whether table values entered by user using Simple …

      I'M ADMIN
      I'M ADMIN
      Added an answer on February 19, 2022 at 11:54 am
      This answer was edited.

      DOWNLOAD BELOW ATTACHMENT FOR ANSWER:

      DOWNLOAD BELOW ATTACHMENT FOR ANSWER:

      See less
      Attachment

        • 1
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    5. Asked: February 18, 2022In: Python

      Python Program to Take three numbers from the user and print the greatest number

      I'M ADMIN
      I'M ADMIN
      Added an answer on February 19, 2022 at 10:27 am

      #Python Program to Take three numbers from the user and print the greatest number num1 = float(input("ENTER FIRST NUMBER : ")) num2 = float(input("ENTER SECOND NUMBER : ")) num3 = float(input("ENTER THIRD NUMBER : ")) if (num1 >= num2) and (num1 >= num3):    largest = num1 elif (num2 >= numRead more

      #Python Program to Take three numbers from the user and print the greatest number
      
      num1 = float(input("ENTER FIRST NUMBER : "))
      
      num2 = float(input("ENTER SECOND NUMBER : "))
      
      num3 = float(input("ENTER THIRD NUMBER : "))
      
      
      
      
      if (num1 >= num2) and (num1 >= num3):
      
         largest = num1
      
      elif (num2 >= num1) and (num2 >= num3):
      
         largest = num2
      
      else:
      
         largest = num3
      
      print("The largest number is", largest)
      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    6. Asked: February 18, 2022In: Python

      Python Program to check Whether entered number is Armstrong or Not?

      I'M ADMIN
      I'M ADMIN
      Added an answer on February 19, 2022 at 10:26 am

      #Python Program to check Whether entered number is Armstrong or Not? num = int(input("Enter a number: ")) sum = 0 temp = num while temp > 0:    digit = temp % 10    sum += digit ** 3    temp //= 10 if num == sum:    print(num,"is an Armstrong number") else:    print(num,"is not an Armstrong numbeRead more

      #Python Program to check Whether entered number is Armstrong or Not?
      
      num = int(input("Enter a number: "))
      
      sum = 0
      
      temp = num
      
      while temp > 0:
      
         digit = temp % 10
      
         sum += digit ** 3
      
         temp //= 10
      
      
      
      
      if num == sum:
      
         print(num,"is an Armstrong number")
      
      else:
      
         print(num,"is not an Armstrong number")
      
      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    1 … 79 80 81 82 83 … 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