- 185
- 37 210
Pseudocode Pro
United Kingdom
เข้าร่วมเมื่อ 2 พ.ค. 2023
Creating pseudocode videos for the Cambridge IGCSE (0478) and A-Level (9618) qualifications. All videos use pseudocode.pro to validate and execute pseudocode according to the Cambridge specification.
[Solved Past Paper] Oct/Nov 2024 Paper 42 | A-Level 9618 A2
A full walkthrough with explanations to paper 42 of the Oct/Nov 2024 9618 Cambridge computer science series. Code is written in Java, Python and VB (Visual Basic)
pseudocode.pro/past-papers
00:37 Question 1: OOP, object-oriented programming, constructor, instantiation, if statement, selection, for loop, count-controlled, maximum, getter, setter, static, function, procedure, method, attribute
30:23 Question 2: queue, abstract data type, record, class, head pointer, tail pointer, enqueue, dequeue, user input, output
1:06:30 Question 3: file handling, read file, 2D array, output, bubble sort, multiple columns
Note: syntax used in the videos and the following websites follows the Cambridge IGCSE (0478) and A-Level (9618) qualifications
Cambridge Pseudocode Executor: pseudocode.pro
Cambridge Assembly Executor: asmcode.pro
full, solved, past, papers, paper 4, 9618, summer, winter, AS, AS-Level, A-Level, A2
pseudocode.pro/past-papers
00:37 Question 1: OOP, object-oriented programming, constructor, instantiation, if statement, selection, for loop, count-controlled, maximum, getter, setter, static, function, procedure, method, attribute
30:23 Question 2: queue, abstract data type, record, class, head pointer, tail pointer, enqueue, dequeue, user input, output
1:06:30 Question 3: file handling, read file, 2D array, output, bubble sort, multiple columns
Note: syntax used in the videos and the following websites follows the Cambridge IGCSE (0478) and A-Level (9618) qualifications
Cambridge Pseudocode Executor: pseudocode.pro
Cambridge Assembly Executor: asmcode.pro
full, solved, past, papers, paper 4, 9618, summer, winter, AS, AS-Level, A-Level, A2
มุมมอง: 3
วีดีโอ
[Solved Past Paper] Oct/Nov 2024 Paper 41 & 43 | A-Level 9618 A2
มุมมอง 317 ชั่วโมงที่ผ่านมา
A full walkthrough with explanations to papers 41 & 43 of the Oct/Nov 2024 9618 Cambridge computer science series. Code is written in Java, Python and VB (Visual Basic) pseudocode.pro/past-papers 00:49 Question 1: file-handling, read file, while loop, pre-conditional, exception, try, catch, string manipulation, for loop, count-controlled, concatenation, function, procedure, string index, bubble...
[Solved Past Paper] Oct/Nov 2024 Paper 32 | A-Level 9618 A2
มุมมอง 33วันที่ผ่านมา
A full walkthrough with explanations to papers 32 of the Oct/Nov 2024 9618 Cambridge computer science paper pseudocode.pro/past-papers 00:19 Question 1: packet switching, router, routing table, retransmission, order, sequence number, TCP, UDP, reliable, cheap, slow, high bandwidth utilisation, secure 10:05 Question 2: serial file organisation, append, chronological order, bank transaction, proc...
[Solved Past Paper] Oct/Nov 2024 Paper 31 & 33 | A-Level 9618 A2
มุมมอง 30วันที่ผ่านมา
A full walkthrough with explanations to papers 31 & 33 of the Oct/Nov 2024 9618 Cambridge computer science paper pseudocode.pro/past-papers 00:18 Question 1: binary, floating point, normalised, fixed point, mantissa, exponent, two's complement 7:18 Question 2: RISC, reduced instruction set computer, addressing modes, registers, RAM, pipeline, fixed-length, single-cycle, hardwired control unit 1...
A-Level 9618 Exam: Count & Restore - Oct/Nov 2024 Paper 23 | Question 8
มุมมอง 6วันที่ผ่านมา
Creating a procedure to perform a linear search to find how many records in an array have some given values and another procedure to read a file line by line, then assign the values to array of records in paper 23 of the Oct/Nov 2024 9618 Cambridge computer science paper pseudocode.pro/past-papers pseudocode, Count, Restore, array, record, sum, for loop, property, AND, file handling, constant, ...
A-Level 9618 Exam: AdjustClock - Oct/Nov 2024 Paper 23 | Question 6
มุมมอง 9วันที่ผ่านมา
Creating a function to return the day index of the 3rd Sunday in March of a given year in paper 23 of the Oct/Nov 2024 9618 Cambridge computer science paper pseudocode.pro/past-papers pseudocode, AdjustClock, daylight saving time, day, month, year, date functions, modules, for loop, if statement, selection, dayindex Note: syntax used in the videos and the following websites follows the Cambridg...
A-Level 9618 Exam: GBInitialise - Oct/Nov 2024 Paper 23 | Question 4
มุมมอง 5วันที่ผ่านมา
Creating a procedure to loop over an array of grade boundaries, then assign values in a marks array to true if they are within /- 2 of this grade boundary in paper 23 of the Oct/Nov 2024 9618 Cambridge computer science paper pseudocode.pro/past-papers pseudocode, for loop, grade, lower bound, upper bound, output, 1D array, Boolean, GBInitialise Note: syntax used in the videos and the following ...
A-Level 9618 Exam: Positive Sum - Oct/Nov 2024 Paper 23 | Question 2
มุมมอง 7วันที่ผ่านมา
Creating an algorithm to ask the user for 100 numbers, then totaling all the positive ones in paper 23 of the Oct/Nov 2024 9618 Cambridge computer science paper pseudocode.pro/past-papers pseudocode, positive, sum, declare, for loop, iteration, sum, if statement, input, output, selection Note: syntax used in the videos and the following websites follows the Cambridge IGCSE (0478) and A-Level (9...
[Solved Past Paper] Oct/Nov 2024 Paper 23 | AS A-Level 9618
มุมมอง 3214 วันที่ผ่านมา
A full walkthrough with explanations to paper 23 of the Oct/Nov 2024 9618 Cambridge computer science paper pseudocode.pro/past-papers 00:19 Question 1: pseudocode, selection, if, case, iteration, for, count-controlled loop, while, pre-conditional, repeat until, post-conditional, subroutine, module, procedure, data type, Boolean, string, date, integer, evaluate, NOT, MOD, NUM_TO_STR 4:04 Questio...
A-Level 9618 Exam: Assign & Save - Oct/Nov 2024 Paper 22 | Question 8
มุมมอง 1114 วันที่ผ่านมา
Creating a procedure to assign a player to a given character record, then saving and array of records to a file, separating each field with a given separator in paper 22 of the Oct/Nov 2024 9618 Cambridge computer science paper pseudocode.pro/past-papers pseudocode Assign, SaveFile, record, array, loop, post-conditional, if, output, writefile, file handling, boolean, concatenation, append, numb...
A-Level 9618 Exam: Timer - Oct/Nov 2024 Paper 22 | Question 4
มุมมอง 1714 วันที่ผ่านมา
Creating a procedure to simulate a timer that warns a user when there is only 30 seconds to go, then notifies them when the time is up in paper 22 of the Oct/Nov 2024 9618 Cambridge computer science paper pseudocode.pro/past-papers Tick, pseudocode, Timer, loop, repeat until, procedure, output Note: syntax used in the videos and the following websites follows the Cambridge IGCSE (0478) and A-Le...
A-Level 9618 Exam: Special - Oct/Nov 2024 Paper 22 | Question 6
มุมมอง 814 วันที่ผ่านมา
Creating procedure to select 2 random, but unique items from one array, then another random item from another array in paper 22 of the Oct/Nov 2024 9618 Cambridge computer science paper pseudocode.pro/past-papers pseudcoode, Special, array, random element, loop, unique, 2D array, linear search Note: syntax used in the videos and the following websites follows the Cambridge IGCSE (0478) and A-Le...
A-Level 9618 Exam: Conceal - Oct/Nov 2024 Paper 22 | Question 2
มุมมอง 1214 วันที่ผ่านมา
Creating a function to hide all but the last 4 digits in a credit card number in paper 22 of the Oct/Nov 2024 9618 Cambridge computer science paper pseudocode.pro/past-papers pseudocode, conceal, string, parameter, function, for loop, iteration, concatenation, length, 2D array, by reference, BYREF Note: syntax used in the videos and the following websites follows the Cambridge IGCSE (0478) and ...
[Solved Past Paper] Oct/Nov 2024 Paper 22 | AS A-Level 9618
มุมมอง 8914 วันที่ผ่านมา
A full walkthrough with explanations to paper 22 of the Oct/Nov 2024 9618 Cambridge computer science paper pseudocode.pro/past-papers 00:18 Question 1: program development lifecycle, software, analysis, design, coding, testing, maintenance, corrective, adaptive, perfective, IDE, integrated development environment, watch window, report window, single stepping, breakpoint, context-sensitive promp...
A-Level 9618 Exam: CheckMark & CheckAll - Oct/Nov 2024 Paper 21 | Question 8
มุมมอง 1221 วันที่ผ่านมา
Creating one function to loop through all grade boundaries and determine which papers need to be rechecked and another to determine which students need to have their papers rechecked in paper 21 of the Oct/Nov 2024 9618 Cambridge computer science paper pseudocode.pro/past-papers pseudocode, CheckMark, CheckAll, 1D array, 2D array, if statement, search, selection, count-control loop, for loop, i...
A-Level 9618 Exam: GetDate - Oct/Nov 2024 Paper 21 | Question 6
มุมมอง 621 วันที่ผ่านมา
A-Level 9618 Exam: GetDate - Oct/Nov 2024 Paper 21 | Question 6
A-Level 9618 Exam: Evaluate - Oct/Nov 2024 Paper 21 | Question 4
มุมมอง 921 วันที่ผ่านมา
A-Level 9618 Exam: Evaluate - Oct/Nov 2024 Paper 21 | Question 4
A-Level 9618 Exam: Tick - Oct/Nov 2024 Paper 21 | Question 2
มุมมอง 1521 วันที่ผ่านมา
A-Level 9618 Exam: Tick - Oct/Nov 2024 Paper 21 | Question 2
[Solved Past Paper] Oct/Nov 2024 Paper 21 | AS A-Level 9618
มุมมอง 6821 วันที่ผ่านมา
[Solved Past Paper] Oct/Nov 2024 Paper 21 | AS A-Level 9618
[Solved Past Paper] Oct/Nov 2024 Paper 13 | AS A-Level 9618
มุมมอง 3721 วันที่ผ่านมา
[Solved Past Paper] Oct/Nov 2024 Paper 13 | AS A-Level 9618
[Solved Past Paper] Oct/Nov 2024 Paper 12 | AS A-Level 9618
มุมมอง 13621 วันที่ผ่านมา
[Solved Past Paper] Oct/Nov 2024 Paper 12 | AS A-Level 9618
[Solved Past Paper] Oct/Nov 2024 Paper 11 | AS A-Level 9618
มุมมอง 8721 วันที่ผ่านมา
[Solved Past Paper] Oct/Nov 2024 Paper 11 | AS A-Level 9618
[15 Marker] Litter Pickers - IGCSE 0478 0984 / O-Level 2210 | Oct/Nov 2024 Paper 23
มุมมอง 3821 วันที่ผ่านมา
[15 Marker] Litter Pickers - IGCSE 0478 0984 / O-Level 2210 | Oct/Nov 2024 Paper 23
[Solved Past Paper] Oct/Nov 2024 Paper 23 IGCSE 0478 0984 | O-Level 2210
มุมมอง 6621 วันที่ผ่านมา
[Solved Past Paper] Oct/Nov 2024 Paper 23 IGCSE 0478 0984 | O-Level 2210
[15 Marker] Room Dimensions - IGCSE 0478 0984 / O-Level 2210 | Oct/Nov 2024 Paper 22
มุมมอง 6621 วันที่ผ่านมา
[15 Marker] Room Dimensions - IGCSE 0478 0984 / O-Level 2210 | Oct/Nov 2024 Paper 22
[Solved Past Paper] Oct/Nov 2024 Paper 22 IGCSE 0478 0984 | O-Level 2210
มุมมอง 12528 วันที่ผ่านมา
[Solved Past Paper] Oct/Nov 2024 Paper 22 IGCSE 0478 0984 | O-Level 2210
[15 Marker] Running Club - IGCSE 0478 0984 / O-Level 2210 | Oct/Nov 2024 Paper 21
มุมมอง 4328 วันที่ผ่านมา
[15 Marker] Running Club - IGCSE 0478 0984 / O-Level 2210 | Oct/Nov 2024 Paper 21
[Solved Past Paper] Oct/Nov 2024 Paper 21 IGCSE 0478 0984 | O-Level 2210
มุมมอง 9928 วันที่ผ่านมา
[Solved Past Paper] Oct/Nov 2024 Paper 21 IGCSE 0478 0984 | O-Level 2210
[Solved Past Paper] Oct/Nov 2024 Paper 13 IGCSE 0478 0984 | O-Level 2210
มุมมอง 5128 วันที่ผ่านมา
[Solved Past Paper] Oct/Nov 2024 Paper 13 IGCSE 0478 0984 | O-Level 2210
[Solved Past Paper] Oct/Nov 2024 Paper 12 IGCSE 0478 0984 | O-Level 2210
มุมมอง 127หลายเดือนก่อน
[Solved Past Paper] Oct/Nov 2024 Paper 12 IGCSE 0478 0984 | O-Level 2210
Can you also make such video for python? Covering all the necessary aspects for IGCSE? This is definitely a life saver for me for Pseudocode
IF swapped = FALSE THEN (what command do i put hear) ENDIF // how do i exit the loop since BREAK doesnt work
Do you mean WHILE swapped = TRUE? You don't need an if statement like that - and this is how you keep looping, using this swapped flag and a while loop I wrote a tutorial for arrays...you can scroll down for the bubble sort part. There is a bit of a written explanation, with comments for the important parts of the code...might help? pseudocode.pro/tutorial/8/arrays
These videos are so helpful!
I love paper 2, but paper 1 is really boring🫣 Thanks for the video, really helped in some places 🫡
Man srsly ur such a good explainer, especially with the way u explain paper 2 pseudocode stuff, imo ur wayy to underrated P.S never stop uploading these vids
can we use div to round up or down because in the book they have used div
You can use DIV to round down yeah - like DIV(10, 3) = 3. I suppose you could do DIV(10, 3) + 1 to round up too
Bro needs to work on his hand writing, but still thanks for the vid
The problem with buying a cheap graphics tablet...
i have my mocks tomorrow this is going to save my ass, thanks man
Have you sat them - how did they go?
bro save my mocks
Have you taken them already?
For what you did in on line 27 in the editor for the TRIM Function "RETURN MID(Title, 1, lastSpaceindex -1) " that can also be done by "LEFT (title, lastSpaceindex-1)" , right?
Yeah, that's true - LEFT would have been better in this case actually 👍
@PseudocodePro I found this question super difficult and found your approach the most easy to understand, thanks for the explanation!
in 3 c why did we mines 128
If it's two's complement (also called "signed"), then it means the most significant bit (leftmost) is negative I have an AS video on this, but it also includes extra non-IG stuff so probably isn't relevant. Just search "two's complement" on youtube if you want to find a video about it
Which software/ IDE are using to write and test your code?
My website :) pseudocode.pro
Can we declare more than 1 variables in a single line??
Yes - though remember, for the 15 markers, you don't have to declare any variables. I only do it so I can run it on the site You only have to declare for the smaller pseudocode questions If you want to be safe though, in the exam I might declare them one by one...better to be safe than sorry I suppose
Can you solve the as level paper 11 and p13 of CS
Yeah, I will make videos for all the IG & AS/A2 papers from this Oct/Nov series
Thank you so much for this amazing video! A bit off-topic, but I wanted to ask: My OKX wallet holds some USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How should I go about transferring them to Binance?
Dude thank you so much for making that website and everything, i just discovered it and I'm completely blown away. Best resource I've ever seen for any subject
Glad you like it :)
Great content, as always! Just a quick off-topic question: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). Could you explain how to move them to Binance?
Great analysis, thank you! A bit off-topic, but I wanted to ask: My OKX wallet holds some USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How can I transfer them to Binance?
Scammer
Great analysis, thank you! I have a quick question: My OKX wallet holds some USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). Could you explain how to move them to Binance?
No.
did u ever get an answer concerning the correct role for the trace table?
No, unfortunately not - basically just "it depends", "I can't comment on that" and other meaningless answers...nothing concrete
I think you have made a mistake when you assigned headerValue to be header(line) if you did that then dont you think when assigning the values to ModInfo[ ] array it should be headerValue as well and not line? anyways other than that great video
Do you mean this line? ModInfo[moduleNum, 3] <-- MID(lineHeader, 2, LENGTH(lineHeader) - 1) What do you think it should be? The code seems to output data in the same format as they have in the question - i.e. stored in the array as Line Num | P or F | Module Description 56 | P | playSubtitles() 76 | P | readSubtitleFile() 89 | P | extractSubtitle(index : INTEGER) 118 | P | showEnding() 148 | F | timeStringToMilliseconds(timeStr : STRING) RETURNS INTEGER 157 | F | centerText(text : STRING) RETURNS STRING 196 | F | randomEmoji() RETURNS CHAR
Hello. Which website are you using to write the pseudocode?
My website :) pseudocode.pro
Presentations and questions will be available when unit 2 is complete?
Yeah, I have been busy recently - also adding a couple of new features to the website which should be live in 2-3 days :) Hopefully the slides/questions will be up in about a week
@PseudocodePro thanks
Thank you so much for the videos
big help big help hats off to yaa
Hey there!I was wondering if u could start tuitions,im sure it will be so helpful to many of us..I currently am doing a levels in themayjune 2025..both as and a2..Much appreciated!
I don't offer tuitions unfortunately - I don't have time (still working on the site and have 100s of videos to make) and I would also say it's unnecessary - there are plenty of resources available for free online, I wouldn't suggest students paying extra for tuition anyway Hopefully I will be able to upload all of AS before then - are you taking classes in school or self-studying?
for the first question you could create your own smaller table for each option to see if the output matches Depends if you find it quicker or not
you mean writing 4 different truth tables right? when you see that it's 1 mark, you assume there should be a simple/quick way to do it...but there doesn't seem to be
@PseudocodePro yea
thanks bro
you should really make general videos, like for courses/learning python or js or etc. (or even explaining leetcode soloutions, etc.),, cause these are really helpful!!
I will make some AP videos eventually too, but for leetcode etc, there are plenty of videos covering that already. Derek Banas is a great channel - he has 2 hour videos that cover the basics for many different languages on his channel
@@PseudocodePro ohh thankyou sm!! ill check his videos out. however i do think your vidoes are amazing, and would love if you'd expand to teaching programming in general (as an olevel student who studied pseudocode from here)
For converting bits to hexadecimal we don’t need to count bits. We have only 4 bits at once multiple times. 8 bit = 1 byte. We can cut the byte in two pieces. High nibble + low nibble. From hex 00 - FF. 4 bits hex 0000 0 0001 1 0010 2 0011 3 0100 4 0101 5 0110 6 0111 7 1000 8 1001 9 1010 A 1011 B 1100 C 1101 D 1110 E 1111 F
Yeah, you are right - which part of the video were you referring to? If you are talking about converting between upper and lowercase, we can simply use the following assembly instructions (or equivalent bit manipulation instructions in many programming languages): upper to lowercase: OR #32 lower to uppercase: AND B11011111
On vga text mode we can display up to 2 different character set at once using the same ASCII numbers 0-255 to select with or without bit 3 of the foreground color attribut byte and with using bios function for user character and combination function.
Do you mean in the terminal? Using ASCII escape characters or something?
@PseudocodePro Not in the Windows terminal, but in DOS or DosBox vga tect mode we can use bios function ax=1100h user character of int 10h and ax=1103h activate blocks of int 10h.
@PseudocodePro I like to write directly into the screen memory of the vga text mode at segment address b800h. There are two bytes for each location. ASCII byte and attribut byte with background and forground color and with special bits. Bit 7 of the attribut byte is the blink bit, if blinking is aktive, else bit 7 works as intense bit of the background color. With Bit 3 we can select which character set of two sets is visible, if two character sets are used, else bit 3 works as intense bit for the foreground color.
ASCII ART is not very pixel precise. I like to use PIXEL ART within a block of character with changing the pixel of the character with 8x16 size.
What do you use to make pixel art...any program like photoshop, or you use something specific for just making pixel art? One of the challenges on my site was actually to load an image using the additional LOADIMAGE function I added to the site, then to generate and export a pixel art version of that image I did it and can try to find the code if you want
@PseudocodePro I made a picture to character converter for monochrome pictures and an other routine to capture pixel from the graphic screen into character files. Example for user character function 1100h of int 10h with 8x16 character size changing 3 extended character number 80h, 81h and 82h. DB 0,3,7,1e,3e,3f,7f,ff,ff,7f,3f,3f,1f,7,3,0 DB 0,c0,e0,78,60,c0,80,0,0,80,c0,e0,f8,e0,c0,0 DB 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 REM 80 81 82 REM 00000000 00000000 00000000 REM 00000011 11000000 00000000 REM 00000111 11100000 00000000 REM 00011110 01111000 00000000 REM 00111110 01100000 00000000 REM 00111111 11000000 00000000 REM 01111111 10000000 00000000 REM 11111111 00000000 00000000 REM 11111111 00000000 00000000 REM 01111111 10000000 00000000 REM 00111111 11000000 00000000 REM 00111111 11100000 00000000 REM 00011111 11111000 00000000 REM 00000111 11100000 00000000 REM 00000011 11000000 00000000 REM 00000000 00000000 00000000
For the last tiny Pixel Art animation i used 8 * 3 = 24 extended character to display 3 character at once 8 times and then it starts again one location to the right. The body of the animation moves one pixel each step to the right side while open close the mouse, or for a dog moving legs back and forward. For the picture to character converter i use a size of 112 x 112 pixel to display it inside a block of 14 x 7 = 98 extended character with 8x16 size on 80x25 text screen.
@@PseudocodePro For converting animated gifs in single pictures and resize it to 112 x 112 pixel i use an online tool that allows to upload an animated gif picture and after converting, it puts the pictures into a zip archiv for download. I tried to reduce the amount of colors to get 2 colors, but i made a mistake and it don’t work online. But offline in DosBox i use Pictview a picture viewer converter that let me reduce the colors. Some animated gifs have 200 pictures inside, but after i convert it into a charater file the size is small with 1,5 kb for 112x112 pixel.
I use ASCII + extended ASCII character only on vga text mode.
Bro your videos are incredibly helpfull. Thank youu!
Hi, thanks a lot for your videos they are helping me a lot. But please can you upload paper 2 videos and unit revisions first? because paper 2 is more difficult and many students struggle with pseudocode
This playlist contains all the past paper pseudocode questions: th-cam.com/play/PLLxmmTYd1_4P_aorleevGiKvJZrPrqniY.html And this one has 9 full unit 2 papers: th-cam.com/play/PLLxmmTYd1_4NO8TSFLEMoQ9Wc7a21jDj_.html I think these should be enough - afterall, the non-pseudocode parts of paper 2, usually people find easier and can learn by themselves
@@PseudocodePro 😃😃Thankyou so much!!!
Thank you the upload. Are you able to share the slides? Thank you.
Just finished and uploaded them - a huge number of slides...but you can CTRL + F your way through them. I plan to make a shorter notes version and hopefully 45min video for all of p1...so will upload those notes in 3-4 days too probably
Small mistake at 13:55 - the answer of 43981 is correct, but C * 16 = 192 and D * 1 = 13
The link for the practice questions is not working. Is it now available?
I'll upload them in 1-2 days probably. I wanted to include the link in the thumbnail for viewers in future...and didn't want to have to go back and modify the description either
Done now :)
@@PseudocodePro Thank you
Continue the good work
In love this guy!
Үлдсэн хичээлийн цагууддаа идэвхтэй суугаарай, ингээд 30 оноог чинь тооцчихьё ~ хайр даагаарай, бацаануудаа, 😁
Үлдсэн хичээлийн цагууддаа идэвхтэй суугаарай, ингээд 30 оноог чинь тооцчихьё ~ хайр даагаарай, бацаануудаа, 😁
pseudocodepro dropping twice in one day🔥🔥🔥🔥🔥🔥🔥🔥🔥
I will try to upload at least 7-10 per week - if you want to watch them all😂
This guy’s a legend istg. Thank you so much!
Tysm!
LOVE YOU BRO this is insanely helpful love how you explained it
Great work
great video but pls be more clear in the truth table questions i found it hard to understand
Your content is very good. Keep it up. Some new paper 4 will be very beneficial
In 15.28 answer isn’t a string value you could’ve written ,answer instead of &
15:28
You're right - now I use commas to separate multiple output arguments For AS, they want you to use NUM_TO_STR is concatenating a number to something. In IG, neither the concatenation operator (&) or NUM_TO_STR are in the syllabus, so they should never require students to do this anyway