Final Assessment

Final Assessment

Professional Development

20 Qs

quiz-placeholder

Similar activities

JavaScript: Cuestionario de Diagnóstico

JavaScript: Cuestionario de Diagnóstico

Professional Development

18 Qs

Quiz sobre Estruturas de Repetição e Vetores

Quiz sobre Estruturas de Repetição e Vetores

Professional Development

22 Qs

Think it through

Think it through

University - Professional Development

16 Qs

JMS Fundamentals: Core Java

JMS Fundamentals: Core Java

Professional Development

15 Qs

Giz Quiz 3

Giz Quiz 3

Professional Development

20 Qs

PAI

PAI

Professional Development

20 Qs

PHP Initial Evaluation

PHP Initial Evaluation

Professional Development

20 Qs

Pre-Assessment: Java Basics

Pre-Assessment: Java Basics

Professional Development

20 Qs

Final Assessment

Final Assessment

Assessment

Quiz

Computers

Professional Development

Hard

Created by

mic micdeJC

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does PHP stand for?

Personal Home Page

Preprocessed Hypertext

PHP: Hypertext Preprocessor

Private Hosting Platform

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which symbol is used to denote the start of a PHP code block?

%

$

@

<?php

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you declare a variable in PHP?

var $myVar;

$myVar = value;

variable $myVar;

declare $myVar;

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is not a basic data type in PHP?

Integer

Float

Character

Object

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you concatenate two strings in PHP?

$string1 . $string2;

$string1 + $string2;

$string1 & $string2;

$string1 ~ $string2;

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which keyword is used for a "switch" statement in PHP?

select

choice

switch

case

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you declare a "for" loop in PHP?

for (i=0; i<5; i++)

repeat (i=0; i<5; i++)

loop (i=0; i<5; i++)

foreach (i=0; i<5; i++)

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?