what is the general term for programs used to operate a computer

Answers

Answer 1

Answer:

Software

Explanation:

ez

Answer 2

Answer: A Software System


Related Questions

Use the drop-down menus to complete statements about safe and blocked senders lists.
*Safe *Blocked *repeatedly

Answers

Answer:

it already has an answer and it's right so i don't see the point to needing to answer this

Write pseudocode for one or more selection statements to decide whether a year is a Leap year. The rules are:

A year is generally a Leap Year if it is divisible by 4, except that if the year is divisible by 100, it is not a Leap year, unless it is also divisible by 400. Thus 1900 was not a Leap Year, but 2000 was a Leap year.

Answers

Year = input()

isLeapYear= false
if Year%4 = 0
if Year%100 != 0 or Year%400 == 0
isLeapYear = true
print(isLeapYear)

In this exercise we have to use the knowledge of the python language to write the code, so we have to:

The code is in the attached photo.

So to make it easier the code can be found at:

Year = input()

isLeapYear= false

if Year%4 = 0

if Year%100 != 0 or Year%400 == 0

isLeapYear = true

print(isLeapYear)

See more about python at brainly.com/question/26104476

Which is the most protective and secure anti virus software?

Answers

Answer:

In most cases you should just use an anti virus software that comes with that operating system. But if you would like a third party application try using kaspersky anti virus in my opinion it is simple and user friendly. It can most probably block any malware expect for ones that are new like one day old, it will take somwhile to add it to the database.

a _____ is a telecommunications network that connects users and their computers in a geographical area that spans a campus or a city.

Answers

Answer:

(WAN) a wide area network

boolean logic deals with statements having one of _____ values.

Answers

Answer:

2 values

Explanation:

boolean statements can only be True or False

the first fully 64 bit compatible version of android is:

Answers

Answer:

Android 5.0 Lollipop, I hope this helped.

Answer:

The version of the first 64 bit andriod ia the version called: Andriod 5.0 lolipop

Hope this help please give the brainliest award.

Access your Practice Lab titles Access your exercise content Reports and files Access your settings Access help and support CompTIA Linux Customize or Write Simple Scripts Review Review Well done, you have completed the Customize or Write Simple Scripts Practice Lab. Lab Assessment Test your knowledge on the topics covered in this lab by completing the review questions below. 1 Question What is the extension of a shell script

Answers

Answer:

The extension for a shell script in windows ends with a .ps1 and for the extension for linux it is .sh, not quite sure for OSX.

qbasic program to check whether an entered number is positive or negative or neutral​

Answers

Answer:

CLS

INPUT "Enter a number: ",N

IF N > 0 THEN

PRINT "The number is Positive."

ELSEIF N < 0 THEN

PRINT "The number is Negative."

ELSE

PRINT "The number is Zero."

END IF

END

Order the steps to creating a new rule to handle meeting request responses in Outlook

Answers

Answer:

posting this. your photo order is correct.

Explanation:

What is a computer? ​

Answers

Answer:

A computer is a machine that can be programmed to carry out sequences of arithmetic or logical operations automatically. Modern computers can perform generic sets of operations known as programs. These programs enable computers to perform a wide range of tasks. A computer system is a "complete" computer that includes the hardware, operating system, and peripheral equipment needed and used for "full" operation. This term may also refer to a group of computers that are linked and function together, such as a computer network or computer cluster.

Explanation:

You have a computer that has four DDR2 memory slots. Currently, there are two 512 MB memory modules installed. You check the motherboard documentation and find that the system has a 4 GB memory limitation. You want to add more memory to this system. By adding new memory modules, and without replacing the existing memory modules, what is the maximum total amount of usable RAM you can have in this system

Answers

Answer:

2048 MB / 2 GB.

Explanation:

Without removing the other modules you can add two more 512 MB modules for a total of 2048 MB.

what is the term used to describe with you connect your phone to another device to share internet access?

Answers

Answer:

This is hyped as the Internet of Things (IoT). Sometimes also called IoE, the Internet of Everything.

Explanation:

what is the problem here

Answers

Answer:

I think ...............

