Quiz 3 - ITEDEV - Final

Quiz 3 - ITEDEV - Final

Professional Development

30 Qs

quiz-placeholder

Similar activities

Machinist Grinder 4th Sem  Module 7 : CNC Safety and M/c Element

Machinist Grinder 4th Sem Module 7 : CNC Safety and M/c Element

Professional Development

26 Qs

Test Evaluación Formación Excelencia Calidad Básica y operativa - CVC Grupo Inmobiliaria Digital

Test Evaluación Formación Excelencia Calidad Básica y operativa - CVC Grupo Inmobiliaria Digital

Professional Development

35 Qs

Technology Mega Quiz Contest

Technology Mega Quiz Contest

Professional Development

25 Qs

Javascript basics 6

Javascript basics 6

Professional Development

29 Qs

PWS GCQ Night Episode 2

PWS GCQ Night Episode 2

Professional Development

25 Qs

Employability Skills YR1 241-270

Employability Skills YR1 241-270

Professional Development

30 Qs

Employability Skills - 1st Year 281-310

Employability Skills - 1st Year 281-310

Professional Development

30 Qs

Quiz 3 - ITEDEV - Final

Quiz 3 - ITEDEV - Final

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Ryan Gente

Used 9+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What PHP library is used to read Excel files?
PhpSpreadsheet
PHPExcel
ExcelJS
PDO

Answer explanation

PHPExcel and PhpSpreadsheet are both popular, but PhpSpreadsheet is the modern library.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which PHP function is used to move uploaded files?
upload_file()
store_file()
move_uploaded_file()
save_as()

Answer explanation

move_uploaded_file() is the correct function.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What HTML attribute is required to upload Excel files?
type='csv'
name='upload'
enctype='multipart/form-data'
action='upload.php'

Answer explanation

Forms must include enctype='multipart/form-data' to handle file uploads.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of exporting data from a database?
To delete old data
To backup the server
To generate reports in Excel
To create new tables

Answer explanation

Exporting enables creating downloadable reports for users.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is commonly used before exporting?
INSERT
SELECT
UPDATE
ALTER

Answer explanation

SELECT is used to gather data for export.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is typically used to compute total price with checkboxes?
radio buttons
text fields
checkboxes
drop-downs

Answer explanation

Checkboxes allow users to select multiple options for total calculation.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What JavaScript function helps calculate real-time total?
calculateSum()
onchange()
updateTotal()
parseFloat()

Answer explanation

parseFloat() converts string to number in calculations.

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?