Quiz su PHP e Sicurezza Web

Quiz su PHP e Sicurezza Web

11th Grade

40 Qs

quiz-placeholder

Similar activities

Word

Word

6th - 12th Grade

40 Qs

MID Sem 5 PWPB XIIRPL

MID Sem 5 PWPB XIIRPL

2nd Grade - University

40 Qs

ECDL: online essential

ECDL: online essential

9th - 12th Grade

35 Qs

PHP Programming -  Assessment

PHP Programming - Assessment

9th - 12th Grade

40 Qs

Test - Alfabetizzazione Informatica

Test - Alfabetizzazione Informatica

9th - 12th Grade

40 Qs

ProvaTeoricaCL3CSS

ProvaTeoricaCL3CSS

9th - 12th Grade

35 Qs

Internet e il Web

Internet e il Web

6th - 12th Grade

45 Qs

Quiz su PHP e Sicurezza Web

Quiz su PHP e Sicurezza Web

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Emanuele Albertosi

Used 1+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quale operatore viene utilizzato in PHP per concatenare stringhe?

+

.

&

:

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quale funzione in PHP restituisce la lunghezza di una stringa?

count()

length()

strlen()

sizeof()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cosa sono i cookie HTTP?

Script di programmazione lato server

Piccoli file di testo memorizzati dal browser sul computer dell'utente

Funzioni speciali di JavaScript

Protocolli di comunicazione

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual è il modo corretto per iniziare una sessione in PHP?

begin_session()

session_start()

$_SESSION = new Session()

session_create()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Come si dichiara una variabile in PHP?

var x = 5;

dim x as integer = 5;

x = 5;

$x = 5;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quale attributo del cookie impedisce l'accesso tramite JavaScript?

Secure

SameSite

HttpOnly

Path

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quale funzione PHP è utilizzata per stabilire un cookie?

make_cookie()

setcookie()

create_cookie()

cookie_set()

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?