1 / 8

GCSE Computing

GCSE Computing . Lesson 6. Candidates should be able to: describe common tools and facilities available in an integrated development environment ( IDE): editors, error diagnostics, run-time environment, translators, auto-documentation. GCSE Computing – programming languages.

dasha
Télécharger la présentation

GCSE Computing

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. GCSE Computing Lesson 6

  2. Candidates should be able to: • describe common tools and facilities available in an integrated development environment (IDE): editors, error diagnostics, run-time environment, translators, auto-documentation. GCSE Computing – programming languages

  3. GCSE Computing – programming languages • Integrated Development Environment Main menu with tools to manage the project and to run the project in the run time environment Source code editor Project Navigator Errors found while compiling the project.

  4. GCSE Computing – programming languages • Integrated Development Environment Autocomplete wizard

  5. GCSE Computing – programming languages • Integrated Development Environment – Editing forms Project Navigator Form editor window Form design tool box Properties of objects on forms

  6. GCSE Computing – programming languages • Integrated Development Environment • The Code editor • Provides a text editing area that helps to organise the code by managing the layout, including: indenting structures and colour coding the command words, variables and comments so that they can be easily identified. Some include other features such as autocomplete wizards • Error Diagnostics • Include an errors and warnings list to identify and problems in the code • The run time environment • Allows the developer to run the code during development. This can be used to check for logical errors or that the code does what it is expected to do.

  7. GCSE Computing – programming languages • Integrated Development Environment • The translator • Compiles or interprets the source code into suitable machine code instructions that can be run on the computer. • The auto documentation • A feature that takes note of all the variables, modules, subroutines and comments as the project is developed and tidies this up into a text file that can be used during any maintenance of the program.

  8. GCSE Computing – programming languages • Task • Answer questions 1-4 page 162 in your text books.

More Related