Which of the following statements about meta tags is TRUE?
A.Meta tags are a way of filtering items online so that you only see the items that connect to your interests.
B.Meta tags are large amounts of data that websites collect from their users. C.Meta tags are snippets of text that describe the content of a page or object. D.All of the above are true​

Answers

Answer 1

Answer:

I guess c no. is the answer


Related Questions

Why is it important to include inserts in our scenes?

Answers

Answer:

An insert shot is any shot that's sole purpose is to focus the viewer's attention to a specific detail within a scene. These shots are often placed from the point of view of a character, suggesting that we see what the character sees during a moment of concentration.

Explanation: Hope this helped! :)

An insert shot is any shot that's sole purpose is to focus the viewer's attention to a specific detail within a scene. These shots are often placed from the point of view of a character, suggesting that we see what the character sees during a moment of concentration.

HELP ASAP!! Prompt what is Columm

Answers

Answer:

A column prompt is the most common and flexible prompt type. A column prompt enables you to build very specific value prompts to either stand alone on the dashboard or analysis or to expand or refine existing dashboard and analysis filters.

Explanation:

:)

Read the following scenario:

Richard is practicing his math facts for a test he will be taking tomorrow. At a bricks-and-mortar school, Richard takes the math fact test and waits a day for his teacher to grade the test and return it to him. At his online school, Richard takes the math fact test and knows immediately how he did because of the computer-generated response.

What is the difference between the bricks-and-mortar school and the online school?
A. The tests are different.
B. The test is timed.
C. The test feedback is quicker at the online school than at the bricks-and-mortar school.
D. Both of the tests are about math facts.

Answers

c - the test feedback is quicker at the online school than at the bricks-and-mortar school :)

Answer: C

Explanation:

What duration of blank roll should Jon begin with to avoid ripples at the start of the tape?
OA. 5 seconds
OB. 15 seconds
OC. 20 seconds
OD. 30 seconds​

Answers

Answer:

I think 5 seconds because the others just make no since for it lol

Answer:

the answer is C 20 seconds

Explanation:

i researched this question so much that i want to help people get the right answer. hope this helps for everyone else who comes across this Q. stay safe

Given the number of rows and the number of columns, write nested loops to print a rectangle. (PYTHON)

Answers

Answer:

Explanation:

Please see the attached picture for help.

The code segment is given in Python. So, it must be completed in Python.

The missing nested loops are as follows:

for rows in range(num_rows):

   for cols in range(num_cols):

The first nested loop will iterate through the length of the rectangle

for rows in range(num_rows):

The second nested loop will iterate through the width

   for cols in range(num_cols):

So, the complete program is:

num_rows = int(input())

num_cols = int(input())

for rows in range(num_rows):

   for cols in range(num_cols):

       print('*',end=' ')

   print()

See attachment for sample run

Read more about Python programs at:

https://brainly.com/question/22841107

Individuals connect to the Internet through an __ (1) __ allowing them access to the system. The rules on the Internet for how messages are addressed and passed on are called __ (2) __ .

Answers

Answer:

1. Internet service provider (ISP)

2. Protocols.

Explanation:

Individuals connect to the Internet through an Internet service provider (ISP) allowing them access to the system. An ISP is a telecommunication company that provides internet services for other internet providers i.e they act as a backbone.

The rules on the Internet for how messages are addressed and passed on are called protocols.

A protocol can be defined as a standard set of rules established by the regulatory agencies to determine how data are transmitted from one network device to another.

Generally, the standard Internet communications protocols which allow digital computers to transfer (prepare and forward) data over long distances is the TCP/IP suite.

13. A 2-sided coin has an equal likelihood of landing on each side. One side is called "heads" and the other is called "tails". The program below simulates randomly
flipping that coin many times,
var heads -
var tails - ;
var rolls - 100;
for(var i=0; i
if(randonlumber(0,1) - )
heads
} else
tails
Which of the following is NOT a possible combination of values of the variables in this program when it finishes running?
O A. tails has a value of O and heads has a value of 100
B. tails has a value of 100 and heads has a value of O
0 C.tails has a value of 20 and heads has a value of 20
O D. tails has a value of 50 and heads has a value of 50

