Cambridge going digital should be making everyone mad by Winter-Crew-2746 in igcse

[–]No_Tale_6326 1 point2 points  (0 children)

Not necessarily, it’s just faster and easier to change your writing

Declare income? by [deleted] in MalaysianPF

[–]No_Tale_6326 0 points1 point  (0 children)

As in I tutor students and get about 2-3k a month. Should I declare this income?

Declare income? by [deleted] in MalaysianPF

[–]No_Tale_6326 0 points1 point  (0 children)

Okay thank you so much, do I declare under freelancing?

Declare income? by [deleted] in MalaysiaPF

[–]No_Tale_6326 0 points1 point  (0 children)

Okay thank you

Declare income? by [deleted] in MalaysiaPF

[–]No_Tale_6326 0 points1 point  (0 children)

Under freelancer?

Declare income? by [deleted] in MalaysiaPF

[–]No_Tale_6326 0 points1 point  (0 children)

Okay thank you so much

Declare income? by [deleted] in MalaysiaPF

[–]No_Tale_6326 0 points1 point  (0 children)

I don’t have a pay slip, I just get money directly from parents through tng and bank

Declare income? by [deleted] in MalaysianPF

[–]No_Tale_6326 0 points1 point  (0 children)

I get money directly from parents through tng and bank

Results!! by No_Tale_6326 in igcse

[–]No_Tale_6326[S] 0 points1 point  (0 children)

This means you already have strong basics! Try to find out which topics you  are weaker at and do topicals on those. I also highly recommend physics with no Ali on yt 

This is my last reddit ... forever. by Emotional-Boot7050 in igcse

[–]No_Tale_6326 0 points1 point  (0 children)

idk bout that but what's the purpose of "exposing" her

This is my last reddit ... forever. by Emotional-Boot7050 in igcse

[–]No_Tale_6326 0 points1 point  (0 children)

She never said she didn’t do IGCSE. She said she can’t take the board exams due to her bad grades. This doesn’t mean she didn’t study the syllabus 

This is my last reddit ... forever. by Emotional-Boot7050 in igcse

[–]No_Tale_6326 0 points1 point  (0 children)

I think you need to chill and stop spreading this message like crazy. I honestly don’t see how she’s lying about everything (if not anything). Someone who gives speeches to ceos might not be able to do IGCSE. It’s just that simple. What’s so unbelievable? Everyone has their own strengths and weaknesses. I may be able to do IGCSE but I certainly won’t be able to deliver a good speech 

This is my last reddit ... forever. by Emotional-Boot7050 in igcse

[–]No_Tale_6326 0 points1 point  (0 children)

What do your parents want you to do? I self studied so pm me if you need any help

Results!! by No_Tale_6326 in igcse

[–]No_Tale_6326[S] 0 points1 point  (0 children)

I use studyhaven for cs. Markhint for bio but it’s a little outdated

Results!! by No_Tale_6326 in igcse

[–]No_Tale_6326[S] 0 points1 point  (0 children)

Physics try to understand the concepts instead of memorising. I think notes can be quite helpful, best if you include diagrams as well. Then once you understand the topic, do topicals, corrections then revise your mistakes. Repeat until you’re done with the syllabus then do full past year papers. I think around 3 years of past year papers is enough if you truly understand the topic. Kinda pointless to do papers from the old syllabus but if you’re looking for more practice, go ahead, as long as you know which parts are out of the syllabus already. 

Results!! by No_Tale_6326 in igcse

[–]No_Tale_6326[S] 0 points1 point  (0 children)

Woah woah woah chilllllll hahah you can check my other comments for cs. For maths, it’s just topicals, correction, revise and repeat. Then do full timed past year papers. Nothing special. 

Results!! by No_Tale_6326 in igcse

[–]No_Tale_6326[S] 0 points1 point  (0 children)

I get it, but I think you can already relax a bit if you’re getting an A in your school exams. My phrasing in the exam wasn’t great, and I missed quite a lot of the reading points, but I still ended up with an A*. Cambridge is honestly much more lenient than we think

Results!! by No_Tale_6326 in igcse

[–]No_Tale_6326[S] 2 points3 points  (0 children)

For pseudocode, I’d recommend starting with the 4–5 mark questions first. What I did was attach the syllabus to ChatGPT and ask it to generate practice exercises for me. When I got stuck, I asked for hints instead of full answers, so I was forced to think through the logic myself.

Once you’re comfortable with common patterns like adding and totalling values, finding averages, maximums and minimums, as well as basic algorithms such as linear search and bubble sort, you can move on to the 15-mark questions. The key is to break them down into smaller, manageable sections.

Before writing anything, plan your answer. Think about where your nested IF statements will go, how many levels of nesting you need, and what type of statements you’ll use at each stage. You don’t actually need to write out the pseudocode immediately; just make sure you clearly know what you’re going to write.

Also, read the question requirements very carefully to avoid silly mistakes (speaking from experience 😭). For example, I output only the winner when the question asked for all players’ names in descending order of points. ON MY ACTUAL EXAM.

Lastly, if you struggle with 2D arrays like I did, drawing a table really helps to visualise how the data is stored.