logo

Crowdly

Browser

Add to Chrome

IT6012 - Web Fundamentals

Looking for IT6012 - Web Fundamentals test answers and solutions? Browse our comprehensive collection of verified answers for IT6012 - Web Fundamentals at moodle.polytechnic.bh.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Which of the following is a valid related to JavaScript data types

100%
0%
0%
0%
View this question

Choose the correct answer when you run the following javascript code.

function f1()

{

   {

     let n1 = 100;

     var n2 = 200;

   }

       alert(n1 + n2);

0%
50%
0%
50%
View this question
Which of the following input types is used for submitting a form in HTML?
0%
100%
0%
0%
View this question

What is the output of the following javascript code

 var x = 8; y =0;

  if(x)

     document.write(9);

  else

     document.write(x); 

100%
0%
0%
0%
View this question
Which of the following is the name of the simplest JavaScript built-in function creating a small new window with a single "Ok"-button?
0%
0%
100%
0%
View this question
Which pop-up box is used to accept the input from the user
0%
100%
0%
0%
View this question
What is the correct JavaScript syntax to change the content of the HTML element: <p id="Poly" name="BP">Bahrain Polytechnic</p>
100%
0%
0%
0%
View this question
Which of the following do...while loops will print the numbers 10, 9, 8, 7, 6 to the console?
0%
100%
0%
0%
View this question
Values stored in sessionStorage persist even after closing the browser.
100%
0%
View this question
Can we do validation for input elements using JS?
100%
0%
View this question

Want instant access to all verified answers on moodle.polytechnic.bh?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome