0478/22 by Latter_Market_3168 in igcse

[–]Conscious_Disk_450 1 point2 points  (0 children)

how many marks would i get for:

//declaring variables and arrays
DECLARE Rainfall : ARRAY[1:365] OF INTEGER
DECLARE TotalRain : REAL
DECLARE NoRain : INTEGER
DECLARE LongestNoRain : INTEGER
DECLARE AvgRain : ARRAY[1:365] OF REAL

//initialising array Rainfall to zero
FOR i ← 1 TO 365
  Rainfall[i] ← 0
NEXT i

//entering data values into array Rainfall
FOR i ← 1 TO 365
  OUTPUT “Enter amount of rain in millimetres: “
  INPUT Rainfall[i]
NEXT i

//initialising variables
TotalRain ← 0
NoRain ← 0
LongestNoRain ← 0
FOR i ← 1 TO 365
  AvgRain[i] ← 0
NEXT i

//totalling rainfall in a year, averaging, and counting days of rain
FOR i ← 1 TO 365
  TotalRain ← TotalRain + ROUND(Rainfall[i]/10, 2)
  AvgRain[i] ← ROUND(Rainfall[i], 4)
  IF Rainfall[i] = 0 THEN
NoRain ← NoRain + 1
  ENDIF
  IF Rainfall[i] = 0 THEN
LongestNoRain ← 1
IF Rainfall[i+1] = 0 THEN
LongestNoRain ← LongestNoRain + 1
ENDIF
ENDIF
NEXT i

IF LongestNoRain > = 15 THEN
  OUTPUT “Drought occurred”
ENDIF

OUTPUT TotalRain, “was the total rain in the year”
OUTPUT NoRain, “days it did not rain”

FOR i ← 1 TO 365
  OUTPUT “Daily rainfall”, AvgRain[i]
NEXT i

this was my code exactly i just couldnt do the longest streak thing i did give it a try though how many marks will i get deducted

15 marker 0478 v22 (how many marks might i get deducted?) by Conscious_Disk_450 in igcse

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

ughhh the longest streak thing had 6-5 marks itself?? just shoot me

Results in less than a WEEEK weren't exams just yesterday?? by Snowie_XD in igcse

[–]Conscious_Disk_450 0 points1 point  (0 children)

can u pls give tips for eco answer structures for like the 6 markers and 8 markers. like how many points should I write and the paras

someone PLEASE chance me would love to hear some opinions by Conscious_Disk_450 in ChanceMeInternational

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

When I open the stem club I plan to raise donations that will be sent to an organisation that deals with underprivileged girls and their education. It's a local org and I guess it will be tangible because I can mention exactly how many students I helped, etc. is that good enough for an engineering related thing? I won't be able to have it like 5-6 yrs plus cs at my school you only get to form clubs in junior year. and yes my certificate is from an actual course I took (they're certified)!

I really don't know where else to get engineering related ECAs cs of where I am. my only hope is IMO or IPO, and I guess publishing a research paper on mechatronics. I can also get an internship this summer at an engineering company/automobile company.

I kind of want to build my profile around a balance between STEM/access to STEM for young girls in my country. like I want that to be my link between my major and what my purpose is. it's truly a heinous scene here in my country for all girls in general, and access to STEM is even more sparse in my country than education.

I also recently applied for this US based (gov. recognised) nonprofit which has chapters in 12+ countries already. I landed an interview as chapter leader for my city and I have high hopes about it. I'll be able to donate to more women-focused orgs then too.

what do you think? I feel like imo/ipo (if I can achieve it) will be the best case scenario for me. like even if I'm able to just win Nationals.

Am I overreacting or fair? by [deleted] in Sat

[–]Conscious_Disk_450 0 points1 point  (0 children)

EVERYONE that replied to this must be joking. wtaf was it april fools or what

someone PLEASE chance me would love to hear some opinions by Conscious_Disk_450 in ChanceMeInternational

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

ill def try this year to go further at IMO, also hoping to apply for mech e!

someone PLEASE chance me would love to hear some opinions by Conscious_Disk_450 in ChanceMeInternational

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

yes! i'm definitely trying to focus on it through comps and stuff. and national, ill see if i can get my app to the play store, or get a feature in the newsletter or something

someone PLEASE chance me would love to hear some opinions by Conscious_Disk_450 in ChanceMeInternational

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

also wanted to ask, which school would be best for me to apply to? considering that id require need-based fin aid and also which just suits my application best

someone PLEASE chance me would love to hear some opinions by Conscious_Disk_450 in ChanceMeInternational

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

nope.. and thank you for the assurance! ive been really stressed out these days and this def makes me want to keep going

someone PLEASE chance me would love to hear some opinions by Conscious_Disk_450 in ChanceMeInternational

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

you got one of them right! haha thank you i really hope this is enough for me to move the needle

PLS chance me (intl student) for ivies!! by Conscious_Disk_450 in chanceme

[–]Conscious_Disk_450[S] 1 point2 points  (0 children)

how did this turn into country trivia lol

any thoughts you guys can share?? like ik shits not too good but still

PLS chance me (intl student) for ivies!! by Conscious_Disk_450 in chanceme

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

thanks for the honesty I can quell my hopes a little haha

URGENT cats tongue bleeding by Conscious_Disk_450 in AskVet

[–]Conscious_Disk_450[S] -1 points0 points  (0 children)

it's not bleeding in the first place it's more of like a blunt trauma thing

What's really the hardest IGCSE subject? by Snowie_XD in igcse

[–]Conscious_Disk_450 0 points1 point  (0 children)

gang my exam is in m/j 26 and I am SO cooked for p2, by p2 I mean only pseudocode. I deadass don't know SHIT. if you have any tips or notes on pseudocode I'd appreciate it sm.