
İnternet Programcılığı 2-1
Quiz
•
Computers
•
11th Grade
•
Practice Problem
•
Hard
Ergün Karakuş
Used 4+ times
FREE Resource
Enhance your content in a minute
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?
Similar Resources on Wayground
20 questions
Programming General Knowledge Stds 1
Quiz
•
9th - 12th Grade
20 questions
Basic Python Review 228
Quiz
•
9th - 12th Grade
20 questions
Python year 9
Quiz
•
8th - 11th Grade
22 questions
Fundamentals of Programming (GCSE Computer Science AQA)
Quiz
•
9th - 11th Grade
20 questions
JavaScript Basics Review
Quiz
•
7th - 12th Grade
20 questions
Java OOP Connections
Quiz
•
10th - 12th Grade
20 questions
Programowanie
Quiz
•
8th - 11th Grade
20 questions
Python เบื้องต้น ม.5
Quiz
•
11th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
20 questions
Figurative Language Review
Quiz
•
6th Grade
