Areas Suggested:

Per this I need to work on the following:
- Industry Standards
- Web Forms
- Quiz from instructor E-mail
- GUI/HTML Editors and Mobile Websites
- Quiz from instructor E-mail
- Web Servers
- End-User Web Experience
Web Forms
- What <form> method attribute value allows sending more characters and is slightly more secure when submitting a Web form?
- Post(guess)
- Which Web form element is a scrolling text field into which the user can enter multiple lines of text?
- TextArea
- This required <form> attribute specifies the name and location of the CGI script used to process the form.
- action – specifies what locations to send the form-data when a form is submitted
- get – shows the data requested in the URL
- post – hides the data requested in the URL
- action – specifies what locations to send the form-data when a form is submitted
- What Web form element are round option buttons in a group of two or more mutually exclusive options?
- radio
- Identify the query string in the following URL: http://www.exampledomain.com/example.php?firstname=John&lastname=Smith
- ?firstname=John&lastname=Smith
- Which Web form element is a button that allows users to navigate and select a local file for uploading?
- File Upload
- Which Web form element is a button that, when clicked, causes the form’s action statement to process?
- Submit
- Identify the number of name/value pairs in the following URL: http://www.exampledomain.com/example.php?firstname=John&lastname=Smith
- 2
- Which Web form element are square boxes in a group of two or more non-exclusive options?
- Checkboxes
- Which Web form element is an exposed list of two or more options, optionally scrollable, from which a user can make more than one selection?
- Multiple-option Select List (guess)
- Which Web form element is a button that, when clicked, clears all form data and sets all form fields back to the default values for those fields?
- Reset Button
- What required <form> attribute specifies the manner in which the browser will send form data to a Web server?
- method
- Which Web form element is a text box that visually masks the entered characters as filled circles?
- Password Field
- Which Web form element is a drop-down list of two or more options from which a single selection can be made?
- Single-option Select List
- What Web form element is a standard text box in which a user can enter characters?
- Text Box
- What <form> method attribute value instructs the browser to append the form data to the URL for the use in a query string?
- GET – make sure to pay attention to what the question is asking.
GUI HTML Editors and Mobile Websites
- Which of the following is an API that is used to transfer XML and other text data between a Web server and browser?
- XMLHttpRequest
- Which of the following is a concept referring to the changing trends in the use of Web technology and design that have led to the development of information-sharing and collaboration capabilities?
- Web 2.0?
- Which of the following is a programming methodology that enables Web applications to interact with users in much the same way they do with desktop applications?
- AJAX again?
- Which of the following GUI Editor features allow you to apply different font styles, alter text size and color, and apply text formats?
- Text Style Options?
- True or False? GUI HTML editors require a special technical background or skills
- False?
- Which of the following GUI Editor features allow you to link your pages and files within your Website and to other pages and files on the internet?
- Hypertext Links
- True or False? You should use the alt attribute in your <img> tags.
- True
- Which of the following GUI Editor features allow you to click a button to upload pages to a Web server?
- publish documents
- True or False? You should provide easy-to-use navigation options and links.
- True
- True or False? You should test your Website on a test Web server before publishing the files to a production server
- tru
- Which of the following GUI Editor features allow you to open pages from the internet and save them to a Website or local file system?
- Import HTML Pages?
- Which of the following GUI Editor features offer easily identifiable graphical buttons to provide the same functions found in text-based menus?
- Icon Bars
- Which of the following GUI Editor features allow you to arrange data or organize a page layout?
- Table Creation
- True or False? The test server must use a different operating system than the production server
- False
- True or False? GUI HTML editors typically create excessive code that makes the Webpage bulky in size.
- True
- Which of the following is a data format for delivering Web content that is updated frequently?
- Web Feed
- Which of the following is a service that allows users to constantly access and enjoy media while it is transmitted to their device?
- Streaming
- Which of the following is the use of audio or video digital-media files that are distributed through Web feeds to subscribed users?
- podcast
- Which of the following GUI Editor features allow you to easily insert graphics into a Webpage?
- Images
- True or False? There is no need to view your Website on mobile devices.
- False
- Which of the following GUI Editor features allow you to create custom Webpages quickly by selecting from a series of choices?
- Templates and Wizards
Web Development for Business
- Which of the following languages is a traditional technology that is platform-independent?
- PERL – Traditional CGI technology that is platform independent. Perl is a programming language optimized for scanning arbitrary text files, extracting information from those text files.
- Intellectual property that must remain private for a company to retain viability.
- Trade Secret
- Which of the following CGI technologies or languages is a proprietary technology designed to be easier to install and use than other interpreters and languages?
- ColdFusion
- Which of the following Internet marketing practices is the effect of marketing efforts influencing a particular target market or demographic?
- Mind Share – Mindshare is a marketing term that describes the amount of consumer awareness or popularity
- Which of the following e-commerce models is a model in which individual consumers sell products or services to other consumers?
- C2C
- Which of the following Internet marketing practices is used to determine your potential audience and how well your site has addressed and penetrated that market?
- Off-Site Web Analytics
- A unique word, phrase or symbol that is claimed or officially registered by an organization with the government
- Trademark
- Which of the following e-commerce models is a model in which a Web-based business sells products and/or services to consumers or end users?
- B2C
- Which of the following languages is an open-source technology by employing minimalistic code syntax and semantics?
- Python
SIDE NOTE:
Perl : Perl is a family of two high-level, general-purpose, interpreted, dynamic programming languages. “Perl” refers to Perl 5, but from 2000 to 2019 it also referred to its redesigned “sister language”
Python : Python is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.
.Net :
.NET is a free, cross-platform, open source developer platform for building many different types of applications.
With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT.
JSP : Jakarta Server Pages is a collection of technologies that helps software developers create dynamically generated web pages based on HTML, XML, SOAP, or other document types. Released in 1999 by Sun Microsystems, JSP is similar to PHP and ASP, but uses the Java programming language
Django : Django is a Python-based free and open-source web framework that follows the model–template–views architectural pattern.
ColdFusion:Adobe ColdFusion is a commercial rapid web-application development computing platform created by J. J. Allaire in 1995. ColdFusion was originally designed to make it easier to connect simple HTML pages to a database. By version 2, it became a full platform that included an IDE in addition to a full scripting language
PHP: PHP (Hypertext Preprocessor) is known as a general-purpose scripting language that can be used to develop dynamic and interactive websites. It was among the first server-side languages that could be embedded into HTML, making it easier to add functionality to web pages without needing to call external files for data.
AJAX : Ajax is a set of web development techniques that uses various web technologies on the client-side to create asynchronous web applications. With Ajax, web applications can send and retrieve data from a server asynchronously without interfering with the display and behaviour of the existing page.
- Which of the following languages is Microsoft’s original server-side scripting language that is only used with Microsoft systems?
- ASP or Microsoft Active Server Pages
- Which of the following Internet marketing practices is a business (usually Web-based) that markets and sells goods and services that it does not own or store?
- Aggregator (not PPC)
- Which of the following e-commerce models is a model in which a Web-based business sells products and/or services to other businesses?
- B2B
- The legal ownership of expression by an author.
- Copyright
- Which of the following Internet marketing practices is the creation of a distinctive identity and place in the market for a product or organization?
- Branding
- Which of the following CGI technologies or languages is a open-source scripting technology that can create dynamic, database-driven Websites that will run on multiple platforms?
- PHP
- A specific instance of infringement in which an individual or entity claims to have created content that was created by someone else
- Plagiarism
- Which of the following Web portals is considered a vertical portal? Select 2.
Definition: A website that provides news, articles and services about a particular industry such as IT, finance and retail. It is the industry-specific equivalent of the general-purpose portal on the Web. Also called a “vortal.” See portal, corporate portal, business intelligence portal and Web hub.answer
- answer
- CNET
- Slashdot.org
- Which of the following languages is a universal technology that uses the Java interpreter?
- JSP
- When creating a Website, you must consider ___________ issues related to ideas, products, and images that are widely available to save your company from legal actions
- Intellectual Property
- Which of the following Internet marketing practices is the practice of studying visitor behavior once that visitor has accessed your site in an attempt to increase market share and sales?
- On-Site Web Analytics
- Which of the following helped to enable the cooperation of copyright laws throughout multiple countries?
- UNESCO
- The legally authorized use of another person’s or entity’s copyrighted intellectual property.
- Licensing
- Which of the following Web portals is considered a horizontal portal? Select 2
- Yahoo and google?
- Which of the following Internet marketing practices is the process of improving the volume and quality of traffic to a Website by structuring content to improve search engine ranking?
- SEO
- Any violation of a copyright or trademark.
- Infringement
- Which of the following CGI technologies or languages is an open-source Web framework that makes the creation of complex, database-driven Websites easier by emphasizing the use of components that can be reused?
- Django
- Which of the following languages is a proprietary technology that allows you to use various languages, including JavaScript, VBScript, Visual Basic, or C#?
- .NET
- Which of the following Internet marketing practices is a technique that enables you to list your site high in search engine rankings by advertising on keywords that describe your product or service?
- PPC – pay per click
Cascading Style Sheets and Graphical Elements
- The hexadecimal value #FFFFFF represents which color?
- White
- In RGB code, the higher numeric value represents a lighter or darker color?
- Lighter
- Examine the following style rules. Identify the ID selector.
- ID selector:
- #content – selecting the ID of the CSS component
- Examine the above webpage. What color will the heading be when displayed in a browser?
- darkblue because it’s labeled important
- Examine the webpage below. Number 2 represents the ____.
- Margin

