Who developed Javascript Programming Language?
a) Wick van Rossum
b) Rasmus Lerdorf
c) Guido van Rossum
d) Brendian Eich
Who is Brendian Eich?
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?
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?
CSS comprises the following except
a) datatypes
b) properties
c) selectors
d) curly braces
What are datatypes?
Which of the following is not an example of HTML attributes?
a) src
b) alt
c) required
d) submit
Is it submit?
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?
Javascript is a
a) Programming Langauge
b) Scripting Langauge
c) Markup Language
What is a Programming Langauge?
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
Which of the following is not used to create responsiveness in
CSS?
a) media queries
b) var
c) let
d) come
Is it come?
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?
Is JavaScript case sensitive when dealing with variables?
a) no
b) yes
c) machine dependent
d) none of the mentioned
Is it yes?
Which of the following is not used to declare a variable in JavaScript?
a) const
b) var
c) let
d) come
Is it come?
Html is a programming language
a) no
b) yes
c) it is machine dependent
d) none of the above
Is it no?
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>?
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
Which of these is not a type of function
a) arrow function
b) anonymous function
c) shadow function
Is it shadow function?
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?
CSS is a styling langauge
a) no
b) yes
c) maybe
Is it yes?
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;}?
CSS is used for styling?
a) Web pages
b) Desktop apps
c) IOS apps
d) Android apps
What are web pages?
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"?
Which of these is not a reserved keyword?
a) function
b) const
c) case
d) myFunction
Is it myFunction?
HTML is comprised of...
a) tags
b) properties
c) functions
d) states
What are tags?
Which of the following heading tag is the lowest?
a)h1
b) h6
c) h2
d) None of the mentioned
Is it h6?
Which of the following is NOT an example of CSS as a property?
a) display
b) transform
c) transformer
d) Float
Is it transformer?