Is windows 10 an operating system

Answers

Answer 1

Answer:

Windows 10 is an operating system that was designed by Microsoft for use on computers and other devices.


Related Questions

1. Is the replication of machine‘s intellect and a human intelligence..

2. One of the AI category that is capable of reacting upon human cognitive abilities and it is strong enough to discover a solution without the intervention of humans.

3. Its system is intended and qualified when it comes to an actual task.

4. A free subscription application that gives the background listening, no ads and downloads with a premium option on subscription that allows to listen to more than 200,000

5. A traditional way of knowing the information through newspaper, magazines, posters, banners and any form of printed materials. 1 point Your answer​

Answers

Answer:

when a burst tire while driving is advised

Write a BASIC program to calculate the area of a parallelogram with base 40cm and height 20cm.​

Answers

Answer:

base ×height

Explanation:

because parallelogram has opposite sides equal

ILL GIVE BRAINLIEST
What are the pro and cons of digital news?

Answers

Answer:

pro is a

and cons are c

Explanation:

hope this helps you on digital news

Pros: Easier to spread urgent news, eco friendly, more variety
Cons: Easier to spread fake news

Imagine yourself in the middle of Manhattan, where the streets are perpendicular on avenues. You are in a grid of streets, somewhat lost, and you randomly pick one of four directions and walk to the next intersection. Not knowing where you really want to go, you again randomly pick one of the four directions, and so on. After repeating the same movement for a number of times, you may want to know how far you got from the original point.

Answers

To know the total distance that we have moved, we must add the partial distances that we have traveled from the initial point.

What is the distance?

Distance is a term that refers to the length between two points expressed numerically. According to this definition, if we want to know the distance between our point of origin and the final point, we must know the length of the streets that we have traveled.

According to the above, to know the total distance we have traveled, we could calculate approximately how long each of the streets we traveled and add them to obtain the total distance.

Learn more about distance in: https://brainly.com/question/989117

What is one of four key principles of Responsible Artificial Intelligence

Answers

FAIRNESS, transparency and explainability


Question 12
Which is a multicast address?
Answers:
226.2.2.1
222.168.1.1
241.2.2.1
223.1.1.1

Answers

Which is a multicast address ?

ans: 241.2.2.1

How will QuickBooks notify you when subscribing to receive updates and resolutions on QuickBooks Online outages or slowdowns

Answers

QuickBooks notify you  through email notifications when QuickBooks forms, updates or resolves any kind of incident.

Does QuickBooks have any kind of notifications?

This is one that is based on one's settings. If a person is said to make changes to a project or task that is in a QuickBooks Online Accountant (QBOA), the person will get an email notification.

A person can also get a daily summary of their tasks or not only If the person is not receiving notifications and then one can check their Spam folder and ensure it is not going there.

Learn more about QuickBooks from

https://brainly.com/question/24441347

basics of visual basic

Answers

Visual Basic (VB) is an object-oriented programming language, and it supports the concepts of encapsulation, abstraction, polymorphism, etc. In VB, all the variables, methods, and application entry points are encapsulated within the class definition
Visual Basic (VB) is an object-oriented programming language, and it supports the concepts of encapsulation, abstraction, polymorphism, etc. In VB, all the variables, methods, and application entry points are encapsulated within the class definitions.

ABC Manufacturing Company is located in Hiroshima, Japan. Being prone to earthquakes, the company decided to implement a backup of their data on a Singapore server. The IT administrator contacted you to identify the optimal command interface protocol for this backup. Which command interface protocol should you advise?

Answers

The command interface protocol that I would suggest to the IT administrator is Secure Shell (SSH).

What is a command interface protocol?

A command interface protocol can be defined as a standard protocol that is designed and developed to processes commands in the form of lines of text to a software program that is installed on a computer system.

The types of command interface protocol.

In Computer technology, there are different types of command interface protocol and these include:

SSLTLSSSH

SSH is an acronym for Secure Shell and it is a standard network protocol that gives a IT administrator a secure way to access data over an unsecured network, especially when backing up data.

Read more on SSH here: brainly.com/question/17147683

Look over the image in the top section and choose which piece from the bottom should be placed in the question mark (?) that would be next in the sequence.

Answers

The piece from the bottom that should replace the question mark is the following:

Option B or second option

Sequence exercises

In this type of exercises, you have to search for the pattern that is followed in the two first lines to discover the third one.

A pattern is something that is repeated. It is something you can use as a guide.

The correct option is the second one, which could be described as:

x

x x

Check more information about sequence exercises here https://brainly.com/question/7631238

What's wrong with my program? Here is my code , if the user wants a 3rd card dealt they, have to select yes and the total will be for 3 cards. If they don't, then the total is for 2 cards.? I also need to print the total for both the dealer and the user and determine the winner of the game?


