Comments documentation coding

Comments documentation coding

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Python - Programming Process

Python - Programming Process

5th Grade - University

10 Qs

Unit 3 Coding

Unit 3 Coding

8th - 12th Grade

11 Qs

Unit 3 Vocabulary

Unit 3 Vocabulary

10th Grade

10 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Latihan ICT Part 2

Latihan ICT Part 2

10th Grade

10 Qs

Unit 3 Quiz

Unit 3 Quiz

10th Grade - University

10 Qs

Unit 1 Review AP CSP

Unit 1 Review AP CSP

9th - 12th Grade

10 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