Přístupnostní navigace
E-application
Search Search Close
Course detail
FEKT-BPC-PRGAcad. year: 2021/2022
The course is designed as an introduction to the problems of algorithms and programming. Students are introduced to the basic concepts of programming, development of algorithms and programs. The emphasis is on the design and implementation of programs. The knowledge of the basic elements of the program is required and students should be able to use these elements. Students are familiar with the programming language Python, which will be used for solving simple problems.
Language of instruction
Number of ECTS credits
Mode of study
Guarantor
Department
Learning outcomes of the course unit
Prerequisites
Co-requisites
Planned learning activities and teaching methods
Assesment methods and criteria linked to learning outcomes
Course curriculum
Work placements
Aims
Specification of controlled education, way of implementation and compensation for absences
Recommended optional programme components
Prerequisites and corequisites
Basic literature
Recommended reading
Elearning
Classification of course in study plans
Exercise in computer lab
Teacher / Lecturer
Syllabus
1. Programming, algorithm, introduction to Python2. Review of basic data types and their use, strings3. Basic elements of the program, conditions, lists and their use4. Basic elements of the program, for loops and examples I.5. Basic elements of the program, while loops and examples II.6. Function and modules7. Git basics8. File handling in Python9. Review of basic data structures and their use10. Performance analysis of algorithms, time complexity11.Search algorithms12. Sorting algorithms13. Recursion, divide and conquer