Coding 300: JavaScript/Python Vocab

Coding 300: JavaScript/Python Vocab

7th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Computer Programming Basics

Computer Programming Basics

8th Grade

11 Qs

🐍 Python🐍

🐍 Python🐍

5th - 9th Grade

15 Qs

Python Quiz 1

Python Quiz 1

6th Grade - University

12 Qs

FOR LOOPS and Angles with Tracy (PYTHON)

FOR LOOPS and Angles with Tracy (PYTHON)

7th - 8th Grade

10 Qs

Code combat

Code combat

8th Grade

15 Qs

Coding Vocabulary Words

Coding Vocabulary Words

8th Grade

12 Qs

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

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