10 computer and operating systems errors​

Answers

Answer 1

Answer:

what is

Explanation:

Answer 2

Answer:System errors are caused by malfunctioning hardware components, corrupted operating system modules, etc. These are caused by corrupted or malfunctioning system files or software executables. Most runtime errors affect the application that caused it to shut down.

Explanation:


Related Questions

How Powerpoint is useful in education aspect?

Answers

Answer:

(Hope this helps can I pls have brainlist (crown)☺️)

Explanation:

PowerPoint may be a useful tool in the classroom for presenting content and encouraging student learning. PowerPoint may be used to present graphics that would be difficult to bring to class otherwise. PowerPoint may be a useful tool in the classroom for presenting content and encouraging student learning.

It improves learning by giving pupils a greater comprehension of the subject and inspiring them. It meant that technology-based instruction had a considerable favourable impact on students' grades. Analyses revealed that the experimental group students outperformed the control group.

Think about the different costs for magazine ads. Why do you think it would cost more to have an ad placed on the front or back of the magazine instead of having it inside?

Answers

People or businesses usually buy ads to promote what they’re trying to sell. Since the front and back of the magazine is what people see the most (rather than some random page on the inside), it is expected that an ad on one of the covers would cost more since those surfaces get many more viewers on average.

Hope this helps!

If you clean your camera’s lens incorrectly, what might you damage?

Group of answers:

1. the aperture port
2. the outer coating
3. the inner coating
4. the battery port

Answers

Answer:

2. the outer coating

Answer:

Its number 2 the outer coating

Explanation:

the term __________ refers to the expression that defines the quantity to be maximized or minimized in a linear programming model.

Answers

The answer is: objective function.

the term “objective function” refers to the expression that defines the quantity to be maximized or minimized in a linear programming model.

the term objective function refers to the expression that defines the quantity to be maximized or minimized in a linear programming model.

What is objective function?

The objective function is a mathematical equation that describes the target production output that corresponds to profit maximization in relation to production.

It then uses the correlation of variables to calculate the final outcome value. Based on a collection of constraints and the relationship between one or more decision variables, an objective function attempts to maximize profits or minimize losses.

Therefore, In a linear programming model, the term objective function refers to the expression that defines the quantity to be maximized or minimized.

Learn more about the objective function, refer to:

https://brainly.com/question/29185392

#SPJ5

Good things to keep track of about people in your Career Network include: a. contact information, including how to spell their name. b. how you came to know them (introduced by a friend, at a career fair, search on LinkedIn, etc.). c. notes about your last interaction and plans for your next interaction. d. only a and b above e. all of the above

Answers

Answer:

mi pareceres que es la B

Explanation:

Dom is a software developer who likes to tweak his computer's OS to make it work the way he wants it to. The OS he is most likely to use is _____.

A. Mac
B. Linux
C. MS-DOS
D. Windows

Answers

Answer:

Linux

Explanation:

Linux-based operating systems are open-source, and open-source software can be modified. Mac, MS-DOS, and Windows are all closed-source means we can't see the source code hence we can't modify it.

I hope this helps <3

Your computer has a software problem. Which of the following will NOT help you fix your 3 issue?

A- remove all media from drives
B- run anti-virus software
C- reinstall the operating system
D- install pirated software ​

Answers

Answer:

D- install pirated software ​

Explanation:

Installing pirated software (depending on where you get it from) will most likely cause more harm than help.

Activity Sheet 2
A.Illustrate how to create the object below using draw and modify commands.​

Answers

Answer:

Vjfxfffccvvvvvv

Explanation:

Hgvjhgxxgyjjbvccjkn Hugh bună vvvvhg un www buukbbchfcvbvc. Hggvhhvbhchgx

Unit 2: Lesson 6 - Coding Activity 1
Write code which takes inputs from the user for the number of sides (int) and side length (double), then creates a regular polygon with these characteristics. The program should then print a sentence with the name of the shape and the area and perimeter as shown in the sample run. You should use the appropriate RegularPolygon methods to obtain the perimeter and area of the shape rather than attempting to calculate these values yourself.

