0% found this document useful (0 votes)
11 views

Question Bank Web Programming

The document consists of a series of questions divided into three sections covering topics related to web development, including client-side and server-side scripting, PHP functions, SQL queries, and concepts like cookies, sessions, and RDBMS. It also addresses practical aspects such as file uploads, error handling, and web application characteristics. The questions aim to assess knowledge and understanding of various programming and database concepts.

Uploaded by

rohitchoud181
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

Question Bank Web Programming

The document consists of a series of questions divided into three sections covering topics related to web development, including client-side and server-side scripting, PHP functions, SQL queries, and concepts like cookies, sessions, and RDBMS. It also addresses practical aspects such as file uploads, error handling, and web application characteristics. The questions aim to assess knowledge and understanding of various programming and database concepts.

Uploaded by

rohitchoud181
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

SECTION -A

1. Define client side scripting.


2. Define Remote server.
3. Describe XAMPP.
4. Define pros and corns of Dynamic website.
5. What are Super Global Variables?
6. Define Regular expression in PHP.
7. What do you understand by an array?
8. List some advantages of PHP.
9. Why we use functions in PHP?
10. Define Mail Function.
11. Define Cookies.
12. Describe Get and Post method.
13. Define Constructor.
14. Name the function use in Opening and closing of file.
15. Explain RDBMS.
16. List different types of SQL.
17. Define MongoDB.
18. Define File inclusion.
19. What are different types of variable scope?
20. Define Multi-dimensional Array.

SECTION –B
1. Define web applications and list three key characteristics.
2. What is server-side scripting? Give two examples.
3. Define virtual hosting in web servers.
4. How do you define a constant in PHP?
5. Differentiate between while and do-while loops.
6. Differentiate between pass-by-value and pass-by-reference.
7. How to upload a file in PHP?
8. What is a class and object in PHP?
9. Write a SQL query to fetch data from a table.
10. Write a query to join two tables.
SECTION –C
1. Explain normalization in MySQL with examples.
2. Compare cookies and sessions in PHP.
3. How do you handle errors in PHP functions?
4. Explain nested if-else with an example in PHP.
5. Explain the client-server architecture with a diagram. How does it apply to web
applications?
6. How does a load balancer improve web server efficiency?

You might also like