jessica has pinned her favorite applications as icons on her desktop .she always clicks on these icons to work them .which user interface is she using here?

Answers

Answer:

Graphical User Interface

Explanation:

most file managers include a way to create a folder through the save dialog box. true or false?

Answers

Answer:

false because most of the file managers just keep Everything organized by dates, years, and everything like that

Explanation:

which type of malware typically displays, automatically plays, or downloads advertisements to your computer?

Answers

Answer:

Adware

Explanation: Adware displays pop-up advertisements when you are online.

Questions: What memory modules are needed if the customer wants 3 GB of RAM? What capacities and how many modules of each capacity are required?​

Answers

Answer:

You could use three 1 GB modules.

one Q what will be the answer?

Answers

Answer: a computer system that has one function within a large system

Explanation:

the key word here is EMBEDDED which means WITHIN SOMETHING ELSE

You have just received a new laptop that you will use on your company network and at home. The company network uses dynamic addressing, and your home network uses static addressing. When you connect the laptop to the company network, everything works fine. When you take your laptop home, you cannot connect to devices on your home network or to the internet.

Required:
What could have been the reason for that?

Answers

Answer:

The network address can be the reason. You need to modify it so you can have access.

how to disappear completely from the internet pc magazine

Answers

In order to disappear completely from the internet, one needs to delete their social media accounts, delete their emails, etc.

The internet is a network of interconnected computer systems. Despite its numerous advantages, it also has several disadvantages and there are some moments when we want to disappear from the internet.

The steps that are needed to disappear from the internet include:

Delete your social network accounts.Delete your email accounts.Use search engines to track your old activities online and delete them.Falsify the accounts that can't be deleted.Unsubscribe from mailing lists.

Read related link on:

https://brainly.com/question/24902823

Which decimal number is equivalent to this hexadecimal number?
F8

A.
24
B.
143
C.
248
D.
264

Answers

Answer:

So, the number 248 is the decimal equivalent of hexadecimal number F8 (Answer).

(F8)16 = (248)10

Step by step solution

Step 1: Write down the hexadecimal number:

(F8)16

Show each digit place as an increasing power of 16:

Fx161 + 8x160

Convert each hexadecimal digits values to decimal values then perform the math:

15x16 + 8x1 = (248)10

So, the number 248 is the decimal equivalent of hexadecimal number F8 (Answer).

what did the person using the windows command prompt do during round 1

Answers

The windows command prompt is a an interpreter found in Microsoft computers that executes lines of code or commands given by the user if they are valid.

As a result of this, there are different commands which can be given by the user administrator to the windows command prompt which enables them to:

List the hardware information in the computerShow/Check Networking informationScan for viruses or repair bad system files,  etc

Please note that your question is incomplete, so I gave a general overview which should help you get the right answer.

Read more here:

https://brainly.com/question/12787942

what is the difference between internal and external css?

Answers

Answer:

Internal CSS are the ones that we can write within the same file i.e the HTML code and CSS code are placed in the same file.

External CSS is that we can write in a separate file than the HTML code i.e the HTML file is separate like(index.html) the CSS file is separate like(style.css).

Explanation:

what version of vsftpd contained the smiley face backdoor?

Answers

Answer:

Chris Evans, author of vsftpd announced that the master site for vsftpd was compromised and that the latest version of vsftpd (vsftpd-2.3.4.tar.gz) was backdoored. The backdoor payload is interesting. In response to a smiley face in the FTP username, a TCP callback shell is attempted. There is no obfuscation.

Explanation:

The master site for vsftpd was compromised, and the most recent version of vsftpd has a backdoor, according to vsftpd programmer Chris Evans. The payload on the backdoor is intriguing. A TCP callback shell is tried in response to a smiley in the FTP username. There is no concealment.

What version of vsftpd had smiley face backdoor?

Vsftpd version 2.3. 4 that could be downloaded from the main site was found to have been compromised in July 2011. A ":)" smileyface can be used as the username when entering into a compromised vsftpd-2.3. 4 server, giving users access to a command shell on port 6200.

The idea behind the attack against VSFTPD 2.3. 4 is to send a specific sequence of bytes on port 21 to start the malicious vsf sysutil extra() function, which, if executed successfully, opens the system's backdoor on port 6200.

