Module 5 & Module 6

Module 5 & Module 6

University - Professional Development

10 Qs

quiz-placeholder

Similar activities

Database- SQL

Database- SQL

University

15 Qs

Data Science

Data Science

University

15 Qs

PHP

PHP

University

10 Qs

Basics of Computer Quiz

Basics of Computer Quiz

Professional Development

10 Qs

SQL basico

SQL basico

University

11 Qs

AWD - Midterm Quiz

AWD - Midterm Quiz

University

15 Qs

Rdbms -2-bulit in functions

Rdbms -2-bulit in functions

University

15 Qs

Software Engineering Quiz 1

Software Engineering Quiz 1

University

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