×
1 Choose EITC/EITCA Certificates
2 Learn and take online exams
3 Get your IT skills certified

Confirm your IT skills and competencies under the European IT Certification framework from anywhere in the world fully online.

EITCA Academy

Digital skills attestation standard by the European IT Certification Institute aiming to support Digital Society development

LOG IN TO YOUR ACCOUNT

CREATE AN ACCOUNT FORGOT YOUR PASSWORD?

FORGOT YOUR PASSWORD?

AAH, WAIT, I REMEMBER NOW!

CREATE AN ACCOUNT

ALREADY HAVE AN ACCOUNT?
EUROPEAN INFORMATION TECHNOLOGIES CERTIFICATION ACADEMY - ATTESTING YOUR PROFESSIONAL DIGITAL SKILLS
  • SIGN UP
  • LOGIN
  • INFO

EITCA Academy

EITCA Academy

The European Information Technologies Certification Institute - EITCI ASBL

Certification Provider

EITCI Institute ASBL

Brussels, European Union

Governing European IT Certification (EITC) framework in support of the IT professionalism and Digital Society

  • CERTIFICATES
    • EITCA ACADEMIES
      • EITCA ACADEMIES CATALOGUE<
      • EITCA/CG COMPUTER GRAPHICS
      • EITCA/IS INFORMATION SECURITY
      • EITCA/BI BUSINESS INFORMATION
      • EITCA/KC KEY COMPETENCIES
      • EITCA/EG E-GOVERNMENT
      • EITCA/WD WEB DEVELOPMENT
      • EITCA/AI ARTIFICIAL INTELLIGENCE
    • EITC CERTIFICATES
      • EITC CERTIFICATES CATALOGUE<
      • COMPUTER GRAPHICS CERTIFICATES
      • WEB DESIGN CERTIFICATES
      • 3D DESIGN CERTIFICATES
      • OFFICE IT CERTIFICATES
      • BITCOIN BLOCKCHAIN CERTIFICATE
      • WORDPRESS CERTIFICATE
      • CLOUD PLATFORM CERTIFICATENEW
    • EITC CERTIFICATES
      • INTERNET CERTIFICATES
      • CRYPTOGRAPHY CERTIFICATES
      • BUSINESS IT CERTIFICATES
      • TELEWORK CERTIFICATES
      • PROGRAMMING CERTIFICATES
      • DIGITAL PORTRAIT CERTIFICATE
      • WEB DEVELOPMENT CERTIFICATES
      • DEEP LEARNING CERTIFICATESNEW
    • CERTIFICATES FOR
      • EU PUBLIC ADMINISTRATION
      • TEACHERS AND EDUCATORS
      • IT SECURITY PROFESSIONALS
      • GRAPHICS DESIGNERS & ARTISTS
      • BUSINESSMEN AND MANAGERS
      • BLOCKCHAIN DEVELOPERS
      • WEB DEVELOPERS
      • CLOUD AI EXPERTSNEW
  • FEATURED
  • SUBSIDY
  • HOW IT WORKS
  •   IT ID
  • ABOUT
  • CONTACT
  • MY ORDER
    Your current order is empty.
EITCIINSTITUTE
CERTIFIED
Questions and answers categorized in: Cybersecurity > EITC/IS/CCTF Computational Complexity Theory Fundamentals

What does the Kleene star operation do to a regular language?

Thursday, 05 February 2026 by Ciprian Beldean

The Kleene star operation, denoted by the superscript “*” (as in L*), is a fundamental operation in formal language theory, particularly in the study of regular languages. It plays a central role in the construction and analysis of regular expressions, automata, and the theoretical understanding of language closure properties. To understand its effect on a

  • Published in Cybersecurity, EITC/IS/CCTF Computational Complexity Theory Fundamentals, Regular Languages, Closure of Regular Operations
Tagged under: Automata Theory, Closure Properties, Cybersecurity, Kleene Star, Regular Expressions, Regular Languages

Explain the equivalence of deterministic and nondeterministic FSMs in one or two sentences.

Thursday, 05 February 2026 by Ciprian Beldean

