You are on page 1of 5

Institute of Technology & Engineering

Indus University
WT CE0522 Question Bank
5th CE/CSE/IT
Unit-1_HTML

1. What is a Web Browser? Difference between URL and Domain Name.


2. What is Client Side Scripting? What is Server Side Scripting? And Differentiate.
3. Define: Website, Web Server, Responsive Website
4. Difference between a Desktop Application and Web Application.
5. Difference between Static and Dynamic Websites.
6. Write a short note on the client side scripting language HTML explain its
purpose and structure.
7. Explain 5 basic HTML Tags.
8. What do you understand by the attributes of tags? What are block level tags
9. What are inline tags.Difference between block level tags and inline tags.
10. What are group level tags?
11. Write the usage, attributes and syntax for the following tags:
<p>,<b>, <u>, <i>, <tt>,<div>, <span>,<h1> to <h6>,<hr>, <br>
<font>,<marquee>,<img>,<a>,<sub>, <sup>,<dd>, <dt>, <dl>
<ol>, <ul>, <li>,<strong>, <em>
12. Explain <table> tag with all the sub tags and attributes.
13. Difference between cell padding and cell spacing. Explain Colspan and
Rowspan.
14. Write the code for the following table in HTML(as you have done in practical)
15. Which are the special characters in HTML and how are they specified in
HTML?
16. Explain <form> tag and the associated tags for input controls
17. Write the usage, attributes and syntax for the following controls:

a. Text box h. Time


b. Text area i. Url
c. Radio button j. Color
d. Checkbox k. Spinner
e. Dropdown l. Slider
f. Scrolling List m. Submit
g. Date n. Reset
18. Explain autofocus and selected attributes.
19. Explain the “action” attributes of form with proper examples.
20. Explain with example: <frameset>, <iframe>.
21. Write the code for the following frameset division.
22. Explain purpose of meta tag in detail.

Unit-2_CSS_JAVASCRIPT

23. What is the difference between inline, embedded and external style sheets?
24. Write CSS code to set proper design of registration page that contain
following data fields (Student enrol no, student name, Student mobile no,
student email id, branch, semester).
25. What is Margin and padding? How can it be used in web page designing?
26. Write a program using HTML and CSS to change the background colour of a
<div> on a mouse over event.
27. Explain any five selectors which start with ‘::’ and any five selectors which start
with ‘:’.
28. What is use of position property in css? Explain different value of position
property.
29. Explain different types of background properties.
30. Explain the difference between visibility: hidden and display: none?
31. Explain CSS Box model in detail with proper diagram.
32. How to create a hyperlink in HTML? Explain all pseudo class of hyperlink in
detail.
33. Difference between pseudo class and pseudo element.
34. Explain different types of text formatting properties.
35. Explain overflow,white-space and word-wrap properties.
36. Explain the pseudo classes associated with anchor tag.
37. List and explain with example, the types of selectors for CSS properties.
38. Explain float,Transition,Animation Properties in detail.
39. Explain after and before pseudo elements.
40. Explain first letter and first line pseudo elements.Explain hover pseudo class.
41. List out text related CSS Property and explain
42. Explain different selectors and combinations
43. Explain Background Properties with example
44. Explain CSS in a Form with help of an example
45. Explain CSS in a Table with help of an example
46. List 5 CSS Properties applicable in a paragraph.
47. Show the precedence relation between Internal, Inline and External CSS
48. What is JavaScript? Enumerate the differences between Java and JavaScript?
49. What are JavaScript Data Types? What is the use of is NaN function?
50. What are undeclared and undefined variables?
51. What are global variables? How are these variable declared and what are the
problems associated with using them?
52. What is 'this' keyword in JavaScript?
53. Which symbol is used for comments in Javascript?
54. What is === operator in javascript? Explain in detail.
55. Explain how you can submit a form using JavaScript?
56. What are all the looping structures in JavaScript?
57. How can you convert the string of any base to integer in JavaScript?
58. Explain the difference between "==" and "==="?
59. What would be the result of 3+2+"7"?
60. What is an undefined value in JavaScript?
61. What are all the types of Pop up boxes available in JavaScript?
62. How can a page be forced to load another page in JavaScript?
63. What is the difference between an alert box and a confirmation box?
64. What are escape characters?Explain its use.
65. What are JavaScript Cookies?
66. Explain what is pop()method in JavaScript? (Read JS Array)
67. Mention what is the disadvantage of using innerHTML in JavaScript?
68. Which keyword is used to print the text on the screen?
69. What is the use of the onblur function?
70. What is the use of Push, pop, shift and unshift methods in JavaScript? (Read JS
Array)
71. How are DOM utilised in JavaScript?
72. How are JavaScript and ECMAScript related?
73. How are event handlers utilised in JavaScript?
74. What does the following statement declares? var myArray = [[[]]];

