0% found this document useful (0 votes)
16 views7 pages

23CSAE11

Hi

Uploaded by

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

23CSAE11

Hi

Uploaded by

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

23CSAE11/23EEAE11/23CVAE11/23MEAE11

USN

FIRST Semester B. E. Degree Semester End Examination (SEE), Jan/ Feb 2024

Skill Development Course - 1 (EWDP)

(Model Question Paper – 1- Solution)


[Time: 3 Hours] [Maximum Marks: 100]
Instructions to students:
i. Answer All Questions.
ii. Use BLACK ball point pen.
Module 1 Marks CO RBT Level
What does WWW stand for in the context of the internet? 1 CO1 L1
a) World Weather Watch
1
b) World Wide Web
c) Wireless Web Warriors
d) Worldwide Widget Warehouse
Which component is responsible for interpreting and rendering web pages on 1 CO1 L1
a user's device?
2 a)Web Server
b)URL
c) Web Browser
d)MIME
What does URL stand for in web development? 1 CO1 L1
a)Universal Resource Locator
3
b)Unified Resource Locator
c)Universal Resource Link
d)Uniform Resource Locator
Which protocol is commonly used for communication between web 1 CO1 L1
browsers and web servers?
4 a)HTTPS
b)FTP
c)SMTP
d)SSID
What is the fullform of HTTP in web development? 1 CO1 L1
a)HyperText Transfer Protocol
5
b)HyperText Transformation Protocol
c)HyperText Transmission Process
d)HyperText Translation Protocol
Which of the following is a code editor? 1 CO1 L1
a)Photoshop
6
b)Sublime Text
c)DevTools (Developer Tools)
d)FileZilla

SJB Institute of Technology, Bangalore


(An Autonomous institute under VTU, Belagavi, Karnataka, India) Page 1 of 7
23CSAE11/23EEAE11/23CVAE11/23MEAE11

What is the primary purpose of a web server in the context of web


development? 1 CO1 L1
7 a)To store website data locally
b)To execute client-side scripts
c)To design the user interface
d)To manage and respond to HTTP requests
Which of the following is NOT a valid part of the Web Programmers 1 CO1 L1
Toolbox?
8 a)Integrated Development Environment (IDE)
b)Version Control System (VCS)
c)Graphic Design Software
d)Content Delivery Network (CDN)
What role does a DNS (Domain Name System) play in web programming? 1 CO1 L2
a)Transferring files between client and server
9
b)Resolving domain names to IP addresses
c)Encrypting data during transmission
d)Debugging web applications
What does IP stand for in the context of the internet? 1 CO1 L2
a) Internet Protocol
10
b)Information Provider
c)Internal Processing
d)Interactive Platform
In HTML, which tag is used to create a hyperlink? 1 CO2 L1
a)<link>
11
b)<hyperlink>
c) <a>
d)<url>
What is the purpose of the HTML <img> tag? 1 CO2 L1
a)Displaying text
12
b)Embedding audio
c)Inserting images
d)Creating hyperlinks
Which HTML tag is used to define an unordered list? 1 CO2 L1
a)<ol>
13
b)<ul>
c)<list>
d)<li>
What is the primary function of the HTML <table> tag? 1 CO2 L1
a)Embedding videos
14
b)Structuring tabular data
c)Formatting text
d)Creating forms
How can you add color to text in HTML? 1 CO2 L2
15
a)Using the <color> tag
b)Utilizing the <fontcolor> attribute
SJB Institute of Technology, Bangalore
(An Autonomous institute under VTU, Belagavi, Karnataka, India) Page 2 of 7
23CSAE11/23EEAE11/23CVAE11/23MEAE11

c)Applying JS
d)Applying CSS styles
What does the HTML <form> tag represent? 1 CO2 L2
a)A container for text
16
b)A container for tables
c)A container for input fields
d)A container for images
How is a comment added in HTML? 1 CO2 L2
a)<!--This is a comment-->
17
b)//This is a comment//
c) 'This is a comment'
d)/This is a comment/
Which HTML tag is used to define a horizontal line? 1 CO2 L2
a)<line>
18
b)<horizontal>
c)<hline>
d)<hr>
What is the purpose of the HTML <em> tag? 1 CO2 L2
a)Emphasizing text
19
b)Embedding media
c)Creating lists
d)Defining table structure
How is a hyperlink opened in a new tab or window in HTML? 1 CO2 L2
a) target="_self"
20
b)target="_blank"
c) target="_new"
d)target="_tab"
What is the primary purpose of the HTML <iframe> tag? 1 CO2 L2
a) Defining a header section
21
b)Embedding external stylesheets
c)Displaying content from another source within a webpage
d)Creating interactive forms
What does CSS stand for in web development? 1 CO3 L2
a)Creative Style Sheets
22
b)Colorful Style Sheets
c)Computer Style Sheets
d)Cascading Style Sheets
Which CSS property is used to specify the font family of text? 1 CO3 L1
a)font-style
23
b)font-family
c)text-family
d)style-font
In CSS, what is the purpose of a selector? 1 CO3 L1
24
a) It selects the HTML elements to style
b)It defines the layout structure of a webpage
SJB Institute of Technology, Bangalore
(An Autonomous institute under VTU, Belagavi, Karnataka, India) Page 3 of 7
23CSAE11/23EEAE11/23CVAE11/23MEAE11

