ESTOU POR DENTRO DO ASSUNTO? Linguagem PHP

ESTOU POR DENTRO DO ASSUNTO? Linguagem PHP

University

10 Qs

quiz-placeholder

Similar activities

Who Wants To Be a Programmer?

Who Wants To Be a Programmer?

University - Professional Development

10 Qs

3TEC_R3_2 TRI_BANCO DE DADOS_25 AO 32

3TEC_R3_2 TRI_BANCO DE DADOS_25 AO 32

University

15 Qs

Laravel-Manajemen-User

Laravel-Manajemen-User

University

15 Qs

Let's Check!

Let's Check!

12th Grade - Professional Development

15 Qs

TY A Web Technologies -II (Chapter 1 and 2) Quiz

TY A Web Technologies -II (Chapter 1 and 2) Quiz

University

12 Qs

Testando conhecimentos

Testando conhecimentos

University

8 Qs

H466 - Arrays, Records, Tuples and Lists

H466 - Arrays, Records, Tuples and Lists

11th Grade - University

10 Qs

module3

module3

University

15 Qs

ESTOU POR DENTRO DO ASSUNTO? Linguagem PHP

ESTOU POR DENTRO DO ASSUNTO? Linguagem PHP

Assessment

Quiz

Computers

University

Medium

Created by

Professor Cândido

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é o símbolo utilizado para declarar uma variável em PHP?

&

%

$

#

@

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Como declarar uma variável chamada $nome com o valor "João"?

nome = "João";

$nome: "João";

var $nome = "João";

$nome = "João";

let $nome = "João";

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual estrutura é usada para fazer tomadas de decisão em PHP?

for

array

do-while

if-else

function

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é o operador correto para comparar igualdade de conteúdo e tipo em PHP?

=

==

===

!=

<=>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual saída será gerada pelo código $x = 5; echo $x * 2;?

10

52

5

2

Nenhuma das anteriores.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a função usada para contar o número de elementos em um array em PHP?

size()

count()

length()

elements()

array_count()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

O que será exibido pelo seguinte código? (veja imagem)

012

123

000

111

Nenhuma saída

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?