0% found this document useful (0 votes)
15 views9 pages

Assessment Event 01 & 03

Uploaded by

foisalfarhad500
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views9 pages

Assessment Event 01 & 03

Uploaded by

foisalfarhad500
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 9

ASSESSMENT EVENT 01

RATING SHEET
for
Written Test (45 Minutes)

Qualification Web Design, Level - II


Candidate Name
Assessment
Centre
Date of
Assessment

Put Tick (√) Mark on Right Answer


1. Default size H4 of Bootstrap 5 heading?
a. 14px
b. 20px
c. 24px
d. 28px
2. How many columns are allowed in a Bootstrap 5 grid system?
a. 10
b. 12
c. 14
d. 16
3. Which Bootstrap 5 Components used for Slider / Slideshow?
a. carousels
b. carousel
c. carousel-slider
d. carousel-inner
4. Which class in Bootstrap 5 is used to create a Responsive Image?
a. img-responsive
b. image-responsive
c. img-fluid
d. image-fluid
5. Which plugin used to Modal window in Bootstrap 5?
a. dialog-box
b. modal
c. popup
d. tooltip
6. Which class adds heading to a Bootstrap 5 card?
a. card-head
b. card-header
c. card-heading
d. card
7. Which class in Bootstrap 5 is used to specify the collapsible elements?
a. collapse
b. responsive
c. toggle
d. dropdown
8. Which class in Bootstrap 5 is used to create a Badge?
a. btn-danger
b. badge-danger
c. badge bg-danger
d. button
9. Which class in Bootstrap 5 is used to create a Tables responsive?
a. table
b. responsive
c. table-fluid
d. table-responsive
10.Default size display-3 class of Bootstrap 5?
a. 44px
b. 54px
c. 64px
d. 74px
11.What is the correct syntax for referring to an external script called “seip.js”?
a. <script name=”seip.js”></script>
b. <script ref=”seip.js”></script>
c. <script source=”seip.js”></script>
d. <script src=”seip.js”></script>
12.How to write internal script in Html Document?
a. <script></script>
b. <script src=”something.js”></script>
c. <scripting></scripting>
d. <script>
13.JavaScript instruction called is?
a. program
b. statement
c. instruction
d. code
14.What is the correct syntax for printing value in console?
a. document.write(5);
b. console.print(5);
c. console(5):
d. console.log(5);
15.Which is Web Programming language?
a. jQuery
b. NodeJs
c. Java
d. JavaScript
16.JavaScript is a side scripting language?
a. server
b. browser/client
c. backend
d. programming
17.Choose the correct syntax to change the content of the following HTML?
a. document.getElementBy(“seip”).innerHTML = “Hello World”;
b. document.elementById(“seip”).innerHTML = “Hello World”;
c. document.getElementById(“seip”).innerHTML = “Hello World”;
d. None of Them

18.JavaScript supported data types are according to w3schools?


a. string, number, Booleans, null/undefined, array, object
b. string, integer, Booleans, null/undefined, array, object
c. string, long integer, Booleans, null/undefined, array, object
d. None of them
19.Which operator use to find the type of a JavaScript variable?
a. type operator “Hello”
b. operator type “Hello”
c. typeof “Hello”
d. typecheck “Hello”
20.Predict the output of following the code?

<script>

var x = "BASIS SEIP";

var a = x.lastIndexOf("S");

document.write(a);

</script>

