[go: up one dir, main page]

0% found this document useful (0 votes)
7 views2 pages

WT Internal 2

Uploaded by

Shbm
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)
7 views2 pages

WT Internal 2

Uploaded by

Shbm
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/ 2

MVS GOVERNMENT ARTS & SCIENCE COLLEGE (A)

MAHBUBNAGAR
Department of Computer Science
B.Sc. –III YEAR, VI-SEMESTER
Internal Assessment-II April-2024

SUBJECT:- WEB-TECHNOLOGY Group: MAX MARKS: 20


NAME ____________________________________ ROLL-NO______________________________
__________________________________________________________________________________

I. Answer all the questions (10 x 1=10)


1. Which of the following is used to read a HTML page and render it? [ ]
(a) Web server (b) Web matrix (c)Web browser (d) None of the mentioned
2. What is DOM? [ ]
(a) Application programming interface (b) Hierarchy of objects in ASP.NET (c) Convention for
representing and interacting with objects in HTML documents (d) None of the mentioned
3. Which of the following property is used to control the space between the border and
content in a table? [ ]
(a) border (b) padding (c) margin (d) resize
4. Which of the following property defines labels for a list of items? [ ]
(a) list-style-type (b) list-style-image (c) list-stylelist-style-type (d) None
5. What is the purpose of JavaScript in web development? [ ]
(a) To define the structure and content of web pages (b) To add interactivity and
behavior to web pages (c) To style and format web pages (d) To manage server-side
data and databases
6. What is the JavaScript keyword used to define a function? [ ]
(a) var (b) function (c) let (d) const
7. Identify the function in JavaScript which is used to send messages to users requesting for
text input? [ ]
(a) alert() (b) prompt() (c) display() (d) getInput()
8. To get the current system date which of the following function is used [ ]
(a) currentDate() (b) getDate() (c) Now() (d) Date()

9. Which of the following is an object provided by javascript? [ ]


(a) Math object (b) Date object (c) Both (a) and (b) (d) None of the above
10. ________ function is used to display the minimum of two number given to it. [ ]
(a) Min( ) (b) Minimum( ) (c) Both (a) and (b) (d) None of the above
Fill in the Blanks 5x1=5
1. JavaScript is ____________side scripting language
2. ________ function is used to combine two strings.
3. ________ function displays the rounded value of the integer.
4. ________ is a data item that stores the user defined values.
5. x = 2; y = + + x; then y=__________________

ONE WORD ANSWER 5x1=5


1. What are the different types of built-in objects?

2. What is global variable?

3. What is a variable in java script? How to declare a variable?

4. What is function write the syntax for declaring a function in javascript?

5. Write different methods of Math object?

You might also like