0
0
Wordpressframework~5 mins

WordPress installation - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the first step in installing WordPress?
Download the latest WordPress package from the official website wordpress.org.
Click to reveal answer
beginner
Why do you need a database for WordPress?
WordPress uses a database to store all your website content, settings, and user information.
Click to reveal answer
intermediate
What file do you configure to connect WordPress to your database?
The wp-config.php file contains the database name, username, password, and host details.
Click to reveal answer
intermediate
What happens during the WordPress installation script?
It creates necessary tables in the database and sets up the admin user and site details.
Click to reveal answer
beginner
Can you install WordPress on your local computer without a web host?
Yes, by using software like XAMPP or MAMP that simulates a web server and database locally.
Click to reveal answer
Where do you get the official WordPress installation files?
Awordpress.org
Bwordpress.com
Cgithub.com
Dbitbucket.org
Which database system does WordPress primarily use?
ASQLite
BMongoDB
CPostgreSQL
DMySQL or MariaDB
What is the purpose of the wp-config.php file?
ATo store theme settings
BTo connect WordPress to the database
CTo upload media files
DTo manage plugins
Which software can you use to install WordPress locally?
AXAMPP
BPhotoshop
CMicrosoft Word
DSlack
What information do you provide during the WordPress installation script?
AAdmin username and password
BSite title
CAll of the above
DEmail address
Describe the main steps to install WordPress on a new web host.
Think about what you do from getting files to seeing your site live.
You got /5 concepts.
    Explain why a database is essential for WordPress and how it is connected during installation.
    Focus on storage and connection details.
    You got /3 concepts.