# import random
import random
def main():
# greet the user
print("Hello! Welcome to my card game!")
# deal the user a random card between 1 and 10
num1 = random.randint(1,10)
print("You drew a", num1)
# deal the user another random card (between 1 and two)
num2 = random.randint(1,10)
print("You drew a", num2)
num3 = random.randint(1,10)

# deal the user a third card?
again = input("Would you like to draw a 3rd card? Y or N? ")
d_total = random.randint(10,21)
u_total = (num1) + (num2) + (num3)
u_total1 = (num1) + (num2)
if again == "Y" or "y":

print("You drew a", num3)


if (u_total > d_total) and (u_total < 21):
# the user wins
print("Congratulations! You won!")
print("You drew a",num1,",", "a",num2,"," "and a",num3, "for a total of",u_total)
if again == "N" or "n":
print("You drew a", num1,"and a",num2, "for a total of",u_total1)


if (u_total > d_total) and (u_total < 21):


print("The dealer's total is", d_total)




else:

print("Sorry! You lose.")

main()

Answers

Your issue is on line 19 in your if statement. In python, if you have more than one condition in an if statement, you have to explicitly mention it after the or.

Your if statement is

if again == "Y" or "y":

However, this will always return true because the second statement simply asks "y".

To correct this, simply change the if statement to:

if again == "Y" or again == "y":

This will correct your code.

Another thing to consider is to always convert a userinput (whenever possible) to one version, this can be accomplished in your code by converting "again" into one version by using the .lower function.

again = input("Would you like to draw a 3rd card? Y or N? ")

again = again.lower()

Hope this helps!

Suppose a friend gives you a computer, but when you try to start it, a message appears asking for a BIOS password. You can't contact the friend to find out the password. How should you proceed?

Answers

Answer:

Clear the CMOS

Explanation:

The CMOS stores the BIOS settings.

Which of these is not a step that you can take to avoid identity theft? O shred mail with private information O make a copy of your social security card to carry with you O use complicated passwords O keep your phone's security updated​

Answers

Making a copy of your social security card to carry with you isn't a step to avoid identity theft.

What is Identity theft?

This happens when someone uses another's personal data to commit fraud and other forms of crime.

It is usually best to keep one's personal information private through shredding mails which contain them and using strong passwords. Making a copy of your social security card can get misplaced and expose someone to identity theft.

Read more about Identity theft here https://brainly.com/question/17122077

What is the effectiveness of communication technology?

Answers

Explanation:

Majority of studies measured the effectiveness of ICT by measuring specific dimensions rather than social isolation in general. ICT use was consistently found to affect social support, social connection's, with social isolation in positively.

Hillary’s family is thinking of relocating to a different city to save money. They set up a budget comparing the cost of living in four cities.


Oakland
Phoenix
Santa Fe
San Diego
Item
Cost
Cost
Cost
Cost
Housing
$565
$465
$505
$1200
Food
$545
$495
$475
$655
Health Care
$245
$215
$200
$495
Taxes
$450
$415
$385
$625
Other Necessities
$350
$305
$295
$495
Monthly Total
$2155
$1895
$1860
$3470

Based on cost of living alone, which city should they choose to live in?

Answers

Answer: Oakland, and also a city they feel is the safest + best for there family

Explanation:

What is the purpose of the Subtotal feature?

summarizes data for analysis
copies the headings to the Clipboard
performs calculations
groups data by levels

Answers

Answer:

performs calculations

Explanation:

The SUBTOTAL function in Excel allows users to create groups and then perform various other Excel functions such as SUM, COUNT, AVERAGE, PRODUCT, MAX, etc. Thus, the SUBTOTAL function in Excel helps in analyzing the data provided.

Answer:

Summarizes Data For Analysis,

Explanation:

Answer is A, just did it

How to make an Array of GameObjects with the same tag on Unity?


C#

Answers

Answer:

i really dont know much about c#

i do python, html, and some other

Explanation:

thanks for the points tho

Databases containing the research, writing and studies conducted by Academic
Professionals are called:

Answers

Scholarly databases allow the indexing of research, essays and  multidisciplinary studies for access by students, professors and researchers.

Advantages of using Scholarly Databases

It allows access to reliable and revised sources for researching academic content, generating greater speed and security of information available in a structured research system.

Therefore, the use of databases, such as Gale, allows the user greater reliability in research and the producer of work greater dissemination of content and protection of rights.

Find out more information about database here:

https://brainly.com/question/10646220

Sumit has created a procedure to draw a boat in Logo and saved it by the name, 'Boat'. Next day, when he tried to type the name 'Boat', the computer displayed the message "I don't know how to Boat". Why has it happened?​

Answers

The computer couldn't draw a boat because the "Boat command" has been deleted.

What is an algorithm?

