Module 5 & Module 6

Module 5 & Module 6

University - Professional Development

10 Qs

quiz-placeholder

Similar activities

PHP - Syntax & Output

PHP - Syntax & Output

University

15 Qs

dComm Morning Tea Quiz

dComm Morning Tea Quiz

Professional Development

10 Qs

PSP Week 5

PSP Week 5

University

10 Qs

Arrays in C (II yr 02.07.2020)

Arrays in C (II yr 02.07.2020)

University

10 Qs

AWD Quiz #2

AWD Quiz #2

University

10 Qs

EXPLANATION 2

EXPLANATION 2

11th Grade - University

15 Qs

Assistive Technology Intro

Assistive Technology Intro

University

12 Qs

PC7 - PLATFORM BASED WEB DEVELOPMENT - PRELIM EXAM

PC7 - PLATFORM BASED WEB DEVELOPMENT - PRELIM EXAM

University

12 Qs

Module 5 & Module 6

Module 5 & Module 6

Assessment

Quiz

Computers, Science

University - Professional Development

Practice Problem

Medium

Created by

devGJ pro

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

PHP server scripts are surrounded by delimiters, which?

<?php...?>

<&>...</&>

<?php>...</?>

<script>...</script>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you write "Hello World" in PHP

echo "Hello World";

"Hello World";

Document.Write("Hello World");

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All variables in PHP start with which symbol?

$

!

&

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you get information from a form that is submitted using the "get" method?

$_GET[];

Request.QueryString;

Request.Form;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to add 1 to the $count variable?

$count++;

++count

count++;

$count =+1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of these variables has an illegal name?

$my-Var

$myVar

$my_Var

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

With SQL, how do you select a column named "FirstName" from a table named "Persons"?

SELECT FirstName FROM Persons

EXTRACT FirstName FROM Persons

SELECT Persons.FirstName

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?