Introduction to Kotlin and App Development
30 Questions
1 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

Quin és un dels avantatges de les aplicacions natives respecte a les híbrides segons el text?

  • Més barates de desenvolupar
  • Millor rendiment en hardware (correct)
  • No necessiten un servidor
  • Són més lleugeres en termes de codi
  • Quin és un dels inconvenients de les aplicacions híbrides segons el text?

  • Requereixen un servidor (correct)
  • Tenen baix rendiment en hardware
  • Són més costoses de desenvolupar
  • Requereixen una estructura de dades XML
  • Quin és un dels objectius de les Restful Web Services?

  • Transferir dades en format XML
  • Permetre que cada màquina mantingui el mateix rol
  • Assegurar que la comunicació sigui bidireccional
  • Controlar l'accés del servidor al client (correct)
  • Què és SOAP segons el text?

    <p>Un tipus de protocol d'intercanvi de dades</p> Signup and view all the answers

    Què caracteritza les peticions de tipus 'Get' segons el text?

    <p>Són per API públiques i envien informació del client al servidor a través de paràmetres a la URL</p> Signup and view all the answers

    Quines característiques destacades tenen les dades JSON segons el text?

    <p>Són independents de la plataforma i fàcils de llegir pels humans</p> Signup and view all the answers

    Quin mètode HTTP s'utilitza per enviar dades sensibles del client al servidor sense mostrar-les a la URL?

    <p>Post</p> Signup and view all the answers

    Quin mètode HTTP s'utilitza per actualitzar una part d'un objecte de dades, amb les dades d'actualització contingudes al cos de la petició HTTP?

    <p>Patch</p> Signup and view all the answers

    Quin tipus de codi d'estat indica que la petició ha estat realitzada amb èxit i ha retornat el contingut sol·licitat?

    <p>200</p> Signup and view all the answers

    Quin és el principi clau que Django segueix per a la divisió de les aplicacions en projectes?

    <p>Coherència baixa, acoblament alt</p> Signup and view all the answers

    Què és ORM (Mapeig objecte-relacional)?

    <p>Un procés que converteix objectes en dades de bases de dades i viceversa</p> Signup and view all the answers

    Què representa el fitxer 'settings.py' en Django?

    <p>Una configuració d'aplicacions Django instal·lades</p> Signup and view all the answers

    Quin és l'objectiu principal del fitxer 'urls.py' en Django?

    <p>Definir les URL que es poden gestionar en una aplicació Django</p> Signup and view all the answers

    Quin és l'objectiu principal del fitxer 'models.py' en Django?

    <p>Definir els models de dades per a l'aplicació Django</p> Signup and view all the answers

    Quin és l'objectiu principal del fitxer 'views.py' en Django?

    <p>Definir les vistes per a l'aplicació Django</p> Signup and view all the answers

    Quina tecnologia s'utilitza en Django per a la gestió dels patrons ORM?

    <p>Object Relational Mapping (ORM)</p> Signup and view all the answers

    Ưu điểm chính của ứng dụng native so với ứng dụng hybrid theo văn bản là gì?

    <p>Có cú pháp ngắn và lập trình hàm</p> Signup and view all the answers

    Loại request nào được sử dụng cho public API để gửi thông tin từ client đến server dưới dạng params ở URL?

    <p>Get</p> Signup and view all the answers

    Đặc tính nào của Restful Web Services cho phép kiểm soát quyền truy cập của client và vấn đề bảo mật?

    <p>Có thể kiểm soát client access và vấn đề security</p> Signup and view all the answers

    Đặc điểm nào của dữ liệu JSON theo văn bản làm cho nó có thể đọc được bởi mọi người và độc lập nền tảng?

    <p>Dữ liệu độc lập nền tảng, người thường đọc vẫn được</p> Signup and view all the answers

    Công nghệ nào được sử dụng trong Django để quản lý các mẫu ORM (Mapeig objecte-relacional)?

    <p>Restful</p> Signup and view all the answers

    'Rest' là kiến trúc cung cấp Restful W Services dựa trên giao thức nào?

    <p>HTTP</p> Signup and view all the answers

    Trong Restful Web Services, thông tin gửi lên server được đặt ở đâu?

    <p>HTTP body</p> Signup and view all the answers

    Trong Django, mô hình Object Relational Mapping (ORM) ánh xạ đối tượng thành dữ liệu trong cơ sở dữ liệu mà không cần viết SQL code, điều này thuộc về phong cách thiết kế nào?

    <p>Code First</p> Signup and view all the answers

    Trong Django, biến INSTALLED_APPS trong file settings.py đại diện cho điều gì?

    <p>Danh sách các app trong cả Django Project</p> Signup and view all the answers

    Trong RESTful Web Services, loại status code nào được sử dụng để chỉ việc xóa thành công?

    <p>204</p> Signup and view all the answers

    Trong Django, điều gì xác nhận người dùng là ai?

    <p>Authentication</p> Signup and view all the answers

    Để tránh trường hợp tốn 1 request để thêm /, biến nào được sử dụng trong file settings.py của Django?

    <p>APPEND_SLASH</p> Signup and view all the answers

    Trong Django, việc gửi thông tin thiếu hoặc sai từ phía client được biểu diễn bằng loại status code nào?

    <p>400</p> Signup and view all the answers

    Trong RESTful Web Services, loại HTTP method nào được sử dụng để cập nhật 1 phần đối tượng?

    <p>Patch</p> Signup and view all the answers

    More Like This

    Kotlin App Development
    5 questions

    Kotlin App Development

    CreativeAmazonite avatar
    CreativeAmazonite
    Android App Development with Kotlin
    14 questions
    Use Quizgecko on...
    Browser
    Browser