WordPress Test exam contains with 40 questions. But normally freelancing sites aren't always giving same questions. They have exam questions more than 40 and they normally randomize the questions for each candidate. So here We have possible 90 test question.
#1
Question:
______ is the ability for readers to respond to articles written in your blog.
Answer: comment posting
#2
Question:
_______ are condensed summaries of your blog posts.
Answer: excerpts
#3
Question:
A/an _____ is a globally recognized avatar.
Answer: gravatar
#4
Question:
A/an _______ Is a "faux" bookmark containing scripting code allowing a user to perform a function.
Answer: bookmarklet
#5
Question:
_____ is/are the images, videos, recordings, and files you upload and use in your blog.
Answer: Media
#6
Question:
Unlike Posts, Links cannot be categorized to aid your audience in navigation of your Links.
Answer: false
#7
Question:
Company information and accessibility statements are best written as a _____.
Answer: Page
#8
Question:
Pages can be organized into _____ and _____
Answer: none of these
#9
Question:
XFN stands for ______.
Answer: Xml Friends Network
#10
Question:
_____ make it possible for a person to have one avatar across the entire web.
Answer: Gravatars
#11
Question:
The titles and links along the left or right edge of your blog are known as the _____.
Answer: sidebar menu
#12
Question:
The bottom of your blog contains the ____.
Answer: footer
#13
Question:
A WordPress _____ is a
collection of files that work together to produce a graphical interface
with an underlying unifying design for a weblog.
Answer: theme
#14
Question:
Themes typically reside in the ______ directory.
Answer: wp-content/themes
#15
Question:
Themes can be manually added to your blog site using cPanel.
Answer: true
#16
Question:
A WordPress Theme benefits from _______.
Answer: all of these
#17
Question:
A theme ________ acts like a plugin and, if present in your theme, is automatically loaded during WordPress initialization.
Answer: Functions File
#18
Question:
A minimal Theme consists of what two files?
Answer: style.css and index.php
#19
Question:
A ______ theme is a theme inheriting functionality of another (parent) theme.
Answer: child
#20
Question:
The _______ is used when the web page displays only one post.
Answer: single-post
#21
Question:
In a manual installation, wp-config-sample.php should be renamed to ______.
Answer: wp-config.php
#22
Question:
The ____ feature allows you to move blog data from another host into your new WordPress blog.
Answer: Import
#23
Question:
The advantages of using a weblog client include:
Answer: all of these
#24
Question:
Your site's home page, by default, features the _______ posts on your site.
Answer: most recent
#25
Question:
The Administration Panel contains a _______ section.
Answer: all of these
#26
Question:
The Administration
Panel's _______ displays specific information relating to a particular
navigation choice (i.e. adding a new post).
Answer: work area
#27
Question:
The Administration Panel's footer displays ________.
Answer: all of these
#28
Question:
The Dashboard's Dashboard SubPanel provides _________.
#29
Question:
The _______ allows you to edit, delete, or view Media previously uploaded to your blog.
Answer: Media Library SubPanel
#30
Question:
WordPress uses _____ in conjunction with the mod_rewrite Apache module to produce permalinks.
Answer: an .htaccess file
#31
Question:
WXR is the abbreviation for ______.
Answer: WordPress eXtended RSS
#32
Question:
WordPress allows you to include videos, images, and other content into your site by using _____.
Answer: Embeds
#33
Question:
WordPress uses the _______ to help you link to a website authored by your friend.
Answer: XFN framework
#34
Question:
Every WordPress blog
generally has a(n) _____ account initially set up by WordPress and a(n)
_____ account for the blog's author/owner.
Answer: admin, user
#35
Question:
WordPress has the following Roles:
Answer: all of these
#36
Question:
The "Edit This" link below a post is created by the _______ template tag function.
Answer: edit_post_link()
#37
Question:
Post comments are displayed by using the ______ template tag.
Answer: comments_popup_link()
#38
Question:
A static front page is created using the ______ conditional template tag function.
Answer: is_home()
#39
Question:
Template files draw information from your WordPress MySQL database and _______ which is sent to the web browser.
Answer: generate the HTML code
#40
Question:
A ____ is a variable passed through the query string.
Answer: query variable
#41
Question:
WordPress features _______.
Answer: all of these
#42
Question:
The WordPress bug-tracking system is known as _____.
Answer: Trac
#43
Question:
_______ refers to the various structured data that is maintained in the WordPress posts table.
Answer: post type
#44
Question:
_____ are used to help you quickly and easily format some text in your post.
Answer: Quicktags
#45
Question:
A WordPress page
_______ contains all the information that needs to be at the top, like
<doctype>, <meta> tags, and links to style sheets.
Answer: header
#46
Question:
The _______ view lists multiple posts or post summaries.
Answer: multi-post
#47
Question:
A single Theme can have ________ Template(s) under it.
Answer: an unlimited number of
#48
Question:
Word press contains _______ that can be installed, switched between, and edited for advanced customizations.
Answer: themes
#49
Question:
______ are used to keep related topics together.
Answer: categories
#50
Question:
Your weblog can be "skinned" using ______.
Answer: themes
#51
Question:
The following files are typically included within a Theme:
Answer: all of these
#52
Question:
You should build your own WordPress Theme _______.
Answer: all of these
#53
Question:
Themes consist of what three main file types?
Answer: Stylesheet, function file, and template files.
#54
Question:
It is possible to create separate template files for each category.
Answer: true
#55
Question:
WordPress bundles a large number of _______ to assist in migrating to WordPress from other blogging platforms.
Answer: imports
#56
Question:
The most thorough, organized online documentation for WordPress is the WordPress ______.
Answer: Codex
#57
Question:
WordPress can only be used as a third-party hosted service.
Answer: false
#58
Question:
WordPress is
________, which helps display the correct time on your weblog, even if
your host server is located in a different time zone.
Answer: UTC friendly
#59
Question:
WordPress uses ______ to control user-access to different features.
Answer: roles
#60
Question:
Each user on your weblog can define a/an ______ with details such as email address, instant messaging aliases, etc.
Answer: profile
#61
Question:
The Administration Panel's header section shows _______.
Answer: all of these
#62
Question:
WordPress _____ can be organized by category and have internal references about your relationship to their destinations.
Answer: Links
#63
Question:
_______ were designed to be an improvement upon trackbacks.
Answer: pingbacks.
#64
Question:
The Feed URL for example.com is:
Answer: all of these
#65
Question:
All you need to do to embed something into a post or page is to post the _____ for it into your content area.
Answer: URL
#66
Question:
By default, WordPress only allows embedded URLs matching an internal _____ for security purposes.
Answer: whitelist
#67
Question:
By default, if a visitor does not select a specific post, page, category, or date, WordPress uses _____ to display everything.
Answer: index.php
#68
Question:
The Loop checks whether any posts were collected with the _______ function.
Answer: have_posts()
#69
Question:
Forward and backward page navigation controls are automatically generated ________ The Loop.
Answer: outside
#70
Question:
Template files draw information from your WordPress ________ and generate the HTML code which is sent to the web browser.
Answer: MySQL database
#71
Question:
______ are permanent URLs to your individual weblog posts.
Answer: permalinks
#72
Question:
A/an _______ is a graphic image or picture representing a user.
Answer: avatar
#73
Question:
WordPress Links can ______
Answer: all of these
#74
Question:
In WordPress, you can write either _____ or _____.
Answer: posts, pages
#75
Question:
The _____ feature
allows you to create a navigation menu of pages, categories, custom
links, tags, etc. that is presented to your visitors.
Answer: menus
#76
Question:
The layout of your WordPress blog is called a _____.
Answer: theme
#77
Question:
A ______ is the presentation of your blog, styling the look of your site.
Answer: theme
#78
Question:
You can switch between WordPress themes using the ______.
Answer: Dashboard
#79
Question:
______ are files and styles that work together to create a presentation or look for a WordPress site.
Answer: themes
#80
Question:
The advantages of using a weblog client include:
Answer: all of these
#81
Question:
To access your administration area, navigate to http://www.yourdomainname.com/________.
Answer: wp-admin/
#82
Question:
________ is WordPress' web-based administration system.
Answer: Dashboard
#83
Question:
______ and _____ aim to provide blog commenting verification.
Answer: trackbacks, pingbacks
#84
Question:
The Export feature saves your posts, pages, comments, etc. using the WordPress _________.
Answer: eXtended RSS format
#85
Question:
WordPress can attempt to embed all plain text URLs for you using _____.
Answer: Auto-embeds
#86
Question:
_______ can be thought of as remote comments.
Answer: pingbacks.
#87
Question:
______ put more emphasis on images than words.
Answer: PhotoBlogs
#88
Question:
The function ________ takes the current item in the collection of posts and makes it available for use inside The Loop.
Answer: the_post()
#89
Question:
If you include the
Quicktag button called _____ in the body of your post, only the portion
above that line will be displayed to viewers.
Answer: more
#90
Question:
WordPress uses the
_________, information contained within each link on your web site, to
decide which template or set of templated will be used to display the
page.
Answer: query string
Answer: all of these
Posted by Unknown
WordPress Test exam contains with 40 questions. But normally freelancing sites aren't always giving same questions. They have exam questions more than 40 and they normally randomize the questions for each candidate. So here We have possible 90 test question.
#1
Question:
______ is the ability for readers to respond to articles written in your blog.
Answer: comment posting
#2
Question:
_______ are condensed summaries of your blog posts.
Answer: excerpts
#3
Question:
A/an _____ is a globally recognized avatar.
Answer: gravatar
#4
Question:
A/an _______ Is a "faux" bookmark containing scripting code allowing a user to perform a function.
Answer: bookmarklet
#5
Question:
_____ is/are the images, videos, recordings, and files you upload and use in your blog.
Answer: Media
#6
Question:
Unlike Posts, Links cannot be categorized to aid your audience in navigation of your Links.
Answer: false
#7
Question:
Company information and accessibility statements are best written as a _____.
Answer: Page
#8
Question:
Pages can be organized into _____ and _____
Answer: none of these
#9
Question:
XFN stands for ______.
Answer: Xml Friends Network
#10
Question:
_____ make it possible for a person to have one avatar across the entire web.
Answer: Gravatars
#11
Question:
The titles and links along the left or right edge of your blog are known as the _____.
Answer: sidebar menu
#12
Question:
The bottom of your blog contains the ____.
Answer: footer
#13
Question:
A WordPress _____ is a
collection of files that work together to produce a graphical interface
with an underlying unifying design for a weblog.
Answer: theme
#14
Question:
Themes typically reside in the ______ directory.
Answer: wp-content/themes
#15
Question:
Themes can be manually added to your blog site using cPanel.
Answer: true
#16
Question:
A WordPress Theme benefits from _______.
Answer: all of these
#17
Question:
A theme ________ acts like a plugin and, if present in your theme, is automatically loaded during WordPress initialization.
Answer: Functions File
#18
Question:
A minimal Theme consists of what two files?
Answer: style.css and index.php
#19
Question:
A ______ theme is a theme inheriting functionality of another (parent) theme.
Answer: child
#20
Question:
The _______ is used when the web page displays only one post.
Answer: single-post
#21
Question:
In a manual installation, wp-config-sample.php should be renamed to ______.
Answer: wp-config.php
#22
Question:
The ____ feature allows you to move blog data from another host into your new WordPress blog.
Answer: Import
#23
Question:
The advantages of using a weblog client include:
Answer: all of these
#24
Question:
Your site's home page, by default, features the _______ posts on your site.
Answer: most recent
#25
Question:
The Administration Panel contains a _______ section.
Answer: all of these
#26
Question:
The Administration
Panel's _______ displays specific information relating to a particular
navigation choice (i.e. adding a new post).
Answer: work area
#27
Question:
The Administration Panel's footer displays ________.
Answer: all of these
#28
Question:
The Dashboard's Dashboard SubPanel provides _________.
#29
Question:
The _______ allows you to edit, delete, or view Media previously uploaded to your blog.
Answer: Media Library SubPanel
#30
Question:
WordPress uses _____ in conjunction with the mod_rewrite Apache module to produce permalinks.
Answer: an .htaccess file
#31
Question:
WXR is the abbreviation for ______.
Answer: WordPress eXtended RSS
#32
Question:
WordPress allows you to include videos, images, and other content into your site by using _____.
Answer: Embeds
#33
Question:
WordPress uses the _______ to help you link to a website authored by your friend.
Answer: XFN framework
#34
Question:
Every WordPress blog
generally has a(n) _____ account initially set up by WordPress and a(n)
_____ account for the blog's author/owner.
Answer: admin, user
#35
Question:
WordPress has the following Roles:
Answer: all of these
#36
Question:
The "Edit This" link below a post is created by the _______ template tag function.
Answer: edit_post_link()
#37
Question:
Post comments are displayed by using the ______ template tag.
Answer: comments_popup_link()
#38
Question:
A static front page is created using the ______ conditional template tag function.
Answer: is_home()
#39
Question:
Template files draw information from your WordPress MySQL database and _______ which is sent to the web browser.
Answer: generate the HTML code
#40
Question:
A ____ is a variable passed through the query string.
Answer: query variable
#41
Question:
WordPress features _______.
Answer: all of these
#42
Question:
The WordPress bug-tracking system is known as _____.
Answer: Trac
#43
Question:
_______ refers to the various structured data that is maintained in the WordPress posts table.
Answer: post type
#44
Question:
_____ are used to help you quickly and easily format some text in your post.
Answer: Quicktags
#45
Question:
A WordPress page
_______ contains all the information that needs to be at the top, like
<doctype>, <meta> tags, and links to style sheets.
Answer: header
#46
Question:
The _______ view lists multiple posts or post summaries.
Answer: multi-post
#47
Question:
A single Theme can have ________ Template(s) under it.
Answer: an unlimited number of
#48
Question:
Word press contains _______ that can be installed, switched between, and edited for advanced customizations.
Answer: themes
#49
Question:
______ are used to keep related topics together.
Answer: categories
#50
Question:
Your weblog can be "skinned" using ______.
Answer: themes
#51
Question:
The following files are typically included within a Theme:
Answer: all of these
#52
Question:
You should build your own WordPress Theme _______.
Answer: all of these
#53
Question:
Themes consist of what three main file types?
Answer: Stylesheet, function file, and template files.
#54
Question:
It is possible to create separate template files for each category.
Answer: true
#55
Question:
WordPress bundles a large number of _______ to assist in migrating to WordPress from other blogging platforms.
Answer: imports
#56
Question:
The most thorough, organized online documentation for WordPress is the WordPress ______.
Answer: Codex
#57
Question:
WordPress can only be used as a third-party hosted service.
Answer: false
#58
Question:
WordPress is
________, which helps display the correct time on your weblog, even if
your host server is located in a different time zone.
Answer: UTC friendly
#59
Question:
WordPress uses ______ to control user-access to different features.
Answer: roles
#60
Question:
Each user on your weblog can define a/an ______ with details such as email address, instant messaging aliases, etc.
Answer: profile
#61
Question:
The Administration Panel's header section shows _______.
Answer: all of these
#62
Question:
WordPress _____ can be organized by category and have internal references about your relationship to their destinations.
Answer: Links
#63
Question:
_______ were designed to be an improvement upon trackbacks.
Answer: pingbacks.
#64
Question:
The Feed URL for example.com is:
Answer: all of these
#65
Question:
All you need to do to embed something into a post or page is to post the _____ for it into your content area.
Answer: URL
#66
Question:
By default, WordPress only allows embedded URLs matching an internal _____ for security purposes.
Answer: whitelist
#67
Question:
By default, if a visitor does not select a specific post, page, category, or date, WordPress uses _____ to display everything.
Answer: index.php
#68
Question:
The Loop checks whether any posts were collected with the _______ function.
Answer: have_posts()
#69
Question:
Forward and backward page navigation controls are automatically generated ________ The Loop.
Answer: outside
#70
Question:
Template files draw information from your WordPress ________ and generate the HTML code which is sent to the web browser.
Answer: MySQL database
#71
Question:
______ are permanent URLs to your individual weblog posts.
Answer: permalinks
#72
Question:
A/an _______ is a graphic image or picture representing a user.
Answer: avatar
#73
Question:
WordPress Links can ______
Answer: all of these
#74
Question:
In WordPress, you can write either _____ or _____.
Answer: posts, pages
#75
Question:
The _____ feature
allows you to create a navigation menu of pages, categories, custom
links, tags, etc. that is presented to your visitors.
Answer: menus
#76
Question:
The layout of your WordPress blog is called a _____.
Answer: theme
#77
Question:
A ______ is the presentation of your blog, styling the look of your site.
Answer: theme
#78
Question:
You can switch between WordPress themes using the ______.
Answer: Dashboard
#79
Question:
______ are files and styles that work together to create a presentation or look for a WordPress site.
Answer: themes
#80
Question:
The advantages of using a weblog client include:
Answer: all of these
#81
Question:
To access your administration area, navigate to http://www.yourdomainname.com/________.
Answer: wp-admin/
#82
Question:
________ is WordPress' web-based administration system.
Answer: Dashboard
#83
Question:
______ and _____ aim to provide blog commenting verification.
Answer: trackbacks, pingbacks
#84
Question:
The Export feature saves your posts, pages, comments, etc. using the WordPress _________.
Answer: eXtended RSS format
#85
Question:
WordPress can attempt to embed all plain text URLs for you using _____.
Answer: Auto-embeds
#86
Question:
_______ can be thought of as remote comments.
Answer: pingbacks.
#87
Question:
______ put more emphasis on images than words.
Answer: PhotoBlogs
#88
Question:
The function ________ takes the current item in the collection of posts and makes it available for use inside The Loop.
Answer: the_post()
#89
Question:
If you include the
Quicktag button called _____ in the body of your post, only the portion
above that line will be displayed to viewers.
Answer: more
#90
Question:
WordPress uses the
_________, information contained within each link on your web site, to
decide which template or set of templated will be used to display the
page.
Answer: query string
Answer: all of these