Software Design & Development Marathon [2012] (1 Viewer)

SpiralFlex

Well-Known Member
Joined
Dec 18, 2010
Messages
6,960
Gender
Female
HSC
N/A
We should stick to HSC type SDD questions. HSC is over tomorrow, except sddmoustache :p (but you had a good break between exams!)

Code:
    A = 15
    WHILE A < 100
       IF A > 15 THEN
           PRINT A + 10
       ELSE IF A <= 20 THEN
           A = A * A
           PRINT A
       END IF
       A = A + 50
    END WHILE
Output is:
 

Cyberbully

Where do you live?
Joined
Oct 29, 2011
Messages
122
Gender
Undisclosed
HSC
2012
We should stick to HSC type SDD questions. HSC is over tomorrow, except sddmoustache :p (but you had a good break between exams!)



Code:
    A = 15
    WHILE A < 100
       IF A > 15 THEN
           PRINT A + 10
       ELSE IF A <= 20 THEN
           A = A * A
           PRINT A
       END IF
       A = A + 50
    END WHILE
Output is:
bold = you have no idea.
a: 225
didn't answer my q! :p
 

SpiralFlex

Well-Known Member
Joined
Dec 18, 2010
Messages
6,960
Gender
Female
HSC
N/A
I should have said "Explain why the output is not 225, 275"
 

sddmoustache

New Member
Joined
Oct 24, 2012
Messages
26
Gender
Female
HSC
2012
We should stick to HSC type SDD questions. HSC is over tomorrow, except sddmoustache :p (but you had a good break between exams!)
Haaha, I can't believe I wasted such a good time to study! REGRET D: Now i have to juggle conceptual frameworks and art theory with like software development approaches D:
 

SpiralFlex

Well-Known Member
Joined
Dec 18, 2010
Messages
6,960
Gender
Female
HSC
N/A
Ah, here's something they are likely the test. The agile approach.
 

SpiralFlex

Well-Known Member
Joined
Dec 18, 2010
Messages
6,960
Gender
Female
HSC
N/A
Cyber. - we do same subjects....

You are the first person I've seen that does my combo.
 

Cyberbully

Where do you live?
Joined
Oct 29, 2011
Messages
122
Gender
Undisclosed
HSC
2012
Cyber. - we do same subjects....

You are the first person I've seen that does my combo.
lol you did IPT too?
i have a friend doing this combo too. he's a giant troll. as you will find out.
btw, it's exactly the "recommmended study option" for comp sci/bsc @ unsw except for engineering :p
 

GoldyOrNugget

Señor Member
Joined
Jul 14, 2012
Messages
583
Gender
Male
HSC
2012
That was also Evgeny's combo, and I think Kenneth's too. I think it's quite common at Ruse.

EDIT: wait, not quite. Evgeny did SDD in year 10 then eng ext in year 12
 

SpiralFlex

Well-Known Member
Joined
Dec 18, 2010
Messages
6,960
Gender
Female
HSC
N/A
lol you did IPT too?
i have a friend doing this combo too. he's a giant troll. as you will find out.
btw, it's exactly the "recommmended study option" for comp sci/bsc @ unsw except for engineering :p
Nope, I dropped it. Hated it hated it.
 

SpiralFlex

Well-Known Member
Joined
Dec 18, 2010
Messages
6,960
Gender
Female
HSC
N/A
That was also Evgeny's combo, and I think Kenneth's too. I think it's quite common at Ruse.
I never thought anyone in the state had this combo. A common combo was Maths/Eng/Chem/Phys

So why did we turn down "Chemistry"?
 

GoldyOrNugget

Señor Member
Joined
Jul 14, 2012
Messages
583
Gender
Male
HSC
2012
I despised year 9-10 chemistry. Bullshit formulas that tried to emulate maths but made no proper sense, and loads of memorisation. I did Music 2 in prelim but dropped it for HSC.
 

Cyberbully

Where do you live?
Joined
Oct 29, 2011
Messages
122
Gender
Undisclosed
HSC
2012
I never thought anyone in the state had this combo. A common combo was Maths/Eng/Chem/Phys

So why did we turn down "Chemistry"?
our chemistry teachers had the WORST marking ever. seriously, they read all the responses THEN made the criteria.
also, they refused to let me check my marks cause i thought they recorded it wrong.
got fed up.
dropped it.
best decision of hsc.
shoulda kept latin :(
 

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

Top