All posts from

mlrinstitutions.ac.in B.Tech I Year II Sem Examinations Question Paper 2016 : MLR Institute Of Technology

Name of the Centre : MLR Institute Of Technology
Name Of The Exam : B.Tech I Year II Sem Examinations
Name Of The Subject : Web Markup Languages
Year : July 2016
Document type : Sample questions Papers

Website : https://mlrinstitutions.ac.in/
Download Sample Question Paper :
Web Markup Languages : https://www.pdfquestion.in/uploads/13175-Webmarkup.docx
Probability : https://www.pdfquestion.in/uploads/13175-Probability.docx
Mathematics-II : https://www.pdfquestion.in/uploads/13175-MathematicsII.docx
Engineering Mechanics-II : https://www.pdfquestion.in/uploads/13175-EnggMechanicsII.docx
Engineering Drawing : https://www.pdfquestion.in/uploads/13175-EnggDrawing.docx
Data Structures : https://www.pdfquestion.in/uploads/13175-DataStructures.docx

MLR Institute B.Tech I Year Exam Question Paper

Introduction To Web Markup Languages : common for CSE & IT
Time : 3 hours
Max.Marks :75

Related : MLR Institute Of Technology B.Tech I Year I Sem Advanced Supplementary Exam Question Paper : www.pdfquestion.in/13170.html

Instructions

Note:
1. This question paper contains two parts A and B.
2. Part A is compulsory which carries 25 marks. Answer all Questions in part A.
3. Part B consists of 5 units. Answer any one full question from each unit. Each question carries 10 Marks and may have a,b,c as sub questions.

Model Questions

Part-A : [25 Marks]
1. a) Describe about preformatting tag. [2M]
b) Write code for right to left marquee tag. [2M]
c) What is the use of inline style sheet? [2M]
d) State various types of table layouts. [2M]
e) Define cloud computing [2M]

2. a) Write difference between html and html5. [3M]
b) What are various audio and video tags? [3M]
c) Explain about embedded style sheet [3M]
d) Describe about colour gradients in CSS [3M]
e) State and contrast public cloud and private cloud [3M]

Part-B : [50 Marks]
3. a) Write html program for displaying college information using basic html tags. [6M]
b) What are various attributes in html? Write an example. [4M]
OR
4. a) How WWW differ with Internet? [4M]
b) Write a html program using preformatting tags with line breaks and use paragraph tags. [6M]

5. a) Write html program for your class timetable. [6M]
b) How do you embed video tag in html. [4M]
OR
6. a) Define Frame and frameset and write a sample program for frameset. [6M]
b) Write html program using all tags available in lists. [4M]

7. Write program using inline, embedded and external style sheets in CSS. [10M]
OR
8. a) Write html program using alert (), blur (), close (), focus ( ), open () methods in window object. [7M]
b) Explain about different properties and methods available in navigator object. [3M]

9. a) Write html program using various background properties in CSS. [5M]
b) Explain about different font styles with suitable examples. [5M]
OR
10. a) Write a html program for table layouts. [6M]
b) Explain about different effects in CSS. [4M]
11. Explain about cloud computing models including Iaas, Paas, Saas. [10M]
OR
12. a)Write short notes on a. hybrid clouds [3M]
b) cloud computing Benefits [4M]
c) Risks in cloud computing [3M]

Data Structures : (Common to CSE/IT/ECE/AERO)
Time: 3 hours
Max.Marks :75
PART-A : (25 Marks)
1. a) Define Data Structure (2 M)
b) List the ADT of Stack (2 M)
c) What are the operations of queues (2 M)
d) Calculate the time complexity of Shell sort. (2 M)
e) Define a Tree. (2 M)

2. a) Explain Big-oh, Omega & Theta Notations (3 M)
b) Write an algorithm for Push operation of stack (3 M)
c) Write an algorithm for Dequeuing element from queue (3 M)
d) Explain Linear Search algorithm (3 M)
e) Explain a complete binary tree & number of nodes in a complete binary tree of height ‘H’ (3 M)

PART-B : (50 Marks)
3. Write a C program to read a given a linked list and two integers M and N. Traverse the linked list such that you retain M nodes then delete next N nodes, continue the same until end of the linked list. (Example: Input: M = 2, N = 2, Linked List: 1->2->3->4->5->6->7->8 : Output: Linked List: 1->2->5->6). (10 M)
(OR)

4. a) Write a C program to implement a singly linked list. (5 M)
b) What are the advantages and disadvantages of doubly linked list over singly linked list? Explain the applications of doubly linked lists. (5 M)

5. Write a C Program to implement stack using arrays (10 M)
(OR)

6. Write a C program to implement a Stack which a restriction that, the fist two elements which are to be pushed are 0 & 1, later you can only push an element which is equal to sum of last two elements of stack.(i.e. when all elements are popped you will see a reverse order of Fibonacci series).
(10 M)

7. Write a C program that insert only palindrome numbers in Queue using arrays. (10 M)
(OR)
8. a) Write any four applications of Queues in computing environment. (5 M)
b) List the advantages and disadvantages of linked representation over array representation of queue. (5 M)

9. Write a C program to implement bubble sort algorithm. (10 M)
(OR)
10. a) Would insertion sort be speeded up if instead it used binary search to find the correct place to insert the next item? Justify your answer. (5 M)
b) Compare the complexities of various sorting Algorithms. (5 M)

11. Construct a binary tree for the following data items: 80, 40, 75, 30, 20, 90, 50, 100, 50, 200, 25, 80, and 150. Write the inorder, preorder & postorder notation of constructed tree. (10 M)
(OR)
12. What are tree properties? List any four applications of trees. (10 M)

Leave a Reply

How to add comment : 1) Type your comment below. 2) Type your name. 3) Post comment.

www.pdfquestion.in © 2021

Contact Us   Privacy Policy   SiteMap