Quiz 4 - ITEDEV - Final

Quiz 4 - ITEDEV - Final

Professional Development

30 Qs

quiz-placeholder

Similar activities

Quiz 1 - ITEDEV - Final

Quiz 1 - ITEDEV - Final

Professional Development

25 Qs

TSAC Webinar on Tax Mapping Requirements and Other Tax Updates

TSAC Webinar on Tax Mapping Requirements and Other Tax Updates

Professional Development

25 Qs

Développement

Développement

Professional Development

30 Qs

Junior Programmer - Test 2

Junior Programmer - Test 2

University - Professional Development

34 Qs

CxEngage knowledge sharing test

CxEngage knowledge sharing test

Professional Development

25 Qs

MIS & TABLEAU FINAL ASSESSMENT

MIS & TABLEAU FINAL ASSESSMENT

Professional Development

25 Qs

Google For Education Level 2 (review quiz)

Google For Education Level 2 (review quiz)

Professional Development

25 Qs

GCP

GCP

University - Professional Development

27 Qs

Quiz 4 - ITEDEV - Final

Quiz 4 - ITEDEV - Final

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Ryan Gente

Used 12+ 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?