-
What is the purpose of the WordPress "functions.php" file?
- a) To store plugin settings
- b) To define theme-specific PHP functions
- c) To manage user permissions
- d) To store database credentials
- Answer: b) To define theme-specific PHP functions
-
Which of the following is not a default WordPress user role?
- a) Administrator
- b) Moderator
- c) Editor
- d) Subscriber
- Answer: b) Moderator
-
What is the default permalink structure in WordPress?
- a) /index.php/post_id
- b) /postname/
- c) /category/postname/
- d) /post_id/postname
- Answer: b) /postname/
-
Which programming language is WordPress primarily based on?
- a) Python
- b) PHP
- c) Java
- d) Ruby
- Answer: b) PHP
-
What is the purpose of the WordPress "wp-config.php" file?
- a) To define database connection settings
- b) To store theme CSS styles
- c) To manage user roles and permissions
- d) To define plugin activation hooks
- Answer: a) To define database connection settings
-
Which of the following is NOT a recommended method to secure a WordPress site?
- a) Keeping WordPress core, themes, and plugins updated
- b) Using a weak password for the administrator account
- c) Installing security plugins
- d) Enabling two-factor authentication
- Answer: b) Using a weak password for the administrator account
-
What is the purpose of WordPress themes?
- a) To extend the functionality of WordPress
- b) To control the appearance and layout of a WordPress site
- c) To manage user registrations
- d) To handle database queries
- Answer: b) To control the appearance and layout of a WordPress site
-
What is the main difference between WordPress.com and WordPress.org?
- a) WordPress.com is a paid service, while WordPress.org is free.
- b) WordPress.com offers hosting and a limited set of features, while WordPress.org provides the software for self-hosting with more flexibility.
- c) WordPress.org is primarily for bloggers, while WordPress.com is for business websites.
- d) WordPress.com requires coding knowledge, while WordPress.org is more user-friendly.
- Answer: b) WordPress.com offers hosting and a limited set of features, while WordPress.org provides the software for self-hosting with more flexibility.
-
Which of the following is a correct way to manually install a WordPress plugin?
- a) Upload the plugin to the theme directory
- b) Use the WordPress Plugin Directory to search and install
- c) Copy the plugin files to the wp-admin directory
- d) Modify the functions.php file to include the plugin code
- Answer: a) Upload the plugin to the theme directory
-
What is the purpose of the WordPress "dashboard"?
- a) To display recent blog posts
- b) To manage user comments
- c) To provide an overview of site activity and settings
- d) To access the theme editor
- Answer: c) To provide an overview of site activity and settings
Comments