Temas Flashcards
What does HTML stand for?
HyperText Markup Language
Which HTML tag is used to create a hyperlink?
<a></a>
What is the purpose of the <head> tag in HTML?
To contain meta-information about the document
True or False: Git is a version control system.
True
What command is used to initialize a new Git repository?
git init
Fill in the blank: In Git, the command ‘git _______’ is used to stage changes.
add
What is the primary function of a CMS?
To manage and publish content on the web
What does POO stand for in programming?
Programación Orientada a Objetos (Object-Oriented Programming)
What is a class in object-oriented programming?
A blueprint for creating objects
What does ORM stand for?
Object-Relational Mapping
True or False: Django is a Python web framework.
True
What is the purpose of Django’s ‘manage.py’?
To manage Django projects and apps
What is a template in Django?
A text file that defines the structure of an HTML page
Fill in the blank: In Django, an _______ is a web application that is part of a larger project.
app
What is the main purpose of an API?
To allow different software applications to communicate with each other
What does MongoDB use to store data?
Documents in a flexible, JSON-like format
True or False: JWT stands for JSON Web Token.
True
What is the main use of JWT?
To securely transmit information between parties as a JSON object
Which command is used to commit changes in Git?
git commit
What is the purpose of the <body> tag in HTML?
To contain the content of the webpage
Fill in the blank: In Django, the _______ file is used for database configuration.
settings.py
What does the ‘git clone’ command do?
Creates a copy of a remote repository on your local machine
What is a primary key in a database?
A unique identifier for a record in a table
True or False: HTML is a programming language.
False