Course detail
Computers and Programming 1
FEKT-BKC-PC1TAcad. year: 2018/2019
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
Learning outcomes of the course unit
- 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.
Prerequisites
Co-requisites
Planned learning activities and teaching methods
Assesment methods and criteria linked to learning outcomes
Course curriculum
2. Properties of algorithms, notations algorithms
3. Design and implementation of algorithms. Introduction to the development environment MS Visual Studio 2017
4. Principles of high level programming languages. Basic building blocks of program
5. Simple data types in C. One-dimensional and multi-dimensional arrays of variables. Expressions and statements
6. Pointer type
7. Functions, function parameters in the C language. Passing values by reference, passing by value
8. Management structure. The block structure of program, the scope of validity of identifiers
9. Structured data types. Enums
10. Text files, standard input/output. Interaction of the program with the user
11. Dynamic variables. Linked structures
12. Numerical methods in programming. Recursion. Sorting algorithms
13. Consultation on self-contained projects.
Work placements
Aims
Specification of controlled education, way of implementation and compensation for absences
Recommended optional programme components
Prerequisites and corequisites
Basic literature
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
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.