
İnternet Programcılığı 2-1
Authored by Ergün Karakuş
Computers
11th Grade
Used 4+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
PHP'de bir değişken nasıl tanımlanır?
$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
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?