- What does the hexadecimal value 10 represent?
- A
- Examine the following style rules. Identify the element selectors. Select 2 answers.
- Body and H1 H2 H3
- What hexadecimal value represents 255?
- FF
- Which of the following correctly demonstrates how to add an image on a webpage?
- <img src=”images/logo.png” alt=”company logo”>
- Examine the following style rules. Identify the class selector.
- .bold-red
- Examine the following style rule. Identify a declaration.
- text-align: center;
- Examine the following style rule. What is the rule?
- the rule is the entire block of code
- Which image file formats can be used within a webpage? Select all that apply.
- PNG GIF JPG
- What does the hexadecimal value F represent?
- 15
- In RGB code, the lower numeric value represents a lighter or darker color?
- darker
- Examine the following style rule. Identify a value.
- 4em
- Examine the webpage below. Number 4 represents the ____.
- margin – refer to earlier graphic
- The browser-safe color palette consists of a standard of how many colors?
- 216 colors – based on mathematics?
- The hexadecimal value #FF0000 represents which color?
- Red
- Marcus created a portfolio webpage to showcase his skills and talents to potential employers. He has added his picture to the webpage and wants the image to appear on the right side of the webpage. Which CSS property can he use to accomplish this goal?
- float
- Colors are specified in RGB values ranging from 0 to what?
- 255
- Examine the following style rule. What is the selector?
- h1
- Examine the following webpage. What color will the sentence be when displayed in a browser?
- red
- Examine the following style rule. Identify a property.
- color
- The hexadecimal value #000000 represents which color?
- black
Audio Video and Image Techniques
- Which of the following are valid file formats for ‘both video and audio’ format?
- Apparently fucking OGG – though the internet explicitly states that WEBm does both but whatever
- Which of the following are valid file formats for ‘both video and audio’ format?
- MP3 and WAV
- Which of the following are characteristics of a non-interlaced image?
- appears invisible or incomplete until entire image is read
- top appears after it’s read 50% of image
- True or false? Higher bit values per pixel result in less intense or realistic colors, and decrease the image’s file size
- False
- Which of the following are characteristics of an interlaced image? Select 2.
- Appears as a degraded image as it renders.At first appears fuzzy, but continuously sharpens as it is read.
- Which of the following is a valid coordinate for a circle client-side image map?
- coords = “x1, y1, radius”
- Which of the following is a valid coordinate for a polygon client-side image map?
- coords = “x1, y1, x2, y2, …xn, yn”
- True or false? Photo-management software applications allow you to organize, edit, and share your photos
- True
- True or false? Photographs on photo-sharing Websites are copyrighted to the photographer.
- True
- True or false? Image layers are supported by the most popular graphic file formats, such as PNG, GIF, and JPG.
- Image layers as in like PSD or PDF have layers same with TIFF
- Which of the following file formats are valid ‘video only’ formats? Select 2.
- Apparently OGG is both and WebM is video only –
- True or false? Stock photographs are free and may be used by anyone multiple times for multiple purposes.
- Stock photographs doesn’t mean open source or free – just remember that
- Which of the following is a valid coordinate for a rectangle client-side image map?
- coords = “x1, y1, x2, y2”