A level computing: Programming Concepts

Beschreibung

A Levels Computing (Programming Concepts) Notiz am A level computing: Programming Concepts, erstellt von Zacchaeus Snape am 03/05/2014.
Zacchaeus Snape
Notiz von Zacchaeus Snape, aktualisiert more than 1 year ago
Zacchaeus Snape
Erstellt von Zacchaeus Snape vor fast 10 Jahre
666
2

Zusammenfassung der Ressource

Seite 1

Model: Abstraction of an entity in the real world that leaves out unnecessary detail

Pseudo random numbers used so an experiment can be repeated

Imperative programming: - sequences of instructions executed in the order the programmer designed - manipulates variables and data structures

Functional Programming:- defines mathematical functions

Logic programming: - knowledge base built up of facts and rules- inference engine uses knowledge base to answer queries

Event driven programming: subroutines are executed in response to events such as button presses system loop runs until the program is closed and monitors for events  if more than one event occurs events are queued and dealt with in turn

Object-oriented programming:- routines and data they operate on combined into a class- data items known as fields properties- routines that operate on data known as methods- Object: an instance of a class- Instantiation: defining an object based on a class- new classes can be based on an existing class- new class inherits all fields and methods from the existing class and new field and methods specific to the class can be declared- new class is known as a subclass or derived class- existing class is known as the superclass or parent class- Class definition: a pattern or template that can be used to create objects of that class- Encapsulation: combining a record with the procedures and functions that manipulate it to form a new class

Programming paradigms

Simulation

Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

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
Computing Hardware - CPU and Memory
ollietablet123
Computer Systems
lisawinkler10
Computer science quiz
Ryan Barton
Input, output and storage devices
Mr A Esch