What is code?
This article was published June 2015 and written by Paul Ford a programmer and writer. This article explains some of the aspects of programming languages such as C, C++, Objective-C, C#, JavaScript, PHP, and Python.
Additional details
Year band(s) | 9-10 |
---|---|
Content type | Article or research |
Format | Web page |
Core and overarching concepts | Implementation (programming) |
Australian Curriculum Digital Technologies code(s) |
AC9TDI10P09
Implement, modify and debug modular programs, applying selected algorithms and data structures, including in an object-oriented programming language |
Keywords | Algorithms, Programming, Programming languages, Python, JavaScript, PHP |
Organisation | Bloomberg |
Copyright | 2016 Bloomberg L.P. May be subject to Copyright Act statutory licence. |
Related resources
-
The Big Book of Computing Pedagogy
This guide focuses on approaches to teaching computing in the classroom, and includes pedagogically themed articles. It is structured around twelve pedagogical principles, originally developed by the Raspberry Pi Foundation for the National Centre for Computing Education in England.
-
Why kids still need to learn to code in the age of AI
This report put forward evidence that even in a world where AI can generate code, we will need skilled human programmers who can think critically, solve problems, and make ethical decisions. It puts the case forward that young people need to learn to code because it is the most effective way for them to develop the mental models and fluency to become skilled human programmers.
-
Computational thinking
This comprehensive online guide, provides a background to computational thinking which refers to the skills and approaches used in computing, programming, and digital solutions to analyse problems and determine how to solve them.
-
Object-oriented programming (OOP)
This comprehensive online guide, explores ways the OOP method of programming (or paradigm) is different to the procedural paradigm, which many programmers start out with on their learning journey. This topic introduces objects and how they can be defined and worked with in a computer system.
-
Program design
This comprehensive online guide, explores ways specific algorithms are designed for large applications, considering data and user interface. Learn how algorithms can be expressed as a flowchart and pseudocode, and validated and verified.