Coding 300: JavaScript/Python Vocab

Coding 300: JavaScript/Python Vocab

7th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Grade 7 - QBASIC Quiz

Grade 7 - QBASIC Quiz

7th Grade

15 Qs

ROBOT FACTORY

ROBOT FACTORY

6th - 8th Grade

10 Qs

python loops

python loops

7th - 12th Grade

14 Qs

Basic Printf

Basic Printf

1st - 10th Grade

10 Qs

Python Basics Quiz

Python Basics Quiz

6th - 10th Grade

15 Qs

Module Unit 6 Vocabulary  Review

Module Unit 6 Vocabulary Review

7th Grade

10 Qs

Code Combat JavaScript Quiz

Code Combat JavaScript Quiz

4th - 8th Grade

13 Qs

Python strings

Python strings

8th - 9th Grade

11 Qs

Coding 300: JavaScript/Python Vocab

Coding 300: JavaScript/Python Vocab

Assessment

Quiz

Computers

7th - 8th Grade

Medium

Created by

Heather Coombs

Used 14+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

These use certain symbols to document code and help other people understand what your code does.

Comments

Syntax

Two Forward Slashes (//)

Pound Sign (#)

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A command that moves the Actor up and forward one block

highJump();

Infinite Loop

"For" Loop

longJump();

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

In JavaScript, single-line comments are started with this.

Comments

Syntax

Two Forward Slashes (//)

Pound Sign (#)

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A loop that repeats forever and does not end until the program stops

highJump();

Infinite Loop

"For" Loop

longJump();

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

This is the set of rules that govern how a language is structured and define what correctly formatted code looks like.

Comments

Syntax

Two Forward Slashes (//)

Pound Sign (#)

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A text-based programming language that is widely used in web development, game development, and scientific research. Syntax example: turn_right()

Python

JavaScript

Syntax

Comments

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Executes the same code a certain number of times. They are useful when you need to count (e.g., count from 0 to 9) or repeat an action multiple times.

highJump();

Infinite Loop

"For" Loop

longJump();

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?