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 23, 2021In: Mathematics

      Solve the following problem using DPP Maximize                          Z = 3×1+5×2 Subject to constraints:        x1 ≤ 4, x2 ≤ 6, 3×1+2×2 ≤18 x1, x2≥ …

      I'M ADMIN
      I'M ADMIN
      Added an answer on November 24, 2021 at 7:56 pm

      Solve the following problem using DPP Maximize                          Z = 3x1+5x2 Subject to constraints:        x1 ≤ 4, x2 ≤ 6, 3x1+2x2 ≤18 x1, x2≥ 0   ANSWER:

      Solve the following problem using DPP

      Maximize                          Z = 3x1+5x2

      Subject to constraints:        x1 ≤ 4,

      x2 ≤ 6,

      3x1+2x2 ≤18

      x1, x2≥ 0

       

      ANSWER:

      See less
      Attachment

        • -2
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    2. Asked: November 21, 2021In: Mathematics

      Solve the following problem using DPP Maximize                          Z = 2×1+5×2 Subject to constraints:        2×1+x2 ≤430 2×2 ≤ 460, x1, x2≥ 0  

      I'M ADMIN
      I'M ADMIN
      Added an answer on November 24, 2021 at 7:43 pm

      https://sikshapath.in/question/solve-the-following-problem-using-dpp-maximize-z-2x15x2-subject-to-constraints-2x1x2-%e2%89%a4430-2x2-%e2%89%a4-460-x1-x2%e2%89%a5-0/

      Solve the following problem using DPP Maximize Z = 2×1+5×2 Subject to constraints: 2×1+x2 ≤430 2×2 ≤ 460, x1, x2≥ 0

      See less
        • -3
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    3. Asked: November 23, 2021In: Programming Language

      Briefly explain JDBC architecture.

      I'M ADMIN
      I'M ADMIN
      Added an answer on November 23, 2021 at 9:31 pm

      Java Database Connectivity (JDBC) architecture is an API specifying interfaces for accessing relational databases. JDBC helps to connect to a database, send queries and updates to the database, and retrieve and process the results obtained from the database for queries. The JDBC architecture supportRead more

      Java Database Connectivity (JDBC) architecture is an API specifying interfaces for accessing relational databases. JDBC helps to connect to a database, send queries and updates to the database, and retrieve and process the results obtained from the database for queries.

      The JDBC architecture supports two-tier and three-tier processing models for accessing a database.

      In the two-tier model, a Java applet or application communicates directly to the data source. The JDBC driver enables communication between the application and the data source. When a user sends a query to the data source, the answers for those queries are sent back to the user in the form of results. The data source may not always be a single machine located at a single place. It can be located on a different machine on a network to which a user is connected. This is known as a client/server configuration, where the user’s machine acts as a client and the machine having the data source running acts as the server. The network connection can be intranet or Internet.

       

      In the three-tier model, the user’s commands or queries are sent to middle-tier services, from which the commands are again sent to the data source. The results are sent back to the middle tier, and from there to the user. This type of model is found very useful by management information system directors, as it makes it simple to maintain access control and make updates to corporate data. Application deployment also becomes easy and provides performance benefits.

      See less
        • 1
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    4. Asked: November 23, 2021In: Mathematics

      Analysis the need of integer programming in mathematical programming.

      I'M ADMIN
      Best Answer
      I'M ADMIN
      Added an answer on November 23, 2021 at 6:14 pm

      Optimization problems where the variables are required to take on integer values are called integer programming (IP) problems. If some of the variables are continuous, then we get a mixed variable problem. With all functions as linear, an integer linear programming (ILP) problem is obtained, otherwiRead more

      Optimization problems where the variables are required to take on integer values are called integer programming (IP) problems. If some of the variables are continuous, then we get a mixed variable problem. With all functions as linear, an integer linear programming (ILP) problem is obtained, otherwise it is nonlinear. The ILP problem can be converted to a 0-1 programming problem. Linear problems with discrete variables can also be converted to 0-1 programming problems. Several algorithms are available to solve eg Sysko.

      See less
        • 7
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    5. Asked: November 23, 2021In: DBMS

      If we have database, then how can we tell the data in the “database is secured”. Also what is meant …

      I'M ADMIN
      I'M ADMIN
      Added an answer on November 23, 2021 at 1:38 pm

      https://sikshapath.in/question/if-we-have-database-then-how-can-we-tell-the-data-in-the-database-is-secured-also-what-is-meant-by-data-validation/

      If we have database, then how can we tell the data in the “database is secured”. Also what is meant by “data validation”

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    6. Asked: November 22, 2021In: Programming Language

      Inserting a record ABC International School wants to computerize students details. The school maintains a database of students in Oracle. …

      I'M ADMIN
      I'M ADMIN
      Added an answer on November 22, 2021 at 10:46 pm

      Go through this link:   https://sikshapath.in/question/inserting-a-record-abc-international-school-wants-to-computerize-students-details-the-school-maintains-a-database-of-students-in-oracle-2/

      Go through this link:

       

      Inserting a record ABC International School wants to computerize students details. The school maintains a database of students in Oracle. …

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    1 … 105 106 107 108 109 … 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