Java V1
Java V2
Java V3
Java V4
Java V5
100

Who developed Javascript Programming Language?
 a) Wick van Rossum
 b) Rasmus Lerdorf
 c) Guido van Rossum
 d) Brendian Eich

Who is Brendian Eich?

100

What will be the output of the following JavaScript statement?
  console.log(2+2)
 a) 2
 b) 4
 c) 22
 d) a

Is it 4?

100

What full meaning of HTML?


 a) HyperText Markup Language
 b) HyperTemplate Mobile Lanagauge
 c) HydroText Match Link
 d) none of the above

What is HyperText Markup Language?

100

CSS comprises the following except

 a) datatypes
 b) properties
 c) selectors
 d) curly braces

What are datatypes?

100

Which of the following is not an example of HTML attributes?


 a) src
 b) alt
 c) required
 d) submit

Is it submit?

200

Which type of Programming does Javascript support?
 a) object-oriented programming
 b) structured programming
 c) functional programming
 d) all of the above

Is it all of the above?

200

Javascript is a
a) Programming Langauge

b) Scripting Langauge

c) Markup Language


What is a Programming Langauge?

200

What is the full meaning of CSS?


 a) Cascading Style Sheet
 b) Creative Style Sheet
 c) Custome Sheet Style
 d) all of the above

What is Cascading Style Sheet

200

Which of the following is not used to create responsiveness in
 CSS? 

a) media queries
b) var
c) let
d) come

Is it come?

200

Which of the following is used to create a link in the html element CSS? 

a) div tag
b) anchor tag
c) list tag
d) link tag

Is it anchor tag?

300

 Is JavaScript case sensitive when dealing with variables?
 a) no
 b) yes
 c) machine dependent
 d) none of the mentioned

Is it yes?

300

Which of the following is not used to declare a variable in JavaScript? 

a) const
b) var
c) let
d) come

Is it come?

300

Html is a programming language


 a) no
 b) yes
 c) it is machine dependent
 d) none of the above 

Is it no?

300

Which of the following is not an example of HTML element?


 a) <div></div>
 b) <p></p>
 c) <form></form>
 d) <function></function>

Is it <function></function>?

300

What will be the output of the following html code?
<ul>
<li>Meat</li>
<li>Fish</li>
</ul>

a) 

  • .Meat

  • .fish

 b) Meat, Fish

 c) Meat - Fish

 d) Meat & Fish


Is it 

  • .Meat

  • .fish

400

Which of these is not a type of function
 a) arrow function
 b) anonymous function
 c) shadow function

Is it shadow function?

400

What will be the output of the following Python code?
 let name = ‘NextGen’
 company_name = ‘The Bulb’
 console.log(name + "" + other_name).
 a) NextGen The Bulb
 b) NextGenTheBulb
 c) Next Gen The Bulb
 d) None of the above

Is it NextGen The Bulb?

400

CSS is a styling langauge
 

a) no

b) yes

c) maybe

Is it yes?

400

CSS property to change a color of a background? 

a) {background-color:red;}
 b) backgroundColor:red}
 c) {background-color:blue:}
 d) {color:purple;}

What is {background-color:red;}?

400

CSS is used for styling?
 a) Web pages
 b) Desktop apps
 c) IOS apps
 d) Android apps

What are web pages?

500

Is JavaScript code compiled or interpreted?
 a) Javascript code is both compiled and interpreted
 b) Javascript code is neither compiled nor interpreted
 c) Javascript code is only compiled
 d) Javascript code is only interpreted

Is it "Javascript code is both compiled and interpreted"?

500

Which of these is not a reserved keyword?


 a) function
 b) const
 c) case
 d) myFunction

Is it myFunction?

500

 HTML is comprised of...


 a) tags
 b) properties
 c) functions
 d) states

What are tags?

500

Which of the following heading tag is the lowest?

a)h1
b) h6
c) h2
d) None of the mentioned

Is it h6?

500

Which of the following is NOT an example of CSS as a property?


 a) display
 b) transform
 c) transformer
 d) Float

Is it transformer?

M
e
n
u