Unit-3_Angular js_NodeJS

75. What is AngularJS? Explain what are the key features of AngularJS ?
76. Explain what is scope & Services in AngularJS ?
77. Explain what is Angular Expression? Explain what is key difference between
angular expressions and JavaScript expressions?
78. With options on page load how can you initialise a select box ?
79. Explain what are directives ? Mention some of the most commonly used
directives in AngularJS application ?
80. Mention what are the advantages of using AngularJS ?
81. Explain what AngularJS routes do ? Explain what is data binding in AngularJS ?
82. What makes AngularJS better ? Explain what is string interpolation in
Angular.js ?
83. Write a program to print HELLO WORLD in angular js.

Unit-4_PHP_MYSQL
84. Explain Web feeds and Associate arrays in PHP
85. Write a PHP program to make the sum of first 100 odd numbers.
86. What is an HTML form? How can you access the form data in php page?
Explain with suitable example.
87. Write a PHP program that receives the value of N using HTML form and
displays the first N Fibonacci numbers as HTML list.
88. Explain the PHP arrays with example.
89. What is a session? How do php manage the sessions? Give an example to
store and retrieve, your age as session variable.
90. Explain various types of arrays in PHP with examples.
91. Create an HTML form with one textbox to get user’s name. Also write
PHP code to show length of entered name when, the HTML form is
Submitted.
92. Give differences between following.
a. GET versus POST
b. Cookie versus Session variable
93. Create HTML form to enter one number. Write PHP code to display the
message about number is odd or even.
94. Explain and demonstrate with suitable example Session and Cookie using
PHP
95. Write a Java Script to validate email address. Explain substr(), explode in
PHP.
96. What is an associate array in PHP? Explain built in associate arrays inPHP.
97. What is Session in PHP? How shopping cart can be maintained with
Session concept sample PHP code.
98. Explain PHP and WAMP server in detail.
99. Differentiate between Client Side Scripting and Server Side Scripting.
100. Write a PHP script that validate email address using Regular Expression
when user click on VALIDATE button.
101. Write php code to create database state, create table city(cityname,
area,population) and insert data from table.
102. How to read directory in PHP? Write sample code for the same and
explain it.
103. Explain date() function in PHP. What PHP can do with header() command?
104. Differentiate session and cookies in PHP. What are cookies in PHP? Explain
it with example.
105. What are the different types of arrays in PHP? Explain with example to
process the arrays in PHP.
106. Write PHP Program to store user registration with My Sql Database.
107. Write a PHP script to upload a text file.
108. Develop web service to print ‘Hello World’ using PHP programming.
109. Write PHP and HTML code to upload file from client to server.
110. Explain file and directory related functions in PHP with example.
111. Write a PHP program to store user registration (user-name, address, Date
of Birth, age, pan card, gender) with mysql database.
112. Write a code to design single PHP page with following requirement.
a. It accept username and password
b. When user click on submit button then authenticate user id and
password.
c. Also perform validation (using JavaScript) like any of input field should
not be blank.
113. Write php code to upload simple text file on webserver.
114. Write a web application code using PHP, HTML and MySql for Employees
that stores employee’s id, name, department, designation, etc. in
database. Create proper GUI including buttons that run separate .php file
for each database operation like insert, update, delete etc.
115. Write php code to read from a file and display it in browser
116. Write HTML and PHP program to read and store student information such
as enrollment no, name, semester and percentage from database table.
Output the data to a webpage in tabular format.
117. Write a PHP program to store user registration information( like
user-name, address, Date of Birth, age, pan card, gender) with mysql
database and display that details on view screen in tabular manner
118. Explain select,insert,update,delete with phpmyadmin.
119. Explain diff server which will be used to do php scripting.

You might also like