Course detail

Computers and Programming 1

FEKT-BKC-PC1TAcad. year: 2023/2024

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

Czech

Number of ECTS credits

5

Mode of study

Not applicable.

Entry knowledge

The subject knowledge on the secondary school level is required.

Rules for evaluation and completion of the course

Requirements for successful course completion are specified by the guarantor’s regulation updated for every academic year.
Extent and forms are specified by guarantor’s regulation updated for every academic year.

Aims

To acquaint students with the basics of computer networks, the architecture of a university and faculty network inclusive of services, and operating systems such as Windows and Unix and their services, and file systems. To acquaint students with the basics of programming and algorithmization, using the ANSI C language and development tool Visual Studio.
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

Not applicable.

Prerequisites and corequisites

Not applicable.

Basic literature

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)
KERNIGHAN, Brian W. a Dennis M. RITCHIE. Programovací jazyk C. Brno: Computer Press, 2006. ISBN 80-251-0897-X. (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)
KERNIGHAN, Brian W. a Dennis M. RITCHIE. Programovací jazyk C. 2. vydání. Brno: Computer Press, 2019. ISBN 978-80-251-4965-2. (CS)
HEROUT, Pavel. Učebnice jazyka C. 1. díl. 5. vyd. České Budějovice: Kopp, 2008. ISBN 978-80-7232-351-7. (CS)

Recommended reading

PROKOP, Jiří. Algoritmy v jazyku C a C++. 3., aktualizované a rozšířené vydání. Praha: Grada, 2015. Průvodce (Grada). ISBN 978-80-247-5467-3. (CS)

Classification of course in study plans

  • Programme BKC-TLI Bachelor's, 1. year of study, winter semester, compulsory

Type of course unit

 

Lecture

26 hours, optionally

Teacher / Lecturer

Syllabus

1. Faculty computer network, faculty UNIX server, E-mail, Wi-Fi. Properties of algorithms, notations algorithms. Design and implementation of algorithms. Introduction to the development environment MS Visual Studio 2017.
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

26 hours, compulsory

Teacher / Lecturer

Syllabus

1. Console application: Functions, function parameters in the C language. Text files, standard input/output.
2. Console application: Dynamic variables. Linked structures. Interaction of the program with the user.