PHP + MySQL

PHP + MySQL

7th Grade - University

25 Qs

quiz-placeholder

Similar activities

G7_Ch-7,8_HTML_Asmt-3_Revision

G7_Ch-7,8_HTML_Asmt-3_Revision

6th - 8th Grade

20 Qs

BAI 11. TIN 8 SU DUNG BAN MAU

BAI 11. TIN 8 SU DUNG BAN MAU

8th Grade

20 Qs

1ºDAM/DAW - Entornos de Desarrollo - UD1-6 - Prof. C. Boni

1ºDAM/DAW - Entornos de Desarrollo - UD1-6 - Prof. C. Boni

University - Professional Development

20 Qs

basisdata1

basisdata1

University

20 Qs

PH SIMKMDIG KD 3.1 Menerapkan Logika dan Algoritma Komputer

PH SIMKMDIG KD 3.1 Menerapkan Logika dan Algoritma Komputer

1st - 10th Grade

20 Qs

PARC Linux Basic Part 2

PARC Linux Basic Part 2

University

20 Qs

CSS Pseudo dan CSS Grid System

CSS Pseudo dan CSS Grid System

University

20 Qs

Visual Basic Assessment

Visual Basic Assessment

11th - 12th Grade

21 Qs

PHP + MySQL

PHP + MySQL

Assessment

Quiz

Computers

7th Grade - University

Medium

Created by

Monika Steinberg

Used 733+ times

FREE Resource

AI

Enhance your content in a minute

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

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does PHP stands for?

PHP: Hypertext Preprocessor

Private Home Page

Personal Hypertext Processor

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which among the following is the correct delimiters that surround PHP server scripts?

<?php>...</?>

<script>...</script>

<?php...?>

<&>...</&>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Request.QueryString;

$_GET[];

Request.Form;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When using the POST method, variables are displayed in the URL:

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

$count =+1

$count++;

++count

count++;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create an array in PHP?

$cars = "Volvo", "BMW", "Toyota";

$cars = array["Volvo", "BMW", "Toyota"];

$cars = array("Volvo", "BMW", "Toyota");

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The if statement is used to execute some code only if a specified condition is true

True

False

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?