Who was interested in creating a network in which they could send information quickly over thousands of miles?
Computer Scientists / Government / Military / Physicists
What model is used to deliver web pages to users?
client -server model
What tool/program is used to simplify the process of website development?
Web Framework
What are the Big Three?
HTML, CSS and JavaScript
What is a machine or program that makes a request for data or a service from another piece of software or machine, referred to as a server?
Client
What was the name of the first network before it was the internet?
ARPANET (Advanced Research Projects Agency Network)
What side of development uses HTML, CSS, and Javascript?
Front-end development
Which language does Django framework program use?
Python
What do front-end frameworks test with their elements?
Web Browsers / Cross-Browser Testing
What is the markup language that describes how HTML should be displayed in a web browser?
CSS
What year was the name changed to Internet?
1973
What is the Trifecta Perfecta, the 3 primary languages of web development?
HTML, CSS & Javascript
Which framework programing uses HTML, CSS, and JavaScript?
Bootstrap
What should a developer have experience with to understand the advantages of front-end frameworks?
Creating a website from scratch
What is a dynamic, lightweight, multi-paradigm programming language that is used by browsers to enable interactivity, animation, front-end manipulation of web pages, and other things?
JavaScript
What universities had the first 4 network computers?
UCLA, Stanford, UC Santa Barbara, and University of Utah
What is the current level of HTML named?
HTML5
Which programing language can be used for front-end and back-end development?
JavaScript
Which tag tells the browser the specific standards for the web page?
Doctype
What is a computer language used to annotate documents in order to define a structure or type of formatting that a computer can understand?
Markup language
What were the initial 5 key inventions?
HTML, URL, HTTP, The Browser, and The Web Server
What are the development terms for Client - Side and Server - Side?
Front-end Development & Back-End Development
True or False: HTML and CSS are coding languages.
False, they are markup languages.
What are three features, mentioned in the text, that a text editor offers?
Syntax Highlighting
Code Completion
Syntax Checking
What are characters coded in a computer-readable method but without any information for character formatting, used for writing HTML, CSS, and JavaScript?
Plain text