Say true or false
1. Software that used to perform single task called system software.
2. Software that used to run the hardware parts of the computer and other application software is called application software
3. Spreadsheet is examples of application software.
4. Schools have no responsibility relating to ICT.
5. Microsoft malicious removal tool is examples of virus software.​

Answers

Answer 1

Answer:

1. False - Software that is used to perform a single task is called application software, while system software is used to run and manage the hardware and other software on the computer.

2. False - System software is used to run and manage the hardware and other software on the computer, while application software is used to perform specific tasks for the user.

3. True - Spreadsheet is an example of application software that is used to perform specific tasks for the user, such as organizing data and performing calculations.

4. False - Schools have a responsibility to provide and manage ICT (Information and Communication Technology) resources for their students, including hardware, software, and internet access, to support their learning and development.

5. False - Microsoft Malicious Software Removal Tool is not an example of virus software, but it is an anti-malware utility designed to remove specific malicious software from infected systems.

Hope this helps!


Related Questions

Most games have characters that perform actions on the screen. What are these characters called?
Floats
Sprites
Fairies
Or Pixels

Answers

Answer:pixels

Explanation:

its the correct

Look at the following description of a problem domain:

The bank offers the following types of accounts to its customers: savings accounts, checking accounts, and money market accounts. Customers are allowed to deposit money into an account (thereby increasing its balance), withdraw money from an account (thereby decreasing its balance), and earn interest on the account. Each account has an interest rate.

Assume that you are writing a program that will calculate the amount of interest earned for a bank account.

Identify the potential classes in this problem domain.
Refine the list to include only the necessary class or classes for this problem.
Identify the responsibilities of the class or classes.

(I'm not sure what I'm supposed to do. Can anyone provide an example? Thank you!:) )

Answers

Based on the description of the problem domain, potential classes that could be identified are:

BankAccount: This class could represent the general attributes and behaviors of a bank account, such as the type of account (savings, checking, money market), balance, interest rate, and methods for depositing, withdrawing, and calculating interest.

What is the bank  issue about?

Others are:

Savings Account: This class could inherit from the BankAccount class and include specific attributes and behaviors related to a savings account, such as any additional rules or restrictions, and methods for calculating interest specific to savings accounts.CheckingAccount: This class could inherit from the BankAccount class and include specific attributes and behaviors related to a checking account, such as any additional rules or restrictions, and methods for performing checking account-related tasks.MoneyMarketAccount: This class could inherit from the BankAccount class and include specific attributes and behaviors related to a money market account, such as any additional rules or restrictions, and methods for calculating interest specific to money market accounts.

Refining the list, the necessary class or classes for this problem could be:

BankAccount: This class could represent the general attributes and behaviors of a bank account, including methods for depositing, withdrawing, and calculating interest. It could also include attributes for account type (savings, checking, money market), balance, and interest rate.

The responsibilities of the BankAccount class could include:

Managing the account balance: Methods for depositing money (increasing balance), withdrawing money (decreasing balance), and calculating interest on the account based on the interest rate.Managing account type: Storing and retrieving the type of account (savings, checking, money market).Managing interest rate: Storing and retrieving the interest rate associated with the account.Handling any other general behaviors or attributes related to a bank account that may be required in the problem domain.

It's important to note that the specific responsibilities of the class or classes may vary depending on the requirements and constraints of the problem domain, and further refinement may be needed based on the actual implementation of the program.

Read more about bank  here:

https://brainly.com/question/25664180

#SPJ1

What are two options for exiting a presentation

Answers

Answer:Instructions on How to Close PowerPoint Presentations:

=To close a PowerPoint presentation if you have multiple presentations open, click the “x” in the upper-right corner of the application window.

=Alternatively, click the “File” tab in the Ribbon.

=Then click the “Close” command at the left side of the Backstage view.

Explanation:

How should the security for the database be different than security for the rest of the system? Does it make a difference for web-based data designs? If so, how?

Answers

The security for the database should be more stringent than the security for the rest of the system, as it contains the critical information that needs to be protected.

How should the security of the database be designed ?

The database security should be designed to ensure the confidentiality, integrity, and availability of the data. This means that access to the database should be limited to authorized users and activities should be audited to prevent unauthorized access or modifications.

For web-based data designs, the security of the database is even more critical, as the data is accessed over the internet and is therefore more vulnerable to attacks. Web-based data designs need to incorporate additional security measures such as user authentication, access controls, firewalls, intrusion detection, and prevention systems to protect the database from cyber threats.

Find out more on security at https://brainly.com/question/14369330

#SPJ1

Write and execute the command to retrieve the office number, property ID, and monthly rent for every property in the SMALL_PROPERTY view with a monthly rent of $1150 or more

Answers