c)It specifies colors for text


d)It adds background images to the page
What is the syntax for commenting in CSS? 1 CO3 L1
a) /This is a comment
25
b)/* This is a comment */
c)<!-- This is a comment -->
d) -- This is a comment --
Which CSS property is used to control the space between lines of text? 1 CO3 L1
a) line-height
26
b) text-spacing
c)spacing
d)text-line
How can you align text to the right in CSS? 1 CO3 L1
a) align: right
27
b) text-align: center
c)text-align: left
d) text-align: right
What CSS property is used to set the background color of an element? 1 CO3 L1
a) background-color
28
b) color-background
c)bg-color
d)element-color
Which property is used to set the style of a list item marker in CSS? 1 CO3 L1
a) marker-style
29
b) item-marker-type
c)list-style-type
d)list-marker-style
What does the CSS property "float" do? 1 CO3 L1
a)It makes the element appear larger
30
b) It aligns the element to the center
c)It allows an element to be positioned to the left or right of its container
d)It changes the font style of an element
How can you include a background image in CSS? 1 CO4 L1
a)background-image: url("image.jpg");
31
b)image: background("image.jpg");
c)bg-image: ("image.jpg");
d)img-background: ("image.jpg");
Which keyword is used to declare a variable in JavaScript? 1 CO4 L2
a)int
32
b) declare
c) variable
d)var
33 In JavaScript, what is the purpose of the typeof operator? 1 CO4 L2

SJB Institute of Technology, Bangalore


(An Autonomous institute under VTU, Belagavi, Karnataka, India) Page 4 of 7
23CSAE11/23EEAE11/23CVAE11/23MEAE11

a) Checking if a variable is defined


b) Determining the type of a variable
c)Creating a new variable
d)Initializing a variable
What is the result of the expression console.log(3 + '2'); in JavaScript? 1 CO4 L2
a)5
34
b)32
c)error
d)'5'
35 How can you display a message in the console using JavaScript? 1 CO4 L2
a)alert("Hello");
b)print("Hello");
c)log("Hello");
d)console.log("Hello");
Which function is used to take user input from the keyboard in JavaScript? 1 CO4 L2
a)input()
36
b)read()
c)prompt()
d)keyboardInput()
What is the role of the document.write() method in JavaScript? 1 CO4 L2
a)Writing content to an external file
37
b)Appending text to a variable
c)Writing text directly to the HTML document
d)Creating a new document
What is the JavaScript term for a function defined within another function? 1 CO4 L2
a)Nested function
38
b)Subfunction
c)Child function
d)Inner function
Which keyword is used to create an object in JavaScript? 1 CO4 L2
a) create
39
b)new
c)make
d) object
Which is the output: console.log("123*" + 3); 1 CO4 L2
a) 123*3
40
b)”123*3”
c) type error
d)syntax error
How can you convert a string to a number in JavaScript? 1 CO4
a)toNumber()
41
b)parseInt()
c)number()
d)stringToNumber()

SJB Institute of Technology, Bangalore


(An Autonomous institute under VTU, Belagavi, Karnataka, India) Page 5 of 7
23CSAE11/23EEAE11/23CVAE11/23MEAE11

Which JavaScript operator is used for concatenating strings? 1 CO5 L2


a) +
42
b) &
c)++
d) :
Which statement is used to exit a loop prematurely in JavaScript? 1 CO5 L3
a) break
43
b)continue
c)exit
d)stop
What does the else if statement allow in JavaScript? 1 CO5 L3
a)To execute a block of code unconditionally
44
b)To create a loop
c)To check multiple conditions
d) To define a function
Which loop in JavaScript executes at least once even if the condition is 1 CO5 L3
false?
45 a) for loop
b)while loop
c)do-while loop
d)switch loop
How do you select an element by its ID in the DOM using JavaScript? 1 CO5 L3
a)getElementById("elementID")
46
b)selectByID("elementID")
c)queryById("elementID")
d)findElement("elementID")
Which DOM method is used to create a new HTML element in JavaScript? 1 CO5 L3
a)appendElement()
47
b)createNode()
c)newElement()
d)createElement()
How do you get the value of an attribute from an HTML element in 1 CO5 L3
JavaScript?
48 a)element.value("attributeName")
b)element.attributeName
c)get.attribute("attributeName")
d)element.getAttribute("attributeName")
What does the setAttribute() method do in the DOM? 1 CO5 L3
a)Adds a new or modifies attribute to an element
49
b)adds an element
c)Removes an attribute from an element
d)Removes an element
What does DOM stand for in JavaScript? 1 CO5 L3
50
a)Data Object Model
b)Document Object Model
SJB Institute of Technology, Bangalore
(An Autonomous institute under VTU, Belagavi, Karnataka, India) Page 6 of 7
23CSAE11/23EEAE11/23CVAE11/23MEAE11

c)Dynamic Object Manipulation


d)Document Orientation Model

SJB Institute of Technology, Bangalore


(An Autonomous institute under VTU, Belagavi, Karnataka, India) Page 7 of 7

You might also like