This document is an internal assessment for B.Com students at SRNK Government Degree College, focusing on Web Technologies for Semester VI. It includes multiple-choice questions and fill-in-the-blank questions related to HTML, CSS, JavaScript, and XML. The assessment is designed to evaluate students' understanding of web development concepts within a 30-minute timeframe for a total of 10 marks.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
3 views
bcom web internal II (2)
This document is an internal assessment for B.Com students at SRNK Government Degree College, focusing on Web Technologies for Semester VI. It includes multiple-choice questions and fill-in-the-blank questions related to HTML, CSS, JavaScript, and XML. The assessment is designed to evaluate students' understanding of web development concepts within a 30-minute timeframe for a total of 10 marks.
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
No.
of Copies: SRNK GOVERNMENT DEGREE COLLEGE (A),
50 BANSWADA 10 INTERNAL ASSESSMENT – I: 2024-25 SEMESTER-VI B.com Subject: Web Technologies Paper: IV Time: 30 Min. Date: Max. Marks: 10 Name: Roll No.: Group: Invigilators Sign.
I. Multiple Choice Questions (05 X 1= 05 Marks)
1. Which of the following tag is used embedded CSS in HTML page - [ ]
a)<css> b)<!DOCTYPE html>c) <script> d) <style> 2. Which of the following is the correct syntax to link an external style sheet in the HTML file? [ ] a) <link rel=”stylesheet” href=”style.css” /> b) <link rel=”stylesheet” src=”style.css” /> c) <style rel=”stylesheet” src=”style.css” /> d) <style rel=”stylesheet” link=”style.css” /> 3. The "function" and " var" are known as: [ ] a) Keywords b) Data types c)Declaration statements d) Prototypes 4. Which type of JavaScript language is ___ [ ] a) Object-Oriented b) Object-Based c)Assembly-language d)High-level 5. Which is the correct XML declaration? [ ] a) <xml version="1.0" encoding="UTF-8"/> b) <xml version="1.0" encoding="UTF-8"></xml> c) <?xml version="1.0" encoding="UTF-8"?> d) <?xml type="document" version="1.0" encoding="UTF-8"?>
II. Fill in the blanks Questions (05 X 1= 05 Marks)
6. ________________indicates the HTML element you want to style
7. ________ style sheet is used to apply CSS on a single document 8. ____________ event occurs when user selects some text of an element. 9. a JavaScript object is an entity having__________ and ____________. 10. XML stands for__________________