Select all the correct answers.

Which statements are true regarding system and application software?

System software consists of only the OS and application software.

A program is a set of instructions that helps the user understand the functioning of the computer.

An OS acts as an interface between the hardware and the user.

Application software allows users
perform various tasks.

Disk cleaner, resource monitor, etc. are all examples of application software.

Answers

Answer 1

Answer:

all the points are correct apart from the first one..


Related Questions

Pascal system . write the program that will calculate the perimeter of a rectangle if its area is A (m²) and one of its sides has a length of B (m). A and B are entered from the keyboard.​

Answers

Answer:

The program in Pascal is as follows:

Program Perimeter;

Uses Crt;

Var

 Length : Real;

 Width : Real;

 Area    : Real;

 Perim : Real;

Begin

 Clrscr;

 Write('Area: ');

 Readln(Area);

 Write('Length : ');

 Readln(Length);

 Width := Area/Length;

 Perim := 2 * (Length + Width);

 Write('Perimeter: ' ,Perim:5:2,'.');

End.

Explanation:

This declares all variables as real

Var

 Length : Real;

 Width : Real;

 Area    : Real;

 Perim : Real;

The program execution begins here

Begin

This clears the screen

 Clrscr;

This prompts the user for Area

 Write('Area: ');

This gets input for Area

 Readln(Area);

This prompts the user for Length

 Write('Length : ');

This gets input for Length

 Readln(Length);

This calculates the width

 Width := Area/Length;

This calculates the perimeter

 Perim := 2 * (Length + Width);

This prints the calculated perimeter

 Write('Perimeter: ' ,Perim:5:2,'.');

This ends the program

End.

write the steps how to insert an online images​

Answers

Answer:

There are many ways but this way is to upload a pick from desktop to ur doccument ( TAE IS MY BIAS, STREAM BUTTER BBG)

Explanation:

0) Well obv u have to download a pick

1) Click in your where you want to insert your picture.

2) Click the Insert tab.

3) pick the picture you want to insert and select it.

4)Click Insert button

(50 POINTS)Look at the code in the example below, and then answer the question.





In the example code, what does the title attribute create?
a tool tip
an element
a source
a markup

Answers

Answer:

I think it is:

B. An Element

Explanation:

Write the definition of a function printDottedLine, which has no parameters and doesn't return anything. The function prints a single line consisting of 5 periods (terminated by a new line character) .

Answers

Answer:

See the short code Below

Explanation:

Let us implement the code with Python programming language

def printDottedLine ():

print("..... "\n) # this line will print 5 dots

highlight the possible risks and problems that should be address during the implementation of information system process

Answers

Answer:

The answer is below

Explanation:

The possible risks and problems that should be addressed during the implementation of the information system process are:

1. power loss or data corruption

2. System design faults

3. Cultural barriers

4. Integration of Software Development device

5. Using the same processes in the company

6. Security breaches

7. Hardware and Software failure

8. Work environment

1. How does a cellular network work?

Answers

In a cellular system, as the distributed mobile transceivers move from cell to cell during an ongoing continuous communication, switching from one cell frequency to a different cell frequency is done electronically without interruption and without a base station operator or manual switching.

You are designing an ecommerce web application that will scale to hundreds of thousands of concurrent users. Which database technology is best suited to hold the session state in this example

Answers

Answer: Amazon DynamoDB

Explanation:

The database technology that is best suited to hold the session state in this example is the Amazon DynamoDB.

Amazon DynamoDB is a document database which helps in delivering high quality and fast cperformance at any scale. It can be used to scale to hundreds of thousands of concurrent users as it's multi-active, and has a durable database that has built-in security.

product of -6/13 and reciprocal of -7/16 is ____________​

Answers

Answer:

-250/91

Explanation:

Use a calculator

Need the answer ASAP plz!!!!!!!!

Select the correct answer.
What model defines data structures and expands software architecture and components?
O A.
architectural design model
OB.
data design model
O C.
interface design model
OD.
component-level design model

Answers

I think it is the data design model

Can someone plz help me answer my questions!!!!!!!!!!!

Answers

Answer:

what is your question

where is it at?

(25 POINTS) Some applications work on all devices while others work on some devices. True or False?

Answers

Answer:

True.

Explanation:

It is true that some applications work on some devices but not on others. This is so because it depends on the operating system of each device, that is, if the device has an operating system compatible with the application in question, said application will work, but if, on the contrary, the operating system is not compatible, the application will not be useful in this.

