Answer:
A
Explanation:
A website's _____ is usually the simplest version of the _____ of its homepage. A) hyperlink :FTP B) web server; HTML C)domain name, URL D) Web host, address
Answer:
B
Explanation:
A computer that hosts one or more websites is called a web server. When a computer is “hosted,” it means that all the web pages and the associated data are accessible there. Thus, option B is correct.
What is the relation in web server and HTML?A web server's primary responsibility is to show website content by storing, processing, and sending webpages to users.
Any web page from the website it hosts will be sent to any user's browser upon request by the web server. Websites and web servers should not be mixed up.
HTML provides information to your browser about the organization of your document, including the locations of headings, paragraphs, and language that need emphasis.
Therefore, Browsers have built-in default guidelines for how to display each of these elements based on this information.
Learn more about web server here:
https://brainly.com/question/28384347
#SPJ5
Which of the following accurately describes one way that individual goods
differ from public goods?
O A. All individual goods are normal goods.
B. Demand for individual goods is always inelastic.
C. Consumer rivalry results in decreasing marginal utility for
individual goods.
D. People can be excluded from using individual goods if they don't
pay.
Nathan notices that the words of the quotation are too close to the borders.
Which buttons in the Borders and Shading dialog box does he need to click to add the space between the quotation
and its borders?
O Style
O Width
O Options
O Page Border
Answer:
c. options
Explanation:
It is the Options button in the Borders and Shading dialog box that are needed to be clicked by Nathan to add the space between the quotation and its borders. Hence, Option C is correct.
What is the Options button?To make the text or available passage more interesting and attractive, where cannot have settings done by the one who's going to do the editing and any of the passage.
Some of these terms are visible, and some others are invisible. When it is about to create space between two things, then one of these buttons has to be selected by a person. One of these buttons is the options button.
There are radio buttons, which allow a person to choose one option from those that are available. There is an option button available so that one can select the option when it is about to create space between a quotation and its border.
Therefore, Option C is correct.
Learn more about the Options button from here:
https://brainly.com/question/3187633
#SPJ2
How will you be assigned with a mailbox with any OSP
Answer:
Go to the File tab and click Options.
Click on the Mail menu at the left.
Click on the Signatures button to open the Signatures and Stationary window.
In the Email Signature tab, click New.
Type in a name for the New Signature such as Shared Mailbox Signature and click OK.
Explanation:
What would you want to use to help you get started in Microsoft
Word if you were creating a flyer for an upcoming yard sale?
A
a spreadsheet
B
a template
c
the references tab
D
the insert tab
Please help!
Gemima's classmate Tristan sent her an Excel table that shows the amount of vitamin C in seafood. She wants to
paste this table to her Word document.
Which pasting option should she use so that the updates in the Excel table are reflected in her Word document?
Check all that apply.
Picture
Keep as Text
Use Destination Styles
Keep Source Formatting
Link and Use Destination Styles
Link and Keep Source Formatting
Answer:
E, F
Explanation:
I just took it
Link and Use Destination Styles and Link and Keep Source Formatting.
What is Destination styles?Click and drag in Excel to choose the cells you want to copy. Copy can be chosen by right-clicking on the copied cells. Right-click in your PowerPoint presentation and choose the desired Paste Options:
Employ destination styles to alter your copied cells using the same fonts and color scheme as a PowerPoint table.
Opt to maintain the same source formatting from Excel while keeping your table editable in PowerPoint. Embed - Choose to preserve a duplicate of your table in PowerPoint in the event that you need to modify the information, and Excel will launch.
Therefore, Link and Use Destination Styles and Link and Keep Source Formatting.
To learn more about Destination styles, refer to the link:
https://brainly.com/question/12873475
#SPJ2
bob works at a cafe where he earns $11 an hr. which of the following graphs describes the amount of money that bob earns after x hours
Answer:
I need the graphs to answer the question. Can you show us the graphs please?
Explanation:
Thanks!
ECL We best answer for the quest
18. To change the number of rows and columns displayed by the Excel object
Str
ОООС
A. deselect the object and drag a row or column divider of the object.
B. deselect the object and drag a size handle of the object.
C. select the object and drag a size handle on the active object.
D. select the object and drag a row or column divider on the active object.
Answer:
D. select the object and drag a row or column divider on the active object.
Explanation:
Worksheets, rows, columns, and excel workbooks are collectively termed as Excel objects. All the rows are collectively termed as rows object and all the columns are collectively termed as columns object. In order to change the number of rows or columns, the row or column is selected and dragged. The selected row or column can be changed as required.
to recover from driving off the road steer back onto the road in then ?
Answer:
Do not panic.
Hold your steering wheel tightly.
Steer straight ahead.
Stay on the shoulder.
Ease up on the accelerator and brake gently.
When you can safely do so, turn back on the road at a low speed.
Explanation:
Your mom calls you. She is creating a book of poetry. Many of these poems only take up the first half of a document . She asks if there is a way to skip to a new page without having to constantly hit the enter key. What do I tell her
Answer:
Have her create a Page Break by pressing Ctrl+Enter.
If this helps plz mark brainliest!
Primary technology skills are skills that are necessary for success in online education
Please select the best answer from the choices provided
OT
OF
Answer:
true is the correct answer
Explanation:
Answer:
this staement is true
Explanation:
PLEASE HELP I NEED THE ANSWER FOR MY HOMEWORK TODAY!!! Draw a flow diagram for an algorithm which calculates how many numbers 1, 2, 3…n have to be added to reach a total greater than 500. Output the answer n.
Explanation:
Lets use arithmetic progression
so S= n(2a₁ + (n-1)d /2 assuming common difference is 1
so sum must be greater than 500
⇒n² +n /2 >500
⇒n² + n >1000
⇒n² + n -1000>0
For the algorithm
For int n =1 to ∞ ,
if n² + n -1000<0
then continue
else print (n)
PLEASE HELP ASAP
What is the keyboard shortcut to create a new row in a table once a user has reached the last cell in the last row of the table?
O Down arrow
O Shift+Tab
O Tab
O Left arrow
Answer:
The right answer is Tab.
Explanation:
Please i need a Brainliest.
A ________ is a smooth blending of shades from one color to another.
gradient
A gradient is a combination of shades from one color to another or from light to dark.
Which HTML tag is formatted correctly? This is a heading This is a paragraph This is a paragraph This is a heading
Answer:
See Explanation Section
Explanation:
A question like this is best presented or supported with attachments because the attachment gives a clear description of the question.
However, I'll answer your question in general terms.
A paragraph in HTML is tagged using the <p> and </p> tag.
For instance:
<p> This is a paragraph</p>
For headings;
There are 6 level of headings in HTML; h1 to h6.
The tag to use depends on the level of the headings.
Assuming the heading is level 1;
An example is
<h1> This is a heading</h1>
Use the examples I cited to answer your question
Answer:
<p> Paragraph </p> how to end the paragraph
<h> Heading </h> how to end the heading
Explanation:
"+", "-", "x" are Arithmetical operators. "AND, "OR", "NOT" are which operators.
Answer:
+, -, *, % are Arithmetical operators because they do math operations
&(AND), | (OR), ! (NOT) are Logic Operators and they do logic gates operations on the bits.
an element is something inserted into a web page light text images videos and hyperlinks which of the following sentences has both Compares and contrasts text and image hyperlink A) both text and image hyperlinks help users jumped to a different website or document and they are attached to the same type of element B) only text hyperlink connect users to other website and documents for both image in text hyperlinks can be inserted and blue Griffin C) text an image hyperlinks both help uses jump to a different website or document but they are attached to different types of elements D) text hyperlink to image hyperlinks are attached to the same type of elements but take users different locations
Answer:
C) text an image hyperlinks both help uses to jump to a different website or document but they are attached to different types of elements
Answer:
b?
Explanation:
Which tab on the Table Tools contextual tab is used to control the style and formatting of the table as it relates to colors for the
rows and columns?
Design
Layout
Format
Home
Answer:
layout
Explanation:
Which of the following is an example of a tracking
activity using a spreadsheet? Choose all that
apply.
1. choosing a spreadsheet theme
2.calculating total sales for the month
3.entering income and expenses
4.monitoring time spent on projects
❗ANSWERS IS: 2,3, AND 4❗
Answer:
Calculating total sales for the month, entering income and expenses, and monitoring time spent on projects
The area surrounding your car that can't be seen from the driver's seat is called
Answer:
Hidden Operating Space
Explanation:
Hidden Operating Space refers to the area around your car that's impossible to see while you're sitting in the driver's seat.
What is the quickest way to change the format of a table?
O Copy and paste the table into a new slide.
Use the Table option on the Insert tab of the ribbon
Delete the table and recreate it using a preconfigured table type.
O Use the Table Styles option on the Design tab of the Table Tools contextual tab.
Answer:
The best way will be to select the table
go to table style and pick your favorite style
Manny has drafted an email message and configured a delivery option "Do not deliver before 5:00 PM, and today's
date" He shuts down his computer and leaves for the day at 4:30 pm What will happen at 5 p.m.?
The message will be delivered from the server
The message will be delivered from Manny's computer.
The message will remain in Manny's outbox until the computer is started and the Outlook program is started the
next day
The message will remain in Manny's outbox until the computer is started, and he will be prompted to send.
Helps fast
Answer:
The message will remain in Manny's outbox until the computer is started and the Outlook program is started the next day
Explanation:
The message will remain in Manny's outbox until the computer is started and the Outlook program is started the next day. Then the correct option is C.
What is the outlook?The Tools menu is shown on the toolbar adjacent to the Actions menu under the Menus tab. When you select Tools, a drop-down menu with options like Send/Receive All Folders, Cancel All, Com Add-Ins, Disable Items, Outlook Options, etc. appears.
You can send and receive emails, manage your calendar, save the names and phone numbers of your contacts, and keep track of your projects using Outlook. Even if you utilize Outlook on a daily basis, you might not be aware of all the wonderful things it can do to boost your productivity.
Manny has created a delivery option and written an email message. Please do not deliver before 5:00 PM on this day. At 4:30 pm, he turns off his computer and departs for the day.
The mail will stay in Manny's outbox until the next day when the computer and Outlook are both launched. Then, C is the right answer.
More about the outlook link is given below.
https://brainly.com/question/17457799
#SPJ6
for recovery from hydroplaning apply _____ pressure you brakes
a. abrupt
b. sudden
c. all of the
d. gradual
Option D is correct, For recovery from hydroplaning apply gradual pressure you brakes.
When recovering from hydroplaning, it is recommended to apply gradual pressure to your brakes.
Abrupt or sudden braking can cause the tires to lose traction and potentially worsen the hydroplaning situation.
By applying gradual pressure, you allow the tires to regain traction gradually, increasing your chances of regaining control of the vehicle.
This approach helps to prevent skidding or further loss of control on wet or slippery surfaces.
To learn more on Hydroplaning click:
https://brainly.com/question/33558896
#SPJ2
Making software compatible with a new environment is an example of
1Points
A
Corrective maintenance
B
Adaptive maintenance
C
Perfective maintenance
D
Preventative maintenance
Answer:
I think the correct answer is B
Explanation:
Because it is adapting to a new environment.
Damon works on Ted's Diary, a daily family drama. A scene requires him to sneak into his younger brother's room because he is suspicious of his
recent activities. Therefore, he hides in the closet and watches his brother through the closet door, which is slightly open. The shot looks as if we
can see the activities through Damon's eyes. What kind of camera angle did the videographer use to capture this shot?
ОА.
bird's-eye
OB.
shadow
Ос.
voyeur
OD
Inventory POV
Answer:
I believe the answer should be the First Person, but that doesn't seem to be an answer.
Answer:
OB
Explanation:
you can save your work in BlueGriffion using either _____ or _____. A) the format: secondary toolbar, Wysiwing view. B) The format: primary toolbar, the menu bar C) Source View of Hyperlink D) A hyperlink, the "View" drop-down menu on the menu bar
Answer:
B
Explanation:
You can save your work in BlueGriffion using either The format: primary toolbar or the menu bar. The correct option is B.
What is BlueGriffion?BlueGriffon is a free and open source web editor to every individual person of the world. Anyone can use it to design a website.
In BlueGriffon, in primary toolbar section, the format option is available to save our incomplete or complete design work. We can also use menu bar option.
Thus, One can save the work in BlueGriffion using either The format: primary toolbar or the menu bar. The correct option is B.
Learn more about BlueGriffion.
https://brainly.com/question/20380901
#SPJ2
What type of programming language would this be?
Answer:
Python
Explanation:
Now that we see the beginning of this code, and how the variables are defined, I think the most similar code would be Python. I derived this from my knowledge of naming variables in Python. Since the first few lines of code are how you would set a variable in Python, the code could be coded in Python.
What kind of programming language would this be
Answer:
Usually, a programming language is defined during the beginning so you know what to code in and what the program is used for (as well as to avoid confusion). Without knowing this, our best guess is either Java, Javascript, or C++. How do we derive this? Well, these 3 languages all use curly brackets in their code. All 3 look awfully similar to what you have shown in the picture.
Explanation:
Which of the following are tasks you can
accomplish by using audio-editing software?
Choose all that apply.
1. compress images
2. mix sounds together
3. add sound effects
4. compose documents
5. convert audio file formats
ANSWER IS: 2,3,AND 5
Answer: 2 3 and 5
Explanation:
A list of tasks that an end user can accomplish by using audio-editing software are:
2. Mix sounds together.
3. Add sound effects.
5. Convert audio file formats.
What is an audio-editing software?An audio-editing software can be defined as a software application that is designed and developed for the processing, mixing and conversion of audio-based files in various formats such as mp3, m4a, etc.
This ultimately implies that, an end user can accomplish the following by using audio-editing software are:
Mix sounds together.Add sound effects to an audio file.Convert to audio file formats.Read more on audio-editing software here: https://brainly.com/question/11523887
#SPJ2
Help with zyLab 2.12.1
Answer:
Reset the server or fix the bug in the coding go to brackets
Explanation: