Basics of JavaScript

Basics of JavaScript

3rd - 4th Grade

5 Qs

quiz-placeholder

Similar activities

JavaScript

JavaScript

1st - 12th Grade

10 Qs

JavaScript Test 1: Shapes and Printing

JavaScript Test 1: Shapes and Printing

2nd - 9th Grade

10 Qs

Quiz Python 1

Quiz Python 1

1st - 3rd Grade

10 Qs

AstepI Quiz 2

AstepI Quiz 2

4th - 8th Grade

10 Qs

JavaScriptAvanzado-II

JavaScriptAvanzado-II

1st - 12th Grade

8 Qs

Computer-Its Classification

Computer-Its Classification

4th Grade

10 Qs

Информатика 9 класс Одномерный массив

Информатика 9 класс Одномерный массив

1st - 3rd Grade

10 Qs

Basics of JavaScript

Basics of JavaScript

Assessment

Quiz

Computers, Education, Special Education

3rd - 4th Grade

Medium

Created by

Sumaitha Farzeen

Used 52+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A _______ is a set of grammar rules that a computer can interpret.

JavaScript

Syntax

Coding

Text-based Coding

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Name the two syntaxes which can be used to display messages.

Bot.send(); and console.log();

bot.send(); and console.log();

Bot.send(); and Console.log();

bot.Send(); and console.Log();

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable?

A variable is like a container that can store multiple values.

The value in the variable cannot be changed.

A variable is used to stores only numbers.

A variable is like a container that can store a single value.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword can be used to create a variable?

Let and var

Var and let

let and var

LET and VAR

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The _____ sign can be used to add two numbers as well as combines two strings together.

=

-

*

+