8) [Price] * [Quantity] is an example of a ________.


A. summary statistic


B. calculated field


C. logical operator


D. comparison operator

Answers

Answer 1

Answer:

Summary statistics

Explanation:

Option B is out of bussisnesLogical operatiors are and ,or ,not Comparison operatiors are ≥,≤

So option A is correct


Related Questions

Question 3 of 25
Which issue would most likely cause a network to slow down considerably?
A. The network's locations are too far apart, and the LAN cannot
extend far enough to connect them all.
B. The network's modem is unable to convert all of the electrical
signals it receives.
C. Too few applications are running to handle a high-bandwidth
network.
D. Too many devices are connected to the network and are in use at
the same time.

Answers

Answer: B or D bit i think D

Explanation:

Question 1 of 25
Which hardware device uses abstraction to allow a user to navigate within a
computer interface?
A. Headphones
B. Cables
C. Mouse
D. Memory card

Answers

Answer:

mouse

Explanation:

Hello can someone help with the output of this please?

Answers

Answer:

its a diamond shape

Explanation:

i did it on desmos please give brainliest please and good luck :)

In this lab, you use what you have learned about parallel lists to complete a partially completed Python program. The program should either print the name and price for a coffee add-in from the Jumpin’ Jive Coffee Shop or it should print the message "Sorry, we do not carry that.".

Answers

The given python code is given below as it makes a parallel list and prints an output.

What is Python Programming?

This refers to the high-level programming language that is used to build data structures and is object-oriented.

Hence, we can see that to use a parallel list to print a program in Python:

Python zip()

list_1 = [1, 2, 3, 4]

list_2 = ['a', 'b', 'c', 'd']

for i, j in zip (list_1, list_2):

print (j)

else

print (i) "Sorry, we do not carry that.";

Read more about python programs here:

https://brainly.com/question/26497128

#SPJ1

What is compression?
the process of reorganizing data on the disk to store it more efficiently, with related data next to each other or in sequence
O information about a computer file, distinct from the information it contains
the process of removing unused space in a file or disk to reduce the amount of storage space necessary
the method used by operating systems to organize and store data

Answers

The statement that correctly describes compression is "the process of reorganizing data on the disk to store it more efficiently, with related data next to each other or in sequence".

What is compression in computer storage?

Data compression is the act of altering, encoding, or changing data's bit structure such that it takes up less disk space.

It allows you to reduce the size of one or more data instances or items in storage. Source coding or bit-rate reduction are other terms for data compression.

The statement that correctly describes compression is "the process of reorganizing data on the disk to store it more efficiently, with related data next to each other or in sequence".

Learn more about Compression:

https://brainly.com/question/13102298

#SPJ1

Which language should you use to add functionality to web pages.

Answers

Answer:

JavaScript

Explanation:

JavaScript is used to add functionality to web pages.

It is run locally, so it doesn't need server responses.

In a paragraph of 125 words, explain the differences between marketing and sales.

Answers

Answer:

In the simplest of terms, marketing is building awareness of your organization and brand to potential customers. Sales is turning that viewership into a profit, by converting those potential customers into actual ones

Explanation:

From the order _details table-product_id, quantity, item_price where the quantity is greater than 3 and sorted by price



SQL problem?

Answers

Answer:

SELECT product_id, quantity, item_price

FROM order_details

WHERE quantity > 3

ORDER BY item_price

Explanation:

ACTIVITY 3: Give 10 examples of the following application packages: Word- processing, Spreadsheet, Database.​

Answers

Answer:

10 +2=12

Explanation:

1) we add 2 after 2 like 2 ....

2) love calculate

3) think

4) be careful

5) reasons

6) work on your own

7) be you self

8) face

9) x

10) do it

What is the aspect ratio of this photo?
A) 29.97
B) 1:1
C) 4:3
D) 9:16
E) 1080p

Answers

Answer:

1080p

Explanation:

Which tab alignment option specifies that text and characters will shift to the left as you type?

A. Decimal

B. Center

C. Right

D. Left

Answers

Answer:

D. Left

Explanation:

.

Answer:

You choose this one that is on the image that is blue

Explanation:

It will move to the right

What refers to the main screen of the computer

