AS & A Level Computer Science (9618) - Chapter 12: Problem-Solving through Algorithm Design

preview_player
Показать описание
0:00 Introduction to Computational Thinking
4:18 Algorithm
6:28 Ways to express an algorithm (English, Pseudocode, Flowchart)
7:50 Programming Constructs
9:30 Variables
11:08 Assignment
16:26 Selection
21:30 Loops / Iteration
35:52 Stepwise Refinement
42:30 Modules (Procedures and Functions)

You can purchase the slides that I use here 🏬😉:

Thanks for supporting, super grateful for each of you!
Рекомендации по теме
Комментарии
Автор

Hey everyone, you can purchase the slides that I use here 🏬😉:

Thank you for watching and supporting!

jamesganleongyi
Автор

Your videos deserve so much more attention, you explain everything in depth and in a structured way which assists learning so much, starting to feel prepared for past papers. Thank you so much!!!

Alien-tpff
Автор

Hey James, noticed you haven't received many comments here yet and just wanted to say thank you for the great videos

joshuaserfontein
Автор

Hi James! I just wanna take the chance to show my greatest gratitude to what you are doing! You have no idea how helpful this series of videos are. Please keep doing what you do!

BTTang-uxlv
Автор

these are incredibly helpful. thank you so much!

leila
Автор

8:33 how will a prompt show up from an input?
Wouldn't you have to do
OUTPUT "What is x" to show the prompt on the screen

ssjbevegeta
Автор

sir, i already subscribed...love your videos.

MdManikuzzaman
Автор

For the code in 26:25, the counter should initial to 0 to get 10 numbers, am I right ?

xa
Автор

Question on 16:16 why no "enter....fahrenheit value" = farenheight to ASSIGN THE VALUE TO VARIABLE FARENHEIGHT

royalblood
Автор

watching all your vids while my paper 2 is tmr wish me luck please (it is 1 am)

syednoor
Автор

26:10 doesn't this execute only 9 times instead of 10? Shouldn't the counter start from 0, or for the condition to be Counter = 11?

latifab
Автор

Can you explain nested loop better please

Hypeindemand