New Document(6) 08-Jan-2022 12-52-01.pdf.pdf
4 MB
نموذج سابق لاختبار مادة تطوير الويب 2020/2021
- معاني أرقام الاخطاء التي قد تراها على مواقع الأنترنت :
➖➖➖➖➖➖➖➖➖➖➖
403 : ممنوع أن تصل لهذه الصفحة
404 : صفحة غير موجودة
500 : مشكلة في الموقع نفسه
401 : رؤية الصفحة تحتاج ترخيص (كلمة سر)
301 : تم نقل تلك الصفحة نهائيًا
307 : تم نقل تلك الصفحة مؤقتًا
405 : لقد وصلت لتلك الصفحة بطريقة خاطئة
408 : إنتهى وقت محاولة وصولك للصفحة قبل أن تصل إليها
414 : عنوان الصفحة\الموقع URL أطول من الطبيعي
503 : الخدمة غير متوفرة ربما بسبب الضغط الكبير على الموقع
كل أرقام الـ 100 : تعني معلومات إضافية (لن تراها في الغالب)
كل أرقام الـ 200 : تعني النجاح (لن تراها في الغالب)
كل أرقام الـ 300 : تعني إعادة توجيه Redirection
كل أرقام الـ 400 : تعني فشل من العميل “أنت”
كل أرقام الـ 500 : تعني فشل من السيرفر “الموقع نفسه”
➖➖➖➖➖➖➖➖➖➖➖
403 : ممنوع أن تصل لهذه الصفحة
404 : صفحة غير موجودة
500 : مشكلة في الموقع نفسه
401 : رؤية الصفحة تحتاج ترخيص (كلمة سر)
301 : تم نقل تلك الصفحة نهائيًا
307 : تم نقل تلك الصفحة مؤقتًا
405 : لقد وصلت لتلك الصفحة بطريقة خاطئة
408 : إنتهى وقت محاولة وصولك للصفحة قبل أن تصل إليها
414 : عنوان الصفحة\الموقع URL أطول من الطبيعي
503 : الخدمة غير متوفرة ربما بسبب الضغط الكبير على الموقع
كل أرقام الـ 100 : تعني معلومات إضافية (لن تراها في الغالب)
كل أرقام الـ 200 : تعني النجاح (لن تراها في الغالب)
كل أرقام الـ 300 : تعني إعادة توجيه Redirection
كل أرقام الـ 400 : تعني فشل من العميل “أنت”
كل أرقام الـ 500 : تعني فشل من السيرفر “الموقع نفسه”
👍3❤1
IS4 PM_2025
- معاني أرقام الاخطاء التي قد تراها على مواقع الأنترنت : ➖➖➖➖➖➖➖➖➖➖➖ 403 : ممنوع أن تصل لهذه الصفحة 404 : صفحة غير موجودة 500 : مشكلة في الموقع نفسه 401 : رؤية الصفحة تحتاج ترخيص (كلمة سر) 301 : تم نقل تلك الصفحة نهائيًا 307 : تم نقل تلك الصفحة مؤقتًا 405…
In English:✅
403: Forbidden - You are not allowed to access this page.
404: Page Not Found - The page does not exist.
500: Internal Server Error - There is a problem with the website itself.
401: Unauthorized - Viewing the page requires permission (a password).
301: Moved Permanently - The page has been permanently moved.
307: Temporary Redirect - The page has been temporarily moved.
405: Method Not Allowed - You have accessed this page incorrectly.
408: Request Timeout - Your attempt to access the page timed out before reaching it.
414: Request-URI Too Long - The page or site URL is longer than usual.
503: Service Unavailable - The service may be unavailable due to high traffic on the website.
All 100-level codes: Additional Information (you probably won't see these).
All 200-level codes: Success (you probably won't see these).
All 300-level codes: Redirection.
All 400-level codes: Client-side Failure (your fault).
All 500-level codes: Server-side Failure (the website's fault).
403: Forbidden - You are not allowed to access this page.
404: Page Not Found - The page does not exist.
500: Internal Server Error - There is a problem with the website itself.
401: Unauthorized - Viewing the page requires permission (a password).
301: Moved Permanently - The page has been permanently moved.
307: Temporary Redirect - The page has been temporarily moved.
405: Method Not Allowed - You have accessed this page incorrectly.
408: Request Timeout - Your attempt to access the page timed out before reaching it.
414: Request-URI Too Long - The page or site URL is longer than usual.
503: Service Unavailable - The service may be unavailable due to high traffic on the website.
All 100-level codes: Additional Information (you probably won't see these).
All 200-level codes: Success (you probably won't see these).
All 300-level codes: Redirection.
All 400-level codes: Client-side Failure (your fault).
All 500-level codes: Server-side Failure (the website's fault).
👍2❤1
بعض الاختصارات المهمة:-
AJAX = Asynchronous JavaScript and XML
CSS = Cascading Style Sheets
HTML = Hyper Text Markup Language
PHP = PHP Hypertext Preprocessor
SQL = Structured Query Language
SVG = Scalable Vector Graphics
XML = EXtensible Markup Language
AJAX = Asynchronous JavaScript and XML
CSS = Cascading Style Sheets
HTML = Hyper Text Markup Language
PHP = PHP Hypertext Preprocessor
SQL = Structured Query Language
SVG = Scalable Vector Graphics
XML = EXtensible Markup Language
👍2❤1
بعض التعاريف المهمة:-
Server:-
machines that provides web applications (or services) to multiple clients
Client:-
software applications that provide UI (User Interface) (front-end) to access the
Presentation layer (front-end):-
visualizing information + UI of the application
Application layer (business tier):-
application functionality + the system logic
Data layer (back end):-
Manages the data of the system
Server:-
machines that provides web applications (or services) to multiple clients
Client:-
software applications that provide UI (User Interface) (front-end) to access the
Presentation layer (front-end):-
visualizing information + UI of the application
Application layer (business tier):-
application functionality + the system logic
Data layer (back end):-
Manages the data of the system
👍3❤1🔥1
اسئله php.pptx
1.2 MB
اسئلة أخرى مجمعه في PHP
What will be the output of the following code :-
<?php int $one=1; echo"$one"; ?>
<?php int $one=1; echo"$one"; ?>
Anonymous Quiz
5%
0
24%
1
61%
Error
10%
$One
What is the output:-
<?php $num=1; $num1=2; print $num. "+" .$num1; ?>
<?php $num=1; $num1=2; print $num. "+" .$num1; ?>
Anonymous Quiz
11%
3
7%
4
2%
5
76%
1+2
2%
1.+.2
2%
Error