τελεστες αντικειμενοστρεφης Php

τελεστες αντικειμενοστρεφης Php

12th Grade

25 Qs

quiz-placeholder

Similar activities

Excel (Spreadsheet)Terms

Excel (Spreadsheet)Terms

KG - University

21 Qs

PLTW CSE Essentials - Review for EOC #1

PLTW CSE Essentials - Review for EOC #1

9th - 12th Grade

20 Qs

Conditional Statements JavaScript

Conditional Statements JavaScript

9th - 12th Grade

20 Qs

Scratch Programming: Loops and Conditions

Scratch Programming: Loops and Conditions

6th Grade - University

20 Qs

Apstraktne strukture podataka - stog, red, stablo

Apstraktne strukture podataka - stog, red, stablo

12th Grade

20 Qs

Python Strings & Lists

Python Strings & Lists

11th - 12th Grade

20 Qs

Scratch Operators Quiz

Scratch Operators Quiz

1st Grade - University

20 Qs

Unit 3 Python TEST

Unit 3 Python TEST

11th - 12th Grade

20 Qs

τελεστες αντικειμενοστρεφης Php

τελεστες αντικειμενοστρεφης Php

Assessment

Quiz

Computers

12th Grade

Medium

Created by

ΖΩΗ ΚΟΥΣΑΚΗ

Used 3+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the categories of operators?

Comparative operators

Assignment operators

Logical operators

Increment/Decrement operators

Arithmetic operators

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What operations do arithmetic operators perform?

Multiplication

Division

Subtraction

Addition

Modulus

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the basic assignment operator?

=

+

-

*

/

4.

OPEN ENDED QUESTION

3 mins • 1 pt

What is the purpose of the assignment operators in PHP?

Evaluate responses using AI:

OFF

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the operator '+=' do in PHP?

Adds the right operand to the left operand and assigns the result to the left operand.

Subtracts the right operand from the left operand and assigns the result to the left operand.

Multiplies the left operand by the right operand and assigns the result to the left operand.

Divides the left operand by the right operand and assigns the result to the left operand.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the operation '$x++'?

Increments the value of x by 1 and returns the original value.

Returns the incremented value of x.

Decrements the value of x by 1.

Returns the decremented value of x.

7.

OPEN ENDED QUESTION

3 mins • 1 pt

What do comparison operators do in PHP?

Evaluate responses using AI:

OFF

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?