Sample run:

Enter number of sides:
> 5
Enter side length:
> 3.5
A regular pentagon with side length 3.5 has perimeter 17.5 and area 21.075848157214846
Hint: You can approach this problem by saving the int and double as variables, and then creating the RegularPolygon, or you can create the polygon and use methods to set the values of the sides and sidelength.

Answers

Answer:

easyy

Explanation:10 smaple runs and 2

write the importance of software In computer ​

Answers

Answer:

Microsoft word, Excel, Access, Power point, Microsoft windows...........

Explanation:

what do other people think of e.t
in the movie E.T

Answers

Answer:

I think E.T is funny

Explanation:

Which statement is true with respect to Java?

A.
Java programs are not compiled, only interpreted.

B.
Intermediate bytecode is created by the JIT.

C.
Bytecode is platform independent.

D.
The JVM creates object code after compiling.

Answers

Java is a high level programming language.

The true statement is (c) Bytecode is platform independent.

First, java programs are compiled and interpreted

This means that (a) is not true

Secondly Just-In-Time (JIT) does not create intermediate bytecodes, and Java virtual machine (JVM) does not create object codes.

However, java programs are compiled to an instruction set for the JVM; this instruction set is referred to as the byte code.

And the byte code is platform-independent.

Hence, the true option is (c)

Read more about java programming language at:

https://brainly.com/question/2266606

Answer:

C) Bytecode is platform independent

Explanation:

Just got it right on ASU

Memory containing hardwired instructions that the computer uses when it boots up, before the system loads. In PCs the instructions are read from a small program in the read only memory, called the Bios.

options:

RAM


ROM


Processing


Flash drive

Answers

Answer:

Rom

Explanation:

ROM is memory containing hardwired instructions that the computer uses when it boots up, before the system software loads

What is the difference between asset allocation and diversification

Answers

Answer:

Asset allocation refers to the percentage of stocks, bonds, and cash in your portfolio. In contrast, diversification describes the spreading of your assets across the various asset classes within each of those three allocation buckets to further reduce risk.

Explanation:

Why is this happening when I already uploaded files to my drive?

Answers

Answer:

u have to upload it to your drive first

Explanation:

The motherboard is the computer's main circuit board. This board holds the CPU, memory, connectors for the hard drive.

options:
True
False

Answers

True it is the main part of a computer
this is true i believe.. . . .. .

A two-dimensional array of ints with 4 rows, has been created and assigned to a2d. Write an expression whose value is the total number of ints that could be stored in the entire array.

Answers

Arrays are used to represent data in rows and columns

The expression that represents the number of int the array can store is 4c

From the question, we have:

The number of rows is given as: 4The number of columns is unknown; assume the number of columns to be c.

Also from the question, we understand that the array is of integer type.

So, the number (n) of int the array can store is the product of the rows and the columns

i.e.

[tex]\mathbf{n = Rows \times Column}[/tex]

So, we have:

[tex]\mathbf{n = 4\times c}[/tex]

Multiply

[tex]\mathbf{n = 4c}[/tex]

Hence, the expression that represents the number of int the array can store is 4c

Read more about arrays at:

https://brainly.com/question/14664712

Que compone una maquina Rube Goldberg (operadores mecánicos- maquinas simples – mecanismos)

Answers

Answer:

dominoes, fans, PVC pipe, magnets, duct tape, marbles, cups or bowls, miniature toy cars, paper towel tubes, string.

------------------------------------------------------------------------------------------------------------

dominó, abanicos, tubos de PVC, imanes, cinta adhesiva, canicas, tazas o cuencos, carros de juguete en miniatura, tubos de toallas de papel, cuerdas.

Explanation:

Can anyone lend me a computer?

Answers

Answer: No

Explanation:

Answer:

no

Explanation:

