Comments documentation coding

Comments documentation coding

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

CodeHS Python

CodeHS Python

7th - 12th Grade

10 Qs

Defensive Design

Defensive Design

KG - Professional Development

7 Qs

Operating Systems: Crash Course Computer Science #18

Operating Systems: Crash Course Computer Science #18

11th Grade

11 Qs

Understanding Decomposition in Computing

Understanding Decomposition in Computing

10th Grade - University

10 Qs

PM Tech Quiz - Missed Questions

PM Tech Quiz - Missed Questions

4th Grade - University

13 Qs

APCSP BJC Unit 4 Lab

APCSP BJC Unit 4 Lab

9th - 12th Grade

10 Qs

AP CSP Unit 1 Assesment

AP CSP Unit 1 Assesment

9th - 12th Grade

8 Qs

A sip of JavaScript

A sip of JavaScript

8th - 12th Grade

9 Qs

Comments documentation coding

Comments documentation coding

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

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

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

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