Search Header Logo

Final Assessment

Authored by mic micdeJC

Computers

Professional Development

Final Assessment
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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++)

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?