Assuming the database has a SMALL_PROPERTY view with columns "office_number", "property_id", and "monthly_rent", and you want to retrieve the office number, property ID, and monthly rent for properties with a monthly rent of $1150 or more, you could use the following SQL query:

sql

SELECT office_number, property_id, monthly_rent

FROM SMALL_PROPERTY

WHERE monthly_rent >= 1150;

What is the command?

The above query uses the SELECT statement to specify the columns you want to retrieve from the SMALL_PROPERTY view, and the WHERE clause to filter the results based on the condition that the monthly_rent is greater than or equal to $1150.

Note: This query assumes that the SMALL_PROPERTY view and the relevant table(s) are already defined in the database, and the appropriate permissions are granted to the user executing the query. The actual query may vary depending on your specific database management system and schema design. It's always recommended to consult the documentation and guidelines of your database management system for accurate syntax and usage.

Read more about command  here:

https://brainly.com/question/25808182

#SPJ1

Do you think it is important to have such regulations in place? Why? What other legislation could be introduced to provide better security? How would these regulations help in enhancing cybersecurity?

Answers

Answer:

Explanation:Cyber laws protect users from falling victim to online fraud. They exist to prevent crimes such as credit card and identity theft. These laws also declare federal and state criminal charges for anyone that attempts to commit such fraud.

A researcher investigated whether job applicants with popular (i.e. common) names are viewed more favorably than equally qualified applicants with less popular (i.e. uncommon) names. Participants in one group read resumes of job applicants with popular (i.e. common) names, while participants in the other group read the same resumes of the same job applicants but with unpopular (i.e. uncommon) names. The results showed that the differences in the evaluations of the applicants by the two groups were not significant at the .001 level

Answers

The study looked into whether job applicants with well-known names would do better than those with less well-known names who were similarly qualified. At a.001 level, the results revealed no significant differences in judgements.

What two conclusions may you draw from doing a hypothesis test?

There are two outcomes that can occur during a hypothesis test: either the null hypothesis is rejected or it is not. But keep in mind that hypothesis testing draws conclusions about a population using data from a sample.

What are the two sorts of research hypotheses?

A hypothesis is a general explanation for a set of facts that can be tested by targeted follow-up investigation. Alternative hypothesis and null hypothesis are the two main categories.

To know more about applicants  visit:-

https://brainly.com/question/28206061

#SPJ9

What are some benefits of integrating your company’s website with your retail locations?

Answers

That's a great question! Can you tell me a bit more about your company and what kind of products or services you offer? That will help me tailor my response to your specific needs.

