GCSE Computer Science: Algorithms

Descripción

GCSE Computing Mapa Mental sobre GCSE Computer Science: Algorithms, creado por Lyndsay Hope el 06/06/2017.
Lyndsay Hope
Mapa Mental por Lyndsay Hope, actualizado hace más de 1 año
Lyndsay Hope
Creado por Lyndsay Hope hace más de 7 años
109
0

Resumen del Recurso

GCSE Computer Science: Algorithms
  1. Representing Algs
    1. Pseudocode
      1. Flowcharts
        1. Inputs Processes Outputs
          1. Sequence Selection Iteration
          2. Efficiency
            1. One problem -> many algorithms
              1. eg Bubble Merge Quick sorts
              2. Time
                1. Different algs give same result
                  1. Fast or slow?
              3. Searching Algs
                1. Linear
                  1. Binary
                  2. Sorting Algs
                    1. Bubble
                      1. Merge

                        Nota:

                        • MergeSort (Array(First..Last)) Begin If Array contains only one element Then Return Array Else Middle= ((Last + First)/2) rounded down to the nearest integer LeftHalfArray = MergeSort(Array(First..Middle)) RightHalfArray = MergeSort(Array(Middle+1..Last)) ResultArray = Merge(LeftHalfArray, RightHalfArray) Return ResultArray EndIf End MergeSort
                      2. Definitions
                        1. Decomposition
                          1. breaking a problem into a number of sub-problems, so that each  sub-  problem accomplishes an identifiable task
                          2. Abstraction
                            1. the process of removing unnecessary detail from a problem
                            2. Algorithm
                              1. A sequence of instructions to complete a task in a finite amount of time
                            Mostrar resumen completo Ocultar resumen completo

                            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
                            Computer science quiz
                            Ryan Barton
                            Computing Hardware - CPU and Memory
                            ollietablet123
                            Computer Systems
                            lisawinkler10
                            GCSE Computing - 4 - Representation of data in computer systems
                            lilymate