xam

cfrc-assessment-02

  • Posted By Olusola
  • Sat 26, October 2024
  • General Term

An examination for CRRC staff on the progress of coding and web development progress designed by Folklight Studios. This entails coding class sessions on HTML, CSS, JavaScript, Bootstrap, WordPress, XAMPP, and PHP among others.

Let's Begin:

Enter your nickname to take this exam.

Examination Questions:


CFRC - Assessment 02
Examination.com.ng

Duration: 15 minutes


Click on the "Show Answer" button to unveil the correct answers to the questions.
1.
What is the default grid system used by Bootstrap?
A.
12-column grid.
B.
10-column grid.
C.
16-column grid.
D.
8-column grid.
Reveal Answer
12-column grid.

2.
Which tag is used to create a hyperlink in HTML?
A.
Header
B.
Anchor
C.
Script
D.
Link
Reveal Answer
Anchor

3.
Which class would you use to make a Bootstrap button look primary (blue)?
A.
btn-blue
B.
btn-default
C.
btn-primary
D.
btn-main
Reveal Answer
btn-primary

4.
What does the 'box model' in CSS consist of?
A.
Content, image, header, footer.
B.
Margin, border, padding, content.
C.
Border, image, text, content.
D.
Padding, margin, text, image.
Reveal Answer
Margin, border, padding, content.

5.
What is the purpose of the WordPress 'functions.php' file?
A.
To manage posts and pages.
B.
To store CSS styles.
C.
To handle theme functionalities and custom code.
D.
To display the theme\'s layout.
Reveal Answer
To handle theme functionalities and custom code.

6.
How do you make a Bootstrap 'div' element with two child-elements of 'col-6' responsive?
A.
Use media queries.
B.
Add the \'.responsive\' class.
C.
Use inline styles.
D.
Add the \'.row\' class.
Reveal Answer
Add the '.row' class.

7.
Which of the following is not a default WordPress post type?
A.
Custom Post
B.
Post
C.
Category
D.
Page
Reveal Answer
Custom Post

8.
How do you add an event listener to an element in JavaScript?
A.
element.onClick(function)
B.
element.listen(\'click\', function)
C.
element.trigger(\'click\', function)
D.
element.addEventListener(\'click\', function)
Reveal Answer
element.addEventListener('click', function)

9.
Which CSS property is used to change the text color of an element?
A.
font-style
B.
color
C.
font-color
D.
text-color
Reveal Answer
color

10.
What is the correct HTML tag for the largest heading?
A.
H6
B.
H2
C.
H1
D.
H5
Reveal Answer
H1

11.
What does the 'col-sm-4' class in Bootstrap indicate?
A.
It creates a 4-column layout on large devices only.
B.
It creates a small-sized 4-pixel-wide column.
C.
It creates a column that takes up 4/12th of the width on small devices and up.
D.
It creates a small column that takes up 4% of the screen width.
Reveal Answer
It creates a column that takes up 4/12th of the width on small devices and up.

12.
Where is the WordPress theme file 'style.css' typically located?
A.
\'/wp-includes/themes/\'
B.
\'/wp-content/themes/your-theme-name/\'
C.
\'/wp-content/plugins/\'
D.
\'/wp-admin/themes/\'
Reveal Answer
'/wp-content/themes/your-theme-name/'

13.
Which of the following is the correct html script attribute for referring to an external JavaScript file?
A.
src=\'app.js\'
B.
link=\'app.js\'
C.
href=\'app.js\'
D.
file=\'app.js\'
Reveal Answer
src='app.js'

14.
What is the purpose of the 'alt' attribute in the 'img' tag?
A.
To style the image.
B.
To provide alternative text for screen readers.
C.
To provide an alternative image if the original fails to load.
D.
To link the image to another webpage.
Reveal Answer
To provide an alternative image if the original fails to load.

15.
How do you declare a variable in JavaScript?
A.
All of the above.
B.
let variableName;
C.
const variableName;
D.
var variableName;
Reveal Answer
All of the above.

16.
How do you select an element with the class 'container' in CSS?
A.
#container
B.
container
C.
+container
D.
.container
Reveal Answer
.container

17.
What class helps to position an image to the center of a div in bootstrap 5?
A.
mc-auto
B.
mx-auto
C.
my-auto
D.
me-auto
Reveal Answer
mx-auto

18.
Which plugin is commonly used for SEO optimization in WordPress?
A.
Yoast SEO
B.
WP Forms
C.
WooCommerce
D.
Jetpack
Reveal Answer
Yoast SEO

19.
What is the meaning of HTML
A.
HiTech Make Language
B.
Hp Techno Lang Tags
C.
HyperText Markup Language
D.
Hypo Tech Mark League
Reveal Answer
HyperText Markup Language

20.
Which operator is used to compare both value and type in JavaScript?
A.
==
B.
=
C.
!=
D.
===
Reveal Answer
===

21.
How do you add a background color in CSS?
A.
background-color: blue;
B.
color-background: blue;
C.
bgcolor: blue;
D.
background: blue;
Reveal Answer
background-color: blue;

Top Scores:

Here are the top 10 responses for this exam.

Name Score Time Used
1 Akinseli Akin 21 4 min.
2 dada stella 5 15 min.
3 Teacher 3 1 min.