PHP

PHP

12th Grade

14 Qs

quiz-placeholder

Similar activities

python ünite 1

python ünite 1

9th - 12th Grade

10 Qs

Powerpoint Değerlendirme

Powerpoint Değerlendirme

KG - 12th Grade

10 Qs

HTML-CSS

HTML-CSS

9th Grade - University

14 Qs

Python Programming 2

Python Programming 2

9th Grade - Professional Development

11 Qs

Cyber Security

Cyber Security

9th - 12th Grade

15 Qs

PicoBricks Quiz

PicoBricks Quiz

9th - 12th Grade

15 Qs

web tasarım programlama-1

web tasarım programlama-1

12th Grade

10 Qs

ETİK BİLGİ VE SİBER SUÇLAR

ETİK BİLGİ VE SİBER SUÇLAR

1st - 12th Grade

16 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?