HTML
JAVA
CSS
Syntax
Web Development
100

HTML stands for?

What is, Hyper Text Markup Language.

100

This statement can be used to jump out of a loop?

What is, break.

100

For the following Syntax what action will be performed?

                               <h1>

What is, element defines a large heading.

100

SDLC means?

What is, Software Development Life Cycle.

200

Two HTML tags will format text to be important?

What is, <b> <strong> <i><em> <mark> <small> <del> <ins> <sub> <sup>

200

This statement to specify a block of Java code to be executed if a condition is true?

What is, if.

200

For the following Syntax what action will be performed?

                              <em>

What is, Emphasized text.

200

Name all the stages of SDLC in order.

What is, Requirements, Design, Development, Test, Promote, Maintain. 

300

When should you use the new HTML5 <canvas> tag.

What is, drawing graphics via scripting.

300

JAVA uses the "+" for both?

What is, addition and concatenation. 

300

This attribute styles a block of text as an ID? 

What is, #.

300

What is wrong with the following Syntax?

<img ="wrongname.gif" alt="Flowers in Chania">

What is, "src" of img.

300

Name 3 Design tools.

What is, storyboards, pseudocode, and flow charts.

400

Name at least one file format supported by the <audio> element in HTML5.

What is, WAV, MP3 or OGG.

400

A special class that represents a group of constants?

What is, enum.

400

What is wrong with the following Syntax?

<h1 style="background-colorDodgerBlue;">Hello World</h1>

What is, :

400

Ways to promote a product.

What is Youtube, Social media, and QR Codes.

500

Two correct uses for the <div> tag.

What is, to add drop shadow,background color, or border to an item.

500

Encapsulation means...

What is, to make sure that "sensitive" data is hidden from users.

500

What is the default value of the position property?

What is, static.

500

Executed when the specified condition is true.

                                 

What is, if.

500

Name an Agile-Scrum Methodology. 

What is, Sprints or Waterfall.