June 2021 Paper 4 -- A Level Computer Science 9618

preview_player
Показать описание
ALL P4 VIDEO SOLUTIONS FOR NEW SYLLABUS ARE AVAILABLE.
in-order to view full video and more paper solutions register and to get access for

Download Code:
Рекомендации по теме
Комментарии
Автор

would have loved it, if you made the video in chapters.

moyzahmed
Автор

At 18:51, could you explain why you put the double brackets around it, wouldn't it also work if you wrote: instead of

Another question, if you check the mark scheme for this question, you'll find that the line is actually so I am not understanding the significance of str() because the program works fine without converting to string

GamerFardin
Автор

pointers are not updated?? even the markscheme updates the pointer wrong...

hello-jzsg
Автор

Please make other videos on paper 4. It really helps for revision

naushadjunglee
Автор

hi if im doing the regular ocr not CAIE can i still use your videos to revise and get notes or is the content different?

Kellyoliviq
Автор

Passing varialbes as parameter would make it a local variable within the scope of the function. Does that mean once you call AddNode, the variables wont actually change the value?

nonamenolastname
Автор

I ask you: why node list data from paper change on code:
From this:

linkedList = [node(1, 1), node(5, 4), node(6, 7), node(7, -1), node(2, 2), node(0, 6),
node(0, 8), node(56, 3), node(0, 9), node(0, -1)]

To this:

linkedList = [node(1, 1), node(5, 4), node(6, 7), node(7, -1), node(2, 2), node(-1, 6),
node(-1, 7), node(56, 3), node(-1, 9), node(-1, -1)]

Why some value from 0 to -1?

johnyangsana
Автор

Hi I have seen some of your videos in YouTube and they are explained very well. Have your got the video solutions with code for the following Past Papers of Computer Science A Level?
1. 9618/04/SP/21
2. 9618/42/M/J/21
3. 9618/42/O/N/21
4. 9618/42/M/J/22
5. 9618/42/O/N/22
If you do please let me know I would be pleased to sign up as soon as possible. Thank you!

TheIEILampang