0% found this document useful (0 votes)
48 views3 pages

CS511 Web Engineering Exam Overview

The document outlines the exam structure for CS511 (Web Engineering), detailing both objective and subjective questions. The objective section includes full forms of terms like HTTP and npm, with a focus on PHP, Laravel, and jQuery, while the subjective part requires coding tasks such as string concatenation and HTTP method listing. The exam is scheduled for July 31, 2025, at 10 AM.

Uploaded by

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

CS511 Web Engineering Exam Overview

The document outlines the exam structure for CS511 (Web Engineering), detailing both objective and subjective questions. The objective section includes full forms of terms like HTTP and npm, with a focus on PHP, Laravel, and jQuery, while the subjective part requires coding tasks such as string concatenation and HTTP method listing. The exam is scheduled for July 31, 2025, at 10 AM.

Uploaded by

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

Subject: ‍

CS511 ( Web Engineering )

Questions ‍: ‍

Objective Part :
Full Forms Of :
* HTTP
* npm
* HTTPS
* PDO
Mcqs were mostly from php, Laravel and jQuery

* Like : which symbol is used to create variable in php


* According to SOAP which javas script engine is used in Google chrome
About 85% paper was from php

Subjective Part :

Concatenate Two Strings in PHP: Create two variables in PHP, assign string values
to them, concatenate them, and then display the result.
Static Variable in a Class: Create a class with a static variable, assign a numeric
value to it, and create a get function to return the value of the static variable.
HTTP Methods: List four HTTP methods.
Backend Languages in [Link]: Name two backend lan…
🗓 Date | Day: 31-July-2025 | Thursday
[Link]
ate | Day ‍: 31-8-25
Time: ‍
10AM
Subject: ‍
CS511 ( Web Engineering )

Questions ‍: ‍

Objective Part :
Full Forms Of :
* HTTP
* npm
* HTTPS
* PDO
Mcqs were mostly from php, Laravel and jQuery

* Like : which symbol is used to create variable in php


* According to SOAP which javas script engine is used in Google chrome
About 85% paper was from php

Subjective Part :

Concatenate Two Strings in PHP: Create two variables in PHP, assign string values
to them, concatenate them, and then display the result.
Static Variable in a Class: Create a class with a static variable, assign a numeric
value to it, and create a get function to return the value of the static variable.
HTTP Methods: List four HTTP methods.
4. Backend Languages in [Link]: Name two backend lan…
🗓 Date | Day: 31-July-2025 | Thursday
🕗 Time : 8:00 AM

ate | Day ‍
: 31-8-25
Time: ‍
10AM
Subject: ‍
CS511 ( Web Engineering )

Questions ‍: ‍

Objective Part :
Full Forms Of :
* HTTP
* npm
* HTTPS
* PDO
Mcqs were mostly from php, Laravel and jQuery

* Like : which symbol is used to create variable in php


* According to SOAP which javas script engine is used in Google chrome
About 85% paper was from php

Subjective Part :

1. Concatenate Two Strings in PHP: Create two variables in PHP, assign string
values to them, concatenate them, and then display the result.

2. Static Variable in a Class: Create a class with a static variable, assign a


numeric value to it, and create a get function to return the value of the static
variable.

3. HTTP Methods: List four HTTP methods.

4. Backend Languages in [Link]: Name two backend languages that can be used with
[Link].

5. Change Paragraph Value using jQuery: We have two paragraphs created using HTML,
displaying “This is paragraph one” and “This is paragraph two”. Use jQuery to
change the value of the first paragraph.

6. Redirect to About Page: Create a script that redirects a user from the root URL
(“[Link] to the about page (“[Link] and
returns the message “About Us” when the user visits the root URL.

Example Code :

if ($_SERVER[‘REQUEST_URI’] == ‘/’) {
header(‘Location: /about’);
echo “About Us”;
exit;
}

ime: ‍
10AM
Subject: ‍CS511 ( Web Engineering )

Questions ‍: ‍

Objective Part :
Full Forms Of :
* HTTP
* npm
* HTTPS
* PDO
Mcqs were mostly from php, Laravel and jQuery

* Like : which symbol is used to create variable in php


* According to SOAP which javas script engine is used in Google chrome
* 3-4 mcqs were from sql queries
About 85% paper was from php

You might also like