HTML stands for?
What is, Hyper Text Markup Language.
This statement can be used to jump out of a loop?
What is, break.
For the following Syntax what action will be performed?
<h1>
What is, element defines a large heading.
SDLC means?
What is, Software Development Life Cycle.
Two HTML tags will format text to be important?
What is, <b> <strong> <i><em> <mark> <small> <del> <ins> <sub> <sup>
This statement to specify a block of Java code to be executed if a condition is true?
What is, if.
For the following Syntax what action will be performed?
<em>
What is, Emphasized text.
Name all the stages of SDLC in order.
What is, Requirements, Design, Development, Test, Promote, Maintain.
When should you use the new HTML5 <canvas> tag.
What is, drawing graphics via scripting.
JAVA uses the "+" for both?
What is, addition and concatenation.
This attribute styles a block of text as an ID?
What is, #.
What is wrong with the following Syntax?
<img ="wrongname.gif" alt="Flowers in Chania">
What is, "src" of img.
Name 3 Design tools.
What is, storyboards, pseudocode, and flow charts.
Name at least one file format supported by the <audio> element in HTML5.
What is, WAV, MP3 or OGG.
A special class that represents a group of constants?
What is, enum.
What is wrong with the following Syntax?
<h1 style="background-colorDodgerBlue;">Hello World</h1>
What is, :
Ways to promote a product.
What is Youtube, Social media, and QR Codes.
Two correct uses for the <div> tag.
What is, to add drop shadow,background color, or border to an item.
Encapsulation means...
What is, to make sure that "sensitive" data is hidden from users.
What is the default value of the position property?
What is, static.
Executed when the specified condition is true.
What is, if.
Name an Agile-Scrum Methodology.
What is, Sprints or Waterfall.