• 1. 
    A PHP program will display the name of the month when entering a number between 1 and 12 in the input form. The use of the right branching is ...

  • IF
  • IF ... ELSE
  • IF - IF .. ELSE - ELSE
  • SWITCH
  • 2. 
    PHP is a server-side programming, where the code will be executed on the server side. The following which one can act as a server on a local computer ...

  • XAMPP
  • HTDOCS
  • APACHE
  • MYSQL
  • 3. 
    From the following program, the final score displayed is…

  • 9
  • 10
  • 90
  • 100
  • 4. 
    Which is the wrong way to write variables in PHP?

  • $name
  • $_address
  • $1student
  • $school?
  • 5. 
    The function in JQuery that is used to ensure all the desired elements are displayed on the web page is ...

  • document ready()
  • document complete()
  • document all()
  • document display()
  • 6. 
    The right syntax used to stop a loop when a condition occurs and continue the next loop is ...

  • WHILE
  • DO ... WHILE
  • BREAK
  • CONTINUE
  • 7. 
    Which is an AJAX function?

  • can load data from the server to a web browser without reloading (refreshing)
  • make code more concise
  • add style to the web page
  • create slide animations
  • 8. 
    The functions provided by JQuery to hide elements are ...

  • fadeOut
  • fadeIn
  • fadeToggle
  • fadeSlow
  • 9. 
    Which operator is used to calculate the modulo?

  • *
  • /
  • +/
  • %
  • 10. 
    If a condition has two choices, namely true and false, then the syntax used is ...

  • IF
  • IF ... ELSE
  • IF - IF .. ELSE - ELSE
  • SWITCH
Report Question
warning
access_time
  Time