Course detail
Computers and Programming 1
FEKT-BKC-PC1TAcad. year: 2024/2025
In this course, students learn about computer network solutions and the potentials of university and faculty networks. Part of the course is to introduce the basics of operating systems, their services, and file systems. The course focuses on practical skills of algorithm development and programming in the C language according to the ANSI standard, to the level of preparation of customized functions and their use.
Language of instruction
Number of ECTS credits
Mode of study
Guarantor
Department
Entry knowledge
Rules for evaluation and completion of the course
Extent and forms are specified by guarantor’s regulation updated for every academic year.
Aims
Students will be able to:
- use the University Information System and the Moodle learning system
- configure an e-mail client
- connect a device to the BUT Wi-Fi network,
- control the development environment Microsoft Visual Studio,
- program basic tasks in the C language according to the ANSI standard, compile program and use proper functions
- debug programs in the C language and look for errors,
- design the structure of the program.
Study aids
Prerequisites and corequisites
Basic literature
KERNIGHAN, Brian W. a Dennis M. RITCHIE. Programovací jazyk C. Brno: Computer Press, 2006. ISBN 80-251-0897-X. (CS)
KERNIGHAN, Brian W. a Dennis M. RITCHIE. Programovací jazyk C. 2. vydání. Brno: Computer Press, 2019. ISBN 978-80-251-4965-2. (CS)
RAIDA, Zbyněk, Irena HLAVIČKOVÁ a Michal POKORNÝ. Počítače a programování 2: přednášky. Vyd. 2., přeprac. V Brně: Vysoké učení technické, Fakulta elektrotechniky a komunikačních technologií, Ústav radioelektroniky, 2007. ISBN 978-80-214-3536-0. (CS)
VIRIUS, Miroslav. Jazyky C a C++: kompletní průvodce. 2., aktualiz. vyd. Praha: Grada, 2011. Knihovna programátora (Grada). ISBN 978-80-247-3917-5. (CS)
Recommended reading
Classification of course in study plans
- Programme BKC-TLI Bachelor's 1 year of study, winter semester, compulsory
Type of course unit
Lecture
Teacher / Lecturer
Syllabus
2. Principles of high level programming languages. Basic building blocks of program. Simple data types in C. One-dimensional and multi-dimensional arrays of variables. Expressions and statements. Pointer type.
3. Strings. Functions, function parameters in the C language. Passing values by reference, passing by value.
4. Management structure. The block structure of program, the scope of validity of identifiers. Structured data types. Enums.
5. Text files, standard input/output. Interaction of the program with the user. Dynamic variables. Linked structures.
Exercise in computer lab
Teacher / Lecturer
Syllabus
2. Console application: Dynamic variables. Linked structures. Interaction of the program with the user.