Answer:
The answer is "True".
Explanation:
In the processor status word, comprising all pointers into some kind of registry account, which must be stored whenever a context switch took place. In this, each size of a process is reduced through the use of lightweight processes in such a multitasking environment, and the entire process will save through the unique process ID.
What is web
searching engine ?
Which are the following 4 things something must be able to do in order to be a computer? *
Answer:
There are four main equipment functions of a computer system: Input, Processing, Storage and Output.
Explanation:
what is
Force (N) = Mass (kg) x acceleration (m/s)
If a 80-kg swimmer pushes off a pool wall with a force of 225 N, at what rate with the swimmer
accelerate forward?
which type of hazzard are those substances which threathen you physical safety ?
Answer:
98o
Explanation:
Which type of digital picture is made by strong individual pixel value
Answer :a bitmap because it is a 'map' of where the 'bits' of information are stored
Explanation:
This information is stored as a sequence of numbers defining the colour of each pixel.
Answer:
raster
Explanation:
Raster images, such as digital photographs, store the color value of each individual pixel.
Which operation will leave the originally selected information
unchanged?
Raste
O Move
O Cut
O Copy
Answer:
copy
Explanation:
okay you will copy something and and is that thing will stay like the first thing
definition of data redundancy
Answer:
Data redundancy occurs when the same piece of data exists in multiple places, whereas data inconsistency is when the same data exists in different formats in multiple tables. Unfortunately, data redundancy can cause data inconsistency, which can provide a company with unreliable and/or meaningless information
A beam of light travels in air and then passes through a piece of glass at an angle of 45 degrees to the normal. As the light passes from the air into the piece of glass, the light ray is bent, what is the angle of refraction measured from the normal?
Answer:
The angle of refraction measured from the normal is approximately 28.13°
Explanation:
The angle of refraction is the angle made by the refracted ray and the normal line drawn at the point where the ray passes through the interface of the two mediums
According to Snell's law, we have;
[tex]_1 n_2 = \dfrac{n_1}{n_2} = \dfrac{sin \, \theta _2}{sin \, \theta _1}[/tex]
n₁·sin (θ₁) = n₂·sin(θ₂)
Where;
₁n₂ = The refractive index of air to glass = 1.5
n₁ = The refractive index of air = 1
n₂ = The refractive index of glass ≈ 1.5
θ₁ = The angle of incidence = 45°
θ₂ = The angle of refraction measured from the normal
Therefore, we have;
1/1.5 = sin(θ₂)/sin(45°)
sin(θ₂) = sin(45°)/1.5 = (√2)/2/(3/2) = (√2)/3
∴ θ₂ = arcsin((√2)/3) ≈ 28.13°
The angle of refraction measured from the normal = θ₂ ≈ 28.13°.
What do you type in the “subject” box
(A)The title of your email/summary of what you need
(B) The persons name you are sending an email to
(C) The question you are asking
I will mark brainliest
Answer:
the correct answer is: (A) The title/summary of what you need.
Explanation:
The subject is what the receiver see's when going across the email. Putting the summary of what the email is about in subject allows them to see what the email is mainly about seeing if they should continue reading the email or not. So providing the summary pf the email lets the receiver know what the email is about. Hope this helps! :D
Kelly has always used "P4ssw0rd” as her password on her online accounts. Why should she change this? Check all that apply.
o Passwords should be used only once.
o It could be easily guessed.
o Passwords must be unique.
o It contains insufficient personal information.
o Passwords should be changed regularly.
Answer:
it could be easily guessed
If you came across an article that discussed the benefits of studying the night before a test rather than the morning of, what could you do to form your own opinion about such information? A. Do your own research including reading articles related to the same topic. B. Ask a trusted family member their opinion after they read the article. C. Check different social media accounts for articles on sleep studies. D. Read another article on this topic written by the same journalist.
Answer:
A. Do your own research including reading articles related to the same topic.
Explanation:
To confirm online information that is not made by reputable experts, professionals, journals, or websites, it is always recommended to cross-check such information carefully. To do that is to make research on the same topic and confirm if the actual information is the same.
Hence, in this case, the correct answer is "Do your own research including reading articles related to the same topic."
Surrendering to digital distractions can result in a disappointed
feeling of how you spent your time. True false
Someone please tell me what lambda does! in python!! I need help
Answer:Lambda Technologies is the he is the group name encompassing a Premier materials research laboratory with an engineering and production enterprise dedicated to the development and optimization of of surface treatments our company has been selling materials for over four decades with over 150 years of combined experience in more than 20,000 research programs we are proud of our corporate legacy in record or around standing performance in meeting or customers needs room training all excellence groundbreaking innovation and committed hard-working employees we are able to provide more than just data we provide complete service enhancement solutions are resources that can include all of our technical papers he studies defraction notes and downloads we are a well known source of research in education materials on the understanding measurement and controls of residual stress
Explanation:
1. What is the Internet?
the internet can be described as Network of networks.
is a keyboard a software?
Answer:
Yes
Explanation:
Because it's apart of software hope this helps
James’s work computer has lost its Internet connection but is otherwise working. If James’s colleagues have lost their Internet connections, too, which of the following is most likely to be true?
A. A server is down somewhere.
B.They need a repairman to fix the hardware on their computers.
C.Their computers are not part of a network anymore.
D.They have a software problem on their computers.
Answer:
A server is down somewhere.
Explanation:
Edge
Which layer in the Transmission Control Protocol/Internet Protocol (TCP/IP) model is responsible for delivering data between two nodes?
Answer:
Network.
Explanation:
The Transmission Control Protocol/Internet Protocol (TCP/IP) model is a standard networking protocol which allows network devices such as routers, switches, and host computers to interconnect and communicate with one another over a network. The Transmission Control Protocol/Internet Protocol (TCP/IP) model comprises of four (4) layers and these includes;
I. Application layer.
II. Transport layer.
III. Internet layer.
IV. Network layer.
The network layer in the Transmission Control Protocol/Internet Protocol (TCP/IP) model is responsible for delivering data between two nodes.
Basically, this layer known as network layer is the fourth layer of the Transmission Control Protocol/Internet Protocol (TCP/IP) model and it is typically responsible for the transmission of packets from one network device to another.
edhesive assignment 7 calendar
Answer:
def leap_year(y):
if y % 4 == 0:
return 1
else:
return 0
def number_of_days(m,y):
if m == 2:
return 28 + leap_year(y)
elif m == 1 or m == 3 or m == 5 or m == 7 or m == 8 or m ==10 or m == 12:
return 31
elif m == 4 or m == 6 or m == 9 or m == 11:
return 30
def days(m,d):
if m == 1:
return 0 + d
if m == 2:
return 31 + d
if m == 3:
return 59 + d
if m == 4:
return 90 + d
if m == 5:
return 120 + d
if m == 6:
return 151 + d
if m == 7:
return 181 + d
if m == 8:
return 212 + d
if m == 9:
return 243 + d
if m == 10:
return 273 + d
if m == 11:
return 304 + d
if m == 12:
return 334 + d
def days_left(d,m,y):
if days(m,d) <= 60:
return 365 - days(m,d) + leap_year(y)
else:
return 365 - days(m,d)
print("Please enter a date")
day=int(input("Day: "))
month=int(input("Month: "))
year=int(input("Year: "))
choice=int(input("Menu:\n1) Calculate the number of days in the given month.\n2) Calculate the number of days left in the given year.\n"))
if choice == 1:
print(number_of_days(month, year))
if choice == 2:
print(days_left(day,month,year))
Explanation:
Hoped this helped
The program is an illustration of functions.
Functions are groups of code segments that are executed when called or evoked
The calendar programThe calendar program in Python, where comments are used to explain each line is as follows:
#This checks for leap year
def leap_year(y):
if y % 4 == 0:
return 1
else:
return 0
#This returns the number of days in the month
def number_of_days(m,y):
if m == 2:
return 28 + leap_year(y)
elif m == 1 or m == 3 or m == 5 or m == 7 or m == 8 or m ==10 or m == 12:
return 31
elif m == 4 or m == 6 or m == 9 or m == 11:
return 30
#This returns the number of days left in the month
def days(m,d):
dayList = [0,31,59,90,120,151,181,212,243,273,304,334]
return dayList[m-1] + d
#This returns the number of days left in the year
def days_left(d,m,y):
if days(m,d) <= 60:
return 365 - days(m,d) + leap_year(y)
else:
return 365 - days(m,d)
#The main begins here
#This next three lines gets input for date
day=int(input("Day: "))
month=int(input("Month: "))
year=int(input("Year: "))
#This gets the choice from the user
menu=int(input("Press 1 to calculate the number of days in the given month.\nPress 2 to calculate the number of days left in the given year.\nChoice: "))
#This prints the number of days in the month
if menu == 1:
print(number_of_days(month, year))
#This prints the number of days left in the year
elif menu == 2:
print(days_left(day,month,year))
Read more about Python functions at:
https://brainly.com/question/14284563
is it safe for me to use normal glue to stick things on my laptop like stickers or pics?
Answer:
I think you should be fine, as long as you're just sticking it to the backside of your laptop. (For MacBooks, this is the part of the laptop with the apple symbol.) You can easily wash glue off with a cleaner such as Goo Gone or Pledge. There's better solutions, like ordering a case for your computer and putting the stickers on there, but I guess it's fine to stick them onto your computer. I'll attach a photo of an example of case with stickers.
Hope this helps! Feel free to give me Brainliest if you feel this helped. Have a good day, and feel free to comment any questions below you may have. :)
It is safe to use normal glue to stick things on my laptop like stickers or pics. On the back of the laptop cover, this glue can be used.
What are glues?Any non-metallic substance applied to one or both sides of two distinct items that binds them together and prevents their separation is an adhesive, also known as glue, cement, mucilage, or paste.
superglue, sometimes called cyanoacrylate, is a kind of adhesive that joins quickly and may be used on a range of surfaces and materials. This fast-bonding glue has the advantage of eliminating the need for nails, clamps, and other fasteners. Superglues are waterproof, quick-setting, and will dry clear.
Therefore, stickers and pictures can be safely adhered on my laptop using regular adhesive. This glue can be applied to the laptop cover's rear.
To learn more about glues, refer to the link:
https://brainly.com/question/13225566
#SPJ2
Darren built a tower out of 23 toy blocks. each block has a mass of 7grams. what is the mass of the whole tower?
Answer:
161 grams
Explanation:
In many supermarkets customers can pay for their shopping using credit cards. (a) Name two items of information stored on the magnetic stripe on these cards. (b) State two ways that the supermarket computer would check the credit card.
Answer:
Explanation:
Two items on the magnetic strip are, Credit Card info and Balance
Two ways supermarket may check are the PIN pad you are using to pay or their reciept system.
Choose the first programming language for personal computers that was released in the 1970s by Microsoft
Answer:
Altair BASIC programming language
Explanation:
The Altair BASIC programming language was built for the Altair 8800 microcomputer by childhood friends, Bill Gates and Paul Allen in March 1975
The interpreter for the Altair BASIC programming language was developed by Bill Gates while Paul Allen worked on the simulator
The newly developed programming language worked without flaw during the demonstration to Micro Instrumentation and Telemetry Systems, MITS
Microsoft was founded by Bill Gates and Paul Allen on the 4th of April 1975
Answer:
C.) Altair BASIC programming language
Explanation:
(Print distinct numbers) Write a program that reads in integers separated by a space in one line and displays distinct numbers in their input order and separated by exactly one space (i.e., if a number appears multiple times, it is displayed only once). Hint: Read all the numbers and store them in list1. Create a new list list2. Add a number in list1 to list2. If the number is already in the list, ignore it.
Answer:
Following are the program to the given question:
num = input("Enter numbers: ")#defining a variable num for input value
list1 = num.split()#defining a list1 that adds value in list1
list2 = []#defining an empty list list2
for j in range(len(list1)):#defining a for loop that checks the list value in range
if not list1[j] in list2:# use if block that checks multiple value
list2.append(list1[j])#add value in list2
print("The distinct numbers are: ")#print message
for j in range(len(list2)):#defining for loop for print list value
print(list2[j])#print list value
Output:
Enter numbers: 1 22 55 7 22 1 1 2 3
The distinct numbers are:
1
22
55
7
2
3
Explanation:
In the above-code, a "num" variable is defined, that takes inputs from the console screen, and in the next step, "list1 and list2" is defined. In the "list1" it adds num variable value a into the list.
In the next step, a for loop is defined that checks the list value in range , and define an if block, that checks multiple value and add value into the list2, and in the next step, the for loop is defined that prints the list2 values.
This logo bby im sorry huhu
Answer:
I believe this was for someone else online, Unfortunately that's a little weird to be dating here ya know, Never know if there is someone really old or young you could be dating.
why it is important for steel to go through a fluid phase as it is being produced.
Answer: It is important because the object must go through heat to be melted and then it should be put into a mold to be formed. Also, it go though heat to keep it from cracking and go to be cooled and harden
Explanation:
Which of these is not a common type of programming design?
~object-oriented design
~structured programming design
~graphic design
~top-down programming design
Answer:
structured programming design.
Explanation:
Answer:
I can confirm its structured programming design
Explanation:
Which of the following is NOT true about a flow chart?
A. It is usually created by programmers after writing a program
B. It shows programmers different algorithms before creating a program
C. It uses boxes of different shapes which indicate different types of
instructions
D. It helps programmers pay attention to the logic of the solution to the
problem
The not true of flow chart.
A flow chart is an illustration that shows the several steps of the process or the sequence if events and is a tool that can be used to adapt a wide variety and describes the purposes of the processes. Is basically a type of diagram representation of an algorithm.
This shows the answer is created for the programmers after a program.
The flow chart is a guide and describes the methodology of completing the task and the various steps involved to solve the same.Hence option A is correct.Learn more about the flow chart.
brainly.com/question/15712490.
Help help help!!!please
Answer:
A. 1 AWG
Explanation:
The larger the AGW number or wire gauge, the smaller the size of the wire
The largest conductor in the list is 1 American Wire Gauge (AWG)
What are conductors?Conductors are substances that allows electricity to flow through it.
In a conductor, electrical charge carriers, usually electrons or ions, move easily from atom to atom when voltage is applied.
In a simpler term conductors are substance that can conduct electricity.
American Wire Gauge (AWG) is the standard way to denote wire sizes.
Therefore, 1 American Wire Gauge (AWG) conducts more electricity in the list.
learn more on conductors here: https://brainly.com/question/18084972
#SPJ9
Boolean Operators help filter information when completing a ________ ________
A. web search
B. column making
Select all the steps needed to create a maintenance schedule. Identify individuals to perform the maintenance. Document or log maintenance that has been performed. Take an inventory of the equipment. Obtain test equipment if necessary. Define maintenance tasks. Review the manufacturers' manuals. Establish frequency of tasks. Run the defragmentation utility. Develop a reminder system.
Answer:
Maintenance planning and scheduling, arguably the most neglected functions of modern asset management, are at the heart of an effective maintenance management system. Through the use of work orders and a CMMS, maintenance planning covers the daily or weekly planning, scheduling and control activities to ensure that scheduled work is undertaken, and that available resources are being used optimally. Yet many organizations still struggle to make their maintenance planning and scheduling as effective as it should be.
Maintenance planning
Without planning and scheduling, the wrench-on time for a company is on average only 35%. That means that for every technician working an 8-hour day, only 2.8 hours of that day is spent working on assets. Implementing proper maintenance planning and scheduling, however, can increase the wrench time from 35% to 65%. At this level of efficiency, a technician working an 8-hour day will complete 5.2 hours of actual work. With 65% of the engineer’s time being used efficiently, only 35% of their time is wasted. This improvement would enable an organization to move away from a reactive (firefighting) state of maintenance, and improve overall workforce efficiency.
Explanation:
1. Identify the problem
The need for maintenance can be triggered by a failure, a noisy bearing or an oil leak. Once identified, the problem must be reported to the maintenance department. This is normally done through a work request so that planning and scheduling can take place.
2. Plan the maintenance task
‘Planning’ involves deciding on what exactly needs to be done, determining priority, and defining the sequence of activities and skills required. Ensure that all the resources, material, labor, contract services, specialist equipment, tools and information are available. There may even be a need for outside contractors, items to be purchased or work permits to be obtained, all of which must be arranged in advance.
A maintenance planning function is a critical tool for reducing downtime and maximising the value of preventive maintenance. The maintenance planner must therefore have the technical skills and equipment knowledge to do this planning.
3. Schedule the work
‘Scheduling’ involves deciding when to do the work. This will depend on the priority level of the task, and the availability of both the resources and the equipment to be repaired. Many organizations schedule maintenance for a specific period during the working week or month. Weekend maintenance is never desirable because, in many cases, suppliers are not available and personnel are expensive.
The legal requirements with regard to statutory inspections are generally quite rigid, so try and devise a 52-week maintenance plan at the beginning of each year. Review this plan periodically to improve the accuracy and quality of the information. Communicate the preventive and corrective maintenance requirements to production so that they fully understand the need for the maintenance window.
4. Allocate the task to specific people
Although this will depend on organizational arrangements, consider the following:
Allocate your maintenance personnel to specific areas or pieces of equipment
Ensure the allocated person has the skills to perform the task
Be very clear about the type of work that will be allocated to outside contractors
Where necessary, undertake hazard analyses to identify risks and formulate action plans to control access to high-risk areas; your plans should include hot work permits, confined space permits and lockout procedures.
5. Ensure the work is executed properly
It is usually the responsibility of the maintenance supervisor to confirm that the maintenance work meets the required quality standards, usually through selected planned job observations. The planner (or, in some instances, a maintenance scheduler) should monitor outstanding schedules or work requests to ensure that the planned work was actually done.
6. Analyze the problem and decide how to prevent it from happening again
Analyze the root cause of major failures and take corrective action to prevent recurrence. Corrective action could include training, a change to the preventive maintenance programme or equipment redesign. Breakdown or failure of the management process is often overlooked in a major failure. In those cases, corrective action may be a systems upgrade.
When all six of these foundational steps are implemented and combined correctly, maintenance planning can attain much greater levels of efficiency. This leads to important asset-related data and information being shared across the plant, and even across multiple plants. It’s not an overnight process though, so don’t give up if you think it might take too long. The benefits are well worth it.
Identify and eliminate problems quickly and effectively with How-to Guide: How to use a problem-solving A3 Report, an essential guide to compiling an A3 report