", "comment": {"@type": "Comment", "text": "This is a hint"}}, {"@type": "Answer", "position": 3, "encodingFormat": "text/markdown", "text": "<$ dan $>", "comment": {"@type": "Comment", "text": "This is a hint"}}]}, {"@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Practice problem", "name": "The functions provided by JQuery to hide elements are ...", "text": "The functions provided by JQuery to hide elements are ...", "comment": {"@type": "Comment", "text": "fadeOut"}, "encodingFormat": "text/markdown", "acceptedAnswer": {"@type": "Answer", "position": 0, "encodingFormat": "text/markdown", "text": "fadeOut", "comment": {"@type": "Comment", "text": "fadeOut"}}, "suggestedAnswer": [{"@type": "Answer", "position": 0, "encodingFormat": "text/markdown", "text": "fadeOut", "comment": {"@type": "Comment", "text": "This is a hint"}}, {"@type": "Answer", "position": 1, "encodingFormat": "text/markdown", "text": "fadeIn", "comment": {"@type": "Comment", "text": "This is a hint"}}, {"@type": "Answer", "position": 2, "encodingFormat": "text/markdown", "text": "fadeToggle", "comment": {"@type": "Comment", "text": "This is a hint"}}, {"@type": "Answer", "position": 3, "encodingFormat": "text/markdown", "text": "fadeSlow", "comment": {"@type": "Comment", "text": "This is a hint"}}]}, {"@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Practice problem", "name": "Which operator is used to calculate the modulo?", "text": "Which operator is used to calculate the modulo?", "comment": {"@type": "Comment", "text": "%"}, "encodingFormat": "text/markdown", "acceptedAnswer": {"@type": "Answer", "position": 3, "encodingFormat": "text/markdown", "text": "%", "comment": {"@type": "Comment", "text": "%"}}, "suggestedAnswer": [{"@type": "Answer", "position": 0, "encodingFormat": "text/markdown", "text": "*", "comment": {"@type": "Comment", "text": "This is a hint"}}, {"@type": "Answer", "position": 1, "encodingFormat": "text/markdown", "text": "/", "comment": {"@type": "Comment", "text": "This is a hint"}}, {"@type": "Answer", "position": 2, "encodingFormat": "text/markdown", "text": "+/", "comment": {"@type": "Comment", "text": "This is a hint"}}, {"@type": "Answer", "position": 3, "encodingFormat": "text/markdown", "text": "%", "comment": {"@type": "Comment", "text": "This is a hint"}}]}, {"@type": "Question", "eduQuestionType": "Multiple choice", "learningResourceType": "Practice problem", "name": "If a condition has two choices, namely true and false, then the syntax used is ...", "text": "If a condition has two choices, namely true and false, then the syntax used is ...", "comment": {"@type": "Comment", "text": "IF ... ELSE"}, "encodingFormat": "text/markdown", "acceptedAnswer": {"@type": "Answer", "position": 1, "encodingFormat": "text/markdown", "text": "IF ... ELSE", "comment": {"@type": "Comment", "text": "IF ... ELSE"}}, "suggestedAnswer": [{"@type": "Answer", "position": 0, "encodingFormat": "text/markdown", "text": "IF", "comment": {"@type": "Comment", "text": "This is a hint"}}, {"@type": "Answer", "position": 1, "encodingFormat": "text/markdown", "text": "IF ... ELSE", "comment": {"@type": "Comment", "text": "This is a hint"}}, {"@type": "Answer", "position": 2, "encodingFormat": "text/markdown", "text": "IF - IF .. ELSE - ELSE", "comment": {"@type": "Comment", "text": "This is a hint"}}, {"@type": "Answer", "position": 3, "encodingFormat": "text/markdown", "text": "SWITCH", "comment": {"@type": "Comment", "text": "This is a hint"}}]}]}


  • 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 following is not a way of writing PHP code in HTML is ...

  • <$ dan $>
  • 9. 
    The functions provided by JQuery to hide elements are ...

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

  • *
  • /
  • +/
  • %
  • 11. 
    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