Search Header Logo
Quiz 2 Revision: Prog C

Quiz 2 Revision: Prog C

Assessment

Presentation

Computers

8th Grade

Practice Problem

Hard

Created by

Yasmin Basiran

FREE Resource

10 Slides • 9 Questions

1

media

Revision for Quiz 2 (CH2-17)

2

Intro to HTML

The HTML is like a body

  • The head contains the title.

  • The body contains all the contents of the page.

  • Each element has an opening tag, and a closing tag.

media

3

Intro to CSS

CSS is like a designer

  • CSS can help personalize the style of the contents on a page.

  • There are 3 types: inline, internal and external CSS.

media

4

Multiple Choice

What is the purpose of HTML in web development?

1

Styling web pages

2

Creating interactive games

3

Structuring and presenting content on the web

5

Multiple Choice

Which tag is used for creating headings in HTML?

1

<head>

2

<title>

3

<h1> to <h6>

6

HTML Division

Generic container to separate sections

  • As a generic container, the <div> element allow us to:

    • have a group of HTML elements within the <div> element.

    • apply different styles for different contents more easily.

    • make the content more structured and organized in a “box” way.

7

  • Content:  The content can be text, image (or something else).

  • Width and height: The width and height of the content box.

  • Padding: A transparent gap between content and border.

  • Border: A border that goes around the padding and content.

  • Margin: A transparent gap between border and any other HTML element.

CSS Box Model

media

8

Multiple Choice

What are the main components of the CSS Box Model?

1

Margin, Padding, Content, Border

2

Header, Footer, Sidebar, Main

3

Text, Font, Color, Background

9

  • A block element starts on a new line.

  • Multiple block elements stack on the top of each other.

  • A block element takes up the entire width unless the width is explicitly set.

Block

  • Does not start on a new line.

  • Multiple inline elements line up in one line.

  • Inline elements only take the space that is necessary.

Inline

CSS Display Property

10

CSS Flexbox


CSS Flexbox is a tool that helps you arrange things side by side or in a column on a website. It makes it easy to space them out and line them up just the way you want.

media
media

11

Multiple Choice

What is the purpose of CSS Flexbox?

1

Changing text color

2

Arranging elements in a flexible layout

3

Adding images to a webpage

12

Intro to Bootstrap

What is Bootstrap?

  • Framework is a set of tools that are put together to help you to accomplish your job better and faster. 

  • The set of tools in Bootstrap are the CSS code of the website components such as buttons and navigation bar that have been designed for you.

13

  • Grid

  • Navigation Bar

  • Carousel

  • Containers

  • Colors

  • Columns

  • Buttons

  • Cards

Features

What can Bootstrap do?

14

Multiple Choice

What does the term "responsive design" mean in the context of Bootstrap?

1

Designing without colors

2

Creating designs that adapt to different screen sizes

3

Designing only for desktop computers

15

Multiple Choice

What is a "container" in Bootstrap?

1

A storage box

2

A wrapper for content with a responsive width

3

A programming language

16

Multiple Choice

Which class is used to create a responsive navigation bar in Bootstrap?

1

.nav-container

2

.nav-row

3

.navigation-bar

4

.navbar

17

Multiple Choice

What is the purpose of Bootstrap's grid system?

1

Creating responsive page layouts

2

Creating tables

3

Displaying images

4

Making web icons

18

Notes before Quiz 2

Intructions:

  1. This quiz is open book. You can refer to the revision slides in the dashboard / lesson notes.

  2. There are 25 questions.

  3. You'll have 45 minutes to answer the questions.

19

Open Ended

Are you all ready for the quiz 2? (No matter the answer, I wish you all the best, and I know you can do it!)

media

Revision for Quiz 2 (CH2-17)

Show answer

Auto Play

Slide 1 / 19

SLIDE