Answers

Answer: tails has a value of 20 and heads has a value of 20

Explanation: Both Values have to add up to 100 for it to work. You cant have a 60% chance of a side that doesn't exist on a coin.

The combination that is not possible is (b)  tails has a value of 20 and heads has a value of 20

The first and the second line of the program initializes heads and tails to 0.

The third line of the program initializes roll to 100

This means that at the end of the program, the combined value of heads and tails variables must add up to 100.

The above highlight is true for options (a), (b) and (d), because

[tex]0 + 100 = 100[/tex]

[tex]100 + 0 = 100[/tex]

[tex]50 + 50 = 100[/tex]

However, this is not true for the third option because

[tex]20 + 20 \ne 100[/tex]

Hence, the combination that is not possible is (c)

Read more about similar programs at:

https://brainly.com/question/18430675

PLEASE HURRY!!!!! Part of a program that does not work correctly
O Loop
O Mouse
O All programs are perfect
O Bug

Answers

Answer:

bug

Explanation:

A bug computer definition is referred to as a failure or a flaw in the software program. A Bug produces an incorrect or undesired result that deviates from the expected result or behavior.

it would be a bug hope you get 100!

Which of the following would be considered a subtopic for a mind map?
ecosystem

number of trees

plants

number of shrubs

Answers

Answer:

C) Plants

Explanation:

"Ecosystem" is the topic. Then "Plants" is the sub topic. Next the "Number of trees" and "Number of shrubs" branch out from there (Pun intended (; ).

the way of placing text between the margins of a place is called ​

Answers

Vertical alignment determines the position of the text within a section of a document relative to the top and bottom margins, and is often used to create a cover page.

I will give Brainlyest What is true about a "point-to-multipoint" network configuration?
Select one:
a. Data sent by one computer is received only by the target computer
b. Point-to-multipoint computers are always arranged in a Ring pattern
O c. Data sent by one computer is received by all other computers on the network
O d. Point-to-multipont networks require fewer wires

Answers

Answer:

a

Explanation:

Beacause im smart and i trust my self my answer is corect

what are the steps involed in accepting all the changes in a document?

click edit
click accept or reject
click changes
click accept all ​

Answers

Answer:

I. Click edit.

II. Click changes.

III. Click accept or reject.

IV. Click accept all.

Explanation:

In Computer programming, software developers usually designed and develop a box-like area attached to all software applications or programs and file explorer for the completion of various tasks by the end users such as requesting for additional information, presentation of extra informations or modification (changing) information in a document.

The sequential steps involed in accepting all the changes in a document includes;

I. Click edit: this is to allow you have access to the dialog box where a document's property can be changed or modified.

II. Click changes: you select the change (s) you want to effect on the document such as read-only, full control, hidden, etc.

III. Click accept or reject: you either select the accept or reject option after choosing a change.

IV. Click accept all: this saves the choice of the user by either overwriting the previous settings or maintaining the change, if it was rejected.

HELP

AUDIO AND VIDEO

Which camera setting does this statement describe? The __________ of the camera determines the brightness or darkness of an image​

Answers

Answer:

Aperture

Explanation:

The Aperture of the camera determines the brightness or darkness of an image

Kelly wants to change the text in a cell so that it is centered instead of left-aligned, where should she look to make this
formatting change?
A) the data group
B) the alignment group
C) the design tab
D) the page layout tab

Answers

Answer:

c

Explanation:

I don't know if it's correct

make me brainlist

Prompt
What is a row?

Answers

Answer:

A row is a horizontal group of values within a table. Or a a number of people or things in a more or less straight line.

I don't know if you talking about the tech row .

Multiple Choice
In an online learning environment, where does the learning take place?
A. a bricks-and-mortar school
B. the Internet
C. a playground
D. a park

Answers

Answer:

B the internet

Explanation:

Online learning = internet

Someone want to do a project for me, I will give 1000 points to you if you do it

Just let me know, and I'll make a new question with the assignment

Answers

It depends on what it is.

