Showing posts with label CS101 Fall 2009. Show all posts
Showing posts with label CS101 Fall 2009. Show all posts

Thursday, January 28, 2010

CS101 Ass Sol

 
Question 1:
Solution:
            PowerPoint Slide



 Math objects:

 
Question 02;
Solution:


Statements
What  Required
Answer Column
If(document.Myform.a.value == 'CS101  AND    
What    change will occur if  we alter name=”a”  to name =”ab”
“a” is the name of the text field of interface of the webpage, if we alter it to “ab” than we cannot get the data from the interface, and there will be not any function call, when we hit “Verify”.
if((document.Myform.a.value == 'CS101'||document.Myform.a.value == 'cs101')&&
(document.Myform.pass.value == '101'||document.Myform.pass.value =='vu'))

When the statement will become true.
When user enter “CS101” or “cs101” in paper field and ‘101’ or ‘vu’ in password field
function AnonymousCheck1()
When this function will be executed
This will execute when user enter field input other than ‘CS101’, ‘cs101’ and ‘101’,’vu’
onBlur="AnonymousCheck()
What is onBlur role here?
onBlur call the function as the user input the data to the field through interface.
This is the small web page with script handling on the field to collect the correct data.



Working code:
 

       
ASSIGNMENT SOLUTION







 
   
     
      
   
     
 
Paper

       
Password










     ASSIGNMENT SOLUTION







 
   
     
      
   
     
 
Paper

       
Password















NOTE: - These Assignments OR Quiz are just for idea, so kindly don't copy it, after viewing it make your own. Thanks


We always try our best to upload 100% correct solution BUT it is requested that you kindly review it before submission, please BEST OF LUCK,


Thanks to those students those send me Assignments and quizzes. If you have any Assignment and quiz kindly send at jamilbookcenter@yahoo.com

CS101 GDB

Definition of Distance Learning:
                                       "Distance learning or education is a field of education that focuses on the pedagogy and andragogy, technology and instructional systems design that aim to deliver education to students who are not physically "On site"
WEB TECHNOLOGY ROLE IN DISTANCE LEARNING:
                                        "Distance learning has received a boost due to the low price of internet communication and the availability of web-based interactive content."
                                        The students who want to continue their jobs with their current jobs this is very convenient option available to them. Physical locating is less of hindrance now. We are turning more and more toward online resources of information
Example:

VU institute is the best example and it better explains the web technology role in distance learning because:
. 
VU student are not take lectures through physically teacher presence.
.All their dealings, papers, assignments, quizzes are taken from the student through web technology.
.Students can interact with the other students and the teachers with the help of internet which is actually web technology.
 
NOTE: - These Assignments OR Quiz are just for idea, so kindly don't copy it, after viewing it make your own. Thanks


We always try our best to upload 100% correct solution BUT it is requested that you kindly review it before submission, please BEST OF LUCK,


Thanks to those students those send me Assignments and quizzes. If you have any Assignment and quiz kindly send at jamilbookcenter@yahoo.com