Course detail
Modern Programming Techniques
FAST-NUB020Acad. year: 2025/2026
Design of programs and applications in Microsoft Visual Basic and VBA.
Basic algorithms, structured programming, object-oriented programming, application object libraries and their use, solving engineering problems.
Language of instruction
Number of ECTS credits
Mode of study
Guarantor
Department
Entry knowledge
algorithm design and programming in VBA
Rules for evaluation and completion of the course
Aims
Topics include structured program design, event-drive programming, and Visual Basic program components. This is a course designed to introduce students to more advanced elements Visual Basic programming language. Students will design and write Windows applications in Visual Basic.
Programming in Visual Basic using modern techniques of events driven programming, component technology and object-oriented programming
Study aids
Prerequisites and corequisites
Basic literature
Macur, J., Menšík, M., Apeltauer, T. Algoritmizace a programování v inženýrských úlohách. Elektronické učební texty FAST VUT, 2017, Brno. (CS)
Macur, J., Menšík, M. Objektově orientované programování a aplikační modely. Elektronické učební texty FAST VUT, 2017, Brno (CS)
Macur, J. Řešené inženýrské úlohy v prostředí VBA. Elektronické učební texty FAST VUT, 2017, Brno (CS)
Recommended reading
Classification of course in study plans
- Programme NPC-GK Master's 1 year of study, winter semester, compulsory-optional
Type of course unit
Lecture
Teacher / Lecturer
Syllabus
- Computer model from the perspective of a programmer. Language development environment.
- Variables, data types, constants, assignment statement.
- Commands for flow control, conditional statements and loops.
- Functions and procedures (calling of procedures and functions, parameters and arguments, public and private scopes).
- Local and global variables, processes and their co-operation.
- Built-in language elements fo inputs and outputs. Output formatting.
- Working with structured variables.
- Structured and object-oriented programming.
- Application object libraries.
- Fundamentals of using of numerical methods.
- Examples of solving of engineering problems. Statistical and optimization problems.
- Examples of solving of engineering problems. Solution of mechanical task.
Exercise
Teacher / Lecturer
Syllabus
- 1. Development environment, the first program, program compilation and running.
- 2. Input and output in the program, using simple functions, program for solution of algebraic equations.
- 3. Decision-making runtime structures, simple cycle, program for the sum of infinite series.
- 4. User-defined functions and procedures, program for calculating of transcendental functions.
- 5. Spreadsheet environment for formatted input and output data. Programs for generating worksheets data.
- 6. Structured variables, programs for matrix operations and statistical calculations.
- 7. Use of object library for charting, program for solving initial value problems.
- 8. Algorithms for simulation and animation, program for simulation and visualization of dynamic nonlinear system.
- 9. Important objects in MS Excel library, program for automated solution of complex engineering problem.
- 10. Object Library of MS Word, programs for automated document processing.
- 11. Library for working with files, programs for automated processing and data conversion.
- 12. Programs for solving large deformation of the nonlinear continuum mechanics.
- 13. Testing of skills – program development and debugging.