SDD Predictions/Thoughts (1 Viewer)

thatguy44

New Member
Joined
Aug 28, 2023
Messages
26
Gender
Undisclosed
HSC
2023
what does this even mean?? cant you just have a process to make sure both authentications are valid?
It's a really silly question IMO, literally just trying to trick us fr.
 

SadCeliac

done hsc yay
Joined
Sep 23, 2021
Messages
3,117
Location
Sydney <3
Gender
Male
HSC
2023
No worries. Do you want me to tell you what I got for the other questions because its most likely full marks on my end. Lol
Yeah would be nice to hear actually

Maybe write up a list of tips for next year students because hearing some SR tips (as you're gonna state rank, right?) will properly help the bos community <3
 

thatguy44

New Member
Joined
Aug 28, 2023
Messages
26
Gender
Undisclosed
HSC
2023
Yeah would be nice to hear actually

Maybe write up a list of tips for next year students because hearing some SR tips (as you're gonna state rank, right?) will properly help the bos community <3
Cant tell if you being sarcastic, but ill happily send my notes if you want. x
 

SASH_06_X

Well-Known Member
Joined
Jun 5, 2023
Messages
456
Location
on my couch
Gender
Female
HSC
2023
thats gonna bug me until i see the paper again let alone the sols after atars released :confused:
does anyone know when they'll put the paper onto the nesa website??? Will it be before the hsc results are released or at the start of next year cuz right now the only paper I've seen there is for eng and math
 

Ant..

Member
Joined
Apr 3, 2022
Messages
41
Gender
Male
HSC
2023
does anyone know when they'll put the paper onto the nesa website??? Will it be before the hsc results are released or at the start of next year cuz right now the only paper I've seen there is for eng and math
it will be next couple of days. modern is also on there which was done last fri
 

Interdice

Well-Known Member
Joined
Jun 24, 2021
Messages
522
Gender
Male
HSC
2023
Why was the linking question so controversial.

I wrote somethign along the lines of this

"Linking is used when another library is linked to the program such as Dlls. If a developer doesn't link the program to the library, or doesn't link correctly, the code will not be generated, and an error will be shown"

Is this wrong?
 

SadCeliac

done hsc yay
Joined
Sep 23, 2021
Messages
3,117
Location
Sydney <3
Gender
Male
HSC
2023
Why was the linking question so controversial.

I wrote somethign along the lines of this

"Linking is used when another library is linked to the program such as Dlls. If a developer doesn't link the program to the library, or doesn't link correctly, the code will not be generated, and an error will be shown"

Is this wrong?
Idk I spoke about how it allows execution by checking that there is available memory and that registers won't get overwritten.... Which is completely wrong lmao
 

Interdice

Well-Known Member
Joined
Jun 24, 2021
Messages
522
Gender
Male
HSC
2023
For that desk check question, what were the two problems the code you put?

My answer

1. The program will always print invalid because the first letter gets tested two times. Start teh counter at 2
2. When Q is entered, the program will exit without any warning. Add a print statement saying 'program exiting" to say that the program is exiting
 

SadCeliac

done hsc yay
Joined
Sep 23, 2021
Messages
3,117
Location
Sydney <3
Gender
Male
HSC
2023
For that desk check question, what were the two problems the code you put?

My answer

1. The program will always print invalid because the first letter gets tested two times. Start teh counter at 2
2. When Q is entered, the program will exit without any warning. Add a print statement saying 'program exiting" to say that the program is exiting
I got your problem 1 but problem 2 that you've listed isn't really a valid problem, more a quality of life user interface issue

I said (for my second issue) that the length of the ProductCode is being checked outside the loop, and hence does not update when a new ProductCode is inputted. you would have seen that when doing your desk check... anyways to fix that you basically just move the length statement to inside the while loop
 

Ant..

Member
Joined
Apr 3, 2022
Messages
41
Gender
Male
HSC
2023
I got your problem 1 but problem 2 that you've listed isn't really a valid problem, more a quality of life user interface issue

I said (for my second issue) that the length of the ProductCode is being checked outside the loop, and hence does not update when a new ProductCode is inputted. you would have seen that when doing your desk check... anyways to fix that you basically just move the length statement to inside the while loop
yep i did these two too (inc count and move check length)
 

jc7726

Active Member
Joined
Aug 6, 2023
Messages
205
Gender
Male
HSC
2023
those were the rules given right? what was the actual first q which was 2 marks? i remember the 2nd q which was also 2 marks was write the rule for better city
the two that he mentioned were the facts needed for f city to be a better city. The rule would be something like "bettercity(X,Y) :- morepopulation(X,Y) , highercrime(Y,X)" i also forgot the names of the facts given in the question but you get the point
 

Interdice

Well-Known Member
Joined
Jun 24, 2021
Messages
522
Gender
Male
HSC
2023
I got your problem 1 but problem 2 that you've listed isn't really a valid problem, more a quality of life user interface issue

I said (for my second issue) that the length of the ProductCode is being checked outside the loop, and hence does not update when a new ProductCode is inputted. you would have seen that when doing your desk check... anyways to fix that you basically just move the length statement to inside the while loop
Oh shit. I fucked up my deskcheck. that's 3 marks gone in total :/
 

jc7726

Active Member
Joined
Aug 6, 2023
Messages
205
Gender
Male
HSC
2023
I got your problem 1 but problem 2 that you've listed isn't really a valid problem, more a quality of life user interface issue

I said (for my second issue) that the length of the ProductCode is being checked outside the loop, and hence does not update when a new ProductCode is inputted. you would have seen that when doing your desk check... anyways to fix that you basically just move the length statement to inside the while loop
i put exactly what u put as well. i was confused about the desk check though, i completely filled up the table and only got through to the Q input so i wasnt able to try X. also the program would have encountered an error right after my last desk check line because it would have tried to read a second character when Q is only length 1. is that what was meant to happen?
 

SadCeliac

done hsc yay
Joined
Sep 23, 2021
Messages
3,117
Location
Sydney <3
Gender
Male
HSC
2023
i put exactly what u put as well. i was confused about the desk check though, i completely filled up the table and only got through to the Q input so i wasnt able to try X. also the program would have encountered an error right after my last desk check line because it would have tried to read a second character when Q is only length 1. is that what was meant to happen?
yeah I did my desk check and stopped at Q because it was the last row in the table... it was a very messy desk check tbh and I reckon I might lose a mark? 😬
 

Ant..

Member
Joined
Apr 3, 2022
Messages
41
Gender
Male
HSC
2023
the two that he mentioned were the facts needed for f city to be a better city. The rule would be something like "bettercity(X,Y) :- morepopulation(X,Y) , highercrime(Y,X)" i also forgot the names of the facts given in the question but you get the point
oh i thought the facts were already given tho? I have no idea what i needed to write for part i then but yes i did write that rule for part ii
 

jc7726

Active Member
Joined
Aug 6, 2023
Messages
205
Gender
Male
HSC
2023
oh i thought the facts were already given tho? I have no idea what i needed to write for part i then but yes i did write that rule for part ii
the question gave that morepopulation(a_city, b_city) means a_city has higher pop and the same with highercrime(a_city, b_city) and it said what constitutes one city being better than another (higher pop and lower crime), so it said write two facts which result in f_city being a better city than g_city. what i put was morepopulation(f_city, g_city) and highercrime(g_city, f_city) and i think that's meant to be correct but someone can correct me if im wrong
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top