Programming Paradigms

by Jerry Cain · · · · 4 subscribers

Advanced memory management features of C and C++; the differences between imperative and object-oriented paradigms. The functional paradigm (using LISP) and concurrent programming (using C and C++). Brief survey of other modern languages such as Python, Objective C, and C#. Prerequisites: Programming and problem solving at the Programming Abstractions level. Prospective students should know a reasonable amount of C++. You should be comfortable with arrays, pointers, references, classes, methods, dynamic memory allocation, recursion, linked lists, binary search trees, hashing, iterators, and function pointers. You should be able to write well-decomposed, easy-to-understand code, and understand the value that comes with good variable names, short function and method implementations, and thoughtful, articulate comments.

science, math, engineering, computer, language, source, code, technology, programming, functional, paradigm, concurrent, programming, C++, scheme, python, assembly, web, internet

more...


Tags: engineering, itunes u, computer science

Older Episodes

Programming Paradigms (CS107) introduces several programming languages, including C, Assembly, C++, Concurrent Programming, Scheme, and Python.
science, math, engineering, computer, language, source, code, technology, programming, paradigm, C, C++, byte, bit, pattern, binary, addition, subtraction, digit, number, character, two's complement
Lecture by Professor Jerry Cain for Programming Paradigms (CS107) in the Stanford University Computer Science department. In this lecture, Prof. Cain discusses C and C++ programming codes, as well as binary addition and subtraction.
Lecture by Professor Jerry Cain for Programming Paradigms (CS107) in the Stanford University Computer Science department. In this lecture, Prof. Cain discusses C programming, focusing upon string duplicates, string copy, and memory diagrams.
science, math, engineering, computer, language, source, code, technology, programming, paradigm, C, C++, bit, byte, pi, array, struct, address, string, duplicate, copy, activation record, memory, diagram
Lecture by Professor Jerry Cain for Programming Paradigms (CS107) in the Stanford University Computer Science department. In this lecture, Prof. Cain discusses C and C++ programming, including bit patterns, memory copy, and linear search.
science, math, engineering, computer, language, source, code, technology, programming, paradigm, C, C++, bit, pattern, byte, compiler, memory, copy, character, template, void, swap, crash, linear search
Lecture by Professor Jerry Cain for Programming Paradigms (CS107) in the Stanford University Computer Science department. In this lecture, Prof. Cain focuses on linear search and stack within the C programming language.
science, math, engineering, computer, language, source, code, technology, programming, paradigm, C, C++, bit, byte, linear, search, stack, comparison, function, character, star, string, array, integer, binary
Lecture by Professor Jerry Cain for Programming Paradigms (CS107) in the Stanford University Computer Science department. In this lecture, Prof. Cain discusses C language programming by focusing on different forms of stack.
science, math, engineering, computer, language, source code, technology, programming, paradigm, C, C++, bit, byte, stack, malloc, realloc, memory, pointer, address, return, character, star, static void
science, math, engineering, computer, language, source code, technology, programming, paradigm, C, C++, bit, byte, generic, string, stack, character, star, copy, asterisk, ampersand, compiler, rotate
Lecture by Professor Jerry Cain for Programming Paradigms (CS107) in the Stanford University Computer Science department. In this lecture, Prof. Cain continues his lecture on the C programming language and generic stacks.
Lecture by Professor Jerry Cain for Programming Paradigms (CS107) in the Stanford University Computer Science department. In this lecture, Prof. Cain discusses heap segments and their use in the C programming language.
science, math, engineering, computer, language, source code, technology, programming, paradigm, C, C++, bit, byte, heap, segment, malloc, realloc, free, pointer, address, processor, register
Lecture by Professor Jerry Cain for Programming Paradigms (CS107) in the Stanford University Computer Science department. In this lecture, Prof. Cain introduces computer architecture and the Assembly programming language while referencing C code.
science, math, engineering, computer, language, source code, technology, programming, paradigm, C, C++, bit, byte, assembly, store operation, load, arithmetic logic unit, array, function call, register, branch, jump, instruction
science, math, engineering, computer, language, source code, technology, programming, paradigm, C, C++, bit, byte, architecture, activation, record, function, call, return, value, foo, assembly, recursive
Lecture by Professor Jerry Cain for Programming Paradigms (CS107) in the Stanford University Computer Science department. In this lecture, Prof. Cain continues his discussion on computer architecture by talking about function call.