Warning: Undefined array key 1 in /home/acaproso/public_html/._System/._Template/.Main.php on line 116
Internet programming and web server management. questions.

Internet programming and web server management. questions.

Find Internet programming and web server management. university examination questions in acaproso.com

# Question
1

Write an object oriented PHP program with at least a and two functions that can display all the results online (using the browser) of the given “results.txt” using tables including the final mark which is calculated from 20% of the first test, 40% of the second tesdt and 40% of the UE and the grade of the final mark according to SUA grading standards. Thetable should have a bolded heading (centered) including the name of the name of the faculty, department and the name of the subject . Arrangement of the results is neatly required .The results should be in ascending order of the final mark of the students and not like how they appear in the results.txt 

At last , the results should show how many students have failed (final mark lower than 50%) and those that have passed.

This lastline should be bolded too. It should also show the highest mark and the lowest mark, Remember, surnames of the students should be capitalized. NOTE: results text format: firstname,surname,first test results, second test results and UE results. The output table format: surname, firstname,first test, second test, UE, final Mark, grade, remark(PASS/FAIL).

results.txt

karanga,joe,80,92,76

ingia,jikoni,46,89,82

kijiko,kimoja,63,41,67

kuni,inaungua,82,50,30

jiko,lako,43,23,40


Practical
2

Briefly explain about SQL Data Manipulation Language (give examples)


Short answers
3

Briefly differentiate between static websites and dynamic websites


Short answers
4

What are the features of OOP? Briefly explain


Short answers
5

With explanations , give examples of Logic Exception.


Short answers
6

Briefly explain about the following

  1. How to create and delete a cookie
  2. How to create and discard a session
  3. How are you going to insert information inside the database? (with explanations give the codes as examples)

Short answers
7

Write an Object oriented PHP script that calculates and displays the only multipe of 8 of the Fibonacci series elements in the range of 1 to 6000. Note: The fibonacci series start like this 1,1,2,3,5,8,13,21,34,55...


Practical
8

In PHP file upload lecture, we learnt a simple script to upload a file. Write a form to upload a file and then display the name, size and type of the file .


Practical
9

Static website does instruct the browser how to render the page


True OR False
10

Dynamic website generates the HTML “on the fly” based on parameters.


True OR False