Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Education Programming United Kingdom

Exam Board Deletes C and PHP From CompSci A-Levels 663

VitaminB52 writes "A-level computer science students will no longer be taught C, C#, or PHP from next year following a decision to withdraw the languages by the largest UK exam board. Schools teaching the Assessment and Qualifications Alliance's (AQA) COMP1 syllabus have been asked to use one of its other approved languages — Java, Pascal/Delphi, Python 2.6, Python 3.1, Visual Basic 6, and VB.Net 2008. Pascal/Delphi is 'highly recommended' by the exam board because it is stable and was designed to teach programming and problem-solving."
This discussion has been archived. No new comments can be posted.

Exam Board Deletes C and PHP From CompSci A-Levels

Comments Filter:
  • Dumbing Down (Score:5, Informative)

    by bhunachchicken ( 834243 ) on Thursday May 13, 2010 @06:05AM (#32190796) Homepage

    "The board "highly recommended" switching to Pascal/Delphi because it is stable and was designed to teach programming and problem solving. Teachers planning to use Java are warned that many universities are considering dropping it from their first year computer science programmes, "as has happened in the US"."

    Okay, seriously - in London, where I work, I don't think any of these guys would be able to get a job once they had graduated. Job listings I have looked at demand the following skills:

    Java (with Spring, Hibernate, Multi-threading, low latency, Swing, Junit)
    C#
    C/C++ (financial organizations still turn to C for high volume number crunching)
    Unix / Linux (are they going to drop this next???)
    SQL (Oracle, Sybase, SQL Server)
    Subversion, Clearcase, CVS

    None of this stuff can be picked up quickly, so the earlier you start, the better. And, no offense, but I rarely - if ever - see a job listing requesting Pascal/Delphi.

    Is this a case of dumbing down or are students just becoming lazy(-er)..?

  • Then why not C? (Score:5, Informative)

    by mangu ( 126918 ) on Thursday May 13, 2010 @06:12AM (#32190842)

    If you understand programming, picking up any given language is straightforward.

    How can you understand programming if you don't understand how it works under the hood?

    Teaching assembly (which CPU?) wouldn't be practical but C is the next best thing. I agree with you that any programmer should be able to pick up a new language without too much effort, but unless you know how the internal structures of the programs work you will never be able to write good code, at best your code will be painfully slow, at worst it will be outright dangerous.

    If only one language is taught, then it should be C for anyone who expects to be a professional programmer, knowing C they can easily pick up any other procedural language. A programmer who doesn't know C is like a doctor who doesn't know anatomy.

  • by MrZilla ( 682337 ) on Thursday May 13, 2010 @06:13AM (#32190848) Homepage

    Maybe because resumes get sent to HR and management, not experienced programmers?

    Exactly. When a manager is looking to hire a person, knowing that "we create our software using C", he expects to see "Knowledge of the C language" on the resume he gets.

    Trying to argue that you extensive knowledge of Pascal, JAVA and Assembly for the given platform means you will be able to work efficiently anyways, since you'll very quickly pick up the C knowledge needed, probably won't get you hired, even if it is true.

    Of course, there might be the special case where an intimate knowledge of setjump or the structure of the stack during a function call might be needed, but I think those cases are somewhat rare.

  • by surelars ( 573834 ) on Thursday May 13, 2010 @06:18AM (#32190870)

    If you really want a language "designed to teach programming and problem-solving", try Scheme or Haskell. Those are truly stable languages that will help students learn sound computer science principles, basic data structures, and programming principles.

    Once that's in place, learning a "real-world" programming language is straightforward. No programmer should master only a single language.

    And, yeah - C wouldn't be my choice for a first programming language either.

  • A-Level, not Degree (Score:4, Informative)

    by mccalli ( 323026 ) on Thursday May 13, 2010 @06:25AM (#32190900) Homepage
    For those who don't know, these are 16-18 year olds typically and they would normally be using these exams as a stepping stone to University. They wouldn't be computer science specialists at this point.

    At this level, I agree with the decision. You're looking for aptitude and interest at this stage, not machine specifics. Pascal is a good language for expressing and solving problems and was enough to get my attention when I was doing A Levels twenty years back - in Turbo Pascal.

    Cheers,
    Ian
  • by Nick Fel ( 1320709 ) on Thursday May 13, 2010 @06:25AM (#32190902)
    For those outside the UK, that's the two optional years for 16-18 year olds at the end of secondary school. They're not churning out qualified programmers, they're churning out people who have a basic idea of what programming is and might want to pursue it at university. When I did the AQA Computing A-Level we were taught QBASIC and VBA. It didn't stunt my career too much.
  • Re:So what? (Score:2, Informative)

    by Anonymous Coward on Thursday May 13, 2010 @06:34AM (#32190942)

    We're talking about A Levels here, two years of education between 16 and 18. To get hired into a serious position as a programmer a Computer Science degree is usually required.

    Disclaimer: I learnt Pascal during my Computing A Level and it didn't do me any harm!

  • by gnalle ( 125916 ) on Thursday May 13, 2010 @06:35AM (#32190950)
    I think that the article describes which language that students learn during their first year of study. They can learn C afterwards.
  • by Halo1 ( 136547 ) on Thursday May 13, 2010 @06:41AM (#32190976)

    You don't seem to be familiar with Pascal/Delphi. It has manual memory management, differentiates between the stack and the heap, has pointers, etc.

  • Re:Then why not C? (Score:5, Informative)

    by confused one ( 671304 ) on Thursday May 13, 2010 @06:42AM (#32190988)
    First of all, I believe they're talking about a U.S. high school level course. Second, having learned on BASIC and Pascal myself, I can assure you that you can learn fundamentals and internal operations using those languages.
  • by Grundlefleck ( 1110925 ) on Thursday May 13, 2010 @06:55AM (#32191050)
    GP is almost right. A-Level is lower, or lesser, than the first level of study at university. It is the culminating level for high school students. Unless other posters here expect high school graduates (at approx. age 18) to enter the university graduate market (without those 3-4 years of university learning), then none of them have grasped this.
  • by Anonymous Coward on Thursday May 13, 2010 @06:59AM (#32191074)

    And the only programming that was covered was exclusively in QBasic, my coursework was all completed using Microsoft Access. This course is not a gateway into software development rather a more involved version of the ICT A-Level course which is also run by the exam board.

    n.b. I'm now working as a software developer using C# so maybe I'm just full of it..

  • by somersault ( 912633 ) on Thursday May 13, 2010 @07:11AM (#32191138) Homepage Journal

    PHP surprises me though perhaps the kids find writing an interface in HTML too challenging?

    I think you've got that the wrong way round. To use PHP effectively to build a web app, I think you'd need a good basic understanding of HTML to start with. Of course it's been years since I used PHP, and at Uni we just used to generate raw HTML rather than using any fancy formatting libraries.. which is often what I still do, when I started programming I was living in an offline world and I'm still used to thinking I have to write everything from the ground up rather than searching for libraries to do what I want.. I suppose I learn more about how things work that way, but it's not very efficient.

  • by xaxa ( 988988 ) on Thursday May 13, 2010 @07:53AM (#32191418)

    And importantly, it's not required that students applying to do computer science courses at university should take this A-level. In fact, many universities will recommend doing extra maths (if possible) instead.

    The best universities even advise against it -- for instance, Trinity College Cambridge [cam.ac.uk] say it's acceptable only as a fourth subject (most people do three or four A-levels).

  • by Sockatume ( 732728 ) on Thursday May 13, 2010 @08:53AM (#32191970)

    Yeah, just to get this down for our transatlantic friends, high school is mandatory until 16. Then we can begin studying S, A/S, and A-levels*, and the grades we get for those are requisites for university entry. A BSc in Biochemistry might require AABB including mathematics and at least one science, for example.

    *(Intermediates, Highers, and Advanced Highers in Scotland)

  • by Rockoon ( 1252108 ) on Thursday May 13, 2010 @09:04AM (#32192070)
    Why the restriction to Java? I don't know Java and suspect that if there is a problem doing it, its through artificial restrictions imposed by purism ("procedures shouldn't modify their parameters").


    C#:

    void swap(out int x, out int y)
    {
    int temp = x;
    x = y;
    y = temp;
    }

    And then there is VB.NET:

    sub swap(byref x As integer, byref y As integer)
    dim tmp As integer = x
    x = y
    y = tmp
    end sub

    If freaking visual basic can do it, what the hell do you think is special about C in this regard? Nice job cherry picking Java tho.

  • Anonymous Coward (Score:1, Informative)

    by Anonymous Coward on Thursday May 13, 2010 @09:10AM (#32192130)

    At least in the UK there is some choice. I am a high school CS teacher in Texas, and in the US, the Advanced Placement exam (taken for college credit) is language specific to Java. I am not sure how closely correlated the AP exam is with the A-level, but it is more or less the standard CS course in Texas and in many other parts of the country. If you do not teach Java, the students will not pass the exam. I know some teachers that start their classes in Scheme or VB (or Scratch or Alice for that matter) to introduce concepts/algorithms and then teach Java syntax for solving the same kinds of problems. These teachers are taking 2 years to teach CS, but I don't have that luxury so we start and finish in Java. For the vast majority (90-95%) of these students, this is the first time they have written code.

    I would have to agree, and my students who return from university to visit say the same, that it is easier (wiser?) to go from C to Java than the reverse.

  • by marcosdumay ( 620877 ) <marcosdumay&gmail,com> on Thursday May 13, 2010 @09:33AM (#32192374) Homepage Journal
    Not so. Pascal is way simpler than C on things like string handling and allocation sizes, and that is because of abstraction.
  • Re:Then why not C? (Score:3, Informative)

    by elrous0 ( 869638 ) * on Thursday May 13, 2010 @09:38AM (#32192458)
    I heard once that the A-levels are the Brit equivalent of the U.S. high school AP course levels. And your point is well taken. I learned BASIC in my AP course study in high school back when home computers were still a bit of a novelty. And, even in today's object-oriented world, I was able to adapt that knowledge much easier to modern languages than most of my peers who had never studied any computer language before.

"Here's something to think about: How come you never see a headline like `Psychic Wins Lottery.'" -- Comedian Jay Leno

Working...