ITP: Introduction to programming - (Virtuelt)



Kursarrangør: SG Partner AS
Sted: Nettkurs / Nettstudie
Hele landet
Type:Bedriftsinternt / Større grupper
Nettkurs og nettstudie
Studie / yrkesutdanning
Undervisningstid: Ta kontakt for informasjon
Varighet: 3 dager
Pris: 20.000
Neste kurs: 29.05.2024 | Vis alle kursdatoer

The introduction to programming course comprises sessions dealing with variables, expressions, conditional statements, collections, iterative statements, functions, objects, compilation and execution, and best practices.

Course overview:
This hands-on course does not concentrate on any one language in particular, rather its aim is to familiarise delegates with standard programming terminology, structures and principles. Examples are given in three languages - Python, Java and JavaScript - and delegates may choose any one of these languages with which to carry out the practical exercises. Exercises and examples are used throughout the course to give practical hands-on experience with the techniques covered.

Course objectives:
This course aims to provide the delegate with the knowledge to be able to produce simple computer programs that demonstrate an understanding of the three core principles of programming - sequence,selection,and iteration. Delegates will also be exposed to functions,objects,and both procedural and object-oriented programming paradigms. The course further aims to prepare delegates to go on to learn any one of many programming languages in detail.

Course content day 1:
Introduction to programming training course course contents - day 1

Course introduction:
• Administration and Course Materials
• Course Structure and Agenda
• Delegate and Trainer Introductions

Session 1 - Introduction:
Thinking like a computer:
• Input / output
• Storage
• Arithmetic
• Comparison
• Decisions
• Repetition
• Reuse

What is a program:
• Statements
• Comments
• What is Code
• From Source Code to Runtime
• Why So Many Languages
• What Does a Programmer Do
• Hello World
• stdin and stdout
• The Console

Session 2 - Variables:
• Variables - what and why
• Name and value
• Literals
• Data types
• Declaration
• Initialisation
• Assignment
• Constants

Session 3 - Expressions:
• Expressions - what and why
• Operators and operands
• Unary and binary operators
• Arithmetic operators
• Assignment operators
• Precedence
• Associativity
• Complex expressions

Course content day 2:
Introduction to programming training course course contents - day 2

Session 4 - Conditional statements:
• Conditional statement - what and why
• Comparison / relational operators
• Logical operators
• if else
• Switch
• The ternary operator
• Code blocks
• Variable scope

Session 5 - Collections:
• Collections - what and why
• Strings
• Arrays / lists
• Declaration
• Initialisation
• Getting and setting elements

Session 6 - Iterative statements:
• Iterative statements - what and why
• While
• Do
• For
• Break
• Continue
• Array / list traversal

Session 7 - Functions:
• Functions - what and why
• Declaration
• Parameters
• Return type
• Invocation / call
• Arguments
• Return Value
• Variable scope (review)
• Modules
• Libraries
• Procedural programming

Course content day 3:
Introduction to programming training course course contents - day 3

Session 8 - Objects:
• Object - what and why
• Object literals
• Object properties
• The trouble with object literals
• Classes
• Fields
• Methods
• Instances
• Reference variables
• Primitive variables
• Passing by val / ref
• Object oriented programming
• The three principles

Session 9 - Compilation & execution:
• From source code to runtime (review)
• Compilation
• Debugging
• Linking
• Execution
• Interpretation
• Platform dependence
• Compilation and interpretation (bytecode)

Session 10 - Best practices:
• Program design
• Stating the problem
• Devising the solution
• Pseudocode
• Coding conventions
• White space
• Indenting
• Naming
• Coding style
• Readability
• Flexibility
• Scalability
• Unit testing
• Test driven development (TDD)

Target audience:
This Introduction to programming course is designed for those new to programming, who want to learn about the terminology structures and principles of programming generally. Attending this course will provide delegates with the prerequisite knowledge and required skills to go on to learn any programming language in detail,e.g. Java, JavaScript, Python, C,C++, C#, PHP, Perl, Ruby etc.

Prerequisites:
• Delegates should be able to navigate the filesystem,edit a file,and browse the web. No programming experience is necessary.