Quiz 4 - ITEDEV - Final

Quiz 4 - ITEDEV - Final

Professional Development

30 Qs

quiz-placeholder

Similar activities

BCSBI

BCSBI

Professional Development

25 Qs

GROAP 14 - 2022

GROAP 14 - 2022

Professional Development

35 Qs

Diklat PKS 2019

Diklat PKS 2019

Professional Development

30 Qs

Salesforce 101 Assessment

Salesforce 101 Assessment

Professional Development

30 Qs

AWS Quiz Feb 17

AWS Quiz Feb 17

Professional Development

25 Qs

CIP 1 Quiz 7

CIP 1 Quiz 7

Professional Development

25 Qs

CIP 1 Quiz 6

CIP 1 Quiz 6

Professional Development

25 Qs

LPL -Match 1 Regional

LPL -Match 1 Regional

Professional Development

25 Qs

Quiz 4 - ITEDEV - Final

Quiz 4 - ITEDEV - Final

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Ryan Gente

Used 13+ 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 function is used to get the current date in PHP?
now()
date()
time()
getDate()

Answer explanation

The date() function formats and returns the current date.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which format displays the date as '2025-05-17'?
d/m/Y
Y.m.d
Y-m-d
m/d/Y

Answer explanation

Y-m-d is the ISO format for dates.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'L' format character in date() represent?
Leap year
Language
Location
Length of month

Answer explanation

L returns 1 if it's a leap year, 0 otherwise.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What PHP function returns the current time in seconds?
now()
timestamp()
microtime()
time()

Answer explanation

time() returns Unix timestamp (seconds since 1970).

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL command imports CSV data efficiently?
INSERT BULK
LOAD DATA INFILE
IMPORT CSV
READ FILE

Answer explanation

LOAD DATA INFILE is used to quickly import large datasets.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What clause defines the file path in LOAD DATA INFILE?
FROM FILE
FILEPATH
INFILE
SOURCE

Answer explanation

INFILE specifies the CSV file path.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML input type supports multiple file uploads?
file
multiple
checkbox
submit

Answer explanation

<input type='file' multiple> allows selecting many files.

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?

Discover more resources for Professional Development