HeLp PleASeeee
Lyla is using a computer repair simulator. This program can help her

determine the best brand of computer
find the fastest processor
identify the best operating system
learn the different types of hardware

Answers

Answer 1

Answer:   A

Explanation:   Determine the best brand of computer find the fastest processor


Related Questions

Haji decides to change the program so that the computer can run each loop iteration in parallel. Assuming that he runs the program on a computer that can run 8 tasks in parallel, how long will the parallelized solution take

Answers

Answer:

18 minutes

Explanation:

Planet Duration

Jupiter 12 minutes

Saturn 9 minutes

Uranus 4 minutes

Neptune 4 minutes

Earth 1 minute

Venus 1 minute

Mars 1 minute

Mercury 1 minute

planets ← ["Mercury", "Venus", "Earth", "Mars", "Neptune", "Uranus", "Saturn", "Jupiter"]

model ← loadSolarSystem()

images ← []

FOR EACH planet IN planets {

  image ← renderPlanet(model, planet)

  APPEND(images, image)

}

If these are what the values and coding given, then the answer is 18 minutes

Fill in the blank to this question. The __________ encompasses the data that flow into the system, the data that flow out of the system, and the data stores that collect and organize the data that are maintained permanently.

Answers

Answer:

The __________ encompasses the data that flow into the system, the data that flow out of the system, and the data stores that collect and organize the data that are maintained permanently.

data flow

Explanation:

Which statements describe front-end databases? Check all that apply. They can be used to store tables. They can be used to store forms. They can be used to store queries. They can be used to store reports. They are saved on a shared network folder. They are saved locally on users’ computers.

Answers

Answer

Explanation: these are the correct answer on the quiz

They can be used to store forms.

They can be used to store queries.

They can be used to store reports.

They are saved locally on users’ computers.

A(n) ________ attempts to slow down or stop a computer system or network by sending repetitive requests for information.

Answers

A DoS attack is known as attempts to slow down or stop a computer system or network by sending repetitive requests for information.

What is a DoS attack?

A DoS attack is known to be a form of system attack that is often launched from a lot of compromised devices. It is said to be distributed in the world as a kind of botnet.

This is known to be a form of denial of service attacks, where there is the use of  a single Internet-connected device that is the use of one network connection to drown a target with a deadly form of traffic.

Learn more about DoS attack from

https://brainly.com/question/13068595

A security administrator needs to run a vulnerability scan that analyzes a system from the perspective of a hacker attacking the organization from the outside. Which type of scan should he or she use

Answers

A type of scan that should be used by this security administrator to run a vulnerability scan is called non-credentialed scan.

What is vulnerability?

Vulnerability can be defined as any form of weakness, flaw or defect that is found in a software application, computer sytem, or network, which can be exploited by an attacker or a hacker, in order to gain an unauthorized access and privileges to sensitive user data that are stored in a computer system.

In this scenario, a type of scan that should be used by this security administrator to run a vulnerability scan is called non-credentialed scan because he or she wants the analysis of the computer system from the perspective of a hacker, who is typically attacking the organization from the outside.

Read more on vulnerability scan here: https://brainly.com/question/25813524

i need help to fill in a few blanks with this coding homework. did some, but need help on the rest. the assignment is down below





# Cody Ryan, 4/28/2022, this is coding with loops

def main():

# Initialize variables
numGuesses = 0
userGuess = -1
secretNum = 5

name = input("Hello! What is your name?")

# Fill in the missing LOOP here.
# This loop will need run until the player has guessed the secret number.

userGuess = int(input("Guess a number between 1 and 20: "))

numGuesses = numGuesses + 1

if (userGuess < secretNum):
print("You guessed " + str(userGuess) + ". Too low.")

if (userGuess > secretNum):
print("You guessed " + str(userGuess) + ". Too high.")

# Fill in missing PRINT statement here.
# Print a single message telling the player
# That he/she guessed the secret number
# What the secret number was
# How many guesses it took

main()

Answers

Answer:

def main():

# Initialize variables

numGuesses = 0

