Sample Mcqs (These Are Only Samples To Give You An Idea)
Sample Mcqs (These Are Only Samples To Give You An Idea)
1. Examination will cover everything thing we learn during lectures /assignment/quizzes till last class
2. Following are the guideline for sample questions and topics covered during the semester.
[JavaScript] http://www.c4learn.com/mcq/javascript-mcq/basic-of-js-multiple-choice-questions/
Following references were considered as only point of reference for topics and content covered during the
course.
Specially go through all “Try it Yourself”, “Exercises” given on topic pages and
“Examples” @ http://www.w3schools.com/html/html_examples.asp
Pseudo-Class,
http://www.w3schools.com/css/css_link.asp
a:link - a normal, unvisited link
a:visited - a link the user has visited
a:hover - a link when the user mouses over it
a:active - a link the moment it is clicked
http://www.w3schools.com/cssref/sel_focus.asp
input:focus
:hover
Specially go through all “Try it Yourself”, “Exercises” given on topic pages and
W3School [JAVASCRIPT] (http://www.w3schools.com/js/js_examples.asp)
What can JavaScript do?
Calculator
JavaScript can change HTML content
JavaScript can change HTML attributes
JavaScript can change CSS style
JavaScript can validate input
Writing into an window alert box
Writing into an HTML element
Find the length of a string
Convert string to upper case - toUpperCase()
Convert string to lower case - toLowerCase()
Use Date() to display today's date and time