Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Prepare from : https://www.w3schools.

com/

OOP :
What is concept of oop, what is difference bw oop and structure programming.
What is Constructor and when it executes.
How many Access Specifier/Modifier are there, difference bw protected and private.
Inheritance
Abstract Classes
Constant & Static
Loops & if-else

PHP:
Basic syntax of php page. what is difference bw .php and .phtml file.
How declare variables, arrays, functions
GET & POST method and their difference
How to print a text in php

DATABASE :

queries : select, insert, delete, update


joins : inner join, outer join
use of : WHERE AND OR NOT in query
use of : MIN & MAX in query
use of : SUM, AVG, SUM in query

Questions will be like :


write a query to find sum of salery of 2020. in a table of employee.

Table : Employee
Name Salery Year
Ali 30,000 2020
Ahmad 45,000 2022
Zee 32,000 2020

Logical Questions / algorithem writing :

- Find the greatest/smallest number in an array. ie array = [22, 32, 83, 11, 2, 8]
- draw these pattern using loop/if-else
*********
*****
*

- write even/odd numbers.

You might also like