Comments documentation coding

Comments documentation coding

Assessment

Quiz

Created by

Joe Rowe

Computers

9th - 12th Grade

1 plays

Easy

Student preview

quiz-placeholder

7 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

When creating a program, how does the use of comments help a computer scientist debug problems?

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

Media Image

What did the grey hair person put in their code?
This explains the finished project.
The answer is: comments