AOU حل جميع الواجبات ومشاريع التخرج لجميع الفروع والتخصصات AOU
حلول مضمونة وغير مكررة لجميع الواجبات
 
مدرسين خصوصيين – ملخصات هامة مجانية لجميع المواد
خدماتنا لجميع فروع الجامعة ولجميع الأقسام الدراسية
 
واتس اب 00963957547725
mustafaalbeda@hotmail.com
AOU حل جميع الواجبات ومشاريع التخرج لجميع الفروع والتخصصات AOU
حلول مضمونة وغير مكررة لجميع الواجبات
 
مدرسين خصوصيين – ملخصات هامة مجانية لجميع المواد
خدماتنا لجميع فروع الجامعة ولجميع الأقسام الدراسية
 
واتس اب 00963957547725
mustafaalbeda@hotmail.com
AOU حل جميع الواجبات ومشاريع التخرج لجميع الفروع والتخصصات AOU
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.

AOU حل جميع الواجبات ومشاريع التخرج لجميع الفروع والتخصصات AOU

AOU حلول مضمونة وغير مكررة لجميع الواجبات ومشاريع التخرج AOU
 
الرئيسيةالرئيسية  أحدث الصورأحدث الصور  التسجيلالتسجيل  دخولدخول  
واتس اب-موبايل 00963957547725 -mustafaalbeda@hotmail.com

Instagram


 

  Faculty of Computer Studies M275 Web Development Using PHP and MySQL Tutor Marked Assignment – Second Semester 2015/2016 Cut-Off Date: TBA Total Marks: 100 Contents This TMA consists of 3 questions, where you are required to ans

اذهب الى الأسفل 
كاتب الموضوعرسالة
WhatsApp-00963951432013
Admin
WhatsApp-00963951432013


عدد المساهمات : 2429
نقاط : 291324
السٌّمعَة : 4
تاريخ التسجيل : 20/09/2008
العمر : 54
الموقع : www.aoua.123.st

   Faculty of Computer Studies M275 Web Development Using PHP and MySQL Tutor Marked Assignment – Second Semester 2015/2016  Cut-Off Date: TBA				              		   Total Marks: 100  Contents This TMA consists of 3 questions, where you are required to ans Empty
مُساهمةموضوع: Faculty of Computer Studies M275 Web Development Using PHP and MySQL Tutor Marked Assignment – Second Semester 2015/2016 Cut-Off Date: TBA Total Marks: 100 Contents This TMA consists of 3 questions, where you are required to ans      Faculty of Computer Studies M275 Web Development Using PHP and MySQL Tutor Marked Assignment – Second Semester 2015/2016  Cut-Off Date: TBA				              		   Total Marks: 100  Contents This TMA consists of 3 questions, where you are required to ans I_icon_minitimeالإثنين مارس 28, 2016 5:48 am




Faculty of Computer Studies
M275
Web Development Using PHP and MySQL
Tutor Marked Assignment – Second Semester 2015/2016

Cut-Off Date: TBA Total Marks: 100

Contents
This TMA consists of 3 questions, where you are required to answer all of the questions. The TMA will be corrected by your tutor and you will be provided with a proper feedback file to understand your mistakes and avoid them on the final exam.


Plagiarism Warning:
As per AOU rules and regulations, all students are required to submit their own TMA work and avoid plagiarism. The AOU has implemented sophisticated techniques for plagiarism detection. You must provide all references in case you use and quote another person's work in your TMA. You will be penalized for any act of plagiarism as per the AOU's rules and regulations.


Declaration of No Plagiarism by Student (to be signed and submitted by student with TMA work):
I hereby declare that this submitted TMA work is a result of my own efforts and I have not plagiarized any other person's work. I have provided all references of information that I have used and quoted in my TMA work.


Name of Student:
Signature:
Date:


Question 1 [20 Marks]

Using the AOU e-Library, go to the “EBSCO HOST” sub-library and search for the term PHP. Among the first few results you should find a link to the article “One Solution for Protecting PHP Source Code”.

