Game Preview

Programming languages vocab

  •  English    12     Public
    Vocabulary about programming languages
  •   Study   Slideshow
  • What is a set of instructions written in a specific programming language that a computer can understand called?
    Code
  •  15
  • Which term refers to a set of rules and instructions that tell a computer how to perform certain tasks?
    Language
  •  15
  • Which type of programming language must be translated into machine code before it can be executed?
    Compiled language
  •  15
  • What markup language is used for structuring and presenting content on the World Wide Web?
    HTML
  •  15
  • Which programming language is known for its versatility and is commonly used for both web development and software development?
    JavaScript
  •  15
  • XML stands for:
    eXtensible Markup Language
  •  15
  • Which term refers to the process of running a program?
    To execute
  •  15
  • True or False: HTML is a programming language
    False (It is a markup language)
  •  15
  • True or False: PHP is an interpreted language.
    True (the code is executed line by line without the need for compilation before execution)
  •  15
  • True or False: JavaScript is primarily used for server-side scripting
    False (JavaScript is primarily used for client-side scripting, meaning it runs on the user's browser rather than on the server)
  •  15
  • True or False: An IDE stands for Integrated Developer Environment
    True
  •  15
  • What does the term "syntax error" mean in programming?
    A syntax mistake in the source code, such as spelling and punctuation errors, incorrect labels, etc.
  •  15