Answers

Answer:

Desktop.

Explanation:

Desktop refers to the main screen of the computer.

do 1-3 and for number 3 I would say just use a image for that one tyyy who

Answers

Answer:

1. Kpop,Anime and for holidays I like thanksgiving and christmas.

2. Children Appreciation Day

3. is the image below

Explanation:

What method is used in the following line of code to associate clicking the left button with the event handler "clickSingle"?

widget._____(' ', clickSingle)


eventHandler
eventHandler

attach
attach

connect
connect

bind

Answers

Answer:

Bind

Explanation:

widget.bind('<Button-1>', clickSingle)

Daisy loves playing games with words. Recently, she has been playing the following Deletive Editing word game with Daniel. Daisy picks a word, for example, "DETERMINED". On each game turn, Daniel calls out a letter, for example, 'E', and Daisy removes the first occurrence of this letter from the word, getting "DTERMINED". On the next turn, Daniel calls out a letter again, for example, 'D', and Daisy removes its first occurrence, getting "TERMINED". They continue with 'I', getting "TERMNED", with 'N', getting

Answers

The steps for Daisy to take in giving the Input and Output of the program are as detailed below.

How to create a program for games?

For the Input, we do it as follows;

The first line of the input contains an integer n — the number of test cases (1 ≤ n ≤ 10000). The following n lines contain test cases.

Now, each test case will consist of two words s and t separated by a space. Each word consists of at least one and at most 30 uppercase English letters; s is the Daisy's initial word for the game; t is the final word that Daisy would like to get at the end of the game.

For the Output, we will do it as follows;

Output n lines to the output — a single line for each test case. Output "YES" if it is possible for Daisy to get from the initial word s to the final word t by playing the Deletive Editing game. Output "NO" otherwise.

Read more about game programs at; https://brainly.com/question/1786465

#SPJ1

Explain in detail, how the Depth Wavelet Transform (DWT) algorithm works, specifically with respect to EEGs (a non-invasive brain-computer interface).

Answers

Electroencephalography-(EEG-) based control is a noninvasive technique which employs brain signals to control electrical devices/circuits.

This should help you

Mention and justify any business task that cannot be done in the Cloud

Answers

Cloud computing makes it difficult to monitor real-time data for the business.

What is cloud computing?

Cloud computing is given as the accessing, storing, and managing of data over the internet with the securing firewall network.

Cloud computing however is found to be developed with the challenges that made the difficult business tasks.

The task such as maintaining the real-time monitoring is not provided by various cloud providers was found as the task to be difficult to work with cloud computing.

Learn more about cloud computing, here:

https://brainly.com/question/11973901

#SPJ1

What is the output? (Picture)

Answers

Answer:

B is the answer to the question

What is the difference between DWT and CWT?

Answers

Answer:

raspuns:

Explanation:

amandoua sunt cam la fel dar si diferite pe alte parti

To embed an existing word object in a slide what would you click

Answers

Answer:

Right-click the object, and then click Linked Presentation Object or Slide Object. Click Open or Open Link, depending on whether the object is embedded or linked, and then make the changes that you want. If the object is embedded, the changes are only in the copy that is in the document.

Explanation:

2. Technology can have profound effects on a society. Consider the changes that smart phones
have provoked. They have obsolesced cameras, land lines, phone booths, invaded classrooms,
and other places where the ringing of a phone would never have been heard State at least five
(10 Marks)
positive and negative effects of technology on society.

Answers

Smartphones are the technologically most advanced telecommunication device. They have replaced the telephones and landlines. It has both positive and negative impacts on society.

What is technology?

Technology is the use of advanced and high output, less time-consuming systems. It affects society both positively and negatively. The positive effect of technology is:

Information is available across the globeData storage is possible. Robotics has increased the research.Increased better and fast communication channels.Have increased the quality of education.

The negative impact of technology are:

Harmful health effects like depression.Increased crimes and frauds.Decreased physical activity and interactions.Loss of privacy and data theft.Cyberbullying and cybercrimes.

Learn more about technology here:

https://brainly.com/question/21858959

#SPJ1

