Suppose the Government of US hired you as a web developer. They want you to develop a website like National Command and Operation Center (NCOC). Their requirements are high performance, secure, scalable, and easy to use.
Being a web developer, you need a programming language that can help you build feature-rich interactive web solutions. You have two options PHP and Python as programming languages. PHP and Python are the most popular languages among web developers. Both languages are powerful and popular programming languages. So, being a developer, which language will you prefer to develop the website? Justify your answer with solid reason.
what do you wish to calculate:
area perimeter
enter values ______ submit<----button
the page allows the user calculate area or perimeter of a parallelogram. First user will select an option, then enters necessary parameters separated by comma. write a JavaScript function called shapeFormulas(0 to calculate and display area or perimeter in an alert.
the function should display an error if user does not follow the required input format.
Area : base x height
perimeter : 2 x (side1+side2)
example one
user select area
input:5,10
output: the area is : 50
example two
user select perimeter
input:5,10
output:the perimeter is:30
example three
user select Area
input: 2 3
output: Invalid parameters
Explain the PHP code segment given below.
if(isset($_SESSION["uname"])) {session_destroy();}
how to connect xampp server with php
You have learned that Group-based asynchronous communications are normally conducted in text forms. Discuss with two relevant examples each, the four types of group-based textual communication.
1. What is a Client-Server Architecture? Explain with a diagram.
2. What is HTML (HyperText Markup language)? What are the two (02) major parts of an HTML program?
3. Write down file extensions of an HTML program.
4. How Do Websites Work?
write short notes
1)Convergence of technologies
2)Sensors and actuators
3)superposition
4)qubit
Write the code to create the following html document (Be careful about the alignment of form
control).You can use table for form formatting.
Product Detail
Product Name:
Product Colour:
Product Size:
Customer Detail
Name:
Email:
CNIC:
Pay Nature: * Cash * Credit
Submit