Preview lessons, content and tests

Computer Science & Programming solved. All in one platform.

1. To trial the platform and take tests, please take a few seconds to SIGN UP and SET UP FREE.

2. Searching for something specific? See our text overview of all tests. Scroll right for levels, and lists.

3. Student and Teacher User Guides |  Schemes of Work |   Real Teacher use Videos |


Join 36000+ teachers and students using TTIO.

Source code and Object Code

Software is a computer program that is compiled of different types of code; source code and object code, and the two work in tandem to enable a program to be run on a computer.

Source Code

The source code refers to the programming statements written by a computer programmer then saved as a named file. This file is then known as the source code, and is ready to be compiled to create the compiled file.

Object Code

The compiled file is known as the object code, which is only readable by a machine processor.

Additional Info

When you receive a software package or application, it is usually the compiled product, or object code that you are purchasing, few software developers include the source code too. This is to prevent the software from being developed by third parties, and protects the developers interests but this can be problematic if the developer goes bust and the end user is left with a redundant object code.

www.teachyourselfpython.com