A deterministic finite state machine (DFSM) and a nondeterministic finite state machine (NFSM) are equivalent in computational power because for every NFSM, there exists a DFSM that recognizes the same language; that is, both models accept exactly the set of regular languages and any language recognized by an NFSM can also be recognized by some

  • Published in Cybersecurity, EITC/IS/CCTF Computational Complexity Theory Fundamentals, Finite State Machines, Equivalence of Deterministic and Nondeterministic FSMs
Tagged under: Automata Theory, Computational Models, Cybersecurity, DFA, Formal Languages, NFA, Regular Languages, Subset Construction

A language has 2 strings; one is accepted by the FSM, the other isn't. Would we say that this language is recognized by an FSM or not?

Saturday, 24 January 2026 by Aida Basic

To address the question of whether a language containing two strings—one accepted by a finite state machine (FSM) and one not accepted—can be said to be recognized by an FSM, it is necessary to clarify the precise meaning of language recognition, the formal properties of FSMs, and the relationships between machines and languages in the

  • Published in Cybersecurity, EITC/IS/CCTF Computational Complexity Theory Fundamentals, Finite State Machines, Examples of Finite State Machines
Tagged under: Automata Theory, Computation Theory, Cybersecurity, FSM, Language Recognition, Regular Languages

Can a simple sorting algorithm be considered as an FSM? If yes, how could we represent it with a directed graph?

Saturday, 24 January 2026 by Aida Basic

The question of whether a simple sorting algorithm can be represented as a finite state machine (FSM) invites a rigorous exploration of both the formalism of FSMs and the operational structure of sorting algorithms. To address this, it is necessary to clarify the nature and expressive power of FSMs, understand the computational process of sorting

  • Published in Cybersecurity, EITC/IS/CCTF Computational Complexity Theory Fundamentals, Finite State Machines, Introduction to Finite State Machines
Tagged under: Computational Models, Cybersecurity, Finite State Automata, Regular Languages, Sorting Algorithms, State Transition Diagram

Can empty strings and empty languages be full?

Tuesday, 11 November 2025 by Gruber Anne

The question of whether empty strings and empty languages can be considered “full” is rooted in fundamental concepts of formal languages, automata theory, and computational complexity. This discussion is not merely terminological but is integral to understanding how finite state machines (FSMs) operate, how languages are classified, and how these concepts are applied in cybersecurity

  • Published in Cybersecurity, EITC/IS/CCTF Computational Complexity Theory Fundamentals, Finite State Machines, Examples of Finite State Machines
Tagged under: Automata Theory, Cybersecurity, DFA, Formal Languages, Regular Languages, Theoretical Computer Science

Can virtual machines be considered as FSMs?

Tuesday, 11 November 2025 by Gruber Anne

The inquiry into whether virtual machines (VMs) can be considered finite state machines (FSMs) is an insightful question rooted in the intersection of computational models and system abstraction. To address this, it is appropriate to rigorously define both concepts, examine their respective theoretical underpinnings, and evaluate the extent to which their properties and operational semantics

  • Published in Cybersecurity, EITC/IS/CCTF Computational Complexity Theory Fundamentals, Finite State Machines, Introduction to Finite State Machines
Tagged under: Automata Theory, Computational Models, Cybersecurity, FSM, Turing Machine, Virtual Machines

What are some basic mathematical definitions, notations and introductions needed for computational complexity theory formalism understanding?

Sunday, 11 May 2025 by EITCA Academy

Computational complexity theory is a foundational area of theoretical computer science that rigorously investigates the resources required to solve computational problems. A precise understanding of its formalism necessitates acquaintance with several core mathematical definitions, notations, and conceptual frameworks. These provide the language and tools necessary to articulate, analyze, and compare the computational difficulty of problems

  • Published in Cybersecurity, EITC/IS/CCTF Computational Complexity Theory Fundamentals, Introduction, Theoretical introduction
Tagged under: Complexity Classes, Cybersecurity, Formal Languages, Mathematics, NP-Completeness, Turing Machines

Why is computational complexity theory important for understanding of the foundations of cryptography and cybersecurity?

Sunday, 11 May 2025 by EITCA Academy

