Charles Explorer logo
🇬🇧

Algorithms and Programming

Class at Faculty of Education |
OKBI1I129B

Syllabus

• Overview of the C Programming Language• Variables, Data Types and Operators• Statement• Function• Pointer• Arrays (1 dimensional)• String• File Operation• Arrays (multi-dimensional)

Annotation

The course mission is to acquaint students with this low-level universal language (currently one of the most common programming languages), its syntax and specifics (particularly in terms of data access); as well as impart an understanding of basic programming structures, the philosophy of variable types and relevant operators (including the potential of pointers in memory access), and further develop practical skills with an emphasis on appropriate use of this tool (i.e. language construction). At the programming level, course content focuses on the basic tools of the C language, variables, constants, commands, operators, if statements, loops, and the use of both user-defined and library functions.

In addition to this basic tool, the course also places great emphasis on working with files, sorting algorithms, and standard input / output operations.