A Level Computer Science 9618 Paper 2: Structure Chart

preview_player
Показать описание

In this video, you'll learn the purpose of a structure chart, how to construct one for a given problem, and how to derive equivalent pseudocode from a structure chart.

Whether you're a student preparing for the Cambridge International A Level Computer Science 9618 Paper 2 exam or a professional looking to expand your knowledge, this video is perfect for you.

🔥 MORE RESOURCES
------------------------------------------------

📹 SUBSCRIBE
------------------------------------------------

⏳ TIMESTAMPS
------------------------------------------------
00:00 Intro
00:01 Overview of What You Will Learn
00:11 Purpose of a Structure Chart
01:42 How to construct a Structure Chart
03:19 Derive pseudocode from a Structure Chart
08:16 Outro

🎥 PAPER 2️⃣ PLAYLIST
------------------------------------------------

🎥 PAPER 1️⃣ PLAYLIST
------------------------------------------------

🌎 IMPORTANT LINKS
------------------------------------------------

#alevelcomputerscience #StructureChart #CambridgeInternational
Рекомендации по теме
Комментарии
Автор

Thank so much, it makes Compsci easier, I have a request if you can do more past paper walkthroughs as they really help a lot!

OmSingh-xcrg
Автор

Thank you so much! so helpful with such a clear explanation. could you explain the use of byref and byval in this as well as in the pseudocode? why are they used?? i don't really get it

fitrihanifa
Автор

thank you so much but can you make a video going through a different types of arrows that can be used in the structure chart

ahadwashere
Автор

We are supposed to write it in the paper right? Or do we need to take our laptop to the exam hall?

trbghmi
Автор

can I use a IF loop at the example at the end because there is only 2 possible steps, volume or surface area so could I write, DECLARE Opperand:CHAR (in the beginning when declaring) And then after CALL InputRadius Output "Do you want to calculate A or V" INPUT Opperand IF Radius <> 0 AND Opperand = 'V' THEN
Answer <- CalculateVolume(Radius)
ELSE
IF Radius <> 0 AND Opperand = 'A' THEN
Answer <- CalculateSurfaceArea(Radius)
ELSE
OUTPUT "Please Enter only a V or an A"
INPUT Opperand
ENDIF
ENDIF
CALL OutputAnswer

rubennell
visit shbcf.ru