Search This Blog

Computing I Distributed Lectures


LectureVideo SegmentLink To Source Code

Orientation

--General OrientationOrientation.ppt
--CS230 Orientation.ppt

Introduction

1aIntroduction to Computers (hardware)hardware.ppt
1bIntroduction to Computers (languages)languages.ppt

Programming

2aFirst C ProgramfirstProgram.ppt
2bMixing Data TypesfirstProgram_mixing.ppt

Basic Input | Output

3aBasic IO printf()basicIOPrintf.ppt
3bBasic IO scanf()basicIOScanf.ppt

Variable Declarations, Data Types, Expressions

4aVariables and OperatorsVarExpOperators.ppt
4bAssignmentsAssignment.ppt

Program Control

5aProblem Solving Using STAIRProbSolving.ppt
5bAlgorithmsAlgorithms.ppt
5cStandard C StatementsstndStatements.ppt
5dAdditional C StatementsaddStatements.ppt

Functions

6aDeclarationsfunctDeclarations.ppt
6bExamplesfunctIE.ppt
6cScope, Parameter Passing, Storage SpecifiersfunctScope.ppt
6dRecursionfunctRecursion.ppt

Information Representation

7aPositive IntegersposInteger.ppt

Information Representation

8aNegative Integer RepresentationNegInteger.ppt
8bFloating Point RepresentationfloatingPt.ppt

Information Representation

9aCharacters and ImagescharsAndImages.ppt

Information Representation

10aMachine InstructionsmachineInst.ppt
10bMachine Instructions DemomachineInstDemo.ppt

Arrays

11aDeclarationarrayDeclarations.ppt
11bStrings and Parameter PassingstingsAndParam.ppt
11cMultideminsional ArraysmultiDimArray.ppt
11dCase StudycaseStudy.ppt

Ethics

12aIntroduction to Ethicsethics.ppt

Pointers

13aIntroductionpointers.ppt
13bCall-by-ReferencepassByRef.ppt
13cPointer ArithmeticpointersArithm.ppt

Characters and Strings

14aLiterals and VariablescharAndStringVar.ppt
14bFunctionscharAndStringFunctions.ppt

Structures

15aDeclarationsstructuresDecl.ppt
15bFunctions and ArraysstructuresFuncArrays.ppt

Models of Computation

16aAlgorithmsalgorithms.ppt
16bState Transition DiagramsstateTransDiagram.ppt
16b-demoState Transition Diagrams Demo
16cTuring MachinesturingMachine.ppt
16c-demoTuring Machines DemohaltingProblem.htm