Quiz 3 - ITEDEV - Final

Quiz 3 - ITEDEV - Final

Professional Development

30 Qs

quiz-placeholder

Similar activities

PWS GCQ Night Episode 2

PWS GCQ Night Episode 2

Professional Development

25 Qs

RPA- Associate Training

RPA- Associate Training

Professional Development

31 Qs

Web Application Post-Test Under Cyber Closet Project

Web Application Post-Test Under Cyber Closet Project

Professional Development

25 Qs

Excel

Excel

Professional Development

25 Qs

Employability Skills YR1 241-270

Employability Skills YR1 241-270

Professional Development

30 Qs

Sales@Tally Quiz 1

Sales@Tally Quiz 1

10th Grade - Professional Development

25 Qs

NNTA, Jhapa Quiz program.Designed by Drona Stha

NNTA, Jhapa Quiz program.Designed by Drona Stha

Professional Development

25 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?