causes the backdoor to be opened, which causes a shell to start listening on TCP port 6200. After a client connects to it and disconnects from it, the shell stops listening. This might be used by a remote, unauthenticated attacker to execute arbitrary code as root.

Thus, The master site for vsftpd was compromised, and the most recent version of vsftpd has a backdoor.

For more information about vsftpd had smiley face backdoor, click here:

https://brainly.com/question/535743

#SPJ6

A color image is made up of red green and blue color combinations 8 bits are used to represent each of the color components how many possible variations of red are there?

Answers

Answer: The three RGB colors are each 8-bits (possible values [0..255], 2 8 = 256) of each of Red, Green, and Blue. The three 8-bit RGB components can create up to 256×256×256 = 16.7 million possible RGB color combinations, called 24-bit "color". Of course, any one real photo image will not use most of these possible colors.

There is possible is the variation of the red color. The RGB is a combination of color. The 8 bit are the division of the 256 are equal to the 16 million.  

What is color?

The term “color” refers to the element of light. Color is part of communication. There are different colors that have different meanings, such as red, which represents love and danger. Colors are divided into different categories such as primary, secondary, and tertiary.

The color is the combination of the RGB colors. The letters R, G, and B stand for Red, Green, and Blue, respectively. The 8 bits for 256 shades of the RGB This means R = 256, G = 256, and B = 256 (256 × 256 × 256) are producing the 16 million colors. The variation of the red is possible to achieve an equal color.

As a result, the variation of the red color are possible are 256.

Learn more about on color, here:

https://brainly.com/question/19580247

#SPJ2

what are the differences between a keyboard and a pointing stick.​

Answers

Answer:

keyboard:

A keyboard is for putting information including letters, words and numbers into your computer. You press the individual buttons on the keyboard when you type. The number keys across the top of the keyboard are also found on the right of the keyboard. The letter keys are in the centre of the keyboard.

pointing stick:

A pointing stick is a small joystick used as a pointing device typically mounted centrally in a computer keyboard. Like other pointing devices such as mice, touchpads or trackballs, operating system software translates manipulation of the device into movements of the pointer or cursor on the monitor.

what are the seven phases of design plans that the main features of designer-client communication at each phase

Answers

Answer:

Step 1 – Study the Client Brief. ...

Step 2 – Research, Research, Research. ...

Step 3 – Brainstorm. ...

Step 4 – Sketch. ...

Step 5 – Concept Development. ...

Step 6 – Revisions. ...

Step 7 – Completion.

Explanation:

the date of creation can be added to a slide using the

Answers

Answer:

On the Insert tab, in the Text group, click Date & Time. In the Header and Footer box, do one of the following: If you want to add the date and time to your slides, click the Slide tab. If you want to add the date and time to your notes pages, click the Notes and Handouts tab.

Explanation:

The date of creation can be added to a slide by making use of the: "Insert" tab, "Text" group.

What is a slide?

A slide can be defined as a single page of a presentation that contains text-based information or images, which can be used by a presenter to teach, instruct and educate the audience on a topic.

In Microsoft Powerpoint, an end user can add the date of creation to a slide by making use of the "Insert" tab and "Text" group.

Read more on slides here: brainly.com/question/11741377

#SPJ9

What is the two’s compliment of -95,-122,-111,-57

Answers

Answer:

-95 0101 1111

-122= 0111 1010

-111= 0110 1111

-57 = 0011 1001

Explanation:

two's Compliment of

- 95 = 0101 1111

-122= 0111 1010

-111= 0110 1111

-57 = 0011 1001

lauren wants to write short articles and post them online. if she has an internet connection, what software can help her do her work?

Answers

Lauren could accomplish her aim if she has an internet connection by making use of Zoho writer.

Zoho writer provides Lauren with a platform to write and post her documents as long as she has internet connection because zoho writer is cloud based.

The fact that Zoho writer ls cloud based, it means that only internet connection is required as the platform is equipped with a word processing tools and a clean user interface, which provides all the tools required to write a good document.

Therefore, zoho writer software could be adopted by Lauren once she has internet connection.

