Module 5 & Module 6

Module 5 & Module 6

University - Professional Development

10 Qs

quiz-placeholder

Similar activities

Midterm Exam for IT IM01

Midterm Exam for IT IM01

University

15 Qs

SQL Quiz

SQL Quiz

University

15 Qs

SQL Queries_Questions

SQL Queries_Questions

University

14 Qs

Cuestionario SQL

Cuestionario SQL

Professional Development

10 Qs

introduction to sql

introduction to sql

University

10 Qs

Web-based Development

Web-based Development

5th Grade - University

15 Qs

Got It Game Quiz

Got It Game Quiz

University

10 Qs

Introduction to SQL

Introduction to SQL

University

13 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?