NPTEL Programming In Java Week 5 Assignment 5 Answers Solution Quiz | 2024-Jan

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ธ.ค. 2024

ความคิดเห็น • 29

  • @dhrumilsinhrathod857
    @dhrumilsinhrathod857 9 หลายเดือนก่อน +1

    Can u tell that when will we receive our hall ticket for every respective courses? And how do we get notified about it?

    • @SwayamSolver
      @SwayamSolver  9 หลายเดือนก่อน +1

      Hall tickets are released 15 days before exam date. You will get SMS and email notification about that.

    • @dhrumilsinhrathod857
      @dhrumilsinhrathod857 9 หลายเดือนก่อน +1

      @@SwayamSolver okk sir.

  • @bhavanavempali9537
    @bhavanavempali9537 10 หลายเดือนก่อน +1

    Week 4 assignment 3 questions are wrong 3,9,10 what is the reason ?? Give accurate answers we are trusting you

    • @SwayamSolver
      @SwayamSolver  10 หลายเดือนก่อน +1

      Those questions were wrongly evaluated by the course team and now they have accepted this error in assignment. So, these questions will be removed from the assignment and scores will updated soon. Please see the post below regarding this issue.
      Nonetheless, I assure Week 5 and Week 6 answers will be 100% correct.
      Thanks for trusting me.
      telegram.me/SwayamSolver/284

    • @AKProductionsTelugu
      @AKProductionsTelugu 9 หลายเดือนก่อน

      ​@@SwayamSolver Only 9,10 are removed but 3 is still gone nptel team is just nonsense

    • @AKProductionsTelugu
      @AKProductionsTelugu 9 หลายเดือนก่อน

      ​@@SwayamSolver Only 9,10 are removed but 3 is still gone nptel team is just nonsense

    • @SwayamSolver
      @SwayamSolver  9 หลายเดือนก่อน

      Yeah, that's true.

    • @asianguy86
      @asianguy86 9 หลายเดือนก่อน

      ​@@SwayamSolverwait wait our scores are not updated yet in assignment four??

  • @SLAYER77769
    @SLAYER77769 10 หลายเดือนก่อน +2

    Week 4 10 question showing wrong ?

    • @SwayamSolver
      @SwayamSolver  10 หลายเดือนก่อน +1

      They will be removed from the assignment later. Don't worry, you will get full marks. They are wrongfully evaluated by course team. They are rectifying it now. I will update about the situation soon.

  • @VarshaNataraj-vv8xe
    @VarshaNataraj-vv8xe 10 หลายเดือนก่อน +1

    I wouldn't attend the assignment week 0,3,4
    I can or not attend the exam?

    • @SwayamSolver
      @SwayamSolver  10 หลายเดือนก่อน +2

      Yes, you can attend the exam if you have registered for exam. You can leave 4 assignments out of the 12 assignments given in the course without affecting your final score.
      Make sure you submit remaining assignments timely. All the best.

  • @chrismathew5204
    @chrismathew5204 10 หลายเดือนก่อน +1

    Can we write the exam after only submitting 8 assignments of 12

    • @SwayamSolver
      @SwayamSolver  10 หลายเดือนก่อน +1

      Yes, you can. I suggest you to ensure that you get 100 in those 8 so that overall score improves. Because best 8 assignments are considered.

    • @chrismathew5204
      @chrismathew5204 10 หลายเดือนก่อน

      @@SwayamSolver ok thanks

  • @usharanis-t5n
    @usharanis-t5n 10 หลายเดือนก่อน

    sir , 6 question andwer is a or c please clarify

    • @SwayamSolver
      @SwayamSolver  10 หลายเดือนก่อน +1

      According to me, the answer should be c) the exception is thrown to the caller method

    • @coderunner743
      @coderunner743 9 หลายเดือนก่อน

      C is correct
      public class Main {
      public static void main(String[] args) {
      try {
      method1();
      } catch (ArithmeticException e) {
      System.out.println("Exception caught in the main method: " + e.getMessage());
      }
      }
      static void method1() {
      System.out.println("Inside method1");
      try {
      method2();
      } catch (ArrayIndexOutOfBoundsException e) {
      System.out.println("Exception caught in the main method: " + e.getMessage());
      }
      }
      static void method2() {
      System.out.println("Inside method2");
      // This will cause an ArithmeticException
      int result = 10 / 0;
      }
      }
      output:
      Inside method1
      Inside method2
      Exception caught in the main method: / by zero
      this example clarify your doubt

    • @SwayamSolver
      @SwayamSolver  9 หลายเดือนก่อน

      👍🏻

  • @INSVikrant54
    @INSVikrant54 10 หลายเดือนก่อน +2

    As we are given MCQ for assignment, so exam will be also in mcq format or in coding?

    • @SwayamSolver
      @SwayamSolver  10 หลายเดือนก่อน +1

      MCQ format. Watch this video for more info : th-cam.com/video/4nFdi-Ou7qo/w-d-xo.html

    • @INSVikrant54
      @INSVikrant54 10 หลายเดือนก่อน +1

      @@SwayamSolver also , I wanted to ask that, do we have to give ABC I'd to our college for credit?

    • @SwayamSolver
      @SwayamSolver  10 หลายเดือนก่อน +1

      Yes you'll have to create abc id by 4th year. But you should ask your HOD in this matter. Because credit transfer procedure varies a little depending on the university. So only your college can provide you the right steps to take.

    • @dhrumilsinhrathod857
      @dhrumilsinhrathod857 9 หลายเดือนก่อน

      @@SwayamSolver what happends if we give exam of java and pass it but we don't have ABC ID? will our credits be their in the system or not.? also I'm in diploma and giving the exams, so do i need ABC id or i can make it later, i guess in degree. so that i can get my credits anytime in degree.. please solve my doubts.🙏

    • @SwayamSolver
      @SwayamSolver  9 หลายเดือนก่อน +1

      You can take the exam and pass it to get a certificate. You can create abc id later in final year of degree. But I recommend you to ask your college regarding this. Only they can provide you the exact procedure which your university follows.