Cycle 5 and 6 Entrance Ticket

Cycle 5 and 6 Entrance Ticket

10th Grade

5 Qs

quiz-placeholder

Similar activities

TLE QUIZZIZ 2

TLE QUIZZIZ 2

9th - 12th Grade

10 Qs

Quiz Week 6

Quiz Week 6

10th Grade

10 Qs

LUA Test

LUA Test

9th Grade - University

10 Qs

python quiz

python quiz

6th Grade - Professional Development

10 Qs

Java Strings

Java Strings

1st Grade - Professional Development

10 Qs

Python

Python

1st - 10th Grade

10 Qs

KODEKIDDO HACK #MLH3

KODEKIDDO HACK #MLH3

4th Grade - University

10 Qs

Java Script

Java Script

10th - 12th Grade

10 Qs

Cycle 5 and 6 Entrance Ticket

Cycle 5 and 6 Entrance Ticket

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Erjohn Ison

Used 12+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which among these codes is a reserved keyword?

lastName

hello

var

_first

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

From the choices below, select the variable name that follows the variable naming convention.

var #hello = 3;

var var= "hello";

var firstName = "Irene";

var Last Name = "Reyes";

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which among the codes below uses a primitive data type?

var a;

var a="null"

var x= [ "hello", "world","programming"];

var c= "Hello World";

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the symbol for the arithmetic operator "division"?

/

%

\

|

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Operator that concatenate strings together is called ..

arithmetic operator

string operator

assignment operator