Verified Documents at University of Toronto Mississauga

Browse the full collection of course materials, past exams, study guides and class notes for CSC108H5 - Introduction to Computer Programming at University of Toronto Mississauga …
PROFESSORS
All Professors
All semesters
Ilir Dema
fall
9
Paul Vrbik
fall
1
M Liut
fall
1
Michael liut
fall
1

Verified Documents for Ilir Dema

Class Notes

Taken by our most diligent verified note takers in class covering the entire semester.
CSC108H5 Lecture 4: CSC108H5 LECTURE 4-DATA TYPES- "NUMBERS , BOOLEANS"
Lecture 4: data types-numbers: python has four built in data types for numbers, only three data types of numbers are supported in python 3: integer, fl
4168
CSC108H5 Lecture Notes - Lecture 6: Carbonara
Colors=[(cid:862)red(cid:863), (cid:862)ora(cid:374)ge(cid:863), (cid:862)(cid:455)ello(cid:449)(cid:863), (cid:862)gree(cid:374)(cid:863), (cid:862)i(
4144
CSC108H5 Lecture Notes - Lecture 7: Bitwise Operation, Operand
3104
CSC108H5 Lecture Notes - Lecture 8: Operand, Exponentiation, Bitwise Operation
Topic: assignmnet operators: assignment operators: these operators are useful when assigning values to variables. = equal : assigns value of right oper
6172
CSC108H5 Lecture 9: BUILT IN FUNCTIONS
Input can come from different sources: keyboard, mouse, clicks, database, a(cid:374)other (cid:272)o(cid:373)puter(cid:859)s storage internet. Keyboard
5146
CSC108H5 Lecture Notes - Lecture 10: Iterator, Random Variable, While Loop
Conditional statements are common among programming languages. They are used to perform actions or calculations on whether a condition is evaluated as
4109
CSC108H5 Lecture 11: LOOPS
4118
CSC108H5 Lecture Notes - Lecture 12: Structuring Element, Duplicate Code, Docstring
A function is a set of statements that performs a specific task. A function is a common structuring element allows that allows us to use a piece of cod
4112
CSC108H5 Lecture Notes - Lecture 13: Object-Oriented Programming, Init
Python is an object oriented programming language. This means it manipulates and works with data structures called objects. Objects can be anything tha
3184