🥁 Trivia Gong
1 player online

Coding Basics Quiz

Try out this Coding Basics quiz to test your knowledge. Coding Basics trivia covers the topic.

Emoji collage hero image for Coding Basics Trivia

0

0

0

15 questions

~3 min to finish

Easy to hard difficulty

550 pts max score

  1. Question 1 · Hard · 40 pts

    At the moment a function is invoked, what is the value passed into that call called?

  2. Question 2 · Medium · 20 pts

    Which coding term means a blueprint for creating objects, not an actual object itself?

  3. Question 3 · Hard · 40 pts

    Which term names the tool that converts source code into machine code or another lower-level form before execution?

  4. Question 4 · Hard · 40 pts

    What is the runtime-focused translator called when code is translated as the program runs?

  5. Question 5 · Hard · 40 pts

    In a function definition rather than a function call, what do you call the listed value placeholder?

  6. Question 6 · Hard · 40 pts

    Which data structure stores multiple values under one name, usually in indexed order?

  7. Question 7 · Hard · 40 pts

    What is the name for the place that stores a project's files and history together?

  8. Question 8 · Hard · 40 pts

    If incorrect program behavior is corrected, what is that correction called?

  9. Question 9 · Hard · 40 pts

    What phrase describes code that is easier to understand and maintain?

  10. Question 10 · Hard · 40 pts

    Name the term for a value that appears in the signature side of a function, not the calling side.?

  11. Question 11 · Hard · 40 pts

    Which word belongs to the caller side of a function interaction: the value supplied at use time?

  12. Question 12 · Hard · 40 pts

    A playful one: if your code misbehaves and you actually correct that behavior instead of just glaring at it, what have you made?

  13. Question 13 · Hard · 40 pts

    Which term fits something that keeps many values gathered under a single name and commonly arranges them by index?

  14. Question 14 · Hard · 40 pts

    What is the correct term for the translator that works during execution instead of producing a lower-level form ahead of time?

  15. Question 15 · Easy · 10 pts

    Which coding tool checks a condition so a program can choose between actions?