Study

IT 6TH 1B TEST

  •   0%
  •  0     0     0

  • By using functions we can avoid having to rewrite unnecessary code. We just create a function and when needed, we call that function. -TRUE OR FALSE-
    TRUE
  • What is function in computer?
    A function is a block of organized, reusable code that is used to perform a single, related action. Functions provide better modularity for your application and
  • A loop is
    A sequence of instruction s that is continually repeated until a certain condition is reached.
  • The acronym "TCP" is for?
    Transmission Control Protocol
  • What is a Behavior?
    Behavior is the action the sprite does.