what actions can be performed via voice commands using 2022 sentra’s siri® eyes free?

Answers

New mobile cars produce nowadays often have new features that follows it. The actions that can be performed via voice commands using 2021 Sentra's Siri® Eyes Free are;

Send and receive text messages

Make and receive calls

Select and play music

Siri® Eyes Free command can be used to play music, report on the news, show  movies, play games, and give us navigation from one place to the other.

It ha been made available in some selected cars and it often use one's voice to control features of your iPhone without viewing or touching the phone.

Learn more from

https://brainly.com/question/13429053

Which of the following uses the proper syntax for creating an HTML comment?
a.
b. Home page for my personal website
c. // Home page for my personal website
d.

Answers

Answer:

c

Explanation:

how do you open cosh

Answers

Answer:

Hit the cosine button on the calculator

Explanation:

A programmer wants to determine whether a score is within 10 points of a given target. For example, if the target is 50, then the scores 40, 44, 50, 58, and 60 are all within 10 points of the target, while 38 and 61 are not.

Which of the following Boolean expressions will evaluate to true if and only if score is within 10 points of target ?

Answers

Answer:

(target - 10 ≤ score) AND (score ≤ target + 10)

Explanation:

(target - 10 ≤ score) AND (score ≤ target + 10).

What are Boolean expression?

A logical assertion that can only be TRUE or FALSE is known as a Boolean expression. As long as both sides of the expression have the same fundamental data type, boolean expressions can compare data of any kind.

Oracle OLAP evaluates this expression by comparing each value of the variable actual to the fixed value 20,000.

Unless parentheses indicate a different evaluation order, operators with equal priorities are evaluated from left to right. When the truth value has been determined, the evaluation is stopped.

Therefore, (target - 10 ≤ score) AND (score ≤ target + 10).

To learn more about Boolean expressions, refer to the link:

https://brainly.com/question/13265286

#SPJ6

Digital photography occurred in what age?

Answers

Answer:

The history of digital photography as we know it began in the 1950s. In 1951, the first digital signals were saved to magnetic tape via the first video tape recorder. Six years later, in 1957, the first digital image was produced through a computer by Russell Kirsch.

suggest any complete anime......?​

Answers

Plastic love and maybe your lie in April?

b. Differentiate Operation System from other software. give me 4-5 sentences pls.

Answers

Answer:

An operating system or OS is system software that manages computer hardware, software resources, and provides common services for computer programs. All operating systems are system software. Every desktop computer, tablet, and smartphone includes an operating system that provides basic functionality for the device while on the other hand The System software is a type of computer program that is designed to run a computer’s hardware and application programs it controls a computer’s internal functioning, chiefly through an operating system. It also controls peripherals devices such as monitors, printers, and storage devices.

Explanation:

Question 14 of 20
"Businesses around the world all need access to the same data, so there
needs to be one type of information system that is designed to offer it." Why
is this statement false?
O A. This statement is false because there already is only one type of
information system.
B. This statement is false because the data that the Internet
produces is never the same.
1
O C. This statement is false because different businesses have
different information needs.
O D. This statement is in fact correct; this is where the field of
information technology is heading.
SUBMIT

Answers

Answer:

This statement is false because there already is only one type of

information system.

suggest me anime genre : adventure ecchi​

Answers

HUMAGUSHIE that’s is the genre of ADVENTURE ECCHI

write a q basic program to find the sum of all the even numbers from 1 to 50​

Answers

Answer:

CLS

M=2

SUM=0

DO WHILE M<=50

SUM=SUM+M

M=M+2

LOOP

PRINT " The sum of all even numbers between 1 and 50 is"; sum

What areas does ABET provide accreditation?
students
programs
institutions
teaching staff
industries

Answers

It is a form of quality assurance for programs in the areas of applied and natural science, computing, engineering, and engineering technology. Our accreditation is recognized globally as evidence that a program meets the standards set by its technical profession.

"We are a nonprofit, non-governmental agency that accredits programs in applied and natural science, computing, engineering and engineering technology." - ABET