An algorithm can be defined as a standard formula (procedures) which comprises a set of finite steps and instructions that is designed and developed to solve a problem on a computer under the appropriate conditions.

This ultimately implies that, an algorithm is a standard, logical formula (procedures) containing the step-by-step rules and instructions for performing a specific task on a computer system such as drawing a boat in Logo.

In this scenario, the algorithm created by Sumit on his computer couldn't draw a boat because the "Boat command" has been deleted from the computer system.

Read more on algorithm here: brainly.com/question/24793921

pleaseee helpppppppppp

Answers

Answer:

EXAMPLE -

Create a variable and assign your age

var myage = 32;

type your age:

console.log(my age) ;

Notice that we did not type the actual numeric age. We used the variable instead. There wouldn’t be any purpose of declaring a variable if we were going to type 32 directly.

This makes the scrip more portable which means that the result on the screen is independent of the code console.log(myAge); . If we need to change our age all we have to do is to assign another number to the variable myAge and the output will change automatically. That’s the purpose of a variable.

a computer understand only.........Current​

Answers

Answer:

AC. alternating electrical current

why it is important to know the computer hardware and software​

Answers

Answer:swer:

it makes no sense



Explanation:

Answer:

1) to earn a living

2) to added knowledge

3) to contribute positively to the technological aspect of the world.

Explanation:

1) one could earn a living as a teacher or a computer vendor or even a softwware engineer.

2) if one understand the computer, he could work system for families and friends

How do I fix this do get an output counting down?

public class Main {
public static void main(String[] args) {
Main.countDownTo(5, 1);
}

public static void countDownTo(int from, int to) {

for( int counter = from; from <= to; from--) {
System.out.print(counter + ",");
}
}
}

Answers

Answer:Its C

Explanation: Because the explanation is very cool and smart

8. SQL, Oracle Report, and Visual Basic are all examples under the
generation
A. First Generation
B. Second Generation
C. Third Generation
D. Fourth Generation

Answers

SQL, Oracle Report, and Visual Basic are all examples under the generation.

Fourth generation languages

Fourth-generation programming language (4GL) are computer programming language based on the advancement on third-generation programming languages (3GL).

4GLs may include support for database management, report generation, mathematical optimization, GUI development, web development.

SQL, Oracle Report, and Visual Basic are all examples under the generation.

Find out more on Fourth generation languages at: https://brainly.com/question/9325849

what is the difference between arithmetic and relational operators​

Answers

Answer:

The arithmetic operator is used by the program to perform simple algebraic operations like addition, subtraction, multiplication, division, etc. Relational operators are the ones that are used to validate a relationship between the two operands as if they are equal, greater than, less than, etc.

You are a software engineer at a company where management routinely encourages you and your colleagues to use pirated software. What do you do?

Answers

Answer:

That’s highly illegal. You should notify them that it is illegal. And, if they continue, you should notify the legal team. If it continues, you either need to leave the company or notify the proper authorities.

Write a program using LinkedList class and ListIterator interface to demonstrate the following activities:
1. Create a singly linked list named "Alphabets" with four elements: "P", "Q", "R", and "T" in the same sequence. Create an iterator named "iter1" and attach it to the linked list.
2. Add a new element "O" at the beginning of the linked list.
3. Add a new element "U" at the end of the linked list.
4. Add a new element "S" after the element "R".
5. Remove the element "O" and "Q".
6. Display the linked list after performing each activity 1 to 5.

Sample output:
[P, Q, R, T]
[O, P, Q, R, T]
[O, P, Q, R, T, U]
[O, P, Q, R, S, T, U]
[P, R, S, T, U]

Answers

The program is an illustration of LinkedList.

What is a LinkedList?

A LinkedList is a data structure element that contains nodes where each node represents a value and also points to the next node.

The main program

The program written in Java, where comments are used to explain each line of the program is as follows:

import java.util.LinkedList;

import java.util.Iterator;

class Main {

 public static void main(String[] args) {

     //This creates the Alphabets LinkedList

   LinkedList<String> Alphabets = new LinkedList<String>();

   //This creates an iterator for the Alphabets LinkedList

   Iterator it = Alphabets.iterator();

   //This adds P, Q, R and T to the list

   Alphabets.add("P");    Alphabets.add("Q");    Alphabets.add("R");    Alphabets.add("T");

   //This prints the Alphabets LinkedList

   System.out.println(Alphabets);

   //This adds O to the beginning of the list

   Alphabets.addFirst("O");

   //This prints the Alphabets LinkedList

   System.out.println(Alphabets);

   //This adds U to the list

   Alphabets.add("U");

   //This prints the Alphabets LinkedList

   System.out.println(Alphabets);

   //This adds S after R

   Alphabets.add(4,"S");

   //This prints the Alphabets LinkedList

   System.out.println(Alphabets);

   //This removes O and Q from the list

   Alphabets.remove("O"); Alphabets.add("Q");

   //This prints the Alphabets LinkedList

   System.out.println(Alphabets);

 }

}

