Which is the most recent version of Microsoft Windows?


Windows 10


Windows NT


Windows Service Pack 2


Windows Longhorn

Answers

Answer 1

Answer:

Windows 10

Explanation:

Answer 2

Answer:

Windows 10

Explanation:

Windows 10 was released in 2015 while other are old


Related Questions

How does entertainment relate to coding?

Answers

Answer:

not sure if this is the type of answer you're looking for but: Entertainment can relate to coding because in TV shows and movies, there is lots of editing. Especially with cartoons. Inorder to make these, we have to use coding. This can even relate to real life plays and preformenses depending on how much technology you use to preform them.

Do saving and loans associations have different categories?

Answers

Answer:

No

Explanation:

Because Savings and loan associations (S&Ls) are one of four types of "banks", there only one of four, not two of four

Which statements are true? Select 4 options.

A class variable can be a different type of class.

A class variable can be a list of instances of a different class.

An instance of a class cannot be changed after it is created.

Functions defined in a class are called methods.

Variables defined in the constructor of a class can be accessed by the main program that uses instances of the class.

Answers

Answer: All of the answers are correct EXCEPT "An instance of a class cannot be changed after it is created.

Explanation: I've done the problem. Also, if you have an instance of a class, you can no longer change it. It is frozen in time as that one instance. If had a class defining pets and you made an instance dogA where the pet was a brown medium sized dog, dogA would always be a brown medium sized dog. I think, at least.

Answer: A class variable can be a different type of class.

A class variable can be a list of instances of a different class.

Functions defined in a class are called methods.

Variables defined in the constructor of a class can be accessed by the main program that uses instances of the class.

Explanation:

got it right on edgen

What is the purpose of slicing?

a. To combine characters in order to form a single string
b. To combine two or more strings into one big string
c. To pull out a group of characters from a string
d. To pull out one specific character from a string

Answers

Answer:

C

Explanation:

Because a and b are talking about combining and when you slice you don't combine when you slice and when you slice something its into 2 or more parts, unlike what d says

What improved image quality in televisions?
A: FM technology
B: AM technology
C: color CRTs
D: black-and-white CRTs
E: coaxial cables

Answers

Answer:

coaxial cables are the answer

plzz help me with this question.........

Write a program to input a number find the sum of digits and the number of digits. Display the output also.......

sample input - 7359
sample digits - 24
number of digits - 4​

Answers

Answer:

please mark as brainliest!!

Explanation:

public class SumOfDigits{ public static void main(String args[]) { Scanner sc = new Scanner(System.in); System.out.println("Please enter a number to calculate sum of digits"); int number = sc.nextInt(); // Remember number/10 reduces one digit from number // and number%10 gives you last digit int sum = 0; int input = number; while (input != 0) { int lastdigit = input % 10; sum += lastdigit; input /= 10; } System.out.printf("Sum of digits of number %d is %d", number, sum); // closing Scanner to prevent resource leak sc.close(); } }

What is the answer to 4.9 Code Practice: Question 2

Answers

Answer:

sum = 0

for i in range(20, 100, 10):

sum = sum + i

Print(sum)

Explanation:

The answer to 4.9 Code Practice: Question 2 is 200  of the total output.

What is the output?

An output record that a laptop sends. Computers best paintings with virtual information. Any entry that a laptop gets have to be digitised. Often records must be transformed and returned to an analogue layout whilst it is output, as an instance the sound from a laptop's speakers.

The answer to 4.9 Code Practice: Question 2 is 200 output of all the total outputs this is the answer.

Read more about the Code :

https://brainly.com/question/3653791

#SPJ2

anybody wanna be friends?

Answers

i wouldn't mind......

yes Avacado?????????????????????

Can someone tell me how to fix the keyboard on ipad?- its in the middle of my screen andd i dont know how to do it

Answers

Answer:

Here

Explanation:

To move keyboard to bottom of screen, you just need to tap and hold the keyboard icon at the bottom-right corner of the keyboard, choose Dock option. To fix iPad keyboard in middle of screen, please tap and hold the keyboard icon, then choose Dock.Nov 5, 2020

how do you take a picture on an apple computers

Answers

Answer:

You go to the launcher, then find Photo Booth. Photo Booth allows you to take photos. You can only take photos on the side where the screen is, since there isn't a camera on the back. I recommend taking a picture with a phone instead. For a screenshot, press command-shift-3.

Hope this helps!

Write a program that prints the numbers 1 - 50. If the number is even print the word 'EVEN!' next to it. If the number is odd print the word 'ODD!' next to it.

Answers

In python 3.8:

for x in range(1,51):

