0% found this document useful (0 votes)
26 views3 pages

FSD 1

The document outlines the internal laboratory examination for the Full Stack Development course, detailing various programming tasks and questions related to HTML, CSS, and JavaScript. It includes a list of experiments with specific tasks designed to assess students' understanding and application of web development concepts. The examination is structured to evaluate skills across multiple Bloom's Taxonomy levels and is scheduled for April 1, 2025.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views3 pages

FSD 1

The document outlines the internal laboratory examination for the Full Stack Development course, detailing various programming tasks and questions related to HTML, CSS, and JavaScript. It includes a list of experiments with specific tasks designed to assess students' understanding and application of web development concepts. The examination is structured to evaluate skills across multiple Bloom's Taxonomy levels and is scheduled for April 1, 2025.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd

II B.tech.

II Semester – Regulation; R23


Internal Laboratory Examination
Course Name: FULL STACK DEVELOPMENT – 1(SKILL ENHANCEMENT COURSE) LAB
Course Code: R232206L Max. Time: 180 M
Branch:CSE Sec-A,B,C Max. Marks: 30 M
Date: 1-04-2025
CO: Course Outcome no. (1-3), LEVEL: Revised Bloom’s Taxonomy level no. (1-6)

Sl.No. Question BT level CO PO/PSO


1. Create an ordered list and an unordered list in HTML.
2. Write a CSS rule to select <a> tags that have
1 target="_blank". 3 2 PO2
3. Design a appropriate function should be called to
display i. Factorial of that number ii. Fibonacci series up
to that number
1. How do you create a hyperlink that opens in a new tab?
2. How can you apply styles to <input> fields of type text
only?
3. Design a HTML having a text box and four buttons
named Factorial, Fibonacci, Prime, and Palindrome.
2 When a button is pressed an appropriate function should 4 2 PO
be called to display
I. Factorial of that number
II. Fibonacci series up to that number
III. Prime numbers up to that number
IV. Is it palindrome or not
1. How can you create an image that acts as a hyperlink?
2. Write a CSS rule to make the first line of a paragraph
3 bold. 3 3 PO4
3. Write a program using math object properties and
methods.
4. Create a simple table with three columns and four rows
in HTML.
1. Write an HTML page and apply external CSS to style
4 the text color and background. 3 2 PO3
2. Develop a program to determine whether a given
number is an ‘ARMSTRONG NUMBER’ or not. [Eg:
153 is an Armstrong number, since sum of the cube of
the digits is equal to the number i.e.,13 + 53+ 33 = 153]
1. How do you merge two cells horizontally in an HTML
table?
5 2. How do you link an external CSS file to an HTML 3 3 PO5
page?
3. Write a program using date object properties and
methods.
1. Write an HTML code to display an image with an
alternative text.
6 2. How do you set a background image using CSS? 3 1 PO4
3. How do you display a message to the user using alert()?
1. Write an HTML form with at least three input fields and
a submit button.
2. Write a program, to explain the importance of CSS Box
7 model using 3 3 PO3
i. Content ii. Border iii. Margin iv. padding
3. How can you apply styles to all <p> elements inside a
<div>?
1. How can you change the font of a webpage using CSS?
2. Write a simple Node.js script that prints "Hello, World!"
to the console.
8 3. Create a webpage which uses prompt dialogue box to 3 3 PO2
ask a voter for his name and age. Display the
information in table format along with either the voter
can vote or not
1. Write a JavaScript program to convert a string to a
number.
2. Write a program using the following terms related to
CSS font and text:
9 i. font-size ii. font-weight iii. font-style 3 2 PO3
iv. text-decoration v. text-transformation vi. text-
alignment
3. Write a program using window object properties and
methods.
1. Write a CSS rule that places a background image
halfway down the page, tilting it
10 2. horizontally. The image should remain in place when the 3 3 PO3
user scrolls up or down
3. Write a program using string object properties and
methods.

Internal Examiner Signature of the HOD


Experiment 1: Experiment 7:
1. Create an ordered list and an unordered list 1. Write an HTML form with at least three
in HTML. input fields and a submit button.
2. Write a CSS rule to select <a> tags that have 2. Write a program, to explain the importance
target="_blank". of CSS Box model using
3. Design a appropriate function should be i. Content ii. Border iii. Margin
called to display i. Factorial of that number iv. padding
ii. Fibonacci series up to that number 3. How can you apply styles to all <p>
elements inside a <div>?

Experiment 3: Experiment 9:
1. How can you create an image that acts as a 1. Write a JavaScript program to convert a
hyperlink? string to a number.
2. Write a CSS rule to make the first line of a 2. Write a program using the following terms
paragraph bold. related to CSS font and text:
3. Write a program using math object i. font-size ii. font-weight iii. font-style
properties and methods. iv. text-decoration v. text-transformation vi.
text-alignment
3. Write a program using window object
Experiment 4: properties and methods.
1. Create a simple table with three columns
and four rows in HTML.
2. Write an HTML page and apply external
CSS to style the text color and background.
3. Develop a program to determine whether a
given number is an ‘ARMSTRONG
NUMBER’ or not. [Eg: 153 is an Armstrong
number, since sum of the cube of the digits
is equal to the number i.e.,13 + 53+ 33 =
153]

Experiment 5:
1. How do you merge two cells horizontally in
an HTML table? Experiment 2:
2. How do you link an external CSS file to an 1. How do you create a hyperlink that opens in
HTML page? a new tab?
3. Write a program using date object properties 2. How can you apply styles to <input> fields
and methods. of type text only?
3. Design a HTML having a text box and four
buttons named Factorial, Fibonacci, Prime,
Experiment 6: and Palindrome. When a button is pressed
1. Write an HTML code to display an image an appropriate function should be called to
with an alternative text. display
2. How do you set a background image using I. Factorial of that number
CSS? II. Fibonacci series up to that number
3. How do you display a message to the user III. Prime numbers up to that number
using alert()? IV. Is it palindrome or not

Experiment 8: Experiment 10:


1. How can you change the font of a webpage 1. Write a CSS rule that places a background
using CSS? image halfway down the page, tilting it
2. Write a simple Node.js script that prints 2. horizontally. The image should remain in
"Hello, World!" to the console. place when the user scrolls up or down
3. Create a webpage which uses prompt 3. Write a program using string object
dialogue box to ask a voter for his name and properties and methods.
age. Display the information in table format
along with either the voter can vote or not

You might also like