The illustration below shows a foundation document used in Project Scope and Time Management. Please refer to it and answer the questions that follow.
2.1 Identify the document and explain its purpose within Project Scope and Time Management. (5 marks)
2.2 What are the benefits of this foundation document to a Project Manager? (5 marks)
2.3 Explain the steps to create the document referred to in questions 3.1 and 3.2. (6 marks)
2.4 Discuss the monitoring and controlling tasks of scope verification and scope control in project scope management. (4 marks

Answers

Answer:

The project scope statement is a detailed written outline of the project, including timeline, budget, assigned tasks, project stakeholders, and workflow strategies. With a well defined project plan and project scope statement, it's easier for project managers to oversee each step in the delivery of a project

Explanation:

Drag the tiles to the correct boxes to complete the pairs.
Match each type of table relationship to its explanation.

Answers

Answer: 1. one to many 2. many to many 3. one to one

Explanation: the third one says not many in any place of the sentence the second says many in both places of the sentence.

Other Questions
Show that by the uniqueness theorem the linear transformation,Y = aX + b, is also a normal random variable. required information skip to question [the following information applies to the questions displayed below.] required: 1. create a new column in the purchase orders table for state sales tax. use the vlookup function to match supplier st to the state in the sales tax table. 2. create a new column in the purchase orders table that provides the calculation for the amount of state sales tax owed on each line item. ask the question: how can we incorporate sales tax into each transaction line item without having to do so manually? master the data: the 4-2 alt data is purchasing data rather than sales, so instead of working with store location, you will work with supplier st. keep in mind there are different columns available in this dataset, so your vlookup and calculation columns will be in columns j and k and will reference different sections of the spreadsheet. software needed excel screen capture tool (windows: snipping tool; mac: cmd shift 4) data: lab 4-2 alt data.xlsx. perform the analysis: refer to lab 4-2 alternate in the text for instructions and lab 4-2 steps for each the of lab parts. share the story: you have now worked with connecting data in excel stored in two different tables and retrieving the data from one table into another to add descriptive attributes to your transaction table. required: 1. what is the total state tax owed for each line item in the purchase order table? multiple choice 1 $8.41 $687.21 $841.67 $5446.16 2. what is the state tax owed on purchase order id 20510? multiple choice 2 $95.00 $14.29 $42.25 $21.80 3. what is the state sales tax owed on purchase order id 20525? (note- there are multiple line items on this invoice. round if necessary.) multiple choice 3 $31.78 $19.50 $0.20 $14.62 4. what is the state sales tax rate for minnesota? multiple choice 4 0.065 0.04 0.0725 0.06875 5. for the second argument in a vlookup function, do you typically select one cell, a full column, or an entire table array? multiple choice 5 full column it depends one cell entire table array p Question:The current (in amps) in a simpleelectrical circuit varies inversely tothe resistance measured in ohms.The current is 24 amps when theresistance is 20 ohms. Find thecurrent (in amps) when theresistance is 12 ohms. Aliases can be created in programs in several different ways. One common way in C and C++ is with their ____ types. A. alias. B. common. C. extern. D. static Best friends Elena and Sonia decide to move in together. They lease an apartment together in D.C., each agreeing to pay half of the rent, for a 2-year term. When Sonia signed the lease agreement, she was only 17. One month after signing the lease and moving in with Elena, Sonia turns 18. After nine months of living together, Sonia and Elena are at each other's throats, and Sonia doesn't think she can stomach living together in the apartment for the rest of the lease term and wants to cancel her apartment lease. All of the following are accurate statements, except: a. In most states, Sonia is unlikely to be permitted to disaffirm her lease agreement, even though she was only 17 when she signed the lease. b. Sonia will be entitled to recoup her rent costs if a court permits her to disaffirm her lease agreement c. Sonia could have disaffirmed the lease before turning 18. d. Many states will prevent Sonia from disaffirming the lease if she lied about her age when signing the agreement onal) which of the following has the highest production cost when used to generate electricity (cost per kwh of electricity)? a. petroleum oil b. natural gas c. coal d. aaa batteries PLEASE ANSWER ASAP1. How many atoms are present in 8.500 mole of chlorine atoms?2. Determine the mass (g) of 15.50 mole of oxygen.3. Determine the number of moles of helium in 1.953 x 108 g of helium.4. Calculate the number of atoms in 147.82 g of sulfur.5. Determine the molar mass of Co.6. Determine the formula mass of Ca3(PO4)2.IT WOULD BE HELPFUL which of the following physiological alterations is/are commonly observed in aki? select all that apply. group of answer choices increased urine output metabolic alkalosis hypoparathyroidism fluid accumulation decreased urine output metabolic acidosis decreased energy expenditure a $1,000 bond carries a 7.0% coupon. the bond currently trades at $1,100. what would the annual interest payment be on this bond? group of answer choices $35.00 $70.00 $75.50 $77.00 Can someone please help me with this??Type your personal testimony in two forms. 1. Address the first to a hypothetical friend or coworker who is not saved. 2. Address the second to a backslidden Christian. Limit each testimony to 250 words. (500 words in total) Are there any parts of the human body that get oxygen directly from the air and not from the blood? answer:cornea in the eye The key special chemical used by chemosynthetic communities at salt seeps is ______. A) nitrate. B) phosphate. C) silicate. D) hydrogen sulfide. E) methane. Solve x/ 2 < 4. Graph the solution a patient is diagnosed with heart failure (hf), and the prescriber has ordered digoxin. the patient asks what lifestyle changes will help in the management of this condition. the nurse will recommend which changes? I need help with this question can you help? a particle with a cahrge of 1 c is moving at 45 angle with respect to the positive x axis in teh horizontal xy-plane. the velocity of the charge is 1 m/s. a magnetic field of 1 t is directed in the negative x direction. what is the magnetic force acting on the charge? carbon tetrachloride displays a triple point at and a melting point (at ) of . which state of carbon tetrachloride is more dense, the solid or the liquid? explain. Your broker charges $0.0020 per share per trade. The exchange charges $0.0119 per share per trade for removing liquidity and credits $0.0101 per share per trade for adding liquidity. The current best BID price for stock XYZ is $72.81 per share, while the current best ASK price is $72.82 per share. You post an order to buy XYZ at the current best BID price and wait. Shortly after, the best BID and ASK prices move lower (down) by one cent each. Your buy order is executed. Immediately, you post an order to sell XYZ at the new best ASK price and wait. Shortly after, the best BID and ASK prices move higher (up) by one cent each. Your sell order is executed. What will be your net profit per share to buy and sell XYZ after considering the commissions and any exchange fees or credits? $0.0150 $0.0154 $0.0158 $0.0162 $0.0166 Newton's first law of motion states that an object in motion will stay in motion unless acted upon by a force.What are two forces on earth that could change the motion of the object?Responsesfriction and gravityfriction and gravityspeed and accelerationheat and lightdirection and time Reasons Why immigrants are in Khayelitsha areas ?