PHP Program '20 Semester Exam Morrell

PHP Program '20 Semester Exam Morrell

9th Grade

35 Qs

quiz-placeholder

Similar activities

Noda Pt.2

Noda Pt.2

9th - 12th Grade

34 Qs

uas sistem komputer genap

uas sistem komputer genap

9th - 12th Grade

30 Qs

81-120 intro

81-120 intro

9th Grade

38 Qs

HTML

HTML

5th - 12th Grade

30 Qs

TechTest

TechTest

7th - 11th Grade

30 Qs

Architect Scale Parts and Basic Measurement

Architect Scale Parts and Basic Measurement

9th - 10th Grade

32 Qs

PHP Program '20 Semester Exam Morrell

PHP Program '20 Semester Exam Morrell

Assessment

Quiz

Design

9th Grade

Medium

CCSS
RI.7.7, RI.8.7, RI.9-10.7

+2

Standards-aligned

Created by

Tyler Morrell

Used 9+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Insert the missing part of the code below to output "Hello World".

echo and print

System.out.println

println

cout

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Write the correct opening tag and close tag for PHP scripts.

{}

<?php ?>

<>

<? ?>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Statements in PHP have to end with a special character, which one?

.

,

:

;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Create a variable in php assign with the

String

const

let

$

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Get the length of the string "Hello World!".

Leng

substring

strlen

len

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Use the correct function to output the number of items in an array.


$fruits = array("Apple", "Banana", "Orange");

echo $fruits[0]

echo $fruits["Apple"]

echo count($fruits)

echo $fruits[0][1]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Write a correct syntax to include a file named "footer.php".

include ("footer.php");

import("footer.php");

required("footer.php");

export("footer.php");

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?