[go: up one dir, main page]

0% found this document useful (0 votes)
12 views5 pages

Ravisir-Imp QTNS-PHP With Mysql

The document promotes the YouTube channel 'RAVIMTECHCOMPUTERS' created by Machineni Ravi, who is qualified in Computer Science. It provides links to various educational playlists for students in B.Sc, B.Com, B.B.A, B.Tech, M.C.A, and M.Sc(CS) covering topics like Fundamentals of Computers, Windows Basics, and C Language. Additionally, it outlines key PHP and MySQL concepts and questions for students studying PHP with MySQL, encouraging subscriptions and engagement with the channel.

Uploaded by

rkvishalrock
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)
12 views5 pages

Ravisir-Imp QTNS-PHP With Mysql

The document promotes the YouTube channel 'RAVIMTECHCOMPUTERS' created by Machineni Ravi, who is qualified in Computer Science. It provides links to various educational playlists for students in B.Sc, B.Com, B.B.A, B.Tech, M.C.A, and M.Sc(CS) covering topics like Fundamentals of Computers, Windows Basics, and C Language. Additionally, it outlines key PHP and MySQL concepts and questions for students studying PHP with MySQL, encouraging subscriptions and engagement with the channel.

Uploaded by

rkvishalrock
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/ 5

FACULTY: MACHINENI RAVI M.

Tech(COMPUTER SCIENCE),TS&AP SET Qualified

COMPUTER EDUCATIONAL YOUTUBE CHANNEL LINK


CLICK HERE FOR COMPUTER YOUTUBE
CHANNEL NAME RAVIMTECHCOMPUTERS
click on SUBSCRIBE and activate Bell icon(all notifications)
*********************************

YOUTUBE Channel Name : RAVIMTECHCOMPUTERS


Click Below Link and click Subscribe&click Bell icon
COMPUTER EDUCATIONAL YOUTUBE CHANNEL LINK
https://www.youtube.com/channel/UC2nxq9k_aAfwsx
WF2wjQZ2Q
FACULTY: MACHINENI RAVI M.Tech(COMPUTER SCIENCE),TS&AP SET Qualified

COMPUTER EDUCATIONAL YOUTUBE CHANNEL LINK


CLICK HERE FOR COMPUTER YOUTUBE
CHANNEL NAME RAVIMTECHCOMPUTERS
click on SUBSCRIBE and activate Bell icon(all notifications)
Our Educational Channel Playlists
(Subject wise) Links (As of Now)
USEFUL
TO
B.Sc/B.Com/B.B.A/B.A/B.Tech/
M.C.A/M.Sc(CS) Students
1.Fundamentals of Computers
https://www.youtube.com/playlist?list=PLSaf837NcSLf6tg3zACHOOvh
4f5PzNCFV

2.Windows Basics
https://www.youtube.com/playlist?list=PLSaf837NcSLd70kZ4kTAzaZ
CB9vhyC1jZ

3.C Language
https://www.youtube.com/playlist?list=PLSaf837NcSLddLREaSbqARg
PBMG8SgMZh

COMPUTER EDUCATIONAL YOUTUBE (Subscribe) CHANNEL LINK


https://www.youtube.com/channel/UC2nxq9k_aAfwsx
WF2wjQZ2Q
Don’t forget to Subscribe for more videos.Share it to all.
Follow me on https://facebook.com/ravimtechcomputers
https://instagram.com/ravimtechcomputers
==========Thanks to All. Yours RAVIMTECHCOMPUTERS=========
FACULTY: MACHINENI RAVI M.Tech(COMPUTER SCIENCE),TS&AP SET Qualified

COMPUTER EDUCATIONAL YOUTUBE CHANNEL LINK


