Fundamentals of programmingCourse code: ОV0015 | 6 ECTS credits
Basic information
Level of Studies:Undergraduate applied studies
Year of Study:1
Semester:2
Requirements:Understanding the computer architecture and organization
Goal:Understanding the structural programming design, as well as of such designed programs, using C programming language.
Outcome:After successful completion of this module students should be able to develop (design, write and test) applications in the programming language C, using the modern working environment.
Contents of the course
Theoretical instruction:
Introduction lecture (organization and course contents). Basic terms.
Development Phases and Program Design Methods.
Algorithms of basic program structures.
Basic program elements in language C.
Basic data types in language C.
Operators in languages C. Functions from the C library.
Selection, loop and jumps orders in programs in language C.
Numerical arrays in programs in language C.
Arrays of characters in programs in language C.
Searching and sorting array algorithms in programs in C.
Pointers in programs in the language C.
Functions and macros in programs in C.
Basics of work with data structures in programs in C.