Question 1 of 10
A common human interest story is one that:
O A. covers natural disasters in their entirety.
O B. reports business and financial news.
O c. walks audiences through celebrity homes.
O D. takes audiences behind the scenes.
SUBMIT

Answers

Answer:

D

Explanation:

A common human interest story is one that takes audiences behind the scenes. The correct option is D.

What is human interest story?

A human-interest story is a feature narrative in journalism that emotionally describes people or animals.

In order to provide viewers a glimpse into the lives of people or groups and to highlight their distinctive stories and experiences, popular human interest stories frequently take the audience behind the scenes.

This kind of narrative frequently tries to elicit an emotional response from the viewer and can cover a wide range of subjects, including individual hardships, triumphs, or distinctive lifestyles.

While news articles may center on natural disasters, economic and financial events, or celebrity houses, they may not always strive to create a better knowledge of the people involved.

And hence they do not always qualify as human interest stories.

Thus, the correct option is D.

For more details regarding human interest story, visit:

https://brainly.com/question/20383709

#SPJ2

QUESTION 11
Which expression for YYY will result in an output of "Pass" only if x is exactly 32?
if YYY:
print('Pass')
else:
print('Fail')
a. x != 32
b.x == 32
OC. x >= 32
d. x <= 32

Answers

Answer:

x == 32

Explanation:

CODE in Java:

       int x = 32;

       if(x == 32){

           System.out.println("Pass");

       }

       else{

           System.out.println("Fail");

       }

OUTPUT:

Pass

What is it called when you define a variable for the first time

Answers

Answer:

That is called declaring a variable

Explanation:

Answer:

declaring a variable

Explanation:

you have to declare a variable before you call it


Online education students need to be taught

the reasons why they should be ethical
how to be friends with their instructors
how to waive their right to privacy
how to communicate professionally
how to commit academic fraud

Answers

Online education is a teaching practice delivered through the internet. The students learning from online platforms must be taught to be ethical.

What is the importance of ethics and integrity?

In the online education system, the students should learn to be ethical and integral as it enables the students and their teachers to be creative, free to create ideas, and acknowledge others' work.

Ethics teaches the students to develop their personalities and behavior. Students' integrity allows them to be honest, responsible, and fair towards their work and instructor.

Therefore, option A. online learning students must be taught to be ethical.

Learn more about online learning here:

https://brainly.com/question/14708323

#SPJ1

Answer:

-the reasons why they should be ethical

-how to communicate professionally

Explanation:

I will give brainyest
My Chromebook turned off and it won't turn back on and it's not dead. What do I do?

Answers

Answer:

Power down your Chromebook by doing a hard reset.

Explanation:

The first thing to check for when your Chromebook won't turn on is a dead battery. Plug the unit in via AC charger and let it charge for at least 30 min to an hour and try turning it on again.

Answer:

your Chromebook most likely crashed or the battery inside the           Chromebook died I would get it checked out

Explanation:

thank u

what instruments uses MIDI?

Answers

Answer:

Of course, MIDI is not just for keyboards... other MIDI-equipped musical instruments include digital drums, guitars, wind instruments, and more. For electronic dance

Gary says, "Ports are where data enter a network before reaching a gateway. The data travel via transmission
media." Choose the correct explanation mfor why Gary is right or wrong.

Answers

The correct explanation of why Gary is wrong is that Ports are where connectors attach to destinations, not where data enter the network.

What is a port?

A port is physical part of the computer system where the external devices are connected using cables.

Therefore, it serves as an interface between the motherboard and an external device of the computer.

From Gary statement about ports, he is wrong because, Ports are where connectors attach to destinations, not where data enter the network.

Learn more about ports here:

https://brainly.com/question/4804932

#SPJ1

roles of computer in business areas​

Answers

Explanation:

The use of computer in business field is increasing day by day. Computers have been heart of modern business. In business, computer help in several kinds...of work such as to keep the records of goods of employees, measure the quantity of goods, send e-maila, communicate with the customers, give online services to customers, control the branch offices from the main offices, and so on....

Three differences between Selecting and Highlighting​

Answers

Answer:

highlighting is selecting a text & it turns into a color

selecting is just going over the text with a cursor

Explanation:

Answer:

Selecting an item is simply choosing something. Highlighting is to note important information. Highlighting only takes important details, selecting chooses objects.

Other Questions
Select the correct answer.Under which category would you classify pollen and plant remains from an archaeological site?A. artifactsB. ecofactsC. ethnographicD. features Read the excerpt below and answer the question.Men have tried hard to put away the dark;A million lighted windows brilliantly Inlay with squares of gold the winter night,But to us standing here there comes the stark Sense of the lives behind each yellow light,And not one wholly joyous, proud, or free.What is the meaning of these lines in the closing sestet of Lights?Human inventiveness has brought brightness and optimism to the world.The power of love transforms the ordinary lights of city buildings into delicate works of art.People use the lights to brighten and mask the dreariness of their lives.The lighted windows on winter nights symbolize the energy and vibrancy of the city. 1.Which is the best method for solving the quadratic equation? Explain why using a sentence. Then solve the quadratic equation using the method chosen. Leave all answers in simplest radical form.Try to only choose each method once, but you may use a method twice.Take the square root of each side.Factor and use the zero-product property.Complete the square.Use the quadratic formula.A.2a2 = 72B.x2 -10x +16= 0C.y2 + 6y = 2 Hiya ! I need help. . . Which of the following is a rational number? [tex]\sf{a) \: \sqrt{20}}[/tex][tex]\sf{b) \: \pi}[/tex][tex]\sf{c) \: \sqrt{21}}[/tex][tex]\sf{d) \: \sqrt{25}}[/tex](remember no calculator if you're trying to use it) Make an explanation to this. don't cheat! Which of the following is the best example of an approach-approach conflict?O Deciding if you should quit your current job.o Deciding between two exciting location options for your vacation.o Deciding if you should accept a promotion that you have earned at work.o Deciding if you should pay your electric bill or your car payment with your paycheck. SOMEONE HELP PLEASEE!!! "Fighting not only extended upwards, but downwards as well, low-flying machines with wireless radio co-operated with ground troops, and attacked men guns, trenches, transport, andhostile aerodromes (airfields) The Germans were a year behind in realizing the value of wireless in the air, but once they did realize they lost no time in adopting similar methods andapplying them with thoroughness and energy-- Maurice Banng, author of Flying Corps Headquarters 1914-1918Which of the following best describes the knowledge that Baring gained about wartare during World War 1?The Allies had much better aircraft than the Germans didO BThe Allies used new types of weapons much more effectively than the Germans didCukly scaling and adapting new technologies in order to win the warD The Germans had much better scientists working on developing new types of technology for use in the war Which of the following was true about Muhammad Ali before the Rumble in the Jungle?A. He went into the fight against George Foreman as the world champion.B. He was in better physical shape than George Foreman because of his age.C. He went into the fight knowing George Foreman would beat him.D. He made bold statements about beating George Foreman before the fight. Algebra 2!! Which graph represents the following piecewise defined function?-2x, x 2 Please help! Im struggling! Drag each triangle to the correct category. for each set of side lengths, classify the triangle based on whether it is a right triangle. HELP ILL GIVE BRAINLEST What is the area of this figure?Enter your answer in the box Help me out yall PLEASE Which painting by David addresses the need for reconciliation in the Revolution's bloody aftermath?A) the EmperorB) Lictors Returning to BrutusC) Intervention of the Sabine WomenD) Oath of the Horatii A diagonal of a cube measures 15 cm and the length of an edge of the cube is V75 cm.What is the length of the diagonal of a face of the cube? Round to the nearest tenth. i dont understand this at all, please dont give me an answer i just need someone to explain it to me if so, thank you Use the FOIL Method to simplify completely:(3p+2)(5p - 7)8p + 11p - 14O 15p + 11p + 1415p 11p 14O 8p + 11p - 14 Which of the following is true?Multiple ChoiceA Nash equilibrium is always a subgame perfect equilibrium.A subgame perfect equilibrium is always a Nash equilibrium.A Nash equilibrium is always a perfect subgame equilibrium in a multistage game.Subgame perfect equilibrium and Nash equilibrium are the same concept but with different names. Please I really need you guys help please if anyone can help me.Write an essay on the kite runner redemption. Valuable about living things?