Web Development Exam 1. 2023 with 100% correct answers
Web Development Exam 1. Questions & answers 2023 protocol - ANSWER-http:// of domain name - ANSWER- of path - ANSWER-/ourwork/ of file name - ANSWER- of ASP.NET Web forms - ANSWER-a development environment similar to Windows Forms, with controls on a design surface; focus is on Rapid Application Development (RAD). ASP.NET MVC - ANSWER-a development environment similar to PHP or classic ASP; it uses the Model-View-Controller (MVC) design pattern & the Razor templating engine for in-line data binding. web application - ANSWER-a project file stores information about the application, and the application files are compiled into a single assembly; this assembly is then deployed to the web server. web site - ANSWER-there is no project file; rather, all the files that are in the root directory are included in the web site; the files are individually deployed to the web server, & the site is dynamically compiled the first time the web site is requested. empty template - ANSWER-two configuration files but no other files or folders. empty/ web forms option template - ANSWER-two configuration files, empty App_Data & Models folders, & a global aqsax file with an empty Application_Start method. Web Forms template - ANSWER-numerous files & folders for various functionality. MVC template - ANSWER-basic files & folders for an MVC application. Web API template - ANSWER-basic files & folders for a Web API web service. - two block elements with opening & closing tags - two self-closing tags - ANSWER-how to code HTML elements. !-- - ANSWER-HTML comment. div - ANSWER-a block element that provides a container for other elements. span - ANSWER-awn inline element that lets you identify text that can be formatted with CSS. - styles from an external style sheet - embedded styles - inline styles - ANSWER-the sequence in which styles are applied. HTML5 shive - ANSWER-JavaScript shiv forces older browsers, like Internet Explorer 8, to recognize the HTML5 semantic elements & lets you apply CSS to these elements; adds HTML5 semantic elements to the DOM in the browser & to a ddd a CSS rule set that tells to the browser to create the HTML5 elements as block elements instead of inline elements. style sheet - ANSWER-style sheet that makes minor adjustments to browser default so all browsers render HTML elements the same way. clients, web server, & network. - ANSWER-three components of a web application. clients - ANSWER-use programs known as web browsers to request web pages from the web server.
Written for
- Institution
- Web Development
- Course
- Web Development
Document information
- Uploaded on
- February 20, 2023
- Number of pages
- 7
- Written in
- 2022/2023
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
- protocol
- domain name
- path
- file name
-
web development exam 1
-
aspnet web forms