PHP FORM NESNELERİ-FONKSİYONLAR

PHP FORM NESNELERİ-FONKSİYONLAR

12th Grade

20 Qs

quiz-placeholder

Similar activities

LABORATORIO II

LABORATORIO II

12th Grade

20 Qs

nesne tabanlı

nesne tabanlı

10th Grade - University

15 Qs

Bilişim Teknolojileri 6.Sınıf Yıl Sonu Tekrar Testi

Bilişim Teknolojileri 6.Sınıf Yıl Sonu Tekrar Testi

6th Grade - Professional Development

17 Qs

Mikrodenetleyici ve Robotik Soruları

Mikrodenetleyici ve Robotik Soruları

10th Grade - University

16 Qs

Bilgisayar Bilimi-1-2-3.Ünite

Bilgisayar Bilimi-1-2-3.Ünite

9th - 12th Grade

23 Qs

Prueba Diagnóstica PHP Básico

Prueba Diagnóstica PHP Básico

10th Grade - University

20 Qs

Bilişim Teknolojileri

Bilişim Teknolojileri

KG - University

20 Qs

PHP + MySQL

PHP + MySQL

7th Grade - University

25 Qs

PHP FORM NESNELERİ-FONKSİYONLAR

PHP FORM NESNELERİ-FONKSİYONLAR

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Meryem KABİL

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<?php
for($i=0;$i<=5;$i=$i+1)
{echo $i ;}
?>

5

0-1-2-3-4

1-3-5

0-1-2-3-4-5

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

( ) POST metodunda formdaki veriler adres çubuğu üzerinden taşınır.

DOĞRU

YANLIŞ

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hangisi <form> etiketi oluşturulurken kullanılan bir özellik değildir?

action

method

name

type

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hangisi form kontrol elemanı değildir?

text

checkbox

combobox

select

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hangisi <input> etiketinin type özelliğinin alabildiği bir değerdir?

textarea

select

radio

option

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

( ) POST yöntemi GET yönteminden daha güvenli değildir.

doğru

yanlış

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

$a=4; $b=0; tanımlamalarına göre aşağıdaki ifadelerden hangisi true'dur?

if (($a+$b))

if ($b<$a)

if ($b)

if ($a*$b)

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?