0% found this document useful (0 votes)
4 views2 pages

Webtech Pyq Chapterwise Topics

The document outlines chapter-wise questions related to PHP and web technologies, covering topics such as PHP basics, arrays, functions, advanced PHP concepts, jQuery, and Angular with TypeScript. It includes specific questions on variables, data types, form handling, file inclusion, sessions, cookies, and programming tasks. Each chapter focuses on essential concepts and functions relevant to web development using PHP and associated technologies.

Uploaded by

pritygprajapati
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)
4 views2 pages

Webtech Pyq Chapterwise Topics

The document outlines chapter-wise questions related to PHP and web technologies, covering topics such as PHP basics, arrays, functions, advanced PHP concepts, jQuery, and Angular with TypeScript. It includes specific questions on variables, data types, form handling, file inclusion, sessions, cookies, and programming tasks. Each chapter focuses on essential concepts and functions relevant to web development using PHP and associated technologies.

Uploaded by

pritygprajapati
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

PHP / Web Technologies – PYQ Chapter-wise

Questions (Topics in Brackets)

Chapter 1 – Introduction to PHP

• Is PHP variables case sensitive? (Topic: Variables / Case Sensitivity)

• What is [Link]? (Topic: PHP Configuration File)

• PHP files have extension. (Topic: PHP File Basics)

• PHP numerically indexed array begins with position. (Topic: Array Basics)

• Write the full form of IDE. (Topic: Development Environment)

• What does PHP stand for? (Topic: Introduction to PHP)

• PHP variables must begin with '&' sign. (Topic: Variable Syntax Rules)

• isset() (Topic: Built-in Function – Variable Checking)

• echo() (Topic: Output Statement)

• strlen() (Topic: String Function)

• print_r() (Topic: Array Debug Function)

• Write the full form of AJAX. (Topic: AJAX Basics)

• List any four PHP data types. (Topic: Data Types)

• Explain GET and POST method in detail. (Topic: Form Handling – GET vs POST)

• Explain conditional statements in PHP with examples. (Topic: Control Structures –


if/else/switch)

Chapter 2 – Arrays, Forms and Functions

• What is an array? Explain two dimensional array. (Topic: Arrays / Multidimensional Arrays)

• Discuss User Defined Function in PHP with example. (Topic: User Defined Functions)

• Explain include() and include_once(). (Topic: File Inclusion Functions)

• Explain require() and require_once(). (Topic: File Inclusion Functions)

Chapter 3 – Advanced PHP

• Explain directories in PHP. (Topic: Files and Directories)

• Explain session variable with example. (Topic: Sessions)

• Explain file handling functions. (Topic: File Handling)

• What is Cookies? Explain how to use Cookies with example. (Topic: Cookies)
Chapter 4 – jQuery

• Explain selectors in jQuery. (Topic: jQuery Selectors)

• What are events? Explain jQuery event methods with examples. (Topic: jQuery Events)

• Explain bootstrap. (Topic: Frontend Framework Basics)

Chapter 5 – Angular & Typescript

• What is Typescript? Explain its types in detail. (Topic: Typescript Data Types)

Programming Question

• Write a program to take student information using form and insert into table. (Topic: PHP Forms
+ Database Concept)

You might also like