Answer:
.aluminum
As the most abundant metal on earth, aluminum is used in a variety of applications. Aluminum has an unusually great ability to resist corrosion, which makes it durable and less prone to damage over time.
2.steel
Perhaps the most common metal used in welding projects, steel has many qualities that make it ideal for this process. Steel is relatively cheap, which makes it a popular choice. It also has a high tensile strength, which means that it can withstand a great deal of stress before it breaks.
3.cast iron
Cast iron is, as expected, a type of iron. Often, the term cast refers to materials that have been shaped for a particular purpose. As a material, cast iron has a relatively low melting point, which makes it a great candidate for welding.
4.Most copper is used in electrical equipment such as wiring and motors. This is because it conducts both heat and electricity very well, and can be drawn into wires
5.Brass
Brass is commonly used for decorative purposes primarily because of its resemblance to gold
Explanation:
Which of the following describes pattern or figure of something to be made and is an example of a data abstraction?(1 point)
function
procedure
model
method
The option that best describes pattern or figure of something that need to be made and is an example of a data abstraction is option a: function.
Is a function an example of abstraction?A function is known to be called the names a set of one statements, so one can say that function as it is, is an example of abstraction.
In regards to programming, the term abstractions is known to be one that can make as well as break productivity and this is the reason that a lot of times, there are found to be commonly used functions which are known to be collected into libraries where they can be reused by others.
Therefore, The option that best describes pattern or figure of something that need to be made and is an example of a data abstraction is option a: function.
Learn more about data abstraction from
https://brainly.com/question/14578704
#SPJ1
Answer: function
Explanation: got it right on edgen
a computer program consists of two blocks written independently by two different pro- grammers. the first block has an error with probability 0.2. the second block has an error with probability 0.3. if the program returns an error, what is the probability that there is an error in both blocks?
Using the probability of independent events, it is found that there is a 0.06 = 6% probability that there is an error in both blocks.
What is probability?Mathematical representations of the likelihood of an event occurring or of a proposition being true are dealt with in the area of probability.The probability of an event is a number between 0 and 1, where 1 denotes certainty and 0 normally denotes impossibility.Gonna determine how likely something is to occur, use probability. Many things are hard to predict with 100% certainty.We can only forecast how likely an event is to occur using it, or how likely it is to occur.P (E) = Number of positive results and The formula for determining an event's probability uses the total number of possible outcomes. Probability is hence the possibility that a random occurrence will take place.If two occasions, A and B, are separated, the probability of both happening is the expansion of the probability of each ensuing, that is:
P(A ∩B)= P(A)P(B)
In this problem, the possibilities are:
Event A: Error on the first block, with 0.2 probability, hence
P(A)=0.2
Event B: Error on the second block, with 0.3 probability, hence
P(B)=0.3
The probability that there is an error in both blocks is:
P(A ∩B)= P(A)P(B)= 0.2(0.3)=0.06
0.06 = 6% probability that there is an error in both blocks.
To learn more about probability, refer to:
https://brainly.com/question/24756209
#SPJ4
1. 2. 3 Units
Assuming an optical disk has a capacity
of 25GB, how many 60 minute HD videos
of 3. 9GB each could be stored on the
disk?
Approximately 6 videos, each has 60 minutes duration and 3.9 GB capacity can be stored on a 25GB optical disk.
In this question, it is asked to calculate how many videos can be stored on a 25 GB optical disk. So, the calculation is given below:
The optical disk has a capacity of 25GB.
Each video's required storage is 3.9 GB which has 60 minutes in duration.
First, we calculate how many videos can be stored on an optical disk that has 25 GB capacity.
For this purpose, we need to divide the capacity of each video by the total capacity of an optical disk which is 25 GB.
So,
25/3.9 = 6.410 number of videos (~ 6 videos)
Therefore, 6 videos of 60 HD minutes can be stored on the 25 GB optical disk.
You can learn more about optical disk at
https://brainly.com/question/28066311
#SPJ4
PLEASE HELP!! This is a question. Please answer using python. Only if you have experience. I will give the first person brainliest!
Answer:
what question is this ?? can you be more specific i need more details on the question
Explanation:
The program written in Python programming language that performs the required computations is:
n = int(input("n: "))
while n != 1:
if n%2 == 0:
n = int(n/2)
else:
n = int(3 * n + 1)
print(n)
How to write the program in Python programming language?The program written in Python programming language, where comments are used to explain each line is as follows:
#This gets input for n
n = int(input("n: "))
#The following loop is repeated until the value of n is 1
while n != 1:
#This checks if n is an even number; n is halved, if this condition is true
if n%2 == 0:
n = int(n/2)
#If n is an odd number; n is tripled and increased by 1
else:
n = int(3 * n + 1)
#This prints the sequence of numbers generated
print(n)
The above program generates the sequence of numbers for n
Read more about python programs at
https://brainly.com/question/26497128
#SPJ1
given the following code, how should the tostring methods in the classes h2classa and h2classb be written to give the indicated output and take advantage of the natural tostring method in h2classb?
Any group of characters that a script interprets is known as a string. Strings include things like "hello world" and "LKJH019283," for instance.
What is the string method?Any group of characters that a script interprets is known as a string. Strings include things like "hello world" and "LKJH019283," for instance. A string is associated with a variable in computer programming, as demonstrated in the example below. The length() string method returns a String's overall character count or length String techniques. A description of string methods As you may remember, a String is an object that represents a series of characters and is frequently used in Java. It is a fantastic method for preserving data. A string is a programming data type that is similar to an integer and a floating point unit, except it represents text instead of numbers.To learn more about string method, refer to:
https://brainly.com/question/28290531
#SPJ4
Aspects of the social context that a person grew up in and is now functioning in (macro level context) include:_____
Aspects of the social context that a person grew up in and is now functioning in (macro level context) include option C) Prejudice and discrimination.
How are prejudice and discrimination related?
Discrimination is known to be a term that tends to influence people in regards to opportunities as well as their well-being.
Note that consistent exposure to issues of discrimination can be a factor that lead people to internalize the issues or topic of prejudice or stigma that is known to be linked or directed against them, showing in shame, low self-esteem, fear and others.
Therefore, Aspects of the social context that a person grew up in and is now functioning in (macro level context) include option C) Prejudice and discrimination.
Learn more about discrimination from
https://brainly.com/question/1084594
#SPJ1
Aspects of the social context that a person grew up in and is now functioning in (macro level context) include:
A)Religious group
B)Social class
C)Prejudice and discrimination
D)Family values
Mackenzie is the network administrator for a large security corporation. What task might Mackenzie perform as part of her job?
Since, Mackenzie is the network administrator for a large security corporation, the task that Mackenzie can perform as part of her job is option C: connecting a new computer to the network.
What does an administrator of a network do?A network administrator is known to be any person that does the day-to-day management of these networks is the responsibility or the role of network and computer system administrators.
Their role is that they plan, set up, and provide maintenance for a company's computer systems, such as LANs, WANs, network segments, intranets, and other kinds of system that are used for data communication.
Therefore, Since, Mackenzie is the network administrator for a large security corporation, the task that Mackenzie can perform as part of her job is option C: connecting a new computer to the network.
Learn more about network administrator from
https://brainly.com/question/5860806
#SPJ1
Mackenzie is the network administrator for a large security corporation. What task
might Mackenzie perform as part of her job?
O answering calls from customers who need help
developing a website for the corporation
connecting a new computer to the network
testing a new video game before its release
PROJECT: SLIDE SHOW: NETWORKING LAYERS (100 points please help)
Create a slide show with six slides containing pictures and text. The slide show is about one of TCP/IP networking layers. Choose the transport, Internet, or network access layer for your slides. The slides should cover:
- Title Slide: Give, as a minimum, the name of the layer you are presenting and your own name.
- The Main Use of the Layer: Give at least two examples of how the layer is used.
- Diagram: Include a diagram (using squares, circles, arrows, etc.) showing the relationship between the end points and the intervening network at this layer.
- Protocols: Name and briefly describe at least two protocols used at this layer.
- Supporting Protocols: Name and describe at least two protocols that support the protocols in your layer. (If there are none, explain why that is the case.)
- Supported Protocols: Name and describe at least two protocols supported by the protocols in your layer. ( SEE PICTURE ↓ )
Answer:
Do you want an ppt or like an explanation on how to make a good ppt
1 color blindness is a recessiv sex linked disorder in humans.a color blind man has a child with woman who is carrier of the disorder
2 illustrate using a pannet square the probability of having a children who will have normal vission and children who will be color blind
3 use the given data to illustrate sex linked genes by punnet square
When the color blind man is married to the woman who is the carrier of this disorder. The probability of having normal vision in their children is 1/4 or 25%. While the probability of having colorblind offspring is 3/4 or 75%.
What is Colorblindness?Colorblindness may be defined as a type of X-linked recessive disorder that impacts the normal vision of an individual. An individual who is suffering from this disorder can not be able to discriminate between the red and green colors specifically.
According to the context of this question, when a colorblind man is interbred with a carrier woman, the genotypes of their offspring are [tex]X^CX^C, X^CY, X^CX, and XY[/tex]. For your better understanding, the Punnett square is given below:
Therefore, the probability of having normal vision in their children is 1/4 or 25%. While the probability of having colorblind offspring is 3/4 or 75%.
To learn more about Colorblindness, refer to the link:
https://brainly.com/question/16844046
#SPJ1
consider a mail order database in which employees take orders for parts from customers. the data requirements are summarized as follows: the mail order company has employees, each identified by a unique employee number, first and last name, and zip code. each customer of the company is identified by a unique customer number, first and last name, and zip code. each part sold by the company is identified by a unique part number, a part name, price, and quantity in stock. each order placed by a customer is taken by an employee and is given a unique order number. each order contains specified quantities of one or more parts. each order has a date of receipt as well as an expected ship date. the actual ship date is also recorded. draw an er using class notation with all cardinality constraints.
An ER diagram has three parts: Entities are things that exist in the real world and can include people, places, and even concepts.
What is an ER diagram?An entity relationship diagram (ERD), often referred to as an entity-relationship model, is a graphic representation that shows the connections between individuals, things, locations, concepts, or events within an information technology (IT) system. An ER diagram has three parts: Entities are things that exist in the real world and can include people, places, and even concepts. An example of an entity in a school management system is a department. Other examples include courses, teachers, students, buildings, and administration. A database's data must be modeled using an entity-relationship diagram, or ER diagram. It serves as the foundation upon which a database is constructed. ER diagrams outline the entities and their attributes, which are the types of data we will store.
To learn more about ER diagram, refer to:
https://brainly.com/question/13266919
#SPJ4
_____is a type of ai often broadly defined as software with the ability to learn or improve without being explicitly programmed.
6. You should make sure your computer is located in a place where airflow is not restricted.
True
O False
Answer:
Explanation:
Computers generate a lot of heat, especially the desktops. You want to make sure the air currents take the heat away.
The statement is true.
What do you think are the importance of learning the components of motherboard?
Answer:
A motherboard, also known as the "main board," is the central circuit hub that allows connection between all components attached to the computer.
Explanation:
In most modern programming languages, a variable or constant that is declared in a module is _____ in that module.
In most current programming languages, a variable or constant that is declared in a module is in scope in that module.
Why are constants used in programming?Constants are data values that remain the same each time a program is run. It is not envisaged that constants' choice change. Actual values set into the source code are known as literal constants. When a value must be made available to the program but cannot change while the program is running, constants are employed. A variable is a designated storage space that a computer maintains in memory. By giving it a name, you can access it quickly across the entire application. Any variable whose value is constant throughout your program cannot be updated or changed. At the time of its declaration, a constant variable must be initialized.To learn more about constant, refer to:
https://brainly.com/question/28544433
#SPJ4
You want to connect the lan port on a router to the uplink port on a switch. The switch does not support auto-mdi. Which type of cable should you use?.
You should use a lan port but if that doesnt work than contact nintendo
3.) (30 points) the concept of security through obscurity suggests that we can provide some level of security hiding information. 3.a.) (15 points) think of a situation in which hiding information will not add security to the system. 3.b.) (15 points)then give an example of a situation in which hiding information will provide additional security
The concept of security through obscurity suggests that we can provide some level of security by hiding information but some scenarios exist when hiding information does not guarantee system security.
A situation when hiding information will not add security to the system is when a hacker with malicious intent discovers the place where your infrastructure is hidden and this makes it vulnerable again.
An example when which hiding information will provide additional security would be the obscurity of a source code to avoid others from copying and using it,
What is System Security?This refers to the steps and processes that are undertaken in order to secure a system from unauthorized access.
Hence, we can see that The concept of security through obscurity suggests that we can provide some level of security by hiding information but some scenarios exist when hiding information does not guarantee system security.
A situation when hiding information will not add security to the system is when a hacker with malicious intent discovers the place where your infrastructure is hidden and this makes it vulnerable again.
An example when which hiding information will provide additional security would be the obscurity of a source code to avoid others from copying and using it,
Read more about system security here:
https://brainly.com/question/25720881
#SPJ1
the program reads in variables totalbudget and productcost from input. assign numproducts with the maximum number of products that can be made with a budget of totalbudget, if each product costs productcost to make. ex: if input is 13 4, the output is:
The costs interested in creating a development are called Product Costs. These costs include fabrics, labor, presentation supplies, and plant aloft.
What does the product cost?The direct expenses incurred in creating a product are called product costs. Direct labor, for instance, would be one of a manufacturer's product expenses, bare essentials, industrial supplies. When a company produces a good or offers a service, it incurs production expenses, which are sometimes referred to as product costs. Formula for Product Cost Per Unit: (Total Product Cost) / Number of Produced Units. The sales price must be more than or equal to the product's unit cost in order to prevent losses. In a case when the sale price is equal, there is no profit or loss and the sales price covers the cost per unit.To learn more about product cost, refer to:
https://brainly.com/question/27468665
#SPJ4
rogramming challenge description: your colleague has 15 years of log files full of performance data. the data needs to be sorted, but the file sizes are so big that it's impossible to load them a
A rating, ranking, quotation, debate, or analysis about a feature of the investment performance of a security, an index, or a benchmark is referred to as "performance data."
What is the performance Data?Performance data include actual expenditures such as money and time. Cost variance, schedule variance, cost performance index, schedule performance index, etc. are a few examples of work performance information. Extremely massive data sets are swiftly analyzed using high-performance data analytics to uncover insights. This is accomplished by running potent analytic software in parallel using high-performance computing. Performance information can be used to evaluate the caliber of applicants hired by the company from various recruitment sources or based on various selection criteria. This can be applied to raise the effectiveness of staffing techniques. The practice of gathering performance-related data from network devices and storing it in a database or data file is known as performance data collection.To learn more about performance data, refer to:
https://brainly.com/question/14329318
#SPJ4
In the ____ letter style, the date, complimentary close, and signature block are positioned approximately one-half inch to the right of center or at the right margin.
In the modified block letter style, the date, complimentary close, and signature block are positioned approximately one-half inch to the right of center or at the right margin.
There are certain ways in which a business letter should be written and following of the correct protocol for writing business letters is important.
Among the various letter types is the modified block letter style in which there is a single space in between the body, and the addresses of both the recipient and the sender. A single space accounts for approximately one-half inch to the right of center or at the right margin in such type of letter.
Modified block letter styles are similar to full-block business letters with only a few changes.
To learn more about modified block, click here:
https://brainly.com/question/15210922
#SPJ4
Which of the following is equivalent to a subroutine depending on the programming language?(1 point)
function
model
accessor
mutator
Mutator and Accessor are equivalent to a subroutine, depending on the programming language. Thus, options B and D are correct.
What is a programming language?Programming languages are a type of electronic medium that includes strings, graphical designs, and other visual components. They are essentially machine outputs that a person may use.
Immediate access to personal parameters including their mutator and accessor methods are available.
Attributes need to guarantee comprehensive security of the information essential to provide a class its initial meaning, which would need a person to back up the data with the help of a programming language. Therefore, option B and D is the correct option.
Learn more about Programming languages, here:
https://brainly.com/question/13563563
#SPJ1
What is responsible for maintaining and administering computer networks and related computing environments including systems software, applications software, hardware, and configurations. a.network administrator/network engineer b.network security analyst c.systems engineer d.network consultant
Answer:Network Administrator/ Network Engineer
Explanation:
What does else do in an if/else statment?
O Gives the if statement a command to run if the condition is false
O Runs a command regardless of whether the condition is tru or false
O Determines whether the condition is true or false
O Tells the condition which code to run
Answer:
Gives the if statement a command to run if the condition is false
note: this is a multi-part question. once an answer is submitted, you will be unable to return to this part. consider the following propositions: l: the file system is locked. q: new messages will be queued. n: the system is functioning normally. b: new messages will be sent to the message buffer. the goal of this exercise is to determine whether the following system specifications are consistent: if the file system is not locked, then new messages will be queued. if the file system is not locked, then the system is functioning normally, and conversely. if new messages are not queued, then they will be sent to the message buffer. if the file system is not locked, then new messages will be sent to the message buffer. new messages will not be sent to the message buffer.
Based on the multi-part question, if we consider the following propositions:
l: the file system is locked.
q: new messages will be queued.
n: the system is functioning normally.
b: new messages will be sent to the message buffer.
The goal of this exercise is to determine whether the following system specifications are consistent and the answer is given below:
This system is consistent.
ExplanationsWe use L,Q,N, and B to stand for the basic propositions here,
“The filesystem is locked,” “New messages will be queued,” “The system is functioning normally,” “Newmessages will be sent to the message buffer,”Then the given specifications are
¬L?Q,¬L?N, ¬Q?B, ¬L?B, and ¬B.
If we want consistency, then we had better have B false in order that¬B be true.
This requires that both L and Q be true, by the two conditional statements that have B false in order that ¬B be true
Read more about propositions here:
https://brainly.com/question/13263750
#SPJ1
_____ is a system in which a finite set of words can be combined to generate an infinite number of sentences.
Generativity is a system in which a finite set of words can be combined to generate an infinite number of sentences.
What is a sentence?A sentence is a grouping of words, phrases, or clauses that convey meaning to us. An object or a subject can be found in a sentence. These help the person to communicate with one another.
Generativity can be defined as the way to weigh A grammar or a sentence being spoken for. It is defined as a found set of the whole with is defined, usually made with a finite number, to create an infinite number of sentences or words combined.
Learn more about sentences, here:
https://brainly.com/question/12684453
#SPJ1
6) What is a folder?
Answer: a folder is a folding cover or holder, typically made of stiff paper or cardboard, for storing loose papers.
Explanation:
12. What is a benefit of online backup services?
Even if your computer is lost or stolen, you will still have your data.
The service is always free.
The service is always very fast.
O The service does not require an Internet connection.
Answer: Even if your computer is lost or stolen, you will still have your data.
Explanation:
Which boot option is a part of the unified extensible firmware interface (uefi) standard that enables a client to retrieve the necessary boot loader and system files from a server over the network?
The boot option that is a part of the unified extensible firmware interface standard and enables a client to retrieve the necessary boot loader and system files from a server over the network is known as the Preboot Execution Environment (PXE).
What is Booting?Booting may be defined as the strategy of initiating a computer as started via hardware such as a button or by a software command. This process generally powers the computer and starts the operating system effectively.
Preboot Execution Environment (PXE) is a cluster of standards that permits a computer to load a specific operating system through a network connection. This strategy is utilized in order to install an operating system quickly.
Therefore, the preboot execution Environment (PXE) is the boot option that is a part of the unified extensible firmware interface standard and enables a client to retrieve the necessary boot loader and system files.
To learn more about the Booting process, refer to the link:
https://brainly.com/question/27773523
#SPJ1
(q017) documentaries that explore - and sometimes critique - the documentary form itself are known as _____________ documentaries.
The documentaries that explore and sometimes critique, the documentary form itself are known as reflexive documentaries.
Check more about Reflexive Documentary below.
What Is Reflexive Documentary?The reflexive documentary is known to be a kind of a documentaries that is known to be based on the association that tends to exist between the filmmaker as well as the audience.
It is known to be one that is often pushing viewers to be able to depict them based on their perceptions as well as re-analyze their ideas of truth.
Since there are different kinds of documentaries , therefore one can say that the documentaries that explore and sometimes critique, the documentary form itself are known as reflexive documentaries.
Learn more about documentaries from
https://brainly.com/question/3452395
#SPJ1
What will happen on our music in our society now if these movement doesn't exist like impressionism, expressionism, electronic and chance music?
Expressionist music is a more abstract interpretation of traditional Western tones that aims to elicit strong emotions. Impressionist music, on the other hand, is all about capturing the mood of the moment.
What is Expressionist?Expressionism is a modernist progression that began in Northern Europe around the turn of the twentieth century, initially in poetry and painting.
Its distinguishing feature is to present the world solely from a subjective point of view, distorting it dramatically for emotional effect in order to elicit moods or ideas.
Expressionist music is a more abstract interpretation of traditional Western tones, with the goal of eliciting strong emotions.
The goal of Impressionist music, on the other hand, is to capture the mood of the moment.
Thus, this will happen on the given scenario.
For more details regarding Expressionist, visit:
https://brainly.com/question/2189275
#SPJ1
1. Which is NOT a type of file that InDesign cannot use.
a. Graphics
b. Text Files
c. InDesign Files
d. None of the above
2. You cannot resize a graphic once you put an image in InDesign.
true or false
Answer: 1. InDesign 2. False
Explanation:
A type of file that InDesign cannot use is known as InDesign File. Thus, the correct option for this question is C.
The statement "You cannot resize a graphic once you put an image in InDesign" is absolutely false.
What do you mean by an InDesign file?An InDesign file may be defined as a type of desktop publishing software application that is significantly utilized for creating flyers, brochures, magazines, newspapers, books, and other publications.
The types of files that InDesign can remarkably use for operating its well-known function of constructing literary works like magazines, newspapers, books, etc. are graphics, text files, editing files, animation files, etc.
In the InDesign application software, you can generally resize or modify a graphic once you put an image in InDesign. This is facilitated by a tool known as an editing tool.
Therefore, both the questions given above are well described.
To learn more about InDesign application software, refer to the link:
https://brainly.com/question/14478872
#SPJ2