MCQ Academy - English

Free Online MCQ Practice Tests in English

Latest Quizzes

Considering the following snap of code, what is the expected result?

let dogName = 'Tom';
let catName = 'Jerry';
[dogName, catName] = [catName, dogName];
console.log(`Dog name: ${dogName}`);
Correct answer(s):
    • String output: Dog name: Jerry

When used as a constructor, like new MyFunction(), the value of this will be a brand new object provided by the JavaScript runtime. If we don’t explicitly return anything from that function, this will be considered its return value.

Correct answer(s):
    • true

What does the below line do considering it as the first line in your javascript file:

(function(){
    alert(this);
})();
Correct answer(s):
    • I will see an alert with not null value

Which is the correct sentence?

  • Each boy and each girl have a pen
  • Each boy and each girl are having a pen
  • Each boy and girl has a pen
  • Each boy and each girl were having a pen
Correct answer(s):
    • Each boy and each girl have a pen

Which is the correct sentence?

  • I shall avail the opportunity
  • I shall avail for the opportunity
  • I shall avail myself of the opportunity
Correct answer(s):
    • I shall avail myself of the opportunity

The speaker failed to make the audience – to him patiently.Which of the following is the correct verb form in the blank above?

Correct answer(s):
    • listen