Do While loop runs once without checking the condition ,and while loop first check the condition then execute the lines under block.Great Explanation 👌👌, keep it up
mam for question 6 that x value we should represent in binary format of 11 and then negate which mean y value is 4 and as z value double time negation means same value know mam am ii correct
@@akshatatimmapur643 its 64 because the value is updated to 64 then it is checked in the while loop with45 . then condition become false and cursor moves to next line. but the value has already updated to 64 before checking in loop so when value is printed it will give 64
You can continue with java, also pseudo codes are basic fundamentals of programming, so free from programming language, just watch all the videos of accenture preparation playlist
Can u Explain the for loop concept like this... for(from c:5 to 8) for(from d:4-7) Plz explain this concept. It will little bit tough for me. Is there any trick to solve the tricky question. Becaz now a days the companies were more clevered.We have no time to solve question it takes some time. Thank You
U don't need to remember it just You can find , Like A= 65 and Z= 90 (Middle character have the value from 66 to 89) similarly : a=97 and z=122 (Middle character have the value in between this range )
@@TechieCodeBuddy tq u so much mam.. Telegram link is not opening..I want ms office , pseudo code , network security question models mam.i have exam on Wednesday (Accenture).plz help me out
NICE SUPER EXCELLENT MOTIVATED
Good knowledge
Do While loop runs once without checking the condition ,and while loop first check the condition then execute the lines under block.Great Explanation 👌👌, keep it up
Correct,
Thanks for supporting !
No words can appreciate your hardwork Mam👏👏
Mam On 17th Oct I am having Accenture Assessment Exam.I am a 3rd year bca student, please give me some last minute tips for quants.
mam for question 6 that x value we should represent in binary format of 11 and then negate which mean y value is 4 and as z value double time negation means same value know mam am ii correct
awesome dii,you teach really well
11:52 ans is 0,
bcz 'a' = 97 , so m is also 97 now...... when compared 97
very good explanation mam
Thanks a lot
8:15 ...64 value ryt or 32 bcz que is 1 is less than 45
yeah same problem here
@@akshatatimmapur643 its 64 because the value is updated to 64 then it is checked in the while loop with45 . then condition become false and cursor moves to next line.
but the value has already updated to 64 before checking in loop so when value is printed it will give 64
Thank u so much mam for the good work...
thank you ....
1 h.w. -> answer
I think zero because condition is false 😅
Right 👍
Thanks for this❤
It's helpful for me to qualify in technical round of placements
the output will be 0, because a is not grater than a, as stated in the condition, therefore, condition is false, loop never executes.
Thank you so much❤🙌
awesome work .. helping alot
Thanks for the content sister!! Lots of respect 🙏
😀 thank you
@@TechieCodeBuddy Hello mam Any references to learn network concepts from basics?? Like TH-cam channels?? It would be really grateful to me.😢
Mam for solving the pseudocode Which programming language we should be learn??
I learnt java only
You can continue with java, also pseudo codes are basic fundamentals of programming, so free from programming language, just watch all the videos of accenture preparation playlist
so they will give pseudocode in any programming language?
whats the answer for m='a' question..........???
If you got the answer please tell me
Ma'am, is your playlist sufficient for pseudocodes in accenture exam?
?
yes apart from it , if u have time , then just do practice
H/w question answer is ( 0 ) madam..
for question 5 plz tell me any simple trick to do fast in exam
For home work question answer is 0
Thanksuuu
@@kotiramprasad2386 😂😂
Maam, By watching this playlist Can I clear pseudocodes test?
Yes, definitely
set character m = 'a'
set integer count = 0
while (m>'a')
count ++
m--
end-while
display count
What is the answer for this ma'am ?
0 as m = 'a', so while loop never runs and displays count as 0.
@@mr_weird3680 no do while loop with out checking run than check the condition so ans is 96
@@shivamkeshari3103 where is do while mentioned? ....
Kindly attach pdf of all the questions
Pls check telegram , already sharedd
Can u Explain the for loop concept like this...
for(from c:5 to 8)
for(from d:4-7)
Plz explain this concept. It will little bit tough for me. Is there any trick to solve the tricky question. Becaz now a days the companies were more clevered.We have no time to solve question it takes some time. Thank You
maam please provide it for 2025batch
It's helpful for both 2024,2025 , you can check the complete playlist and all my recent videos
@@TechieCodeBuddy Ok maam thanks for your support
homework question ans will be 0 i don't think it's an error
yes u are right as 'a'>'a' is false i.e 0 so it will not enter the while loop
Yeah, i checked that code part again, and i got the answer 0,
Yes it will be zero
@@namratabose4328
Exactly 💯
These pseudo codes questions can be repeated same in the upcoming exam for accenture written test in the oct5th pls reply mam
Yes questions can repeat, even many of the questions are repeated in previous slots
answer is 0 mam
How to remember assci code
U don't need to remember it just You can find , Like A= 65 and Z= 90 (Middle character have the value from 66 to 89) similarly : a=97 and z=122 (Middle character have the value in between this range )
@@TechieCodeBuddy tq u so much mam..
Telegram link is not opening..I want ms office , pseudo code , network security question models mam.i have exam on Wednesday (Accenture).plz help me out
@@sivassk9090 th-cam.com/video/H6F5TV7n7sI/w-d-xo.html
@@sivassk9090 Check the other stuff on channel
how was your exam ?@@sivassk9090
count will remain 0
count = 0
0