PHP'de bir değişken nasıl tanımlanır?

İnternet Programcılığı 2-1

Quiz
•
Computers
•
11th Grade
•
Hard
Ergün Karakuş
Used 4+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
$myVariable = "Hello World!";
myVariable = "Hello World!";
var myVariable = "Hello World!";
set myVariable = "Hello World!";
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
PHP'de bir if bloğu nasıl kullanılır?
if (myVariable == 'Hello World!') { echo "Hello World!"; }
if (myVariable === "Hello World!") { echo "Hello World!"; }
if (myVariable = "Hello World!") { echo "Hello World!"; }
if (myVariable == "Hello World!") { echo "Hello World!"; }
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
PHP'de bir döngü nasıl kullanılır?
do { echo $i++; } while ($i<10);
Tümü doğru
for ($i=0; $i<10; $i++) { echo $i; }
while ($i<10) { echo $i++; }
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
PHP'de bir dosyayı açmak için hangi fonksiyon kullanılır?
readfile()
fopen()
open()
file_get_contents()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
PHP'de bir veritabanına nasıl bağlanılır?
mysqli_connect("localhost", "username", "password", "database");
mysql_connect("localhost", "username", "password", "database");
pg_connect("localhost", "username", "password", "database");
Tümü yanlış
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
PHP'de bir veritabanından kayıt listelemek için hangi fonksiyon kullanılır?
pg_query()
mysql_query()
mysqli_query()
Tümü yanlış
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
PHP'de bir veritabanına kayıt eklemek için hangi SQL ifadesi kullanılır?
SELECT
DELETE
INSERT
UPDATE
Create a free account and access millions of resources
Similar Resources on Quizizz
25 questions
UTS WEB Kelas XI Semester 2

Quiz
•
11th Grade
28 questions
Büyük Veri ve Etik Sorunlar

Quiz
•
7th Grade - University
20 questions
Bilişim Teknolojileri

Quiz
•
9th - 12th Grade
20 questions
Pemrograman Dasar 3

Quiz
•
9th - 12th Grade
20 questions
Iteration

Quiz
•
11th Grade
22 questions
ASP.Net MVC

Quiz
•
11th Grade
20 questions
Jago PHP

Quiz
•
11th Grade
29 questions
Ofis Programları - Kelime İşlemci Öğrt. Faal. 1

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
20 questions
math review

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
10 questions
Human Body Systems and Functions

Interactive video
•
6th - 8th Grade
19 questions
Math Review

Quiz
•
3rd Grade
45 questions
7th Grade Math EOG Review

Quiz
•
7th Grade
Discover more resources for Computers
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
20 questions
Investing

Quiz
•
9th - 12th Grade
20 questions
Insurance

Quiz
•
9th - 12th Grade
20 questions
Paying for College

Quiz
•
9th - 12th Grade
20 questions
Banking

Quiz
•
9th - 12th Grade
20 questions
Managing Credit

Quiz
•
9th - 12th Grade
20 questions
-AR -ER -IR present tense

Quiz
•
10th - 12th Grade