userGuess = -1

secretNum = 5

name = input("Hello! What is your name?")

while ( userGuess != secretNum):

   userGuess = int(input("Guess a number between 1 and 20: "))

   numGuesses = numGuesses + 1

   if (userGuess < secretNum):

        print("You guessed " + str(userGuess) + ". Too low.")

    if (userGuess > secretNum):

         print("You guessed " + str(userGuess) + ". Too high.")

print("You guessed " + str(userGuess) + ". The correct number is " + secretNum + " after " + numGuess + " times.")

main()

Explanation:

add a While until userGuess == secretNum than we stop

write a recurseive string-returned function replace that accepts a string and returns a new string consisting of the original string with each blank replace with an asterisk

Answers

Answer:

Write a recursive, string -valued method, replace, that accepts a string and returns a new string consisting of the original string with each blank replaced with an asterisk (*)

Explanation:

Replacing the blanks in a string involves: Nothing if the string is empty Otherwise: If the first character is not a blank, simply concatenate it with the result of replacing the rest of the string If the first character IS a blank, concatenate an * with the result of replacing the rest of the string

Is a spreadsheet a good tool for writing a letter? Choose the answer: Yes or No

Answers

Answer:

No... Spreadsheets are commonly used for research, outlining, tables, and etc.

Explanation:

Screenshot provided.

You are using Automator, System Report, and Disk Utility as some of the tools for managing a fleet of laptops. Which operating system do these computers use

Answers

Answer:

macOS

Explanation:

Q:

You are using Automator, System Report, and Disk Utility as some of the tools for managing a fleet of laptops. Which operating system do these computers use?

A:

macOS



Exercise
For each of the following tasks, draw what the final list looks like and diagram how you
would solve the problem by writing a step by step process to solve the task.
1. Given a list of integers, replace every element at an even index with 0. Remember lists
start at index 0, so the first element should be replaced and then every other element
thereafter.
Initial list:
3
4
1
2
89
Final list:
Solution Steps:

Answers

Answer:

[0,4,0,2,0]

Explanation:

You need to iterate through the list and check if the index is even by comparing the rest of its division by 2 with 0. This can be achieved using the following algorithm (written in Python, so it can easily be translated to other languages)

mylist = [3,4,1,2,89]

for i in range(0, len(mylist)): #For each index of the list

   if i%2==0: #If the rest of the division of i by 2 is 0, which means it is even

       mylist[i]=0 #Assigns zero to current index

Cannot initialize sftp protocol. Is the host running an sftp server?.

Answers

Answer:

I believe it will resolve your issue

Explanation:

Most of the time it happened due to the password expired . So you need to make do right click on that WinSCP user's and you'll find the option Open in PUTTY, PFA.

John created a small video for an audition. He wanted to retain the quality for his client. Which compression technique will ensure that the video does not lose any information?
A. Lossless
B. Lossy
C. DCT
D. MPEG

Answers

MPEG, MPEG stands for Moving Picture Experts Group, they can retain quality and he can store it and not lose any information.

When performing user access management, a DBA defines each user to the database at the _____ levels. Group of answer choices application and DBMS operating system and application application and network operating system and DBMS

Answers

Answer:

operating system and the DBMS

Explanation:

51. When performing user access management, a DBA defines each user to the dat…

a. application and DBMS

b. operating system and DBMS...

✓ b

Using the _____, you can direct the browser to retrieve specific information about the URL, to reload the current page, or to load an entirely new page.

Answers

Answer:

location object

Explanation:

Using the _____, you can direct the browser to retrieve specific information about the URL, to reload the current page, or to load an entirely new page.

a. selection list b. hidden field c. reference form d. location object

A:

D

____________________ is the use of an algorithm to scramble data into a format that can be read only by reversing the algorithm.

Answers

I’m pretty sure it’s encryption

A numeric literal that is written with a decimal point is called a ________. real number floating-point value decimal literal double literal

Answers

Answer:

floating point value

Explanation:

float: 1.235

integer: 8

boolean: 0 or 1

