PHP

PHP

12th Grade

14 Qs

quiz-placeholder

Similar activities

Web I: CSS Debug

Web I: CSS Debug

9th - 12th Grade

15 Qs

Algoritma

Algoritma

6th Grade - University

15 Qs

Quizz 1

Quizz 1

12th Grade

12 Qs

Python basics

Python basics

9th - 12th Grade

16 Qs

Güvenli İnternet

Güvenli İnternet

1st Grade - University

15 Qs

Linux komendy polecenia podstawy

Linux komendy polecenia podstawy

8th - 12th Grade

16 Qs

Ka More HTML Tags

Ka More HTML Tags

1st - 12th Grade

15 Qs

PHP

PHP

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Murat DÜZ

Used 34+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdaki değişken tanımlamalarından hangisi doğrudur?

$sayı1=54;

$sayi 1=54;

$1.sayi=54;

$sayi1=54;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Sadece true yada false değerini saklamak için kullanılan veri türü aşağıdakilerden hangisidir?

integer

float

boolean

string

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<?php

$a=5;

$b=9;

$a.=$b;

?>

45

9

59

95

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

$y=8; ise $x=$y%2 işleminin $x in değeri kaçtır?

2

8

4

0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdakilerden hangisi belirtilen iki koşuldan birinin sağlamasının yeterli olduğu durumlarda kullanılır?

and

==

&&

||

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdakilerden hangisi açıklama satırlarında kullanılabilir?

/*...*/

/?..?/

\\

/*

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hangi komut ekranda SONUÇ=15 ifadesini gösterir?

echo "SONUÇ=9+6";

echo SONUÇ="9+6";

echo SONUÇ=$9+$6;

echo "SONUÇ=". 9+6 ;

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?