Skip to main content

Syllabus

Learning outcomes

In this course, you will learn to use logical statements and arrays in C. Logical statements are used for decision-making with follow-up instructions, based on conditions you define. Arrays are used to store, keep track of, and organize larger amounts of data. You will furthermore implement some fundamental algorithms to search and sort data.

By the end of this course, you will have gained experience with programming concepts that are foundational to any programming language and be one step closer to a career in computer engineering.

At the end of this course, you will be able to:

  • Use logical conditions to control the flow of a program via branch statements (if-else), repetition (for or while loop) and nesting of these structures
  • Create and modify arrays to store integer and floating point numbers and explain how arrays are organized in memory
  • Create null-terminated arrays of characters to store and modify strings (of characters)
  • Sort and search arrays of numbers and characters using bubble sort, selection sort, linear search and bisection

Prerequisites

We recommend to complete the "C Programming: getting started" course.

You will be able to immediately start coding in C with the help of powerful yet simple coding tools right within the web browser. No need to install anything! 


Workload

Students are expected to spend roughly 2 to 3 hours a week watching the videos, tutorials, responding to the activities and participating actively in the forums. This is an estimation based on 3 weeks of learning effort. 


Grading and Certificate

This course includes both participants who are auditing the course (AUDIT track) and participants who working toward a Verified Certificate (VC track) in this course or a Professional Certificate by completing all seven courses in the program. If you wish to have your course work validated for the C Programming with Linux Professional Certificate, you must upgrade to a Verified Certificate in this course or learn more about the program Professional Certificate.

If you need a Verified Certificate but cannot afford the full price, please note that edX may be able to provide financial assistance under certain conditions. For more on financial assistance, please consult this page on Financial Assistance.

To pass this course you will have to complete several activities:

    • complete all quizzes
    • submit C programs through Taskgrader, an automated grading tool that also provides feedback on your code.

To pass the course you need to get a final grade of at least 80%.

Attempts:

    • For each quiz you will have 2 attempts total.
    • Learning code requires writing code and correcting your mistakes. You have unlimited attempts on the Taskgrader coding activities. 

Course Schedule

This course is a self-paced. This means that you can start whenever you would like and progress at your own pace. Although there are not activity deadlines, we recommend you spend at least 2-3 hours per week on this course.


To go further

Enroll in the next course of the C Programming with Linux Professional Program. Please remember that Audit learners have seven weeks of access to each course after enrolling.