7 Grade Unit 4 Lesson 05 Quiz

7 Grade Unit 4 Lesson 05 Quiz

8 Qs

quiz-placeholder

Similar activities

2.5 Spelling Test - scrib, scipt (write)

2.5 Spelling Test - scrib, scipt (write)

6th - 8th Grade

12 Qs

OBCFC 18-7-25

OBCFC 18-7-25

University

10 Qs

FRIDAY: Language Quiz

FRIDAY: Language Quiz

5th Grade

9 Qs

TUESDAY: Language Review

TUESDAY: Language Review

KG - University

8 Qs

THURSDAY: Language Review

THURSDAY: Language Review

1st - 5th Grade

7 Qs

do-while vs do loop Quiz

do-while vs do loop Quiz

9th - 12th Grade

5 Qs

AP_3 Algoritma dan Pemrograman

AP_3 Algoritma dan Pemrograman

11th Grade

5 Qs

HCI Week 5

HCI Week 5

University

11 Qs

7 Grade Unit 4 Lesson 05 Quiz

7 Grade Unit 4 Lesson 05 Quiz

Assessment

Quiz

others

Hard

Created by

Anastacio Gaytan

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

______ are used to help programmers (and yourself) easily understand the context of what a script does.
Comments
Bytes
Syntax
Pre-text

2.

MULTIPLE CHOICE QUESTION

30 sec • 13 pts

Escaping a character by placing a / in front of it means to _______.
add it to the next character
assign it a name
double it
ignore it

3.

MULTIPLE CHOICE QUESTION

30 sec • 13 pts

In CodeSkulptor3’s syntax highlighting, what color do all text strings appear in?
yellow
red
black
green

4.

MULTIPLE CHOICE QUESTION

30 sec • 9 pts

In Python, you use # to escape a character.
TRUE
FALSE

5.

MULTIPLE CHOICE QUESTION

30 sec • 13 pts

In the game rock, paper, scissors, what code results in a tie?
if user < computer
computer = random choice
if user == computer
if user > computer

6.

MULTIPLE CHOICE QUESTION

30 sec • 13 pts

Relational operators like <= and != are used to _______ variables.
organize
compare
assign a value to
perform functions on

7.

MULTIPLE CHOICE QUESTION

30 sec • 13 pts

Mario just finished writing a script for a game and asks a friend to test it to see if it works. What process is this a part of?

escaping
syntax highlighting
debugging
sequencing

8.

MULTIPLE CHOICE QUESTION

30 sec • 13 pts

To add a comment to a script, the line should start with what symbol?
#
()
/
""==""