CLICK HERE FOR COMPUTER YOUTUBE
CHANNEL NAME RAVIMTECHCOMPUTERS
click on SUBSCRIBE and activate Bell icon(all notifications)
SUBJECT: B.Sc PHP WITH MYSQL IMP QUESTIONS
Fast reading Order UNIT3,UNIT2,UNIT1
UNIT-1
***1. PHP Features and Datatypes in PHP
***2. Operators & Expressions in PHP
*** 3. Variables & Constants in PHP
***4. Loop Statements in PHP
5. Decision Statements in PHP
***6. Define String. How to create and access a String in PHP
***7. Explain String Functions/Operations in PHP with examples
Hint: [creating string, searching, dealing with upper case, lower
case, Replacing text with strings]
***8.Write a PHP program to display Hello, to add Two numbers
***9.a) Define Array. Explain types of arrays in PHP with
Syntax, examples
b) write a PHP program using for each to print array elements
10.Explain Handling forms in PHP or reading data from webpages
[Handling Text Fields,Text Areas, Checkboxes, Radio Buttons,
List Boxes, Password controls, Buttons etc..]

UNIT-2
****1.Explain File Handling in PHP (or) File Operations/File Functions
or File Mangement in PHP with syntax and examples
Hint: fopen( ),closing a file, feof,fgets( ), fgetc( ), fread( ),fscanf( )
,fwrite( ), fseek() ,filesize,file_get_contents,file_put_contents, copy,
unlink
2.How do you read and write binary file in PHP
****3. Explain OOP concepts in PHP
****4. Explain a) classes and objects with example programs
b) Constructors and Destructors in PHP
****5.Explain Inheritance and types of inheritance in PHP with
example programs
FACULTY: MACHINENI RAVI M.Tech(COMPUTER SCIENCE),TS&AP SET Qualified

COMPUTER EDUCATIONAL YOUTUBE CHANNEL LINK


CLICK HERE FOR COMPUTER YOUTUBE
CHANNEL NAME RAVIMTECHCOMPUTERS
click on SUBSCRIBE and activate Bell icon(all notifications)

****6.Differentiate Overloading and Overriding in PHP with examples.

7. Explain a) static members


b) abstract classes, intefaces
c) final keyword in PHP with examples

UNIT-3

****1. Explain about MySQL

****2. Explain the process/steps of Connecting MySQL from PHP


a) To Retrieve Data using SELECT from MySQL Database
b) To Manipulate(insert,update,delete records) Data in
Database
Note: for both 2a and 2b prepare 1 php database program
And u can make small changes only in select query i.e.,
For insert replace select with insert query n make few
changes |||ly for update,delete query also.

***3. a) Explain Sessions in PHP with example


b) Explain Cookies in PHP with example
c) Explain FTP in PHP with example

4. Explain following MySQL commands with syntax,examples


a) DDL (create alter drop rename etc..)
b) DML (insert,update,delete)
c) select command

5.Explain a) creating Member Record Viewer


b) Building Member Registration application
FACULTY: MACHINENI RAVI M.Tech(COMPUTER SCIENCE),TS&AP SET Qualified

COMPUTER EDUCATIONAL YOUTUBE CHANNEL LINK


CLICK HERE FOR COMPUTER YOUTUBE
CHANNEL NAME RAVIMTECHCOMPUTERS
click on SUBSCRIBE and activate Bell icon(all notifications)
Our Educational Channel Playlists
(Subject wise) Links (As of Now)
USEFUL
TO
B.Sc/B.Com/B.B.A/B.A/B.Tech/
M.C.A/M.Sc(CS) Students
1.Fundamentals of Computers
https://www.youtube.com/playlist?list=PLSaf837NcSLf6tg3zACHOOvh
4f5PzNCFV

2.Windows Basics
https://www.youtube.com/playlist?list=PLSaf837NcSLd70kZ4kTAzaZ
CB9vhyC1jZ

3.C Language
https://www.youtube.com/playlist?list=PLSaf837NcSLddLREaSbqARg
PBMG8SgMZh

COMPUTER EDUCATIONAL YOUTUBE (Subscribe) CHANNEL LINK


https://www.youtube.com/channel/UC2nxq9k_aAfwsx
WF2wjQZ2Q
Don’t forget to Subscribe for more videos.Share it to all.
Follow me on https://facebook.com/ravimtechcomputers
https://instagram.com/ravimtechcomputers
==========Thanks to All. Yours RAVIMTECHCOMPUTERS=========

You might also like