Coding 300: JavaScript/Python Vocab

Coding 300: JavaScript/Python Vocab

7th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

loops in python

loops in python

6th - 8th Grade

15 Qs

Homework 4- Data Types and Selection

Homework 4- Data Types and Selection

8th Grade

10 Qs

Coding Vocabulary Words

Coding Vocabulary Words

8th Grade

12 Qs

Computer Programming Basics

Computer Programming Basics

8th Grade

11 Qs

Pseudocode - Iteration

Pseudocode - Iteration

7th - 11th Grade

10 Qs

HTML QUIZ- Grade 6

HTML QUIZ- Grade 6

7th Grade

10 Qs

p5.js Week1 PREtest

p5.js Week1 PREtest

7th - 12th Grade

14 Qs

🐍 Python🐍

🐍 Python🐍

5th - 9th Grade

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