   print(str(x)+" EVEN!" if x %2==0 else str(x)+" ODD!")

This works for me. Best of luck.

Choose the term that completes the sentence.
A bubble (sort/function/search) starts by comparing the first item in the list to the rest of the items.

If the first one is greater than a later item, the items are swapped.

Answers

Answer: BUBBLE SORT

I hope I've been helpful to you.

Answer:

Sort

Explanation:

I Answered this in Edge.nuity and it was correct

Jose would like to have text with predefined styles that can flow around an image in a variety of shapes and sizes
Which object should he insert into his document?

WordArt

SmartArt

shapes

images

Answers

Answer:

A) WordArt

Explanation:

WordArt can be set to the predefined styles within Word and can be set to flow and wrap around images in word.

Answer:

Word art

Explanation:

What kinds of circumstances would lead you to writing a function versus using a loop? please explain in simple terms

Answers

Answer:

1. You want to use parameters

2. You don't want your program to run multiple times

3. You want to call that snippet of code throughout your program

hope this helped :D

One of the functions of an IDE is to check for: flowchart errors. Syntax errors. memory errors X input and output.​

Answers

Answer:

flowchart errors

Explanation:

Answer:

flowchart errors

Explanation:

Write a program that inputs a text file. The program should print the unique words in the file in alphabetical order. Uppercase words should take precedence over lowercase words. For example, 'Z' comes before 'a'. I am stuck on this python assignment. Don't need the answer asap, just some explaining of how to write code to do that. I know about the built in sort function

Answers

Answer:

Read the file and save it to a variable as a string, split the string variable and cast it to a set object using the set function to get the unique words in the file. Then use the max function with the key attribute to use regular expression module "re" to compare the first letter of each item to return in a list comprehension or append to a list.

Explanation:

The open function is used to import a file in python, the split string method splits the string to a list of items and the set function removes any duplicates of a word or item.

Using the for loop statement, iterate over the items and compare and return the items in alphabetical order with the 're' search method getting the item with uppercase letters with higher precedence than lowercase.

Define watcher block

Answers

Answer:

Happens when you are watching a series / film / drama / etc. but can not retain the attention span to watch for long periods of time. As well as the shortened viewing time, the ability to retain what has been viewed is impaired.

Explanation:

The Block Watcher puts the power of a microprocessor to work analyzing the current feed to the rails. This detector has been designed to eliminate many of the installation problems associated with the installation of signal systems. ... Then connect the detector output switch to your signal system.

WILL GIVE BRAINLIEST!! If a flowchart has a diamond with the words “yes” and “no” to the sides of it, then it is representing a program that is a sequence.
true
false

Answers

Answer:

false

Explanation:

a flowchart with a diamond and with the words “yes” and “no” to the sides of it, then it is representing a program with branches.

it represents branch, like an if , else statement.

It is not in sequence.

Answer:

True

Explanation:

help plz (will give brainliest)

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

This is the python program in the question that is:

def sum(n1,n2):

n=n1+n2

return n

The question is: write a function CALL that displays the return value on the screen.

So, the correct program is written below:

*********************************************************************  

def sum(n1,n2):# it is function that define sum

 n=n1+n2 # variable n that store the result of n1 and n2

 return n # return the result

print(sum(3,5))# call the sum function with parameter 3 and 5 , it will print 8

print(sum(4,101))

# call the sum function with parameter 4 and 101 it will print 105

********************************************************************************

you can also store the sum result into another variable, because this function return the sum. So, you can store that return value into another vairable and using the print function, to print the value of this variable such as:

*****************************************************************************

def sum(n1,n2):# it is function that define sum

n=n1+n2 # variable n that store the result of n1 and n2

return n # return the result

result= sum(6,9) # store the sum result into another variable i.e result

print(result)# print the result variable value

*****************************************************************************

Complete the following sentence.
The definition of the ________ was changed in order to be based on something more stable.

Answers

Answer:

The person above is so wrong!

Explanation:

The definition of the resilience was changed in order to be based on something more stable.

What resilience really implies?

Resilience is known to be the way or ability of a person to bee able to stand against any form of  adversity and still be able to bounce up from any difficult life issue.

Conclusively, Note that the act of being resilient means is too strong but  resilience was changed in order to be based on something more stable.

Learn more about stable from

https://brainly.com/question/1348241

What is a resistor?
O A switch
O A light bulb
O A battery

Answers

Answer:

A Battery would be the correct awncer

what is wrong with this picture?????

Answers

“you got a tight little-“

uhm y’know everything is wrong with it terrifying really is uhm but yeah.

oh god that leg tho

Which of these purchases is most likely to be paid for with a credit card
A. Soda
B. Lotto ticket
C. Parking fee
D. Plane ticket

Answers

Answer:

plane ticket?

Explanation:

The data type of 17.3 should be ________________.

int
float
str
list
Please answer quick.​

Answers

Answer:

float

Explanation:

Answer:

17.3 should be a float

Explanation:

Float type is a data that is contain a decimal number


8.10 Code Practice Question 1

Write code that takes in two words from user input and stores them in the variables x and y respectively. Then, the programs the values in x and y, and print x and y).

Note: The variable names x and y are required for this question

Answers

x = input("Enter a word: ")

y = input("Enter a word: ")

x,y = y, x

print(x)

print(y)

I hope this helps

Since we need to perform some coding functions such as:

Asking for the input of a numberStoring them as individual variablesPrinting/Displaying the values independently.

First thing we need to do is to declare the unknown variables as x and y

Next would be to write the input this way:

x= input ("Put a word:")

y= input ("Put a second word:")

x,y = y, x

