Final Assessment

Final Assessment

Professional Development

20 Qs

quiz-placeholder

Similar activities

Final Assessment

Final Assessment

Professional Development

16 Qs

PHP & MySQL - parte 1

PHP & MySQL - parte 1

9th Grade - Professional Development

20 Qs

coding

coding

KG - Professional Development

15 Qs

What is this node?

What is this node?

Professional Development

20 Qs

Pre-Assessment: Java Basics

Pre-Assessment: Java Basics

Professional Development

20 Qs

24/01/2024

24/01/2024

Professional Development

15 Qs

J2 2

J2 2

KG - Professional Development

15 Qs

AP Computer Science Unit 2

AP Computer Science Unit 2

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?