Question

1. In javascript, you type the following into the console: document.querySelector(".main-title").innerHTML you would expect to see...

1. In javascript, you type the following into the console: document.querySelector(".main-title").innerHTML you would expect to see something like this...

a..main-title { text-size: 1em; }

b."Welcome to my Homepage"

c."<h2 class="main-title">Welcome to my Homepage</h2>"

d.DOMTokenList[]

2.SELECT SUM(_________) FROM customers;

What could go in the blank?  

a)a row name

b)a table name

c)a column name

d) an aggregate function's name

3.Choose the best answer:

When we join orders and customers, we join on customer_id, which is a(n) ____________ in orders and the primary key in customers

a.primary key

b.aggregate

c,foreign key

d.relationship

4.Pick the answer that is NOT associated with sessions:

  

a.essential for a shopping cart

b.cookies

c.maintaining 'state'

d.https

5.WooCommerce is an example of:

  

a)a shopping cart

b)a fulfillment provider

c)an SSL certificate

d)a payment gateway and a database

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Answer)

1) A) main-title { text-size: 1em; }

As we don't have the value provided to be displayed hence the output to be displayed would be as mentioned above

2) c)a column name

This would return the complete SUM of the numeric columns

3) c)foreign key

As per the rule, it is the primary key of one table to be combined with the foreign key of the other to form a JOIN of the tables

4) a.essential for a shopping cart

A session would have cookies information, LockMode, Timeout, state and scope in it.

While the essential for the shopping cart is not managed by the session

5) b) a fulfillment provider

This is one of the fulfillment company which contains the automatic fulfillment that has the cart integration and is a powerful mechanism for the cart plugin

As per the Chegg policy, one question will be answered, whereas we have a tendency to do more for our students. We did four.

Add a comment
Know the answer?
Add Answer to:
1. In javascript, you type the following into the console: document.querySelector(".main-title").innerHTML you would expect to see...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT