aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Information Technology Fundamentals - Programming and Systems
  • Repeated occurrences of identical parts of the code in a ...
Multiple choice

Repeated occurrences of identical parts of the code in a program can be called as _________.

  1. linkers

  2. compilers

  3. macros

  4. loaders

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Macros are called as open subroutines, used for the execution of repeated instruction in a program.

Keep practicing — related questions

  • _______ is a program that translates input source language statements into machine language statements.
  • Macro languages & their associated processors represent a distinct form of _____.
  • Which keyword allows the same copy to be used more than once in the same code by changing the replace value?
  • A compiler which allows only the modified section of the source code to be recompiled is called
  • A/An _________ is a program that places programs into memory & prepares them for execution.
  • The part of an operating system that resides more or less continuously in the main memory and consists of i...
  • Option B is correct. It would be correct if the code had compiled, and the subclass Alphahad been saved in ...
  • interface DoMath { double getArea(int rad); } interface MathPlus { double getVol(int b, int h); } /* Missin...
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Programming Fundamentals (2381 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy