includes ]
includes ] course outline
GETTING STARTED ] intro course outline ] why do we want to write programs? ] what do we need to write programs? ] anatomy of a program ] writing program 1
PROGRAMMING FUNDAMENTALS - PART I - ] variables, ] statements, ] constants, ] operators, ] flow control, ] functions, ] keywords, ] syntax, ] data types, ] data structures, ] i/o ]
PROGRAMMING FUNDAMENTALS - PART II - ] variables, ] statements, ] constants, ] operators, ] flow control, ] functions, ] keywords, ] syntax, ] data types, ] data structures, ] i/o ] ,
PROGRAM DESIGN - ] ipo, ] programming paradigms(struct,OO,fp), ] console VS gui VS ... , ] pseudocode, ] algorithms
PERSISTANCE aka file|save - ] reading and writing data with your program ] write text file, ] read text file ] write binary file, ] read binary file ] write to db ] read from db ] write to web ] read from web
] ERROR HANDLING & DEBUGGING - ] ERROR try, catch, finally ] DEBUG ] breakpoint ] step into ] step out of ]
] DEPLOYMENT, documentation, maintenance, updates - what happens after the program is written?
] WHAT'S NEXT - ] a guide to continuing your programming journey ] an introduction to some advanced concepts
includes ]