CADI CS HTML Quiz

CADI CS HTML Quiz

9th - 12th Grade

7 Qs

quiz-placeholder

Similar activities

Classroom Starters Python

Classroom Starters Python

9th - 12th Grade

6 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

Intro to App Design

Intro to App Design

9th - 12th Grade

10 Qs

Code Org App Design

Code Org App Design

9th - 12th Grade

10 Qs

CodeHS 5.3 Using Arrays

CodeHS 5.3 Using Arrays

9th - 12th Grade

11 Qs

Python Section 1 Quiz!

Python Section 1 Quiz!

3rd - 11th Grade

12 Qs

Introduction to Python Programming

Introduction to Python Programming

7th - 9th Grade

10 Qs

Python String

Python String

8th - 9th Grade

11 Qs

CADI CS HTML Quiz

CADI CS HTML Quiz

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Jeff Frank

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does this code do?

Asks the user to enter their name

Creates a variable called "CADI ROCKS! ! ! "

Prints the words "CADI ROCKS ! ! !" on the screen

Nothing - It's wrtten incoreectly

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What do the two circled lines have in common?

They both output to the screen.

They both are not HTML lines, but are JavaScript instead.

They have nothing in common.

They are both comments and do not affect the execution or display of the Web page

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the relationship between the circled code elements?

They are the opening and closing tags for the body of the document.

No particlar relationship, just similar names

They are exactly the same.

The top one specifies the position of the bottom one.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which is the screen output produced by this code?

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is meant by the <H1> ?

Sceen output should start with an 'H'.

The numbers printed will start with a 1.

It's a Heading Tag that will display what's next in large font. This sample isn't the best way to use it though...

It's a comment showing where to place the text you want dispalyed on the screen.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does this code do?

Prints the words" How To Display An Image" to the screen.

Prints the words "This is the CADI logo" to the screen and displays the CADI logo.

Displays the CADI logo.

Nothing - it is wrtten incorrrectly,

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which one displays the screen you see here?

Media Image
Media Image
Media Image
Media Image