MCQ Academy - English
Free Online MCQ Practice Tests in English
Popular Quiz Papers
Latest Quizzes
Considering the following snap of code, what is the expected result?
const gotNumber = 46;
if (gotNumber>45) {
let division = 'Second Division';
}
console.log(`Division is ${division} by number ${gotNumber}`);
- Error: division is not defined
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}`);
- 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.
- true
Apply or call method can be used to override the value of this?
- true
What does the below line do considering it as the first line in your javascript file:
(function(){
alert(this);
})();
- I will see an alert with not null value
Pi Day is celebrated on which date?
- 4th March
Who was the first man to walk on the moon?
- Neil Armstrong
The term “Partition of India” created which of the two independent dominions?
- India and Pakistan
When multiplied by itself, which number is equal to 12,345,678,987,654,321?
- 111,111,111
What is the analogy of VACCINE : PREVENT?
- antidote : counteract
Now-a-days many villages are lit ____ electricity.
- by
I am entitled ____ a share of profit. The correct preposition is?
- to
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
- Each boy and each girl have a pen
If I had known you were coming, …?
- I would have gone to the station
What is a person whose head is in the clouds?
- a daydreamer
No article is used before —
- a pronoun
A person who treats mental illness is called —
- psychiatrist
The Antonym of “Honorary ” is —
- Salaried
Which is the correct sentence?
- I shall avail the opportunity
- I shall avail for the opportunity
- I shall avail myself of the opportunity
- 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?
- listen
