Dev Quiz Deck

Created by: @hendrikslydia

Dev Quiz Deck

👁 Public

Tagged as: Quickz!

History:

  • Last updated 2 years ago
  • Created 2 years ago

Played 2 times

Practiced 1 times

Host Practice
View all comments
DOM stands for?
Document Object Model
The DOMcument
Document Oriented Management
Deserialized Object Model

Document Object Model

How are objects organized in the HTML DOM?
list
heirarchy
queue
stack

The HTML DOM model is constructed as a tree of Objects.

Javascript is a ______ language
Object-Oriented
Object-Based
Procedural
Class-Based

JS is a prototype-based object oriented language.

JSON stands for?
JavaScript Output Name
Java Source Open Network
JavaScript Object Notation
JavaScript's SON
The process of translating an object into a format suitable for transfer over a network, or storage is called?
Encapuslation
Inheritance
Serialization
Decoding
_____ serializes only the enumerable own properties of an object
JSON.Parse()
JSON.Stringify()
JSON.Null()
JSON.Objectify()

JSON.Stringify() serializes only the enumerable own properties of an object.

What is Git?
Continuous Integration Tool
Continuous Testing Tool
Continuous Monitoring Tool
Version Control System Tool

Git is a common Version Control System used for source code management.

Who is the father of World Wide Web (WWW)?
Robert Cailliau
Tim Thompson
Charles Darwin
Tim Berners-Lee

TimBL devised and implemented the first Web browser and server. He currently directs the W3 Consortium.

What year did Tim Berners Lee write the first version of HTML?
1980
1993
1995
2001

Since then, there have been many different versions of HTML. HTML 4.01, which became an official standard in December 1999.