Digital Marketing Revision coding 1

Digital Marketing Revision coding 1

12th Grade - Professional Development

20 Qs

quiz-placeholder

Similar activities

Practice

Practice

10th Grade - University

20 Qs

Web Project 1 Recap

Web Project 1 Recap

8th - 12th Grade

20 Qs

DT YEAR 13 WEBSITE DEVELOPMENT

DT YEAR 13 WEBSITE DEVELOPMENT

12th Grade

16 Qs

CSS Basics

CSS Basics

6th - 12th Grade

21 Qs

CSS und HTML

CSS und HTML

10th Grade - University

18 Qs

Web Design- HTML Review

Web Design- HTML Review

KG - University

17 Qs

HTML5 CodeHS Basics

HTML5 CodeHS Basics

8th - 12th Grade

18 Qs

HTML basics

HTML basics

9th - 12th Grade

18 Qs

Digital Marketing Revision coding 1

Digital Marketing Revision coding 1

Assessment

Quiz

Computers, Professional Development

12th Grade - Professional Development

Medium

CCSS
RI.9-10.4, RI.11-12.4, RI.7.4

+1

Standards-aligned

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?