Digital Marketing Revision coding 1

Digital Marketing Revision coding 1

12th Grade - Professional Development

20 Qs

quiz-placeholder

Similar activities

HTML Terms

HTML Terms

10th - 12th Grade

22 Qs

HTML Images & Color

HTML Images & Color

8th - 12th Grade

15 Qs

HTML

HTML

University

15 Qs

HTML Basics

HTML Basics

8th - 12th Grade

16 Qs

MAWD 4.01

MAWD 4.01

9th - 12th Grade

16 Qs

HTML

HTML

7th - 12th Grade

17 Qs

HTML/CSS

HTML/CSS

9th - 12th Grade

20 Qs

HTML Year 8

HTML Year 8

12th Grade

18 Qs

Digital Marketing Revision coding 1

Digital Marketing Revision coding 1

Assessment

Quiz

Computers, Professional Development

12th Grade - Professional Development

Medium

Created by

Sylvianne Lambert-Hutchinson

Used 41+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a=45;

b=25;

if (a < 98 and b > 25)

{

printf(“SUCCESS”);

}

else

{

printf(“FAILED”);

}

What is the outcome?

The word “SUCCESS” appears on screen.

Nothing happens.

The word “SUCCESS” gets printed out.

The word “FAILED” appears on screen.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a=45;

b=25;

if (a < 45 or b> 20)

{

printf(“SUCCESS”);

}

else

{

printf(“FAILED”);

}

What is the outcome?

The word “SUCCESS” appears on screen.

Nothing happens.

The word “SUCCESS” gets printed out.

The word “FAILED” appears on screen.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the acronym "LAMP", which letter represents the operating system?

L

A

M

P

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does HTML stand for?

Hypertext Markup Language

Hypertext Messaging Language

Hypertext Markup Links

Hypertext Masking Links

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of the <p> tag?
Defines a paragraph.
Makes the text purple.
It pushes the text to the right.
Prints the webpage.

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What HTML element defines the title of the document?
<title>
<head>
<meta>

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The content of the web (such as your pictures, text, links) will show up here. 
Head
Body
Style
Folder

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?