You are on page 1of 2

Shadan Women’s College of Engineering and Technology

6-2-980, Raj Bhavan Road, Khairatabad, Hyderabad, Telangana – 500 004


Approved by AICTE & Permitted by the Government of Telangana
Affiliated to Jawaharlal Nehru Technological University, Hyderabad
A Minority Institution - Established by Shadan Educational Society
Website: www.swcet.in E-mail : swcetl5@yahoo.com
Phone: 040-23305552, 23305549 Fax: 040-23305553

Department of Computer Science and Engineering


ADD-ON PROGRAM ON
BASIC WEB DEVELOPMENT SKILLS (WEBD01)
Assessment -Objective Exam
(2018-19)

Name: _________________________ Hall


Ticket No.
B.Tech M.Tech Date: _________________
Answer All Questions. All Questions Carry Equal Marks. Time: 20 Min. Marks: 10.

1) HTML is what type of language? [ ]


a) Scripting Language
b) Markup Language
c) Programming Language
d) Network Protocol

2. HTML uses [ ]
a) User defined tags
b) Pre-specified tags
c) Fixed tags defined by the language
d) Tags only for linking

3. Which program is used by web clients to view the web pages? [ ]

a) Web browser
b) Protocol

c) Web server

d) Search Engine

4. If we want define style for an unique element, then which css selector will we use ?
[ ]
a) Id
b) text

1|Page
c) class
d) name

5. If we want to use a nice looking green dotted border around an image, which css property will
we use? [ ]
a) border-color
b) border-decoration
c) border-style
d) border-line

6. What does XML stand for? [ ]

a) eXtra Modern Link


b) eXtensible Markup Language
c) Example Markup Language
d) X-Markup Language

7. What is the correct syntax of the declaration which defines the XML version?
[ ]
a) <xml version="A.0" />
b) <?xml version="A.0"?>
c) <?xml version="A.0" />
d) None of the above

8. Which of the following sign is used as a shortcut for jQuery? [ ]

a) the % sign
b) the & sign
c) the $ sign
d) the @ sign

9. Which of the following directive is used to initialize an angular app? [ ]


a) ng-model
b) ng-app
c) ng-controller
d) None of the above

10. Arrays in perl are denoted by [ ]


a) @
b) %
c) $
d) #

2|Page

You might also like