Computers help eliminate the repetitiveness of manual task how can this benefit you in your overall career?

Answers

Answer:

Explanation:

When I went to high school, our next door neighbor had a pet dinosaur. We used to have to do math problems that were incredibly long and tedious. Things like the gas laws. They involve 5 numbers with 2 decimal places and we were asked to find the 6th number.

Eventually we were taught to use log tables but by then we were too numb to care.

Computers however take repetitiveness in their stride. They don't gag at how many times they have to repeat an operation. They don't mind if they do it a thousand times or a million or 100 million times. Some algorithms like the Monte Carlo method depend on trying an operation a million times. Humans would go crazy if they had to do that. Computers can do simple algorithms a million times while the mouse is on the go command.

If you pick a job like a tax consultant, you will be glad not to do any more than knowing where the numbers that make up your data go.

Same with banks and insurance jobs. I'll bet there are many jobs in medicine that require repetitive calculations.

I need help ASAP please and thank you!

Answers

Answer:

the Answer is C hope its right

The answer is for the problem is C

I need help ASAP thanks !

Answers

Answer:

i think c is the best choice

. In an airport, a system consisting of sensors, bar code readers and remote controls is MOST LIKELY used for

aircraft boarding
baggage handling
border control.
passenger check-in.​

Answers

Answer:

baggage handling

.......

Answer:

baggage handling

Explanation:

PLZ PLZ PLZ PLZ HELP will mark brainlist What component contains the ROM (Read Only Memory)?

CPU

RAM

Motherboard

Storage

Answers

motherboard hope it helps :))

what is the period of a wave that has a frequency of 30hz
A. 0.03 s
B. 3 s
C. 30 s
D. 0.3 s

Answers

The answer is
A 0.03s hope this helps

0.03 s is the period of a wave that has a frequency of 30hz. Thus, option A is correct.

How Period of wave and its frequency are closely related?

Period of wave and its frequency are closely related. Period is the inverse of frequency. The period of a wave is the time taken for a number of waves to pass through a particular point. The frequency of a wave is the number of waves that passes through a point at a particular time.

An electromagnetic spectrum can be defined as a range of frequencies and wavelengths into which an electromagnetic wave is distributed into.In Science, the electromagnetic spectrum is composed of the following types of energy from highest to lowest frequency and shortest to longest wavelength and these are Gamma rays, X-rays and electromagnetic wave.

An ocean wave is generally classified as a mechanical wave while both visible light and x-rays are electromagnetic waves. A wave can be defined as a disturbance in a medium that progressively transfers (transports) energy from a source to another location, especially without the transportation of mass (matter).

Therefore, 0.03 s is the period of a wave that has a frequency of 30hz. Thus, option A is correct.

Learn more about frequency on:

https://brainly.com/question/5102661

#SPJ2

How do you post pictures as the question? I don't feel like typing it out​

Answers

I think you can just search the question up by taking a picture of it and then putting where it says if the question isnt there and maybe u can erase the question and just take a picture of the question where ur asking and the thing to take a picture of it is on the bottom left

Which of these statements would be an incorrect way to call the following function?

def circle_area(radius):
return 3.14 * radius * radius

A. print(circle_area(10))

B. circle_area(input(“Enter a circle radius.”))

C. radius = 5
circle_area(radius)

D. input(“Enter a circle radius.”)(circle_area())

Answers

Answer: D

Explanation:

circle_area requires a radius to be passed in. When the function is called there is nothing being passed in so you would get an error. Also the user input isn't being saved to any variable so you would probably get an error at that line first.

The incorrect option is A. Because the radius of the circle is not given.

What is programming?

Programming is the set of rules and algorithms by which the desired output can be obtained.

The set of rules is given below.

Def circle_area(radius):

return 3.14 * radius * radius

To get the circle's area we need to give the radius of the circle.

Then the incorrect option is A. Because the radius of the circle is not given.

More about the programming link is given below.

https://brainly.com/question/11023419

#SPJ2

HELP!' Prompt
In a table, what is a field?

Answers

Answer:

Fields are the components that provide structure for a table. In fact, you can't have a table without fields. ... Fields in a table store the same category of data in the same data type. For example, if you have a NAME field in a table of customers, the entries for this field are all customer names and are stored as text.

Answer:

Fields are the components that provide structure for a table. In fact, you can't have a table without fields. ... Fields in a table store the same category of data in the same data type. For example, if you have a NAME field in a table of customers, the entries for this field are all customer names and are stored as text.

Explanation:

ITEMS
Evan spent 25% of his money on rent and g on food, together his
expenses totaled to $75.00. Calculate the total amount of money Evan had​

Answers

Answer:

Total money he had = $136 (Approx.)

Explanation:

Given:

Spend on rent = 25%

Spend on food = 30%

Total of expenses = $75

Find:

Total money he had

Computation:

Total money he had = [Total of expenses][100/ (Spend on rent + Spend on food)]

Total money he had = [75][100/ (25 + 30)]

Total money he had = [75][100/ (55)]

Total money he had = 136.36

Total money he had = $136 (Approx.)

Copy and paste is the only way to move text from one place to another.

True or
False​

Answers

Answer:

False

Explanation:

The reason I would consider this to be false is because you can also CUT and paste. Cutting is different from copying. When you use ctrl+x it cuts the words, and then you can use ctrl+v to paste them. When you are copying, you use ctrl+c and then ctrl+v to paste. Hope this helps

Answer:

false his answer OK false

difference between electrical and electronic devices

Answers

Answer:

The differences between electrical and electronic devices is that electrical uses as energy for necessary purposes, while electronic devices are being manipulated by the electrons that are inside of the device's battery :3

Explanation:

:3

the difference between electrical and electronic devices is that the electrical devices convert the electrical energy into the other form of energy like heat. light etc where as electronic devices control the flow of electrons for performing the particular task

HELP ME PLZ IM AM STUCK ON THIS I NEED AWNSERS

Answers

Answer:

What are your cards?? I may be able to help you if you put your cards. :)

Explanation:

Other Questions
Question 3Name the transformations of the next equation y find the value of x whats the value of x in the image shown I need people who are really good at math to help me out.Please see image below: Plz help!What do you think was the most important objective outlined in Wilsons 14 points? Why? Which of the following is not an ecosystem service provided by rural (country) land?a. Oxygen in the airb. Plastic for making bottlesc. Aesthetic beautyd. Wood for making paper What has a greater impulse a push pass or a drive pass in hockey. (PE) Jonathan is 27 years younger than Dre. Dre is two years younger than Jonathan'sage doubled. How old are Jonathan and Dre? * Help please!Store A sells jeans for 7/8 of the price at Store B. Store A sells jeansfor $35. Write and solve an equation to find how much you save bybuying jeans at Store A. Any skilled chemists want to give me some backup? The answer to this question The base angle of an isosceles triangle is 65 then find its vertical angle Which word would work best in this sentence?"After losing ten table tennis rounds in a row against his brother, Francis realized it was time for _________________."capitulationseldompluckyvirtuoso How did Japan treat Koreans after they annexed Korea? The product of two numbers is 48 and the difference of those numbers is 13 what are the numbers? Holaaaa Me ayudan? Dicee Porque la literatura aparte de ser un arte es una ciencia? what do you think is the importance of this prayer song "agnus dei/kordero ng diyos? PLZ HELP I WILL GIVE BRAINLIST IF YOU ANSWER ALL OF THE QUESTIONS What is happening to the water molecules as it changes from ice to liquid water? *They are losing energy, cant move only vibrateThey are gaining energy, can move and slide past each otherThey are moving at high speeds and are far from each otherThey are gaining energy, moving slowly until they evaporate Complete the analogies by filling in the correct words.wolf: pack - fish: (A.salmon, B.school, C.river)carrot : vegetable-watermelon : (A.fruit, B.melon, C.red)sun: day - moon:(A.light, B.sky, C.night) What was a belief shared by many Enlightenment philosophers?AGovernments should protect the rights of the people.cBMonarchy is the most effective form of government.Religious tolerance weakens government control.DThe people owe complete loyalty to the government.