Comsci Review 2ndQ

Comsci Review 2ndQ

KG

36 Qs

quiz-placeholder

Similar activities

Beethoven Lives Upstairs Quiz

Beethoven Lives Upstairs Quiz

2nd - 4th Grade

33 Qs

TA4-BGD-U1-U17-L3

TA4-BGD-U1-U17-L3

KG

35 Qs

REVIEW FOR GRADE 3 (Old knowledge)-U20- 28-08-2022

REVIEW FOR GRADE 3 (Old knowledge)-U20- 28-08-2022

KG

35 Qs

TA3-REVIEW-U1-U12-L3

TA3-REVIEW-U1-U12-L3

KG

35 Qs

UNIT 3: RHYTHM

UNIT 3: RHYTHM

7th - 9th Grade

34 Qs

Elements of Art

Elements of Art

4th - 6th Grade

40 Qs

IDF 1.02-1.03 Quiz review

IDF 1.02-1.03 Quiz review

9th - 12th Grade

38 Qs

music notation

music notation

8th Grade

40 Qs

Comsci Review 2ndQ

Comsci Review 2ndQ

Assessment

Quiz

Arts

KG

Practice Problem

Medium

Created by

mardion macarilay

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

36 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following represents an anchor tag?

<an></an>

<a></a>

<href></href>

<iframe></iframe>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the proper way to apply the CSS code inside style.css to the home.html file?

Inside home.html:

<head>

<link rel="stylesheet" type="text/css" href="style.css">

</head>

Inside home.html:

<head>

<style href="style.css"></style>

</head>

Inside style.css:

<head>

<html href="home.html"></head>

Inside style.css:

applyTo {

href: home.html;

}

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A selector that indicates all h1 tags that are immediate CHILDREN of div tags?

div h1 {

}

div > h1 {

}

div {

h1 {

}

}

.h1 div {

}

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following selects the E element where its "attribute" value ends with "value"

E[attribute="value"]

E[attribute*="value"]

E[attribute^="value"]

E[attribute$^="value"]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will make the top and bottom borders of a box equal to 5px while the left and right will be 7px.

#box

{border-radius: 7px 7px 5px 5px;}

#box

{border-radius: 5px 5px 7px 7px;}

#box

{border-radius: 7, 7, 5, 5;}

#box

{border-radius: 5px; 7px; 5px; 7px;}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This property specifies the type of positioning method used for an element

position

float

display

locate

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This element will cause objects/texts to be adjusted away from its normal position.

Other contents will not be adjusted to fit into any gap left by the element.

position: fixed;

position: sticky;

position: absolute;

position: relative;

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?