Featured image of post 澳洲中小学编程竞赛汇总

澳洲中小学编程竞赛汇总

澳洲中小学常见的计算机相关的竞赛

Computational and Algorithmic Thinking Competition (CAT)

隶属于AMT(Australian Maths Trust), 网址https://www.amt.edu.au/cat, 旨在通过算法思维培养学生的问题解决能力。CAT被很多数学老师进入到学校教学中,虽然CAT无需编程经验,但可以培养学生的编程兴趣。

考试时间60分钟,有笔考和机考两种可选。

CAT分为4个年龄段

  • Upper Primary – Australian Years 5 and 6
  • Junior – Australian Years 7 and 8
  • Intermediate – Australian Years 9 and 10
  • Senior – Australian Years 11 and 12

CAT考试范围

  • Applying rules
  • Logic and case analysis
  • Analysing algorithms
  • Developing algorithms

计分方式

  • 6个多选题,每题3分
  • 3个计算题(整数),每题包含3小题,每小题2分
  • 总分36分

奖励

  • High Distinction:排名前2%
  • Distinction:排名前15%

参加方式

  • 由所在小学或中学的老师组织统一报名
  • 由培训机构(Coaching Clinic)的老师组织报名

Oxford University Computing Challenge (OUCC)

也是AMT旗下的,网址:https://www.amt.edu.au/oucc,旨在通过编程的方法解决问题,根据不同的年龄分组,竞赛主要用Blocky和Python或Javascript等编程语言来完成

年龄分组

  • Upper Primary – Australian Years 5 and 6
  • Junior – Australian Years 7 and 8
  • Intermediate – Australian Years 9 and 10
  • Senior – Australian Years 11 and 12

编程语言

  • 前两个低年龄段分组的竞赛使用Blocky
  • 后两个高年龄段分组使用Python,Javascript,VB,C任意一种

OUCC包含两轮竞赛,第一轮是开放式竞赛,第二轮是邀请式竞赛,也就是只有通过第一轮的学生有机会参加第二轮,第一轮总分66分,第二轮总分78分,分数超过40分才能拿到Distinction奖项

竞赛范围包括两部分

范围1

  • Strings, output and input
  • Mathematical and logical operators
  • Conditionals
  • Loops
  • Functions
  • Lists and arrays
  • File input/output – Intermediate and Senior only
  • Classes and objects – Intermediate and Senior only

范围2

  • Logical thinking
  • Algorithmic thinking
  • Decomposition
  • Pattern identification
  • Abstraction
  • Evaluation
  • De-bugging

Australian Informatics Olympiad (AIO)

AIO是澳洲的信息学奥赛,被认为是国际信息学奥赛(IOI)的前导赛事。

AIO现在也是隶属AMT,不过好像关系不是很紧密,网址https://www.amt.edu.au/aio

AIO完全是编程竞赛,允许使用C,C++,Python3,Java四种语言

AIO分为两个年龄组

  • Intermediate – students up to Australian Year 10
  • Senior – students up to Australian Year 12

竞赛范围

  • 用程序解决实际问题

奖项

  • Gold– top 10%
  • Silver– the next 15%
  • Bronze– the next 25%
  • Participation– all remaining students

优胜的学生将有机会被澳洲数学奥委会AMOC和澳洲信息学奥委会AIOC邀请参加国际数学奥林匹克IMO和国际信息学奥林匹克IOI竞赛。

Robocup Junior

https://www.robocupjunior.org.au,是一个民间组织,但是有较多的比赛,各个州的学校都有参加,是机器人、单片机、电动乐高的赛事,也是为机器人世界杯输送比赛队员

AMT的相关竞赛可以查看这里https://www.amt.edu.au/run-competitions-programs

By 大可出奇迹