PLTW 1.4 Helpful Comments

PLTW 1.4 Helpful Comments

6th Grade

8 Qs

quiz-placeholder

Similar activities

Code.org: Express Course -> Lesson 1 and 2

Code.org: Express Course -> Lesson 1 and 2

5th - 7th Grade

13 Qs

Scratch Quiz ADVANCED

Scratch Quiz ADVANCED

5th - 8th Grade

11 Qs

Scratch Programming

Scratch Programming

1st - 12th Grade

13 Qs

Scratch  - Show What You Know: Skywriting

Scratch - Show What You Know: Skywriting

6th Grade

10 Qs

Programmable Rover

Programmable Rover

5th - 8th Grade

10 Qs

Coding Checking for Understanding 1

Coding Checking for Understanding 1

6th Grade

10 Qs

Quiz: Print, Syntax and Comments in Python

Quiz: Print, Syntax and Comments in Python

6th Grade

10 Qs

Coding Vocabulary

Coding Vocabulary

3rd - 6th Grade

13 Qs

PLTW 1.4 Helpful Comments

PLTW 1.4 Helpful Comments

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Charlena Hale

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the Microsoft MakeCode programming environment, how do you create a comment?

Double-click on a code block

Right-click on a code block and select Add Comment from the menu

Press the spacebar on a code block

Drag and drop a comment block

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is one benefit of using comments in your program?

They make the program run without errors

They help you identify chunks of code

They increase the program's speed

They reduce the program's size

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why are comments important in programming?

They make the code look colorful

They help in communicating about the program and isolating bugs

They increase the program's execution speed

They reduce the memory usage of the program

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which menu option allows you to add a comment to a code block?

Duplicate

Add Comment

Delete Blocks

Help

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of the "clear screen" block in the code?

To pause the program

To clear the screen

To add a comment

To duplicate the code block

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of writing comments in your code?

To make the code run faster

To remember what parts of your code should do and when they should do it

To make the code look colorful

To increase the file size

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which programming environment is mentioned in the text for practicing adding comments?

Scratch

Python

Microsoft MakeCode

Java

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main benefit of writing helpful comments in your code?

It makes the code run faster

It helps in making debugging a little easier

It reduces the size of the code

It makes the code look more professional