Open/Download the article and answer the following questions the way they were discussed in the article. For each question provide your answer and also quote the phrase that supports your answer as additional proof.

a- Is PHP used on many web servers worldwide? [5 Marks]
b- Does PHP provide good XML support? [5 Marks]
c- What percentage of websites used PHP in 2013? [5 Marks]
d- What was the one really significant problem that the article mentioned? [5 Marks]

Note: All the answers are available in the Introduction section of the article.


Question 2 [50 Marks]

This question is based on the “guessing machine” (Chapter 11) that was discussed during the tutorials.

You are asked to implement the PHP code that will complete the program below. The program is mainly a mathematics practice tool to help people practice their multiplication skills.

Here is a sample run with explanations:

When the user first comes to the site a new expression is provided.

The user enters the guess and submits the form using the “Check” button.
The program checks the answer and if wrong provides a proper message and allows the user to keep guessing the same expression.

If the user guesses the result, then a new expression is provided.

Here is a the HTML form to be used:

?>

What is the value of the following multiplication expression:



Note: the variable $message should contain the message to present to the user, the variable $answer should contain the correct answer, and the variable $expression should contain the mathematical expression.

You are also required to use the rand() PHP function which simply generates a random number. If you need a random number between 1 and 9 inclusive, the you use the function rand(1, 9)


Question 3 [30 Marks]

Writing SQL queries:

Read the section “Using Join” of Chapter 16 in the book (pages 312 -> 314 in the fifth edition) then answer the following:

a- Write SQL queries to create 3 tables and other SQL queries to add 2 records to each table as the following. You’re the field types that you find suitable:
[24 Marks]
Table: info
studentid studentname
12345 student good
54321 student bad

Table: grades
studentid studentgpa
12345 3.57
54321 1.72

Table: status
studentid studentstatus
12345 pass
54321 fail


b- Write an SQL query using JOIN to produce the following table:
[6 Marks]

studentid studentname studentstatus
12345 student good pass
54321 student bad fail


End of the Questions
الرجوع الى أعلى الصفحة اذهب الى الأسفل
http://www.aoua.123.st
 
Faculty of Computer Studies M275 Web Development Using PHP and MySQL Tutor Marked Assignment – Second Semester 2015/2016 Cut-Off Date: TBA Total Marks: 100 Contents This TMA consists of 3 questions, where you are required to ans
الرجوع الى أعلى الصفحة 
صفحة 1 من اصل 1
 مواضيع مماثلة
-
»  Faculty of Computer Studies Course Code: M275 Course Title: Web Development Using PHP and MySQL Tutor Marked Assignment – First Semester 2015/2016 Cut-Off Date: TBA Total Marks: 100 Contents Question 1 ……………………..………………………………………..
» 1 Faculty of Computer Studies M256 Software Development with Java Spring 2015/2016 Tutor Marked Assignment Cut-Off Date: May 4, 2016 Total Marks: 100 Plagiarism Warning: As per AOU rules and regulations, all students are required to submit their own TMA w
»  Faculty of Computer Studies Course Code: M256 Course Title: Software Development with Java Fall 2015-2016 Tutor Marked Assignment Cut-Off Date: Total Marks:100 Plagiarism Warning: As per AOU rules and regulations, all students are required
»  Faculty of Computer Studies Course Code: M107 Course Title: Introduction to C# Programming Fall 2015- 2016-Tutor Marked Assignment Cut-Off Date: Total Marks:80 Contents Part I: Theoretical Questions [20 Marks] Part II: Output and Debuggi
»  Faculty of Computer Studies Course Code: M107 Course Title: Introduction to C# Programming Spring 2015- 2016-Tutor Marked Assignment- Solution Cut-Off Date: Total Marks: 80 Contents Part I: Theoretical Questions [20 Marks] Part II: Outpu

صلاحيات هذا المنتدى:لاتستطيع الرد على المواضيع في هذا المنتدى
AOU حل جميع الواجبات ومشاريع التخرج لجميع الفروع والتخصصات AOU :: حلول واجبات 2016 الفصل الصيفي AOU(يشاهدة الآن 3537 زائر)-
انتقل الى: