[Year 12 SofDev] Exam pseudocode marking - effectiveness or efficiency?

Andrew Shortell shortell at get2me.net
Thu Aug 4 13:49:56 AEST 2016


in an exam it is hard enough to get them to do pseudo code so if it works then one should cheer and award marks

when it specifically asks for optimised efficient code then maybe we might choose to be critical 
- of course very few would actually get any marks and so it would be a wasted question - silly approach

Andrew

Andrew Shortell
Educator
CRC Melton


shortell at get2me.net (This List)
@acsbear8 (twitter)






> On 4 Aug 2016, at 1:44 pm, Paragreen, Chris J <paragreen.chris.j at edumail.vic.gov.au> wrote:
> 
> Hi all,
>  
> In an exam situation, I think correctness is more important than efficiency. Provided the student is following the rules of pseudocode (begin/end use of indentation etc.) and the logic is correct, they should be fine. <>
>  
> Chris
> From: sofdev-bounces at edulists.com.au <mailto:sofdev-bounces at edulists.com.au> [mailto:sofdev-bounces at edulists.com.au <mailto:sofdev-bounces at edulists.com.au>] On Behalf Of Mark
> Sent: Thursday, 4 August 2016 1:26 PM
> To: Year 12 Software Development Teachers' Mailing List <sofdev at edulists.com.au <mailto:sofdev at edulists.com.au>>
> Subject: [Year 12 SofDev] Exam pseudocode marking - effectiveness or efficiency?
>  
> Hi all
>  
> In the SD sample exam, B2, students are asked to write pseudocode. 
> I expect the marker would want to see an answer like this:
>  
> Begin
>    If Student in Student Details File Then
>       If Competition_Score >= 50 Then
>          If Competition_Score >= 95 then
>             Award <image001.jpg> ​"High Distinction"
>          Else
>             Award <image001.jpg> ​ "Pass"
>          EndIf
>       Print “Certificate” Award
>    EndIf
> End
>  
> It got me to wondering. If - instead of the 'else' a student wrote something like 
>  
> Elseif Competition_Score >=50 
>  
> which also would work (but would be redundant since the second IF construct already tested for this) would the student be penalised?
>  
> It's good to see SD exams recently recognising and testing students' ability to optimise code, but is optimisation and efficiency a criterion in assessing students' pseudocode?
>  
> Regards,
> Mark
>  
> -- 
>  
> Mark Kelly
>  
> mark at vceit.com <mailto:mark at vceit.com>
> http://vceit.com <http://vceit.com/>
> IMPORTANT - This email and any attachments may be confidential. If received in error, please contact us and delete all copies. Before opening or using attachments check them for viruses and defects. Regardless of any loss, damage or consequence, whether caused by the negligence of the sender or not, resulting directly or indirectly from the use of any attached files our liability is limited to resupplying any affected attachments. Any representations or opinions expressed are those of the individual sender, and not necessarily those of the Department of Education and Training.
> _______________________________________________
> http://www.edulists.com.au <http://www.edulists.com.au/> - FAQ, Subscribe, Unsubscribe
> IT Software Development Mailing List kindly supported by
> http://www.vcaa.vic.edu.au <http://www.vcaa.vic.edu.au/> - Victorian Curriculum and Assessment Authority and
> http://www.vcaa.vic.edu.au/vce/studies/infotech/softwaredevel3-4.html <http://www.vcaa.vic.edu.au/vce/studies/infotech/softwaredevel3-4.html> 
> http://www.vitta.org.au <http://www.vitta.org.au/>  - VITTA Victorian Information Technology Teachers Association Inc
> http://www.swinburne.edu.au/ict/schools <http://www.swinburne.edu.au/ict/schools> - Swinburne University

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.edulists.com.au/pipermail/sofdev/attachments/20160804/724166f4/attachment-0001.html 


More information about the sofdev mailing list