Answer:
HTML stands for HyperText Markup Language and is the basic structural element that is used to create webpages. HTML is a markup language, which means that it is used to “mark up” the content within a document, in this case a webpage, with structural and semantic information that tells a browser how to display a page. When an HTML document is loaded by a web browser, the browser uses the HTML tags that have marked up the document to render the page’s content.
There are three types of code that make up a basic website page. HTML governs the structural elements, CSS styles those elements, and JavaScript enables dynamic interaction between those elements.
Today, trending current events are often present on websites. Which of the following early developments in audiovisual technology is most closely related to this?
Answer: Newsreels
Explanation:
Options not included however with the early audio visual technologies known, the Newsreel is the closest when it comes to displaying news and current events.
Like the name suggests, Newsreels showed news and they did this of events around the world. They were short films that captured events and then displayed them in cinemas and any other viewing locations capable of showing them.
By this means, people were able to keep up to date with events around the world without having to read newspapers. The advent of news channels killed this industry and logically so.
Answer:
B: Newsreels
Explanation:
edg2021
The text states, "...newsreels began to gain popularity. They were short movies about current events around the world, usually shown prior to the main feature in movie theaters"
URGENT DON'T KNOW THE ANSWER PLS HELP!!
8.5 CODE PRACTICE
I'LL DO BRAINLIEST for whoever gets the right answer because I keep getting a 60%
Using Python code to input the codes as shown will produce the required output.
What is the code in Python?Using Python code, here is the input procedure:
taliquotes = [
"I have never let my schooling interfere with my education.",
"Get your facts first, and then you can distort them at such as you please.",
"If you tell the truth, you don't have to remember anything.",
"The secret of getting ahead is getting started.",
"Age is an issue of mind over matter. If you don't sing, it doesn't matter."
"History"
]
# Print the original list
print(taliquotes)
# Sort the list
taliquotes.sort()
# Print the sorted list
print(taliquotes)
# Insert the new quote
taliquotes.insert(4, "Courage is resistance to fear, mastery of fear, not absence of fear")
# Print the list with the new quote
print(taliquotes)
# Remove the first quote
taliquotes.pop(0)
# Print the final list
print(taliquotes)
This code will output:
['I have never let my schooling interfere with my education.', 'Get your facts first, and then you can distort them at such as you please.', "If you tell the truth, you don't have to remember anything.", 'The secret of getting ahead is getting started.', 'Age is an issue of mind over matter. If you don't sing, it doesn't matter.History']
['Age is an issue of mind over matter. If you don't sing, it doesn't matter.History', 'Courage is resistance to fear, mastery of fear, not absence of fear', 'Get your facts first, and then you can distort them at such as you please.', 'I have never let my schooling interfere with my education.', "If you tell the truth, you don't have to remember anything.", 'The secret of getting ahead is getting started.']
['Age is an issue of mind over matter. If you don't sing, it doesn't matter.History', 'Courage is resistance to fear, mastery of fear, not absence of fear', 'Get your facts first, and then you can distort them at such as you please.', 'I have never let my schooling interfere with my education.', "If you tell the truth, you don't have to remember anything.", 'The secret of getting ahead is getting started.']
['Courage is resistance to fear, mastery of fear, not absence of fear', 'Get your facts first, and then you can distort them at such as you please.', "If you tell the truth, you don't have to remember anything.", 'The secret of getting ahead is getting started.', 'Age is an issue of mind over matter. If you don't sing, it doesn't matter.History']
Learn more about Python at: https://brainly.com/question/26497128
#SPJ1
A company's computers monitor assembly lines and equipment using ________ communications.
Answer:
Machine to machine communications
Explanation:
Machine to machine communication is a type of communication that exists among the technical devices. The communication is linked either with the help of wire or through wireless. The information is communicated and transmitted with this form of communication. Human involvement or intervention is not required during the transfer of data.
For a quick analysis of the individual amenities, you will add Sparklines.
In cell range H5:H11, add Column Sparklines that chart the advertising expense by amenity type over the months January to June.
Apply the style Dark Blue Sparkline Style Accent 5, Darker 50%.
See how to utilise sparklines to represent your data visually and demonstrate data trends. Use check marks to draw attention to certain values in the Sparkline chart.
What do Excel sparklines serve?Sparklines are tiny graphs that show data graphically in spreadsheet cells. Sparklines can be used to draw attention to the highest and lowest values as well as patterns in a variety of values, such as seasonal peaks or valleys or business cycles. A sparkline should be placed as close as possible to its data.
What kind of sparklines are these?Sparklines come in three varieties: Line: creates a line graph out of the data. Similar to a clustered column chart, column: visualises data as columns. Win/Loss: This method uses colour to represent the data as either positive or negative.
To know more about Sparklines visit:-
https://brainly.com/question/31441016
#SPJ1
Question 6 of 10
What is one reason why a business may want to move entirely online?
OA. To limit the number of items in its inventory
B. To double the number of employees
C. To focus on a global market
D. To avoid paying state and local taxes
One reason why a business may want to move entirely online is option C. To focus on a global market
What is the reason about?Boundaries to passage are the costs or other deterrents that anticipate unused competitors from effortlessly entering an industry or zone of commerce.
Therefore, Moving completely online can permit a trade to reach clients past its nearby range and extend its showcase to a worldwide scale. It can moreover decrease the costs related with keeping up a physical storefront and can give more prominent adaptability in terms of working hours and client get to.
Learn more about global market from
https://brainly.com/question/12424281
#SPJ1
When exporting captions, both a file format and frame
Input Answer can be set.
When exporting captions, users have the option to choose both the file format and frame input. The file format determines the type of file that the captions will be saved as, such as SRT, VTT, or SSA. The frame input refers to the starting timecode for the captions, and users can choose from different frame rates depending on their specific project needs. By selecting the appropriate file format and frame input, users can ensure that the exported captions are compatible with their desired video player or platform.
13) You notice that the row labels in your spreadsheet are 1, 2, 3, 8, 9.
Row labels 4 through 7 are missing. What could cause this?
Possible reasons for missing out row 4 to 7 are as follows,
Chance of rows from 4 to 7 contain incorrect/ non formatted data.Chance of rows from 4 to 7 are in hidden state.Chance of rows from 4 to 7 are assigned to some other user which does not belongs to your current user.Chance of rows from 4 to 7 were deleted from the sheet.These are all the possible reasons for missing of row 4 to 7.
Learn more: https://brainly.com/question/24504878
Which of the following indicates branching of the program flow based on a condition?
input/output symbol
flow line symbol
decision symbol
process symbol
______________________________________________________________
Which of the following symbols depicts one distinct action in a program?
decision symbol
process symbol
input/output symbol
predefined process symbol
Answer:
Which of the following indicates branching of the program flow based on a condition? decision symbol
Which of the following symbols depicts one distinct action in a program? process symbol
Explanation:
Flow chart is the graphical representation of a process or algorithm.
Which of the following indicates branching of the program flow based on a condition?
The condition has two options to be processed based on its result hence the program is divided into branches after the decision of process.
The decision symbol is used for this purpose.
Which of the following symbols depicts one distinct action in a program?
The distinct action only involves one action. Out of the given options, process symbol is used for distinct action.
Hence,
Which of the following indicates branching of the program flow based on a condition? decision symbol
Which of the following symbols depicts one distinct action in a program? process symbol
Add code to ImageArt to start with your own image and "do things to it" with the goal of making art. You could, for example, change the brightness and blur it. Or you could flip colors around, and create a wavy pattern. In any case, you need to perform at least two transforms in sequence.
Attached an example of how you can modify the code to apply brightness adjustment and blur effects to the image.
What is the explanation for the code?Instruction related to the above code
Make sure to replace "your_image.jpg" with the path to your own image file.
You can experiment with different image processing techniques, such as color manipulation, filtering,edge detection, or any other transformations to create unique artistic effects.
Learn more about code at:
https://brainly.com/question/26134656
#SPJ1
Which feature of a website takes you to a different part of the website or a totally different website when you click on it? A. graphics B. formal text C. hyperlink D. animation
Answer: C
Explanation:
Answer:
hyperlink
Explanation:
The feature of a website that takes you to a different part of the website or a totally different website when you click on it is called a hyperlink. Hyperlinks are typically underlined and appear in a different color than the surrounding text. They can be used to navigate between pages on the same website or to link to external websites.
Can someone help me with this error? Will give brainliest and i will give more details if you need just please help
Answer:
From what I see, you're trying to convert an int to a double&. This is illegal. Do you have any arrays with ints?
Who are appropriate people to receive feedback from when working on a project?
photoshop i think
hope it helps
A serial schedule:
a. Can have a dirty read anomaly
b. Is always sorted sequentially in ascending order by transaction ID
c. Needs the current Xact to finish before another one starts
d. Is just theoretical and cannot be implemented in real life Reset Selection
Answer:
B)
Explanation:
Is alwayd sorted sequentially in aceding order by transaction ID
he ________ feature, located on the Ribbon, allow you to quickly search for commands or features.
Answer:
The Quick Access Toolbar feature, located on the Ribbon, allow you to quickly search for commands or features.
.
The Quick Access Toolbar feature, located on the Ribbon, allow you to quickly search for commands or features.
Where is the Quick Access toolbar?Shortcuts to frequently used features, options, actions, or option groups are gathered in the Quick Access Toolbar. In Office programs, the toolbar is typically buried beneath the ribbon, but you can opt to reveal it and move it to appear above the ribbon.
Note that a toolbar that may be customized and contains a set of actions that are not dependent on the tab that is now shown is called the Quick Access Toolbar (QAT). It can be found in one of two locations: left upper corner, over the ribbon (default location) under the ribbon in the upper-left corner.
Learn more about Quick Access Toolbar from
https://brainly.com/question/13523749
#SPJ1
a second group of smaller network restricted by companies organizations or limited number of user is known as?
LAN- Local Area Network
Explanation:
paula: i've always heard about background checks when applying for a new job, but i never really understood what that meant. is that the same thing as checking someone's credit history? you: a credit check can certainly be part of it, especially when hiring a new accountant. the select requires that we get the person's permission, though, before requesting their credit history.
Employers utilize a background check procedure to confirm the information provided by job candidates and to determine their fitness for a particular position.
Why are background checks done?This may entail investigating a candidate's disciplinary history, job history, credentials, and references.
Although a credit check may be included in a background investigation, it is not the sole component. For jobs requiring financial responsibility or the management of confidential financial information, such as those for accountants or financial advisors, employers may do credit checks. But, before requesting a candidate's credit history from a credit reporting agency in the US, employers must get that candidate's written agreement, according to the Fair Credit Reporting Act (FCRA).
Learn more about employment here:
brainly.com/question/1361941
#SPJ1
Help me with this digital Circuit please
A subset of electronics called digital circuits or digital electronics uses digital signals to carry out a variety of tasks and satisfy a range of needs.
Thus, These circuits receive input signals in digital form, which are expressed in binary form as 0s and 1s. Logical gates that carry out logical operations, including as AND, OR, NOT, NANAD, NOR, and XOR gates, are used in the construction of these circuits.
This format enables the circuit to change between states for exact output. The fundamental purpose of digital circuit systems is to address the shortcomings of analog systems, which are slower and may produce inaccurate output data.
On a single integrated circuit (IC), a number of logic gates are used to create a digital circuit. Any digital circuit's input consists of "0's" and "1's" in binary form. After processing raw digital data, a precise value is produced.
Thus, A subset of electronics called digital circuits or digital electronics uses digital signals to carry out a variety of tasks and satisfy a range of needs.
Learn more about Digital circuit, refer to the link:
https://brainly.com/question/24628790
#SPJ1
Someone help me with this
Answer:
(b) public String doMath(int value){
return " " + (value * 3);
}
Explanation:
Two of the answers doesn't even have a variable to pass into. In order, to return a String the return " " in b will do this. Therefore, I think the answer is b.
Insert the missing code in the following code fragment. This code is intended to open a file and handle the situation where the file cannot be found. public void String readFile() throws IOException{ File input File = new File(...); try ________________{ while (in.hasNext() { ....} } } A) {Scanner in = new Scanner(inputFile)} B) (Scanner in = new Scanner(inputFile)) C) Scanner in = new Scanner(inputFile); D) (FileNotFound exception)
The correct answer is A) {Scanner in = new Scanner(inputFile)}. The missing code in this code fragment is the creation of a Scanner object to read the input file. This is done by using the "new" keyword followed by the Scanner class and passing the input file as an argument. The entire statement should be enclosed in curly braces to indicate the start and end of the try block.
So, the complete code fragment should look like this:
public void String readFile() throws IOException{
File inputFile = new File(...);
try {
Scanner in = new Scanner(inputFile);
while (in.hasNext() {
....
}
}
}
Option B) is incorrect because it uses parentheses instead of curly braces to enclose the try block.
Option C) is incorrect because it does not enclose the try block at all.
Option D) is incorrect because it includes an exception instead of the missing code for creating the Scanner object.
Learn more about programming: https://brainly.com/question/16397886
#SPJ11
which of the following is not an internet service?
(a) E-supermarket
(b) Blogging
(c) E-commerce
(d) E-mail
Answer:
Blogging is not an internet service.
Hope it helps!
Imagine you have a job working on a help desk. In what situation might you use Steps Recorder?
Answer:
Explanation:
In a help desk job the problem steps recorder program integrated into Windows 10 is a very useful tool, which would be used very frequently. For example, a client is receiving an error when they try to install new software from the Microsoft store. The client can use the steps recorder to record the entire process taken to try to install the program and the error that appears, they then send this to you so you can review, replicate, and fix the issue.
A collection of code makes up which of the following?
O input
O output
O a program
O a device
Answer:
C. a program
Explanation:
in computers a code is 101101 aka a chain of codes
Hope that helps :) dez-tiny
What does software alone enable a computer to do? connect to the Internet control processing speeds interact with the user manage other software
Software alone enables a computer to manage other software. Thus, option D is correct.
What is a computer?A device that could keep and analyze material is a computer. One can easily maintain many purposes and functions that will be manually not possible but computers make them easy to operate.
A bundle of information, commands, and applications known as "software" are utilized by computing to operate as well as carry out particular activities that acquire the technical expertise required for selecting, implementing, managing, and scaling data and technology infrastructure.
Softwares were necessary for hardware to function. In actuality, software communication seems to be what enables the microcomputer to function.
Therefore, option D is the correct option.
Learn more about computer, here:
https://brainly.com/question/13805692
#SPJ2
Which type of user profile is stored in the C:\Users folder and is automatically created when a user logs on to the computer for the first time?
Answer:
a. Local user profile.
Explanation:
Local user profile is a type of user profile which is stored in the C:\Users folder and is automatically created when a user logs on to the computer for the first time and it is being stored on the local hard disk of the computer.
Generally, in Microsoft windows any change made to the local user profile is peculiar to the user and the host computer on which the change is made.
Hence, local user profiles avails several users the opportunity of sharing a single computer with their respective user settings and data.
What is the technology in community
Answer:
Community technology is the practice of synergizing the efforts of individuals, community technology centers and national organizations with federal policy initiatives around broadband, information access, education, and economic development. National organizations efforts include: Developing effective language.
How to modify the query by creating a calculated field enter the TotalAdultCost:[AdultCost]*[NumAdult] in the zoom dialog box of the first empty column in the design grid
To modify the query and create a calculated field, follow these steps.
The steps to be followed1. Open the query in the design view.
2. In the design grid,locate the first empty column where you want to add the calculated field.
3. In the "Field" row of the empty column, enter "TotalAdultCost" as the field name.
4. In the "Table" row of the empty column, select the table that contains the fields [AdultCost] and [NumAdult].
5. In the "TotalAdultCost"row of the empty column, enter the expression: [AdultCost]*[NumAdult].
6. Save the query.
Byfollowing these steps, you will create a calculated field named "TotalAdultCost" that multiplies the values of [AdultCost] and [NumAdult].
Learn more about query at:
https://brainly.com/question/25694408
#SPJ1
Which option is the output of the Functional Requirements of the SRS document?
A.
program modules
B.
data formats
C.
storage capabilities
D.
hardware interfaces
E.
communication interfaces
Answer:
E
communication interface
why is this not working for my plus membership
Answer:
The overwhelming main cause for PlayStation Plus subscriptions not being recognised is because of PlayStation server maintenance which prevents your PS4 from communicating with Sony and discovering that you are a paid up PS Plus subscriber.
I need help please!!
Answer:
d is the answer
Intelligent transportation systems use GPS to
Select all that apply.
Answer:
There is nothing to select you did not add any options
Explanation: