cdac end module cdac ccee advanced web programming

CDAC Advanced Web Programming Practice Questions

41. Which attribute needs to be changed to make elements invisible?

Show Answer ?

42. What is the alternate name for Java script?

Show Answer ?

43. What PHP stands for?

Show Answer ?

44. How does the identity operator === compare two values?

Show Answer ?

45. Under what circumstance is it impossible to assign a default value to a parameter while declaring a
function?

Show Answer ?

46. Variables always start with a _________ in PHP

Show Answer ?

47. Which of the following is not valid PHP code?

Show Answer ?

48. What is the difference between print() and echo()?

Show Answer ?

49. Given a comma-separated list of values in a string, which function from the given list can create an array
of each individual value with a single call?

Show Answer ?

50. What is the best all-purpose way of comparing two strings?

Show Answer ?