Comments documentation coding

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Joe Rowe
Used 2+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
// Why add comments to code?
// more than one is true!
retain the code tips for yourself
explain code to others
disable code for a moment of problem solving
All true:
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Syntax: Leave a comment in code by starting the line with _____
//
blanks
indent
$
3.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Programmers use comments to:
debug issues in code
document how code was written for other programmers to use
decide which components are important to use
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
An advantage to using comments in your code is:
It makes your code run better
It runs the code in slow motion, step by step
it describes parts of your code so others can understand it or improve it
comments are necessary in order to call a function
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Comments show the exact location of bugs.
Comments are optional
Comments can disable code temporarily.
// comment
var x = 0;
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Form of program documentation written into the program to be read by people.
Comment
Documentation
Input
Output
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
What did the grey hair person put in their code?
This explains the finished project.
The answer is: comments
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Giving variables clear names creates code that documents what is happening and helps other programmers understand your code
False
True
Decoy
do not click me
Similar Resources on Wayground
10 questions
Python Quiz for 10s

Quiz
•
10th Grade
10 questions
Difference between Algorithm, Pseudocode and Program

Quiz
•
9th Grade
10 questions
Technical Terms - Internet (A-Z) - Sass

Quiz
•
12th Grade
11 questions
Operating Systems: Crash Course Computer Science #18

Quiz
•
11th Grade
10 questions
Understanding Decomposition in Computing

Quiz
•
10th Grade - University
11 questions
CMU CS Academy Unit 2 Part 4 Syntax

Quiz
•
9th Grade
10 questions
Game Design Acronyms

Quiz
•
9th - 12th Grade
12 questions
Variables in coding pt. 1

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
17 questions
[AP CSP] Binary Number System

Lesson
•
9th - 12th Grade
15 questions
1.1 Network Fundamentals Quiz

Quiz
•
10th Grade
20 questions
Understanding Information Processing Cycle

Quiz
•
10th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade