Computing mind map

Description

mind map for help etc
Connor Warburton
Mind Map by Connor Warburton, updated more than 1 year ago
Connor Warburton
Created by Connor Warburton over 7 years ago
8
0

Resource summary

Computing mind map
  1. Arithmetic Operators
    1. An operator is a symbol that tells the computer to perform a specific action on the data and use and change it in a particular way. The data on which it performs the action is called an operand.
    2. Assigning values to variables
      1. All variables have to be given or assigned a value. This is done in assignment statements. It is done differently in different types of pseudocode.
      2. Naming conventions
        1. A commonly used convention is to use camel case (also known as CamelCase or camelCase) for compound words. e.g. FirstName, LastName. Often the first word is given a lower case initial, e.g. firstName, lastName.
        2. Adding comments to your code
          1. When writing pseudocode it is a good idea to add comments to explain to others, and often to remind yourself, what the code is intended to do. To separate these comments from the actual code, two forward slashes // or a # is used.
          2. Variables and choosing identifiers
            1. variable can be changed and manipulated and changed as an algorithm is running. So that programmers can keep track of variables, they are given names or identifiers
            2. Pseudocode
              1. Pseudocode is a kind of step by step English for describing algorithms. It is a non-specific, code-like language that can be easily translated into any programming language (e.g python,html etc).
              Show full summary Hide full summary

              Similar

              A level Computing Quiz
              Zacchaeus Snape
              Types and Components of Computer Systems
              Jess Peason
              Input Devices
              Jess Peason
              Output Devices
              Jess Peason
              Computing
              Kwame Oteng-Adusei
              Pack of playing cards answer
              Karl Taylor
              Code Challenge Flow Chart
              Charlotte Hilton
              Cyber Safety
              sonia :)
              E - Saftey
              Gabriella Boyd
              Computing Introduction Example Mindmap
              fthurlow