Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.77 KB

README.md

File metadata and controls

49 lines (39 loc) · 1.77 KB

What does this repository contain?

My solutions for matura exams tasks & problems, excatly saying:

  • proper matura exams
  • preparatory exams
  • CKE collection of tasks

Matura exam structure:

  1. part – theory
    • anylyze an algorithm – usually not some well known
    • write an algorithm, allowed notations are:
      • step list
      • pseudocode
      • real programming language
    • general IT knowledge like:
      • number systems – calculations
      • network, IPv4
      • SQL
      • Excel
      • systems (Windows, Linux)
      • hardware (CPU, GPU, etc.)
      • file extensions
      • images, colors
      • other
  2. part – practice and real use of IT tools
    • analyze big sets od related data – usually 3 or 4 files
    • calculate and analyze smaller sets of data – usually 1 or 2 files
    • write a programme, allowed languages are:
      • Python + Pycharm
      • C++ + MS Visual Studio
      • Java
      • Pascal

Practical tasks are solved with:

  • Python – I'm going to use it during the proper exam
  • C++ – my first and main "algorithmic" programming language
  • Excel – to analyze
  • Access + SQL – to analyze big sets of data

Besides of practical tasks I also upload my solutions for theory tasks

Alert! They might contain errors, but usually are marked in red.

Btw, what is matura exam?

It's a state exam in Poland, quite important if you want to study at some nice university of technology, but not only. In my opinion it's great if we consider advantages of preparing to it. You don't have to learn useless stuff just for an exam, because actually it's useful in real life – programming & algorithms, Excel, SQL, general knowledge.