CR: COMP 2401 Learning Objectives

From Soma-notes
Jump to navigation Jump to search

Calendar Description

Introduction to programming with procedures and primitive data types, designed for B.C.S. students. Topics include: arrays, strings, pointers, heap and stack memory allocation and deallocation, iterative and recursive linked list manipulations, system/library calls.

Assumed Background

Learning objectives completed before this course.


Learning Objectives

  • Gain experience in understanding and working with portions of an existing code base
  • Understand the basics of operating systems
  • Gain experience in procedural and low-level programming, including:
    • data types and structures
    • memory management
    • program building
    • library functions and system calls
    • shell environment and script programming

Topics

Topic 1

Learning objectives for topic 1

Topic 2

Learning objectives for topic 2