Computational complexity theory provides the mathematical framework necessary to analyze the resources required for solving computational problems. In the context of cryptography and cybersecurity, the relevance of computational complexity theory is foundational; it informs both the design and the evaluation of cryptographic systems, and guides the understanding of what can be achieved securely with limited

  • Published in Cybersecurity, EITC/IS/CCTF Computational Complexity Theory Fundamentals, Introduction, Theoretical introduction
Tagged under: Adversarial Models, Computational Complexity, Cryptography, Cybersecurity, Security Proofs, Security Reductions

What is the role of the recursion theorem in the demonstration of the undecidability of ATM?

Thursday, 03 April 2025 by Thierry MACE

The undecidability of the acceptance problem for Turing machines, denoted as , is a cornerstone result in the theory of computation. The problem is defined as the set . The proof of its undecidability is often presented using a diagonalization argument, but the recursion theorem also plays a significant role in understanding the deeper aspects

  • Published in Cybersecurity, EITC/IS/CCTF Computational Complexity Theory Fundamentals, Recursion, Results from the Recursion Theorem
Tagged under: Computational Theory, Cybersecurity, Diagonalization, Recursion Theorem, Turing Machines, Undecidability

Considering a PDA that can read palindromes, could you detail the evolution of the stack when the input is, first, a palindrome, and second, not a palindrome?

Monday, 10 February 2025 by Thierry MACE

To address the question of how a Pushdown Automaton (PDA) processes a palindrome versus a non-palindrome, it is essential to first understand the underlying mechanics of a PDA, particularly in the context of recognizing palindromes. A PDA is a type of automaton that employs a stack as its primary data structure, which allows it to

  • Published in Cybersecurity, EITC/IS/CCTF Computational Complexity Theory Fundamentals, Pushdown Automata, PDAs: Pushdown Automata
Tagged under: Automata Theory, Computational Complexity, Context-Free Languages, Cybersecurity, Palindrome, Stack Operations
  • 1
  • 2
  • 3
Home » EITC/IS/CCTF Computational Complexity Theory Fundamentals

Certification Center

USER MENU

  • My Account

CERTIFICATE CATEGORY

  • EITC Certification (105)
  • EITCA Certification (9)

What are you looking for?

  • Introduction
  • How it works?
  • EITCA Academies
  • EITCI DSJC Subsidy
  • Full EITC catalogue
  • Your order
  • Featured
  •   IT ID
  • EITCA reviews (Medium publ.)
  • About
  • Contact

EITCA Academy is a part of the European IT Certification framework

The European IT Certification framework has been established in 2008 as a Europe based and vendor independent standard in widely accessible online certification of digital skills and competencies in many areas of professional digital specializations. The EITC framework is governed by the European IT Certification Institute (EITCI), a non-profit certification authority supporting information society growth and bridging the digital skills gap in the EU.

Eligibility for EITCA Academy 90% EITCI DSJC Subsidy support

90% of EITCA Academy fees subsidized in enrolment by

    EITCA Academy Secretary Office

    European IT Certification Institute ASBL
    Brussels, Belgium, European Union

    EITC / EITCA Certification Framework Operator
    Governing European IT Certification Standard
    Access contact form or call +32 25887351

    Follow EITCI on X
    Visit EITCA Academy on Facebook
    Engage with EITCA Academy on LinkedIn
    Check out EITCI and EITCA videos on YouTube

    Funded by the European Union

    Funded by the European Regional Development Fund (ERDF) and the European Social Fund (ESF) in series of projects since 2007, currently governed by the European IT Certification Institute (EITCI) since 2008

    Information Security Policy | DSRRM and GDPR Policy | Data Protection Policy | Record of Processing Activities | HSE Policy | Anti-Corruption Policy | Modern Slavery Policy

    Automatically translate to your language

    Terms and Conditions | Privacy Policy
    EITCA Academy
    • EITCA Academy on social media
    EITCA Academy


    © 2008-2026  European IT Certification Institute
    Brussels, Belgium, European Union

    TOP
    CHAT WITH SUPPORT
    Do you have any questions?
    We will reply here and by email. Your conversation is tracked with a support token.