Module 5 & Module 6

Module 5 & Module 6

University - Professional Development

10 Qs

quiz-placeholder

Similar activities

IntroToDatabases W2

IntroToDatabases W2

University

12 Qs

PHP QUIZ

PHP QUIZ

University

14 Qs

Software Engineering Quiz 3

Software Engineering Quiz 3

University

10 Qs

Internet Basics

Internet Basics

University

15 Qs

HTML Quiz

HTML Quiz

University

10 Qs

4CSN-2 SQL LAB

4CSN-2 SQL LAB

University

10 Qs

Introduction to SQL

Introduction to SQL

University

13 Qs

Module 1

Module 1

University

12 Qs

Module 5 & Module 6

Module 5 & Module 6

Assessment

Quiz

Computers, Science

University - Professional Development

Medium

Created by

devGJ pro

Used 4+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?