Other Questions
PLEASE PLEASE HELP!!An arrow is shot straight up in the air from the ground with an initial velocity of 54.0 m/s. If on striking the ground itembeds itself 15.0 cm into the ground, what is the acceleration required to stop the arrow when it hits the ground? 12 POINTS: Last night, the two dinner specials at Jamie's favorite restaurant were salmon filet and steak. The restaurant served 70 specials in all, 49 of which were the salmon filet. What percentage of the specials were salmon filets?12 points if solve, will give brainliest to the correct answer PLEASE! i need help please and thank you! Congrats for helping me! helpful Write the phrase as an expression. Then evaluate when x=5 . the sum of a number x and 4, all divided by 3Expression: When x=5, the value of the expression is : The crystal size of an igneous rock is described as its _____. A federally funded research study involving children 8 to 12 years old involves collecting a single voided urine sample to assess the frequency of asymptomatic proteinuria (higher amounts of protein in the urine without any signs or symptoms of illness or infection). Your IRB has determined that assent of children age 8 and older is required for the study. A 10-year-old firmly declined to participate in the study described above. Which of the following procedures best describes the action to be taken by the investigator?A. No risk to the child and no further IRB review is requiredB. No more than minimal risk to the childC. More than minimal risk with prospect of direct benefit to the childD. More than minimal risk with no prospect of direct benefit to the child Find the equation of the line perpendicular to [tex]-\frac{1}{2} x[/tex] and passing through the point (6; 1). An athlete spins in a circle and throws a 1.6-kg discus. The radius of the discus's path is 1.0 m, and he releases it with an angular speed of 15.0 rad/s. The athlete spins for a total of 1.2 s before releasing the discus. What is the tangential speed of the discus at release? What is the centripetal acceleration of the discus? What is the centripetal force on the discus?giving Brainliest for full and proper answers! thank you for anyone who tries to help/explain :) DVRs changed television by allowing viewers to... a. record live television for the first time ever. b. watch programming on demand. c. view all available programming at once. d. all of these If (93 p) + 84 = 8593 times p plus 84 equals 85, then p equals:. Which of the following correctly completes the statement?Cations are always _____ than the parent atom and anions are always _____ than the parent atom. help algebra 2 please Select the correct answer.Read the sentence from the passage.In Boston, they had a grand "tea party."What does the author suggest through the use of the words "grand 'tea party'"?O A.The words suggest the superiority felt by Americans compared to the king.OB.The words illustrate the splendor of tea parties during the British rule.OC.The words emphasize the richness of traditions of the British monarchy.ODThe words convey the significance of the way that the Americans rebelled. a welding machine that is called a drooper is a ____ machine Jordynne was the manager of Pets-R-Us, a pet store in Southern Valley Mall. Pets-R-Us had a one-year lease, and rent payments were $2,000.00 per month. Five months into the lease, Jordynne found a better site for the pet store. She notified Southerns manager, vacated the mall, and moved her store to its new location. After two months, Southern was able to re-lease the premises to another retail store, but at a reduced rent of $1,800.00 per month. If Southern successfully sues Pets-R-Us, Southern will likely receive:_________ The average length of a baby at birth is 19 inches long. There are 2.54 centimeters in 1 inch. What is the average length of a baby at birth in centimeters. 7. I studied very hard for this exam,Tag question Use point-slope from to write the equation of a line that passes through the point (10,3) with slope -5. If a cusp is lost during preparation, which matrix band would provide the best support Which work value is most likely to be important in a person's career choice?oA. preferring a fast-paced environmentoB. volunteering at the animal shelteroC. spending time on social media applicationsoD. being skilled at negotiating and bargaining with people . B.9(C) For an enzyme to be able to catalyze a reaction, the active site must---- *1 pointbe occupied by an inhibitorincrease the activation energy levelhave a complementary shape to the substratecause the enzyme to be destroyed in the reactiongo keilani