a. 5
b. 4
c. 6
d. Error
21.How much type of selector supported by CSS?
a. 5 types
b. 4 types
c. 2 types
d. 6 types
22.Type of CSS are?
a. External, Internal
b. External, Internal, Inline
c. Inline, Offline, Outline
d. None of them
23.What is the correct syntax for referring to an external stylesheet called
“seip.css”?
a. seip.css
b. seip.stylesheet
c. seip.sheet
d. seip.link
24.Box Model consist of?
a. Model, Body, Footer
b. Margin, Padding, Content
c. Margin, Border, Content
d. Margin, Padding, Border, Content
25.Does margin-top or margin-bottom have an effect on inline elements?
a. Yes
b. No
c. Both of them
d. None of them
26.Display Inline and Display Inline-block Property are same?
a. Yes
b. No
c. Both of them
d. None of them
27.Which alignment property used for text justified?
a. text-align: center;
b. text-align: justify;
c. text-align: all;
d. text-alignment: justify;
28.How to remove underline from anchor tag?
a. text-align: underline;
b. text-decoration: underline-none;
c. text-decoration: none;
d. None of Them
29.How to make texts capitalize?
a. text-transform: uppercase;
b. text-transform: capitalize;
c. text-transform: lowercase
d. None of them;
30.Shorthand Property for background color changing?
a. background-color
b. background
c. background-attachment
d. background-overlay
31.<ul> </ul> tag used for?
a. Display the number of list
b. Underline the text
c. Display the bulleted list
d. None of them
32.Which tag used to display the large font size?
a. <h1></h1>
b. <big></big>
c. <p></p>
d. <strong></strong>
33.TD tag used for?
a. Table record
b. Table heading
c. Table row
d. Responsive table
34.Which HTML tag will use to horizontally scroll a text in web page?
a. <marque></marque>
b. <marquee></marquee>
c. <scroll></scroll>
d. <go></go>
35.Which of the following is the correct regarding meta tag in HTML?
a. <meta></meta>
b. <meta href=” ” />
c. <meta name=” ” content=” ” />
d. None of them

36.How to use attribute in HTML tag?


a. <html>Attribute</html>
b. <html attribute></html>
c. <html lang></html>
d. <html lang=”en”></html>
37.Which is not a domain name extension?
a. .html
b. .com
c. .net
d. .org
38.What is the full form of HTTPS?
a. Hypertext transfer protocol
b. Hypertext transfer protocol safety
c. Hypertext transfer protocol secure
d. Hypertext transfer protocol source
39.What is the full form of TCP/IP?
a. Transmission Control Protocol/Internet Protocol
b. Transmission Control Protocol/Input Profile
c. Transmission Control Protocol/Internet Portfolio
d. None of them
40.How to check markup validation of website?
a. Follow Rules
b. Follow w3school
c. Using https://validator.w3.org/
d. Using Source Code
Answer Key

1 C 15 D 29 B
2 B 16 B 30 B
3 B 17 C 31 C
4 C 18 A 32 B
5 B 19 C 33 A
6 B 20 C 34 B
7 A 21 A 35 C
8 C 22 B 36 D
9 D 23 A 37 A
10 C 24 D 38 C
11 D 25 B 39 A
12 A 26 B 40 C
13 B 27 B
14 D 28 C

Oral Question (Assessment Event - 03)


1. Mention what is the main language or platform used for web design?

HTML
CSS
JavaScript

2. Mention what do you mean by Responsive design on a web page?

Responsive design is an approach to building sites to provide an optimal


viewing and interaction experience. It focuses on easy navigation of site
with a minimum of scrolling, panning and resizing across all devices.
Bootstrap is the most popular CSS, HTML and JS framework used for
developing responsive web design.

3. Explain what is the difference between “visibility:hidden” and


“display:none”?

visibility:hidden: This property hides the element, but it still takes up


space in the layout
display:none: It eliminates the element completely from the document. It
does not take up any space, even though the HTML for it is still in the
source code.

4. Explain what is Grid system?

A grid system is a structure comprising a series of horizontal and vertical


lines which intersect and used to arrange content. It is a way of providing
a system that designers can work with the structure and present content.
For web design beginners, it is always suggested that they use the pre-
made framework for web design as they are relatively easy to use.

5. What is a FTP Client?


A File Transfer Protocol client (FTP client) is a software utility that
establishes a connection between a host computer and a remote
server, typically an FTP server. An FTP client provides the dual-direction
transfer of data and files between two computers over a TCP network or
an Internet connection. An FTP client works on a client/server architecture,
where the host computer is the client and the remote FTP server is the
central server.

You might also like