Print(x0

Print(Y)

Read more about programming here:

https://brainly.com/question/18900609

can some one please help

Answers

Answer: It probably will cost a lot of money

Explanation:

What routing protocol is the most popular distance-vector routing algorithm used to determine the best routes within a network

Answers

Answer:

RIP

Explanation:

RIP is a routing protocol that stands for Routing Information Protocol. It is a distance-vector routing algorithm which uses a hop count for routing its metric. RIP is the most popular and frequently used on internet. RIP uses hop count, which means it goes from low hop count to high hop count.

Therefore, it is the Routing Infomation Protocol which is the most popular distance-vector routing algorithm used to determine the best routes within a network.

Categorize each memory card as based on new or old technology. PLEASE HELP.

Answers

Answer:

SD Cards and XDQ Cards are new XD Cards and CF Cards are old.

Explanation:

Hope this helps.

Which popular file format loses some of the information from the image? JPEG TIFF RAW NEF

Answers

Answer:

The popular file format that loses some of the information from the image is JPEG

Explanation:

The type of medium used to hide data in steganography is referred to as __________. This may be a photo, video, sound file, or Voice over IP, for example.

Answers

Answer:

:L

Explanation:

Answer:

symmetric cryptography

Explanation:

Other Questions
Assume that the accounts receivable (in millions) were $1,308 at the beginning of1. Compute the accounts receivable turnover for Year 2 and Year 1. Round to two decimaBest Buy, Media Play,Buy reported the following (in millions):SalesAccounts receivable at end of yearfiscal Year 1.Year 2$39,5281,162Year 1$40,3391,280places.2. Compute the days' sales in receivables at the end of Year 2 and Year 1. Use 365 dansand round to one decimal place.3.What conclusions can be drawn from (1) and (2) regarding Best Buysefficiency in collecting receivables?4.What assumption did we make about sales for the Best Buy ratio computa-tions that might distort the ratios and therefore cause the ratios not to be comparablefor Year 2 and Year 1? What did you include in your response? Check all thatapply.O No, thermal energy is not being transferred byradiation in this image.O The eggs are in direct contact with the metal pan,which is in direct contact with the gas flame.O Thermal energy is being transferred by conduction.O Radiation transfers thermal energy byelectromagnetic waves.O Radiation does not transfer thermal energy bydirect contact. Which of the following examples best represents an object with balanced forces acting upon it?A - A boat accelerating through the water.B - A book sitting at rest on a high shelf.C- A wagon rolling down a steep hill.D- A baseball thrown into the air. Gavin is a sales person. He sold at able for $477and earned 20% commission. How much commission did Gavin earn? Treys gas tank is 1/6 full. After he buys 14 gallons of gas, it is 3/4 full. How many gallons can Treys tank hold? 3. Two cars are parked, 150m apart, and on opposite sides of a building. A camera on the top of the building rotates and can view both cars. One car can be viewed at an angle of depression of 370, and the other car can be viewed at an angle of depression of 420. How tall is the building? that Watson and crick are the only sciences who have contributed to our knowledge of DNA and its role true or false ANSWER PLEASE 40 POINTS! Please help me will be much appreciated I GIVE BRANLILSETMaddie prepared 24 kilograms of dough after working 6 hours. How many hours did Maddie work if she prepared 40 kilograms of dough? Assume the relationship is directly proportional. which of these is a composite number? 4 2 6 8 A victim to a crime can be forced to appear in court to testify. False True Lars did some research on how much it would cost him to buy a gym membership.At Murfield Country Club, a membership costs $20. Every time Lars goes to the gym he must pay an additional $30/hour.At Petes Gym, it would cost Lars $80 for 2 hours and $120 for 3 hours.a) Which of the two companies charges no initial fee? How do you know?b) What is the slope of each line? (Murfield Country Club and Pete's Gym).Slope for Murfield Country Club =Slope for Petes Gym =c) Write the equation for each line. (Murfield Country Club and Pete's Gym).Equation for Murfield Country Club =Equation for Petes Gym = Sovle for x !!!!!!!! pls helppppppppppp tysmmm holly has $10.00. she saw a purse in a catalog that was marked $14.95 plus 5 sales tax parallel lines, transversal, and algebra really need help Please help me solve this. I will give Brainlyist For the first one Read this excerpt from "Why Are They Called Black Holes?"The gravity of a black hole will swallow matter and light that drift close enough to it. Some light passing by a black hole can be far enough away that it could avoid being sucked in, but the path of the light would still be bent by gravity.Which statement best describes the relationship between the bending of a ray of light and a black hole?When light disappears, it causes a black hole to come into existence.A ray of light has gravity that will cause a black hole to move toward it.Gravity from a black hole will pull a ray of light and cause its path to change.A black holes gravity can cause a ray of light to gain gravity and attract objects. Newton Manufacturing has 31,000 labor hours available for producing M and N. Consider the following information: Product M Product N Required labor time per unit (hours) 2 3 Maximum demand (units) 6,500 8,000 Contribution margin per unit $ 5 $ 5.70 Contribution margin per labor hour $ 2.50 $ 1.90 If Newton follows proper managerial accounting practices in terms of setting a production schedule, how much contribution margin would the company expect to generate