Learn more :https://brainly.com/question/24978746

Other Questions
Sienna planned a rectangular pool, as shown in the scale drawing below. 11 in. 7 in. Sienna used the scale drawing above to create a pool that is 14 ft wide x 22 ft long. She then decided to make a pool with a final length of 33 ft. Which expression finds the change in scale factor for the longer pool Sierra is building? Which of the following is the graph of y=-x-3 EndRoot? Please help me because I tried to solve it but it wasnt correct In early America, only people with a ______ in society could vote.1) stake2) suffrage3) religion4) franchise How has AFIS changed criminal investigation? ANNOUNCER TWO: Ladies and gentlemen, following on the news given in our bulletin a moment ago, the Government Meteorological Bureau has requested the large observatories of the country to keep an astronomical watch on any further disturbances occurring on the planet Mars. Due to the unusual nature of this occurrence, we have arranged an interview with noted astronomer Professor Pierson, who will give us his views on the event. In a few moments we will take you to the Princeton Observatory at Princeton, New Jersey. We return you until then to music of Ramn Raquello and his orchestra. The passage is from the transcript of the radio adaptation of The War of the Worlds by H. G. Wells. Instead of including expert interviews, H. G. Wells uses a narrator to tell about an alien invasion that occurred a few years earlier. What is the biggest effect of including expert interviews in the adaptation? O A. The broadcast feels more like a news report of something that is actually happening. B. The broadcast becomes less exciting because it is told in the present tense. The broadcast becomes more personal because it is told in the past tense. D. The broadcast feels more like a fictional story that was written long ago . Which expression is equivalent to -3(4x-0.50)12x 1.5012x + 1.5012x 2.5012x 3.50 did matthew gray gubler sing in alvin and the chipmunks In these excerpts, how is Cugoanos approach similar to Sanchos approach? Like Sancho, Cugoano demonstrates that he had a difficult beginning as an enslaved person, but then prevailed through luck and perseverance. Like Sancho, Cugoano does not emphasize the horrors of his experiences as an enslaved person, but focuses on his good fortune instead. Like Sancho, Cugoano is thankful to find himself currently in the service of a noble and gracious English family. Like Sancho, Cugoano presents himself as a humble man who is thankful for all of his good fortune and reluctant to make changes. Discuss how the characters in The Refusal" uselanguage, or avoid using language, and howcommunication affects the events in the story. PLEASE HELP! A teacher receives a monthly salary of $2800.00 What is her annual salary? please someone help I'm failing 8th grade math!! need to get a good grade! please help me it is due soon i will give brianleyest does the temperature increase or decrease in the mesosphere Discuss 6 reasons why banks fail in Ghana and proffer solutions to redeem the banking sector from these 6 cancerous roots in your opinion. For the final time please don't spam anything and just answer the question PLEASE I BEG YOUUUU!!!If answered right,gets the brainiestUse the steps below to answer questions 4-5.Step 1: 2/3 (15a+27b+9a-12a)Step 2:10a+18b+6a-8a Step 3:10a+18b+(6a-8a)Step 4: 8a + 18b4.Which property below is used between Steps 1 and 2?A.Associative propertyB.Commuatative propertyC.Distributive propertyD.Identity property5.Which property below is used between Steps 2 and 3?A.Associative propertyB.Commuatative propertyC.Identity propertyD.Inverse property 24. When documenting animal data, what is typically not included in the record?pedigreebreeding planweightestimated lifespan To balance the risk from investing in a new robotics company, what is the least risky type of investment Pamela might choose? A. Certificates of deposit B. Real estate C. High-yield bonds O D. Hedge funds SUBMIT Ryan has a weekend job advertising an upcoming play. He has two options for being paid. OptionA is an hourly wage of $ 7.75. Option B is a 5% commission on all money made at the play. Heplans to work 7 hours each day on Saturday and Sunday. Ryan estimates the play will make about$2,100 this weekend. Which option gives Ryan more earnings this weekend?Choose the correct answer below.0.4. Option A gives Ryan more earnings this weekend.. Option B gives Ryan more earnings this weekend.OC. Both options give Ryan the same amount of earnings.