Quiz 4 - ITEDEV - Final

Quiz 4 - ITEDEV - Final

Professional Development

30 Qs

quiz-placeholder

Similar activities

TSAC Webinar on Tax Mapping Requirements and Other Tax Updates

TSAC Webinar on Tax Mapping Requirements and Other Tax Updates

Professional Development

25 Qs

CxEngage knowledge sharing test

CxEngage knowledge sharing test

Professional Development

25 Qs

Learning Premier League - Level 1

Learning Premier League - Level 1

Professional Development

30 Qs

Cross-Skill Quiz #1

Cross-Skill Quiz #1

Professional Development

25 Qs

CRM DEPARTMENT-28TH APRIL

CRM DEPARTMENT-28TH APRIL

Professional Development

26 Qs

Final Assessment

Final Assessment

Professional Development

31 Qs

New Hire Review 3.5

New Hire Review 3.5

Professional Development

33 Qs

FO_DEPARTMENT CLASS_LAMPUNG

FO_DEPARTMENT CLASS_LAMPUNG

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

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Discover more resources for Professional Development