Cycle 5 and 6 Entrance Ticket

Cycle 5 and 6 Entrance Ticket

10th Grade

5 Qs

quiz-placeholder

Similar activities

Python Code Quiz

Python Code Quiz

10th Grade

10 Qs

Python - Operators and Conditional Statement

Python - Operators and Conditional Statement

3rd - 10th Grade

10 Qs

Post Test C++

Post Test C++

9th - 12th Grade

10 Qs

QUARTER 3 MODULE 6

QUARTER 3 MODULE 6

10th Grade

10 Qs

Quiz Materi Excel

Quiz Materi Excel

9th - 12th Grade

10 Qs

Kabeer Python Assessment Quiz

Kabeer Python Assessment Quiz

7th - 12th Grade

10 Qs

Python Basics - Lesson 1

Python Basics - Lesson 1

KG - University

10 Qs

C# Variables

C# Variables

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