Need answer ASAP!!!!

Answers

Hi,

I tried answering this. Lol. Look at the image.

An example of documentary evidence that might be presented at trial for a cyber crime is:


A. None of these choices.

B. data retrieved from slack space on a hard drive.

C. a cellular telephone.

D. a photocopy of a hacker’s spreadsheet of telephone numbers and e-mail addresses.

Answers

It’s d cause it has valuable info that the person was using to commit the crime

An example of documentary evidence that might be presented at trial for cybercrime is a photocopy of a hacker’s spreadsheet of telephone numbers and e-mail addresses. Thus, option D is correct.

 

What is the evidence?

Evidence is really the data used to attempt to support anything in a court of justice. Evidence is gathered from people, artifacts, and records. The only means through which the court may draw conclusions and reach a ruling is via the use of evidence.

According to the definition of information, it is the demonstration of any claim to be true. A hard copy of a hacker's worksheet with contact information and e-mail accounts is an illustration of documented evidence that might be used in court to prove a cybercrime. Therefore, option D is the correct option.

Learn more about evidence, here:

https://brainly.com/question/14370298

#SPJ2

Which of the following is the file type of Microsoft® Publisher files?

.txt

.doc

.pub

.xlsx

Answers

Answer:

Which of the following is the file type of Microsoft® Publisher files?:

.pub

.pub is the file type of Microsoft® Publisher files.

What is Publisher Files?

If an email contains a Publisher (.pub) file that you are unable to access, you can download the most recent Office trial, which includes Publisher 2013.

You may discover more about how Publisher can assist you in producing publications that appear professional with the trial version.

Although if you are no longer able to produce or modify publications, you can still use the trial version as a viewer for Publisher files once it expires.

Therefore, .pub is the file type of Microsoft® Publisher files.

To learn more about Publisher files, refer to the link:

https://brainly.com/question/17154296

#SPJ2

Francesca wants to create a program that will produce the phrase “Hello, world” on the screen. Which of these functions should Francesca use?

Answers

Answer:

It would be print.

Explanation:

If you want to execute a function it should be print so it will show up in the output box.

Drag the tiles to the correct boxes to complete the pairs.
George has a set of software programs installed on his computer to create a digital portfolio. He is not sure what each program does. Help
George by matching the software to their purposes.
Adobe InDesign
Microsoft Word
Adobe Photoshop
Quark QuarkXPress
creating and editing images
creating and editing page layouts
creating and editing text documents

Answers

Answer:

I just answered this today (5/11/2022) and these are the correct answers.

creating and editing images                  Adobe Photoshop

creating and editing page layouts        Quark QuarkXPress

creating and editing text docs               Microsoft Word

desktop publishing                                 Adobe InDesign

Explanation:

Los organos de los sentidos perciben de la misma manera un estimulo?! Porque?

Answers

Espero Que Te Ayude!!!.

Who is the primary audience for demonstrations of game prototypes made by the developer? A. Another developer B. The distributor C. The hardware manufacturer D. The retail storeowner

Answers

Answer: B. The distributor

Explanation:

The game prototype is a way through which one can test the concepts without necessarily dedicating more effort or time.

The primary audience for the demonstrations of game prototypes that are made by the developer is the distributor.

Therefore, the correct option is B

Select all the correct answers.

John travels all over the country visiting various clients. He needs to access his documents and services on the go. Which of these technologies
allows him to access documents and software while on the move?

A:cloud computing
B: grid computing
C:mobile computing
D:green computing
E:virtualization

Answers

Answer:

acd

Explanation:

i cant explain

Answer:

A

C

D

Explanation:

Plato

In this last step of initiation phase, projects are (blank). At this stage, the project is (blank) with projects that are running.

Answers

Answer:

Approved; compared.

Explanation:

Project management can be defined as the process of designing, planning, developing, leading and execution of a project plan or activities using a set of skills, tools, knowledge, techniques and experience to achieve the set goals and objectives of creating a unique product or service.

Generally, projects are considered to be temporary because they usually have a start-time and an end-time to complete, execute or implement the project plan.

Furthermore, the main purpose of project management is working toward a common goal.

This ultimately implies that, project managers should ensure adequate attention and time is taken to identify, analyze and manage capital, raw materials, people, system of tasks and other resources, so as to effectively and efficiently achieve a common goal with all project stakeholders.

The fundamentals of Project Management includes;

