Study

Programming languages vocab

  •   0%
  •  0     0     0

  • 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.
  • Which programming language is known for its versatility and is commonly used for both web development and software development?
    JavaScript
  • True or False: HTML is a programming language
    False (It is a markup language)
  • True or False: PHP is an interpreted language.
    True (the code is executed line by line without the need for compilation before execution)
  • What markup language is used for structuring and presenting content on the World Wide Web?
    HTML
  • Which term refers to the process of running a program?
    To execute
  • Which type of programming language must be translated into machine code before it can be executed?
    Compiled language
  • 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)
  • What is a set of instructions written in a specific programming language that a computer can understand called?
    Code
  • Which term refers to a set of rules and instructions that tell a computer how to perform certain tasks?
    Language
  • True or False: An IDE stands for Integrated Developer Environment
    True
  • XML stands for:
    eXtensible Markup Language