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

      Write a Python program to combine two dictionary adding values for common keys. d1 = {‘a’: 100, ‘b’: 200, ‘c’:300},d2 …

      I'M ADMIN
      I'M ADMIN
      Added an answer on March 27, 2022 at 10:08 pm

      Q1.Write a Python program to combine two dictionary adding values for common keys. d1 = {‘a’: 100, ‘b’: 200, ‘c’:300},d2 = {‘a’: 300, ‘b’: 200, ‘d’:400} ANSWER:  GO THROUGH BELOW LINK: https://sikshapath.in/question/write-a-python-program-to-combine-two-dictionary-adding-values-for-common-keys-d1-a-Read more

      Q1.Write a Python program to combine two dictionary adding values for common keys. d1 = {‘a’: 100, ‘b’: 200, ‘c’:300},d2 = {‘a’: 300, ‘b’: 200, ‘d’:400}

      ANSWER:  GO THROUGH BELOW LINK:

      Write a Python program to combine two dictionary adding values for common keys. d1 = {‘a’: 100, ‘b’: 200, ‘c’:300},d2 = …

       

       

      Q2.Write a Python program to find the highest 3 values of corresponding keys in a dictionary.

      ANSWER:  GO THROUGH BELOW LINK:

      Write a Python program to find the highest 3 values of corresponding keys in a dictionary.

       

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    2. Asked: March 26, 2022In: Python

      On the basis of List learning write and give the output of the followings programs Write a Python program to …

      I'M ADMIN
      I'M ADMIN
      Added an answer on March 27, 2022 at 10:04 pm
      This answer was edited.

      CODE: l=list(map(int,input().split())) l.sort() print(l) print("repition of first 3 elements are ",l[:3]*3) print("length of next 5 elements are ",sum(l[3:8])) print("remaining elements ",*l[8:])#NOTE: DOWNLOAD BELOW ATTACHMENT FOR OUTPUT OF ABOVE CODE

      CODE:
      
      l=list(map(int,input().split()))
      l.sort()
      
      print(l)
      print("repition of first 3 elements are ",l[:3]*3)
      
      print("length of next 5 elements are ",sum(l[3:8]))
      print("remaining elements ",*l[8:])



      #NOTE: DOWNLOAD BELOW ATTACHMENT FOR OUTPUT OF ABOVE CODE
      See less
      Attachment

        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    3. Asked: March 27, 2022In: Software Engineering

      Q1. Design a use case diagram for airport check-in and security screening. Summary: Business use cases are Individual Check-In, Group …

      I'M ADMIN
      I'M ADMIN
      Added an answer on March 27, 2022 at 9:57 pm

      Q//Q2. Bank ATM UML use case diagrams examples ANSWER: GO THROUGH THE LINK FOR ANSWER: https://sikshapath.in/question/bank-atm-uml-use-case-diagrams-examples-purpose-describe-use-cases-that-an-automated-teller-machine-atm-or-the-automatic/

      Q//Q2. Bank ATM UML use case diagrams examples

      ANSWER:

      GO THROUGH THE LINK FOR ANSWER:

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

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

      Design a use case diagram for airport check-in and security screening. Summary: Business use cases are Individual Check-In, Group Check-In …

      I'M ADMIN
      I'M ADMIN
      Added an answer on March 27, 2022 at 9:54 pm

      GO THROUGH BELOW LINK FOR ANSWER:   https://sikshapath.in/question/q1-design-a-use-case-diagram-for-airport-check-in-and-security-screening-summary-business-use-cases-are-individual-check-in-group/

      GO THROUGH BELOW LINK FOR ANSWER:

       

      Q1. Design a use case diagram for airport check-in and security screening. Summary: Business use cases are Individual Check-In, Group …

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

      Q1. Design a use case diagram for airport check-in and security screening. Summary: Business use cases are Individual Check-In, Group …

      I'M ADMIN
      I'M ADMIN
      Added an answer on March 27, 2022 at 9:53 pm
      This answer was edited.

      Q//Airport Check-In and Security Screening ANSWER: Business actors are Passenger, Tour Guide, Minor (Child), Passenger with Special Needs (e.g. with disabilities), all playing external roles in relation to airport business. Business use cases are Individual Check-In, Group Check-In (for groups of toRead more

      Q//Airport Check-In and Security Screening

      ANSWER:

      Business actors are Passenger, Tour Guide, Minor (Child), Passenger with Special Needs (e.g. with disabilities), all playing external roles in relation to airport business.

      Business use cases are Individual Check-In, Group Check-In (for groups of tourists), Security Screening, etc. – representing business functions or processes taking place in airport and serving the needs of passengers.

      Business use cases Baggage Check-in and Baggage Handling extend Check-In use cases, because passenger might have no luggage, so baggage check-in and handling are optional.

       

      NOTE: FOR THE DIAGRAM CLICK ON THE BELOW ATTACHMENT.

      See less
      Attachment

        • 1
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    6. Asked: March 26, 2022In: Python

      Write a Python program to find the highest 3 values of corresponding keys in a dictionary.

      I'M ADMIN
      I'M ADMIN
      Added an answer on March 27, 2022 at 9:43 pm

      DOWNLOAD BELOW ATTACHMENT FOR ANSWER:

      DOWNLOAD BELOW ATTACHMENT FOR ANSWER:

      See less
      Attachment

        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    1 … 50 51 52 53 54 … 122

    Sidebar

    store ads

    Stats

    • Questions 1k
    • Answers 1k
    • Posts 141
    • Best Answers 89
    • Cloud Computing Notes 101: Learn Fundamentals, Service Models, and Virtualization!
    • This Free AI Tool Translates Entire Books in Minute !
    • 25 Essential Software Testing Questions: Flashcard Edition!
    • 27 C++ Questions & Answers – Quiz 1 Flashcards
    • Interactive Alphabet Flashcards for Kids: A to Z Learning Fun!

    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