Quiz o PHP

Quiz o PHP

2nd Grade

31 Qs

quiz-placeholder

Similar activities

KARTA ROWEROWA - Bezpieczeństwo na drodze

KARTA ROWEROWA - Bezpieczeństwo na drodze

2nd Grade

30 Qs

cs:go

cs:go

KG - Professional Development

27 Qs

Komputer

Komputer

2nd Grade

26 Qs

C++

C++

1st - 5th Grade

31 Qs

bbbb

bbbb

1st - 5th Grade

28 Qs

RMK

RMK

KG - University

26 Qs

Bezpieczeństwo w Internecie

Bezpieczeństwo w Internecie

KG - Professional Development

30 Qs

System Windows 7

System Windows 7

1st - 6th Grade

30 Qs

Quiz o PHP

Quiz o PHP

Assessment

Quiz

Computers

2nd Grade

Medium

Created by

Milena Felczak

Used 1+ times

FREE Resource

31 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Co oznacza skrót PHP?

Personal Home Page

PHP: Hypertext Preprocessor

Preprocessor Hypertext Page

Portable Hypertext Processor

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Jak deklaruje się zmienną w PHP?

$variable = "value";

var variable = "value";

let variable = "value";

variable = "value";

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Która funkcja służy do wypisywania danych w PHP?

echo

print

print_r

Wszystkie powyższe

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Jakie typy danych istnieją w PHP?

String, Number, Boolean, Null

String, Integer, Float, Boolean, Array, Object, NULL

Char, String, Float, Int, Boolean

Byte, Short, Int, Long, Double

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Jak można połączyć dwa ciągi tekstowe w PHP?

Za pomocą operatora +

Za pomocą operatora .

Za pomocą operatora concat()

Za pomocą strcat()

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Co oznacza $x === $y w PHP?

Równość wartości

Równość wartości i typu

Porównanie referencji

Żadne z powyższych

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Jak definiuje się funkcję w PHP?

function myFunction() {}

def myFunction() {}

func myFunction() {}

define myFunction() {}

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?