1. Project initiation

2. Project planning

3. Project execution

4. Monitoring and controlling of the project.

5. Adapting and closure of project.

In the last step of an initiation phase, projects are approved for execution. Also, at this stage, the project is compared with projects that are running or already being executed.

In conclusion, it is very important and essential that project managers in various organizations, businesses and professions adopt the aforementioned fundamentals in order to successfully achieve their aim, objectives and goals set for a project.

Which statement best describes a database?

Select one:
a. A collection of related tables.
b. Tables that are in sequence.
c. Tables of related information.
d. A collection of tables.

Answers

I think it's a. A collection of related tables

How do we calculate the BMI in python?
the formula is kg/m²

Answers

Answer:

height = float(input("Enter your height in m: "))

weight = float(input("Enter your weight in kg: "))

BMI = weight / (height/100)**2

print(f"You BMI is {BMI}")

Explanation:

The python code for calculating BMI is as follows -

height = float(input("Enter your height in m: "))

weight = float(input("Enter your weight in kg: "))

BMI = weight / (height/100)**2

print(f"You BMI is {BMI}")

Some conditions can also be added such as

if BMI <= 15:

   print("You are underweight.")

elif BMI <= 30:

   print("You are healthy.")

elif BMI <= 40:

   print("You are over weight.")

Fill in the blank: A keyword set to ______ match type will display your ad when the search term contains any or some combination or variations of the words in your keyword, in any order.

Answers

Answer:

broad

Explanation:

A keyword set to broad match type will display your ad when the search term contains any or some combination or variations of the words in your keyword, in any order

Pleaseeee hellppp!!!!!

Answers

Answer:

credit card info and delivery address

Explanation:

Excel - To clear the active cell, you can use the Ribbon, the keyboard, or the mouse.


True
False

Answers

The answer to your question is true

Is this a desktop or a computer, or are they the same thing

Answers

Answer:

Same thing.

Explanation:

Which best describes the tone of this excerpt?
O humorous
O formal
O caring
O wise

Answers

What excerpt? You are giving is the question only without the excerpt i mean i think it’s wise i am not sure

Answer:

a

Explanation:

The quick access toolbar is ____.

Question 1 options:

is not customizable

is located at the bottom of the screen


is the fastest way to access the most used features

Question 2 (1 point)
The ribbon is where you will find all of the options to make a spreadsheet.

Question 2 options:
True
False
Question 3 (1 point)
The Display Options allow you to... (select all that apply)

Question 3 options:

close Excel altogether


change how much of the ribbon is displayed


minimize, maximize or restore the screen

Question 4 (1 point)
The "Tell Me" box allows _____

Question 4 options:

allows someone to find a command by typing it out. This way you can skip searching through the ribbon tabs for a command.


shows which cell is currently selected.


Displays the name of the current file.

Question 5 (1 point)
Each column is labeled with a letter, and each row is labeled with a number; giving each cell a unique name.

Question 5 options:
True
False
Question 6 (1 point)
All the cells make up a _________

Question 6 options:

notebook


workbook


worksheet

Question 7 (1 point)
Multiple worksheets make up the________, or the file.

Question 7 options:

cells


workbook

Question 8 (3 points)
Microsoft Excel can be downloaded for free, just like Word and PowerPoint, as a student at Digital Academy of Florida. Click here for instructions to download.

Question 8 options:
True
False

Answers

Answer:

question 1 is a fast way of accessing used features

Answer:

Explanation:

Question 2 (1 point)

The ribbon is where you will find all of the options to make a spreadsheet.

True

Question 3 (1 point)

The Display Options allow you to... (select all that apply)

minimize, maximize or restore the screen

Question 4 (1 point)

The "Tell Me" box allows _____

allows someone to find a command by typing it out. This way you can skip searching through the ribbon tabs for a command.

Question 5 (1 point)

Each column is labeled with a letter, and each row is labeled with a number; giving each cell a unique name.

True

Question 6 (1 point)

All the cells make up a _________

worksheet

Question 7 (1 point)

Multiple worksheets make up the________, or the file.

workbook

which is the first mobile phone? when and who invented it?​

Answers

Answer:

The first handheld cellular mobile phone was demonstrated by John F. Mitchell and Martin Cooper of Motorola in 1973, using a handset weighing 2 kilograms (4.4 lb). The first commercial automated cellular network (1G) analog was launched in Japan by Nippon Telegraph and Telephone in 1979.

