Computing Software

Description

if u open you fail no nut november
Brodie Thompson
Mind Map by Brodie Thompson, updated more than 1 year ago
Brodie Thompson
Created by Brodie Thompson over 6 years ago
0
0

Resource summary

Computing Software
  1. IDE
    1. IDLE
      1. Editor: Colour Codes, command words, auto indents code, some also autocomplete as you type it
        1. When you run the code, a translator (such as an interpreter) is used to translate the high level code into low level code
          1. Run Time Environment: Allows you to run your code quickly so that you can test to see that it works. This is used during iterative testing (Testing when you are developing the program.)
            1. Error diagnostics: Used to debug your code. It locates errors and suggests ways in which to fix it
            2. PyCharm/PyScripter
              1. Run Time Environment. Translator used: Interpreter
                1. Error Diagnostics
                  1. Editor
                2. Translators
                  1. No Translation
                    1. 1st Gen Used this Method
                    2. Assembler
                      1. 2nd Gen Used this Method
                        1. Used to translate High Level Languages
                        2. Interpreter
                          1. Complier
                            1. Translates the entire Source Code in one go
                          Show full summary Hide full summary

                          Similar