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
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.
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.
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
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.
@@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.🙏
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.
Can u tell that when will we receive our hall ticket for every respective courses? And how do we get notified about it?
Hall tickets are released 15 days before exam date. You will get SMS and email notification about that.
@@SwayamSolver okk sir.
Week 4 assignment 3 questions are wrong 3,9,10 what is the reason ?? Give accurate answers we are trusting you
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
@@SwayamSolver Only 9,10 are removed but 3 is still gone nptel team is just nonsense
@@SwayamSolver Only 9,10 are removed but 3 is still gone nptel team is just nonsense
Yeah, that's true.
@@SwayamSolverwait wait our scores are not updated yet in assignment four??
Week 4 10 question showing wrong ?
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.
I wouldn't attend the assignment week 0,3,4
I can or not attend the exam?
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.
Can we write the exam after only submitting 8 assignments of 12
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.
@@SwayamSolver ok thanks
sir , 6 question andwer is a or c please clarify
According to me, the answer should be c) the exception is thrown to the caller method
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
👍🏻
As we are given MCQ for assignment, so exam will be also in mcq format or in coding?
MCQ format. Watch this video for more info : th-cam.com/video/4nFdi-Ou7qo/w-d-xo.html
@@SwayamSolver also , I wanted to ask that, do we have to give ABC I'd to our college for credit?
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.
@@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.🙏
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.