Inventor: Martin Cooper

mark me brainliestt :))

Andy is working on a project to build an accounting software program for his firm. He uses old programming modules that contained code to perform various processes and links them to create a complete system. Which approach does he apply to the program design?
A.
structured programming
B.
non-structured programming
C.
top-down approach
D.
bottom-up approach
E.
modular programming

Answers

Answer:

E.  modular programming

Explanation:

Andy is applying a design known as modular programming. This is basically a design in which the entire project is broken down into various parts known as modules. Each one of these modules performs a very different and unique task. As the modules are created they are linked together like pieces of a puzzle in order to form the entire project. This makes tackling a large project much easier and makes debugging problems much easier as well.

Other Questions
Please helpWill give Brain List Lee los problemas de estos pacientes. Luego, completa las rdenes y recomendaciones que su mdico les da.Don Mariano y doa Teresa no duermen bien y sufren de mucha presin en el trabajo. 1 (tomar) t de manzanilla y (acostarse) siempre a la misma hora. 2 No (trabajar) los domingos.Juan come muchos dulces y tiene caries (cavities). 3 (T) (cepillarse) los dientes dos veces por da. 4 No (comer) ms dulces.La seora Ortenzo se lastim jugando al tenis. Le duele el pie derecho. 5 (Usted) (quedarse) en cama dos das. 6 No (mover) el pie y no (caminar) sin muletas (crutches).Carlos y Antonio trasnochan con frecuencia y no llevan una dieta sana. 7 (dormir) por lo menos ocho horas cada noche. 8 No (ir) a clase sin antes comer un desayuno saludable. Question 1 2 pts (13.01 LC) What is the value of the expression (14: 2) + 6 x 3 - 12? (2 points) O 13 015 17 O 23 Which of these gave the Confederacy an advantage over the Union during the Civil War? (5 points)Group of answer choicesa)The South's strong military traditionb)The loyalty of most of the South's slave populationc)Control over a large navyd)The popularity throughout the nation of the states'-rights stance What was the Dust Bowl? How could we have stopped it from happening? 12 ft. 7 ft. what is the Hypotenuse Select the properties of a parallelogram.has four right anglesopposite sides are congruentdiagonals are perpendicular to each otherO diagonals bisect each otherdiagonals are congruent to each otheropposite sides are parallelO diagonals bisect the opposite anglesO opposite angles are congruent Cage has been given two offers. Tallahassee Jellyfish offer is p = $400,00g and Madison Meerkats offer is p = $1,250,000 + $150,000g. Which offer is better if Cage can play 8 games in the season?Tallahassee Jellyfish offer is p = $400,00g and Madison Meerkats offer is p = $1,250,000 + $150,000g. At what point these two offer's graphs intersect?(5, 2000000)(5, 2)(16, 3600000)(50, 20000) Can someone help me? Denise collects stuffed animals. The number of stuffed animals in her collection, a, after n, number of years, can be described by the equation a(n) = 3 + 4n. Which statement best describes the rate of change? Someone help me with this pls Decide if each is an annuity or not an annuity. a. $1000 cash received per year for 10 years b. $200 paid in month 1, $150 paid in month 2 and $400 paid in month 3 a) annuity b) not an annuity a) annuity b) annuity a) not an annuity b) not an annuity a) not an annuity b) annuity If an element forms a 1-ion, in which group of the periodic table would youexpect to find it?A. 17 B. 1C. 2 D. 18(Its A. 17) A trapezium has an area of 150cm^2.The lengths of its parallel sides are 4.8 cm and 5.2 cm.What is the perpendicular height of the trapezium? Find the value of tan, if cos = 4/5 ; 0 < 90 15. A___________ __________ Fee is a charge that a credit card issuer charges a customer for accessing the cash credit line on his or her account, either through an ATM, convenience check or at a bank's teller window. A _______________ ______________Fee is when you pay off the balances on existing cards or loans by transferring them to another credit card account . What does the prefix pro- mean in the word prologue? The novel's prologue introduces an interesting cast of characters. A. during B.about C.after D. before The hanger image below represents a balanced equation. What happens when a current is applied to two electrodes immersed in pure water? A. No electrolysis occurs, and current does not flow. B. Oxygen, but not hydrogen, is released as a gas. C. Electrolysis occurs, releasing oxygen and hydrogen gas. 3.) If you have 784 g of Sulfuric Acid (H2SO4), how many moles of SulfuricAcid is that? *