Search Header Logo
Code.orge Unit 2 Lessons 1-3

Code.orge Unit 2 Lessons 1-3

Assessment

Presentation

Computers

7th - 8th Grade

Medium

Created by

Carrie Casey

Used 198+ times

FREE Resource

6 Slides • 12 Questions

1

Code.orge Unit 2 Lessons 1-3

by Carrie Casey

media
media

2

Multiple Choice

Which below is a set of correct tags?

1

<p></P//

2

<p></p>

3

<body><heading>

4

<html/></html>

3

Multiple Choice

Where will this code show up on the page?

<body>Great white sharks are found of the coast of America on the Pacific and Atlantic ocean</body>

1

in the heading

2

in the body of the document

3

in the paragraph

4

at the end of the document

4

​Inspector Tool

​The inspector tool will highlight parts of the code we are looking at.

​<p>

</p>​

media

5

Multiple Choice

What is computer science?

1

the study of fossils

2

Using the power of computers to solve problems.

3

the study of space

4

the study of geology

6

Multiple Choice

What does HTML stand for?

1

Hypertext Markup Language

2

Hyper Mixed Links

3

Super Hyper Texting

4

Heavy Texting Links

7

​Paragraphs

The <p> </p> tags or "paragraph" start and end tags are placed around text to indicate that it is part of a paragraph. Placing text between paragraph start and end tags lets the computer know that it should be treated differently, often just spacing it out from other text.

8

Multiple Choice

Question image

What type of code is in the picture?

(hint: it's the one we are using in Code.org)

1

CSS

2

Python

3

HTML

4

JavaScript

9

Multiple Choice

How many paragraphs are in this set of code?

<body> <p>Great white sharks are found of the coast of America on the Pacific and Atlantic ocean.</p>

</body><p>Great whites mate and have young.</p>

1

4 paragraphs

2

3 paragraphs

3

2 paragraphs

4

1 paragraph

10

Debugging Code

Debug: Fix the Broken Tags

This simple web page has some issues which are preventing the content from being displayed correctly. Identify and fix the issues. This practice is also called "debugging" your code.

11

Multiple Choice

How can we fix this set of code?

<p>This sentence should be on its own<p>

1

<p>

2

/<p>

3

<p>/

4

</p>

12

Multiple Choice

What is it called when you work with a partner to work on code or debug a set of code?

1

pair programming

2

pair share

3

pair debugging

4

pair partners

13

​Headings

Heading Sizes

Headings can come in different sizes. H1 through H6 with H1 being the largest.

14

Multiple Choice

How can we fix this code to be a heading?

<p>Drawing</p>

1

<body></body>

2

<h1></h1>

3

<p></p>

4

<body><h1>

15

Multiple Choice

Which below will show the text in the smallest size?

1

h1

2

h2

3

h4

4

h6

16

17

Multiple Choice

Which is not a step in the Debugging process?

1

quit and go play video games or text someone

2

hunt for the bug

3

try out a solution

4

describe your problem

18

Multiple Choice

Which symbol shows the end of a set of tags in this code?

1

<

2

>

3

/

4

?

Code.orge Unit 2 Lessons 1-3

by Carrie Casey

media
media

Show answer

Auto Play

Slide 1 / 18

SLIDE