Alan is working on a draft document. He wants the document to have more white space. He can do this by changing the line spacing. True False

Answers

It is a true statement that changing the line spacing will make the document have more white space.

What is a line spacing in word document?

This refers to the distance between upper and lower lines of text.

These line spacing are tools that make text much more readable because its places distance between the word lines.

By using a line spacing, there will be more spaces and white spaces on the word document.

Therefore, the statement is a correct statement.

Read more about line spacing

brainly.com/question/25277953

What is the advantage of an online database?
A.
requires many hardware components
B.
increases costs
C.
saves money
D.
no technical problems

Answers

Requires many hardware components

Answer:

i believe your answer would be D .

Explanation:

A would not be an advantage as "requires many" is seen as a bad sign when wanting to chose something to use an an advantage

B would not be an advantage if it ends up costing more

C is just saving money so that could be an advantage

D could be an advantage, but technology does have problems aswell

overall D would be your best bet. Brianliest if im right would be appreciated :)

You are searching for an item in an array of 40,000 unsorted items. The item is located at the last position. How many comparisons do you need to do to find it

Answers

It depends on what algorithm you’re using.
If you’re going item by item, you’ll be looking at O(n) or O(40000)
Give me a reply if you want to know more, such as if you did binary search what the Big O notation is

ASAP 50 POINTS
Type the correct answer in the box. Spell the word correctly.
Which firewall monitors traffic from the DMZ to the LAN?

When a DMZ is set up using dual firewalls, the___

-end firewall monitors traffic moving from the DMZ toward the LAN while the ___

firewall monitors the traffic from the Internet toward the DMZ.

Answers

Answer:

InternalExternal traffic

Explanation:

The external firewall monitors all the external traffic from the internet towards DMZ.

Internal end firewall monitors traffic towards LAN

Python local variable referenced before assignment.

Answers

Answer:

may be you are probably calling the variable name before assigning it..

Explanation:

this error occurs if your program finds the name of variable used first before assigning the value..

example:

....some code..

print(x)

--some code--

x = something

So the print statement uses x variable before assigning the value. This causes error.

Answer pls pls pls pls ​

Answers

Answer:

Flyers and pamphlets, and TV ads most likely are the answers.

Determine if the sequence below is arithmetic or geometric and determine the common difference / ratio in simplest form. 64,8,1

Answers

Answer:

The Sequence is Geometric.  The ratio is a(n) = (n-1)/8

Explanation:

64/8 = 8  

8/8 = 1

Therefore, the next number in the sequence is 1/8 = .125

The navigation bar appears in the same position on each page and uses the same colors, fonts, and font styles.
a. True
b. False

Answers

Answer:

true

Explanation:

I think that's what it has been in my time of classes

Which of the following is NOT a specialized cloud mechanism? A. Automated Scaling Listener B. Load Balancer C. Multi-Device Broker D. Resource Array

Answers

Answer:

C...i think so sorry if im wrong

Explanation:

I think A…… sorry if wrong

i cracked a school computer screen on purpose and one on accident what will happen now?

Answers

Answer:

You will probably have to pay a fee of replacement, or pay for the whole computer.

Explanation:

write a recursive bool valued function containsvowel that accepts a string and returns true if the string contains a vowel

Answers

Answer:

Write a recursive, bool-valued function, containsVowel, that accepts a string and returns true if the string contains a vowel. A string contains a vowel if: The first character of the string is a v…

Explanation:

A:

bool containsVowel (string s) { bool hasVowel=false; if (s.length()==0) return false; else if (s[0]=='a'|| s[0]=='e'|| s[0]=='u'|| s[0]=='o'|| s[0]=='i'|| s[0]=='A'|| s[0]=='E'|| s[0]=='U'|| s[0]=='O'|| s[0]=='

A programmer, or software developer, is a person with the training and skills necessary to ________ computer programs. design create test All of these

Answers

A programmer or software developed must know about how to design, create and test a computer program. Thus the correct option is all of these.

Who is software developer?

A software developer or a programmer is a person have specifed skills under the field of computer science. The software developer needs to get complete training regarding how to design entire computer program, how to create new codes, and regarding the testing of new programs.

Therefore, the correct option is "All of these".

Learn more about software developer, here:

https://brainly.com/question/3188992

#SPJ1

where element is the Hypertext Markup Language (HTML) element and _____ pairs define the styles that are applied directly to that element.

Answers

Not too sure what the answer the question would expect, or rather what terminology,

But I’d say key-value pairs

For example in CSS

key: value;

color: green;

Sean is offered a job in New York City earning $120,000 a year, and a job in Salt Lake City earning $100,000 a year. What financial factor should he consider when determining which job to accept?

Answers

Answer:

Determine the travelling expenses first.

Explanation:

Since it is in two different places, the travelling costs would be different. This would create a big difference and is a factor to consider.

The  financial factor that he considers is that he will have more spending power if he stays in this City.

What is spending power?

The consumer purchasing power is known to be the length to which a consumer can spend money.

Note that based on the above scenario, The  financial factor that he considers is that He will have more spending power if Sean stays in this City.

Learn more about  financial factor  from

https://brainly.com/question/26504247

#SPJ2

Other Questions
IMAGE BELOW I WILL GIVE BRAINLIEST Which of the following words is NEGATIVE in meaningElationEuphoriaDepletionConductive In an animal cell, DNA is found in the greatestconcentration in the(1) vacuole(3) nucleus(2) ribosome(4) cytoplasm PLEASE HELP ME QUICK!!!!!!The bonds of the products store 27 kJ more energy than the bonds of the reactants. How is energy conserved during this reaction? A. The reaction system absorbs 27 kJ of energy from the surroundings. B. The reaction creates 27 kJ of energy when bonds form. C. The surroundings absorb 27 kJ of energy from the reaction system. D. The reaction uses up 27 kJ of energy when bonds break. Draw the image of ABC under a dilation whose center is P is 3. What is startfraction pi over 3 endfraction radians converted to degrees? if necessary, round your answer to the nearest degree. What are the five major components of the Compromise of 1850? HELP NEEDED NOW/ASAP PLS NO LINKS AND NO JOCKING.AND PLS SHOW UR WORK IF POSSIBLEwhich of the following is equivalent to the expression below \sqrt{36x^3} Jesus said to her, I am the resurrection and the life. The one who believes in me will live, even though they die; and whoever lives by believing in me will never die. Do you believe this? answer? or lose points and brainiest ( bible questions 2) find the diffrence between x+5 and 2x+3 What is another word for a substance that is a base?A.indicatorB.amphoteric C.bufferD.alkaline Who is the tragic hero in the play Doubt by John Patrick Shanley? How does this play reflect Aristotle's three unities? A cup of hot water is left out to cool. The water is currently 19C above room temperature. If the heat difference decreases by 5% every minute, what will the difference be in 13 minutes? When jaci works on a project alone, she puts in a lot of effort and meets deadlines. However, when she works on a project in a group, she rarely attends scheduled meetings and always misses the deadline when submitting the part of the project she is responsible for completing. Jacis behavior is best explained by. Which is a thesis statement According to the _____________, many African Americans live in areas where there has been a reduction in work for low-skilled workers, and African-American men in particular often do not have the skills required to secure work in the current economy. x^2-5x-6X^2+3x-40x^2-7x-30 What emotions are associated with the color beige Rafael has a bag of marbles, there are 5 green marbles, 6 red marbles, and 45white marbles. Rafael picks a marble out of the bag without looking. What is theprobability of P(red n white)? The prices of commodities X,Y,Z are respectively x, y, z, rupees per unit. Mr. A purchases 4 units of Z and sells 3 units of X and 5 units of Y. Mr. B purchases 3 units of Y and sells 2 units of X and 1 units of Z. Mr. C purchases 1 units of X and sells 4 units of Y and 6 units of Z.in this process A and C earn Rs. 6000 and Rs. 13000 respectively. While B neither lose nor gain. Find the prices per unit of the three commodities by using appropriate method.please help me!!