Read more about LinkedList at:

https://brainly.com/question/19754898

True or false: Information security primarily relies on technical approaches such as multifactor authentication or data encryption.

Answers

TRUE, that is a one-sided answer. One of the biggest examples is virtually unhackable blockchains.

It is true that information security primarily relies on technical approaches such as multifactor authentication or data encryption.

What is data encryption?

The three primary goals of information security are to prevent the loss of availability, integrity, and confidentiality for systems and data.

The majority of security practices and controls can be traced back to losses in one or more of these areas.

Data encryption is a method of protecting data confidentiality by converting it to encoded information known as ciphertext, which can only be decoded with a unique decryption key generated either during or before encryption.

Technical approaches to information security, such as multifactor authentication or data encryption, are primarily used.

Thus, the given statement is true.

For more details regarding data encryption, visit:

https://brainly.com/question/14635177

#SPJ5

8. SQL, Oracle Report, and Visual Basic are all examples under the
generation
A. First Generation
B. Second Generation
C. Third Generation
D. Fourth Generation

Answers

I am pretty sure the answer is the second gen

How do web-based applications and websites differ? (2 points)
Web-based applications allow users to do something while websites provide information.

Web-based applications run on a browser, while websites run on a network.

Websites require installation, whereas web-based applications do not.

Websites do not require internet access, while web-based applications do.
i am thanking, it is A​

Answers

Answer:

A website provides the visual and test content for users and a page in the web can only be read and content can be annulated and even may be outdated.

A web application is a software that is made to run on the web. It is within the reach of the users. It can be only viewed only in the web browser.

Hence the option A is correct.

Explanation:

Answer:

A. Web-based applications allow users to do something, while websites provide information.

Explanation:

Other Questions
Create a set with 5 numbers that has a median of 6. the authors attitude toward the subjectarrowRightthe main point or ideaarrowRightthe time, place, and circumstances surrounding a documentarrowRightwhat an author hopes to accomplisharrowRightthe author of a document and the author's backgroundarrowRightwho a document is written for find the area of the given quadrilateral All living things strive to maintain homeostasisitis what helps them stay alive. Which of the following is true regarding homeostasis? A.Only certain cells need to maintain homeostasis. B.Homeostasis refers to the cells' ability to reproduce. C.All cells undergo processes to maintain homeostasis. D.Homeostasis does not aid in getting rid of cellular waste. WORD SEARCH. PLEASE HELP ILL MARK BRAINIEST. FIND THE WORDS integrate, occur, criticism, illustrate, issue, and strategic. what can u say about the sizes of all the atoms in a piece of carbon Please help me as fast as possible What is the geologic time scale is and how it is used?Describe the concept of using radioactive elements to establish the age for a fossil, including how the parent and daughter elements are used in the determination of age?List two examples of measurements of time that are relative?List two examples of measurements of time that are absolute?Describe the conditions on Earth billions of years ago and the factors that controlled the evolution of life? What force (or forces) act on a stone shot up in air? Help me solve this problem:-3(x^-2 y^-2)^0 Question 11Passing a bicyclist is legal in Georgia.Truea)b)False Cheryl's 8-week old golden Retriever puppy weighs 24 pounds. This is 32. times the weight of the puppy at birth. What was the weight of the puppy at birth? I have a essay due and its about how smaller schools are better then bigger schools and i dont know what to write about The dependent variable g represents the growth of a plant. What variables can represent independent variables in this situation A 113L sample of helium at 27C is cooled at constant pressure to -78.0C. Calculate thenew volume of the helium. Please help meand show me step by step Lice thrive on the scalp because they feed on human blood. A. CompetitionB. MutualismC. PredationD. ParasitismE. Commensalism HELP, I WILL GIVE BRAINLIEST!!!!! (ignore my writing) you arrive home from a party at 03:00 having promised your parents you would be in by 23:00 .You overhear a conversation between your parents as you are sneaking in.Write out this conversation in dialogue form Roosevelt pursued a robust Imperialistic foreign policy. How did the influence of Alfred Thayer Mahan influence those policies. Why did Roosevelt advance the Roosevelt Corollary to the Monroe Doctrine? Similarly, why does Roosevelt mediate an end to the Russo-Japanese War? Is the voyage of the Great White Fleet a response to the Naval Arms Race? What were the limits of Wilson's Mora; Diplomacy? What issues divided Wilson and Roosevelt in the 1912 election campaign? After the War, what vision did Wilson pursue? What opposition did he face at the Paris Conference? What issue outraged the Germans from the Treaty of Versailles? A simple pendulum has time period of 2 second. How many oscillations it completed in 30 s?PLS ANSWER AS SOON AS POSSIBLE!!!!!