Yellow Book by Rob Miles

Lancez-Vous. C'est gratuit
ou s'inscrire avec votre adresse e-mail
Yellow Book by Rob Miles par Mind Map: Yellow Book by Rob Miles

1. Computers and programs

1.1. Introduction to computers

1.1.1. Definition

1.1.2. Software and hardware

1.1.3. Data and information

1.2. Programs and programming

1.2.1. Programmer

1.2.1.1. From problem to program

1.2.1.2. Solving the wrong problem

1.2.2. Program

1.2.2.1. Specifying the problem

1.2.2.1.1. Input

1.2.2.1.2. Output

1.2.2.1.3. Instructions

1.2.2.2. Proving it works

1.2.2.3. Customer involvement

1.2.3. Programming languages

1.2.3.1. C#

1.2.3.1.1. Safety

1.2.3.1.2. Making it run

1.2.3.1.3. Creating programs

2. Data processing and syntax

2.1. Namespaces

2.1.1. System

2.2. Classes

2.3. Punctuation

2.3.1. Braces

2.3.2. Semicolons

2.3.3. Brackets

2.4. Variables

2.4.1. Integers

2.4.2. Real values

2.4.2.1. Double

2.4.2.2. Float

2.4.3. Text

2.4.3.1. String

2.4.3.2. Char

2.4.4. Booleans

3. Indentifiers

4. Adding values