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?
✗ Incorrect
The official WordPress installation files are downloaded from wordpress.org, not wordpress.com which is a hosting service.
Which database system does WordPress primarily use?
✗ Incorrect
WordPress primarily uses MySQL or MariaDB databases to store its data.
What is the purpose of the wp-config.php file?
✗ Incorrect
The wp-config.php file contains database connection details needed for WordPress to work.
Which software can you use to install WordPress locally?
✗ Incorrect
XAMPP is a local server environment that lets you run WordPress on your own computer.
What information do you provide during the WordPress installation script?
✗ Incorrect
During installation, WordPress asks for admin username, password, site title, and email 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.