Final Assessment

Final Assessment

Professional Development

20 Qs

quiz-placeholder

Similar activities

Progate Technical Drill PHP

Progate Technical Drill PHP

Professional Development

15 Qs

Mega Quizz 🎁

Mega Quizz 🎁

Professional Development

18 Qs

Java Quiz on Module 1 & 2

Java Quiz on Module 1 & 2

Professional Development

21 Qs

android

android

Professional Development

15 Qs

C++ Searches and Sorts

C++ Searches and Sorts

University - Professional Development

15 Qs

web development

web development

Professional Development

20 Qs

PHP TEST 2

PHP TEST 2

1st Grade - Professional Development

20 Qs

Power Automate Quiz

Power Automate Quiz

Professional Development

25 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?