Node 3 & 4 will be connected to 1 instead of 5 (for while loop condition) & Cyclomatic complexity will be 3, according to Formula: Edges(6) - Nodes(5) + 2 = 3
@Mani-zz4qx Жыл бұрын
Yes bro you are right.
@tgayush14248 ай бұрын
Acha hua likh diya mai wahi comment karne wala tha, but bahut late likha aapne 😂😂
@ShivamRajput-rg8zc4 жыл бұрын
I think 3 and 4 will be connected to 1, so as to implement the while loop.
@pirateshare13563 жыл бұрын
same
@huyhoangthai45683 жыл бұрын
yah! true
@lifeOfPiOG3 жыл бұрын
yep, cyclometric complexity would be 5
@atuladas3893 жыл бұрын
@@lifeOfPiOG 3 and 4 will not be connected to 5, but it will be connected to 1. So the two arrows connecting 5 will now just be connected to 1. This will imply that the cyclomatic complexity will remain 3 only. Plus if we take the number of predicate statements and add one to it also will allow us to find the cyclomatic complexity, and over here, there are two predicate statements. Thus the answer will be three in that way too.
@Code_Note2 жыл бұрын
Yep so the cyclomatic complexity will be 5 now
@Amardeep-Singh-d4z8 ай бұрын
Koi nahi bhai galti ho jati hai, Fir bhi thanks sir explanation is very good.
@hunnychawla5 жыл бұрын
sir loop ke repetition ke liye edge nhi daali aapne in line 1 while(a!=b)
@ExamAasaanHai5 жыл бұрын
Haan dala hai bhai
@vinitraj62685 жыл бұрын
nhi daala h aapne
@vinitraj62685 жыл бұрын
3 aur 4 1 se connect hona chahiye
@Heulitig1174 жыл бұрын
3 and 4 se ek line 1 ko jayega
@RazzySandhu4 жыл бұрын
Your way of providing knowledge is very easy. Thanks so much
@xyx46413 жыл бұрын
ghanta galat sikha raha hae wo didi aakhe khole ke dekho aur dimmag bhe
@kartiknagrale1479 Жыл бұрын
But wrong
@paraskalura16623 ай бұрын
Is this whole playlist is enough for BCS - 051
@abdulhaseebqadeer10624 жыл бұрын
sir, i think the result of cyclomatic complexity will not indicate us the accuracy of our operation. i think this result showing, am i following right way or not, actually i think it will be same as your path number, if your path is 4 line and your cyclomatic complexity result 3 , it means you did some mistake in your operation. thank you sir
@mammaryasir68294 жыл бұрын
Sir agr question mai basis path found k bary mai pocha jaiy or test cases tu is ka Kya matlab hai
@sandippal8908Ай бұрын
❤
@toon-tooni Жыл бұрын
Sir formula E-N+2P hoga na?
@vishal-shinde Жыл бұрын
Yes, Most of the cases mei p ko 1 assume karte hai He should have covered that part as well. Mujhe bhi doubt hai
@mohammedazeez812 жыл бұрын
Amazing explanation bro 💥 kal mera exam hai Aaj tumara ye video dikhya really appreciable
@IITian-NITian_03054 жыл бұрын
Mast h explanations aap ki sir ji
@rasiksawant74912 жыл бұрын
Awesome video sir.
@vaibhavkumar4951 Жыл бұрын
kya yr........glalat kr rhe ho.......while ke loop bhi to bnana padega bhai
@RM-pl4nk2 жыл бұрын
Excellent video Thank you sir
@pallavinirwan72735 жыл бұрын
Your videos are really helpful..if possible please upload videos for mcs 011 paper of ignou..
@ExamAasaanHai5 жыл бұрын
January pe cover kr denge.
@pallavinirwan72735 жыл бұрын
@@ExamAasaanHai - Thank you in advance 😊
@JFLubna-zm2dh2 ай бұрын
Procedure TriangleType S1 char *returnString = " not tringle "; S2 if ((i + j)> k)&& ((j + k)> i)&&((k + i)>j)) S3 if ((i + j + k) == (3 * i)) S4 returbString = "equilateral "; else S5 if ((i ! = j) && (j ! = k) &&(k ! = i)) S6 returnString = " scalene "; else S7 returnString= "isosceles "; endif endif S8 return returnString; Suppose the above code snippet is part of our Surokkha app module. Now, design the control flow graph and calculate the cyclomatic complexity, number of Nodes, edges, and independent path coverage.
@JFLubna-zm2dh2 ай бұрын
Please slove this
@animevoyage_official Жыл бұрын
Aasan hai !!? . Haa aasan hai !!
@poojamagar24114 жыл бұрын
Thankyou so much sir your video is very helpful for software testing exam 👍👌🙏🙏
@zahkan Жыл бұрын
handwriting ke liye sorry dosto 😅
@gyan_ki_baate_20239 ай бұрын
Galat solve krke video kaise upload kr sakte ho aap log 😂😂😂 What a confidence
@afridpathan88842 жыл бұрын
Thank you sir ji
@xyx46413 жыл бұрын
galat he to galat accept karna sikh na faltu mat sikha sabko
@adityaverma216 Жыл бұрын
Ye hamesha dosto ke hi answer shi kyu aate hai😂😂
@captainkhoji79454 жыл бұрын
Great
@TrueINDianExposed2 жыл бұрын
❤️❤️❤️
@randomeverything83049 ай бұрын
Konsa gutka khate ho?
@usamahassan4705 Жыл бұрын
bhai kasy kr laty hoo😅
@xyx46413 жыл бұрын
kya galat sikhata hae khud padhke aa phir sikhana haat
@aryanpandit66143 жыл бұрын
sahi baat hai bro
@xyx46413 жыл бұрын
@@aryanpandit6614 jodd bhai
@aryanpandit66143 жыл бұрын
@@xyx4641 thank you bhai
@techsolution563 Жыл бұрын
wrong answer bro
@ujjwalkumarsingh6028 Жыл бұрын
Jhantu motors
@biprobhowmikjoy4 ай бұрын
CFC drawing is not correct. Everyone report him, cause he is teaching wrong.
@paraskalura16623 ай бұрын
Bhai ye Puri playlist enough hai BCS - 51 ke liye ?