Podcast
Questions and Answers
ما هو الفورمات المعروض كمثال في النص؟
ما هو الفورمات المعروض كمثال في النص؟
- HTML
- JSON (correct)
- JPEG
ما هو شكل البيانات المستخدم في النص؟
ما هو شكل البيانات المستخدم في النص؟
- TXT
- CSV
- XML
- JSON (correct)
ما هي الوظيفة الرئيسية للنص المعروض؟
ما هي الوظيفة الرئيسية للنص المعروض؟
- عرض قوالب HTML
- شرح كيفية استخدام JSON
- توليد أسئلة متعددة الاختيار (correct)
- تقديم أمثلة على البيانات
Flashcards
What is JSON?
What is JSON?
JSON (JavaScript Object Notation) is a lightweight data-interchange format that is easy for humans to read and write, and easy for machines to parse and generate.
What is the purpose of JSON?
What is the purpose of JSON?
JSON is used to represent data in a structured format, making it suitable for exchanging information between applications, systems, and services.
Where is JSON used?
Where is JSON used?
JSON is a common format for storing and transmitting data because of its simplicity and flexibility. It's used extensively in web development, mobile apps, and various other applications.