JavaScript
CSS
HTML
Acronyms
Technical Terms
100

Which company developed JavaScript?

Netscape

100

What CSS selector allows you to target every element in a page?

*
"universal selector"

100

What is the smallest Heading available in HTML5

<h6>

100

What does DOM stand for?

Document Object Model

100

Where does the term bug come from?

In 1946, when Hopper was released from active duty, she joined the Harvard Faculty at the Computation Laboratory where she continued her work on the Mark II and Mark III. Operators traced an error in the Mark II to a moth trapped in a relay, coining the term bug.

200

what is this called :

"==="

"strict equality operator" 

200

What is RWD?

Responsive web design

200

Write an Example of an empty Element

<br>
<hr>

200

what does SQL stand for?

Structured Query Language

200

where di the term SCRUM come from?

The term is borrowed from rugby, where a scrum is a formation of players.

300

Name 6 primitive data types in  javascript

string
number
boolean
null
undefined
symbol

300

What are the 3 different types of CSS

  • External: These are written in separate files.

  • Internal: These are cited at the top of the web page code document.

  • Inline: These are written right next to the text.
300

Who is making the Web standards?

W3C
 World Wide Web Consortium 

300

What Does DDD stand for?

Domain Driven Design

300

What is the term used to describe the server side of an application?

Back End

400

 What would be the result of 3+2+"7"?

why?

57

400

What is the purpose of the z-index and how is it used?

The z-index helps to specify the stack order of positioned elements that may overlap one another. The z-index default value is zero and can take on either a positive or negative number.

400

which tag is used to display a web page within a web page?

<iframe src="URL"></iframe>  

400

What Does PHP stand for?

Personal Home Page

PHP Now it's Hypertext Preprocessor

400

what is the term used to describe a systems designed to protect and secure a computer network

Fire Wall

500

Name 10 Javascript array methods


concat()

copyWithin()

entries()

every()

fill()

filter()

find()

findIndex()

forEach()

from()

includes()

indexOf()

join()

keys()

IndexOf()

map()

pop()

push()

reduce()

reduceRight()

reverse()

shift()

slice()

some()

sort()

splice()

toString()

unshift()

valueOf()

500

What is Tweening?

 Tweening is the process in which we create intermediate frames between two images to get the appearance of the first image which develops into the second image.

500

Which of these is not supported by HTML5?

  • mp4
  • WebM
  • WMV
  • Ogg

Arrows is a new syntax for functions, which brings several benefits:
The syntax allows an implicit return when there is no body block, resulting in shorter and simpler code.

500

what foes ASCII stand for?

American Standard Code for Information Interchange

500

what is  Data Mining

Data mining is the practice of examining large amounts of data in user databases and websites to find consumer patterns, behaviors, and relationships that can be useful in marketing goods and services online.