Quiz 2 - ITEDEV - Final

Quiz 2 - ITEDEV - Final

Professional Development

30 Qs

quiz-placeholder

Similar activities

ISO 2021 Review

ISO 2021 Review

Professional Development

25 Qs

Christmas 2022

Christmas 2022

Professional Development

25 Qs

THỨ 4 VUI VẺ - 19/03 - VITAMIN

THỨ 4 VUI VẺ - 19/03 - VITAMIN

Professional Development

25 Qs

MQCC #1 2024

MQCC #1 2024

Professional Development

25 Qs

Leasing BLOCKstars

Leasing BLOCKstars

Professional Development

25 Qs

KUIZ PSIKOLOGI MANUSIA T1 - T5 COHORT 10

KUIZ PSIKOLOGI MANUSIA T1 - T5 COHORT 10

Professional Development

25 Qs

Quis Refreshment Sales Asya - Agustus

Quis Refreshment Sales Asya - Agustus

Professional Development

25 Qs

LPL NCR match 2

LPL NCR match 2

Professional Development

25 Qs

Quiz 2 - ITEDEV - Final

Quiz 2 - ITEDEV - Final

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Ryan Gente

Used 15+ times

FREE Resource

AI

Enhance your content in a minute

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

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does isset() do in PHP?
Declares a variable
Checks if a variable is set
Compares values
Defines a constant

Answer explanation

Checks if a variable is set and not null.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which element is used to create a button in HTML?
<btn>
<button>
<submit>
<input type='text'>

Answer explanation

The correct element is <button>.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What PHP function is used to remove whitespace?
remove_spaces()
strip()
escape()
trim()

Answer explanation

trim() removes whitespace from both ends of a string.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which superglobal is used to retrieve form data?
$_GET
$_POST
$_FORM
$_DATA

Answer explanation

$_POST is used for form submission.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does PHP typically check if a button was clicked?
$_CLICK
isset($_POST['button_name'])
onClick()
button_clicked()

Answer explanation

Using isset($_POST['button_name']) is standard practice.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of .htaccess?
Style HTML
Handle sessions
Control web server settings
Redirect to login

Answer explanation

.htaccess is used for server-level configurations.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which PHP tag starts a block of code?
<php>
<?php ?>
<script>
<code>

Answer explanation

<?php ?> is the correct PHP opening tag.

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?