Login
Click "access" to
access your account
Login
or subcribe
Please login
Username:
Password:
Forgot password?
Login
RESET_PASSWORD_CALLOUT
RESET_PASSWORD_INTRO
Student
Other
COMMUNITY
UNIVERSITY
EDUCATIONAL OFFER
ENROLMENT
IT |
EN |
FR |
عربي |
GR
STUDENTS
WEB-BASED DIDACTIC
LIBRARY
IT
EN
FR
عربي
GR
Login
Click "access" to
access your account
Login
or subcribe
Please login
Username:
Password:
Forgot password?
Login
RESET_PASSWORD_CALLOUT
RESET_PASSWORD_INTRO
Student
Other
UNIVERSITY
EDUCATIONAL OFFER
LIBRARY
ENROLMENT
STUDENTS
WEB-BASED DIDACTIC
Menu secondario
Professor
Syllabus
Concept map
Didactic plan
Exam Guide
Agenda
Learning Environment
Videolessons
Slides
Books and Articles
Multimedia
Bibliography
Siteography
Laboratory
Interactive exercises
Exercises
Forum
Interactive classrooms
Access the interactive class
Past interactive classes
Past Virtual Classrooms Sessions
TV programme schedules
Tutor
MOOC Massive Open Online Courses (Academic Year 2019/2020)
مدخل إلى علوم الحاسوب والبرمجة
Video professors:
Paolo Enrico Camurati - Politecnico di Torino (Torino - Italy)
Videolesson
Lesson n. 1:
An Overview of a Computer
Lesson n. 2:
Problem Solving Process
Lesson n. 3:
Introduction to C++
Lesson n. 4:
Arithmetic Operators and Operator Precedence
Lesson n. 5:
Declaration and Initializing Variables
Lesson n. 6:
Increment, decrement operators and output
Lesson n. 7:
Preprocessor Directives
Lesson n. 8:
Full C++ Program
Lesson n. 9:
Full C++ Program (II part)
Lesson n. 10:
Input/Output Stream
Lesson n. 11:
Functions
Lesson n. 12:
Functions (II part)
Lesson n. 13:
Output Formatting Tools
Lesson n. 14:
I/O Files and the String Type
Lesson n. 15:
Full C++ Program programming example: movie ticket sale and donation to charity
Lesson n. 16:
Control Structures I
Lesson n. 17:
Order of Precedence and Short - Circuit Evaluation
Lesson n. 18:
Logical Assignment, Selection: if - Else
Lesson n. 19:
Compound Statement
Lesson n. 20:
Comparing if…else Statement
Lesson n. 21:
Switch Structures
Lesson n. 22:
Assert Function and Full C++ Program
Lesson n. 23:
Control While Loop (Repetition)
Lesson n. 24:
Controlled While Loop
Lesson n. 25:
For and do … While Looping Structure