Web and Database Programming Midterm

Web and Database Programming Midterm

University

20 Qs

quiz-placeholder

Similar activities

FORMATO EN HTML

FORMATO EN HTML

University

15 Qs

HTML CSS Basics Assessment -1

HTML CSS Basics Assessment -1

University

15 Qs

HTML & CSS

HTML & CSS

University

25 Qs

JS_CB_1_CNTT22

JS_CB_1_CNTT22

University

16 Qs

Computer Science

Computer Science

9th Grade - University

15 Qs

CSS

CSS

9th Grade - University

25 Qs

MaWD 4.01

MaWD 4.01

KG - University

20 Qs

BE TECH QUIZ

BE TECH QUIZ

University

20 Qs

Web and Database Programming Midterm

Web and Database Programming Midterm

Assessment

Quiz

Computers

University

Easy

Created by

Kaitlin Hoffmann

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

HTML is a programming language.

True

False

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In an ERD, what does an entity represent?

An attribute of data

A relationship between two attributes

A real-world object or concept

A diagram structure

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You have an h1 with a border. Currently, there is no space between the border and text. Which style rule below will add 30px of space between the border and text?

h1 { margin: 30px; }

h1 { padding: 30px; }

h1 { space: 30px; }

h1 { border-space: 30px; }

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a style rule made up of?

id and declaration

selector and class

selector and declaration

none of the above

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following makes up the declaration portion of a style rule?

Property and Selector

Selector and Value

Property and Value

None of the above

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In an ERD, cardinality defines:

The attributes of an entity

The types of entities

The number of attributes in each entity

The nature of relationships between entities (one-to-one, one-to-many, etc.)

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following descendant selectors will configure the font size of a p to 20px? The p is nested inside an element, main.

p main { font-size: 20px; }

p main { text-size: 20px; }

main p { font-size: 20px; }

main p { text-size: 20px; }

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?