Coding 300: JavaScript/Python Vocab

Coding 300: JavaScript/Python Vocab

7th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Basics of Coding SC 1

Basics of Coding SC 1

7th - 9th Grade

15 Qs

Collecting Treasure with Laurel: Lesson 3

Collecting Treasure with Laurel: Lesson 3

6th Grade - University

10 Qs

Python : Codeathon Competition

Python : Codeathon Competition

5th - 8th Grade

15 Qs

Programming Vocabulary

Programming Vocabulary

6th - 8th Grade

15 Qs

Python Basic

Python Basic

6th - 8th Grade

10 Qs

Hour of Code ESL

Hour of Code ESL

6th - 8th Grade

14 Qs

Ozaria Chapter 2

Ozaria Chapter 2

6th - 8th Grade

11 Qs

Python Statements

Python Statements

5th - 7th Grade

10 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?