________ generally processes the largest quantities of data. Group of answer choices Operational databases Transaction processing Big data Data marts

Answers

Answer 1

transaction processing

generally processes the largest quantities of data. Big data Data marts Operational databases Transaction processing QUESTION 2 According to your text, NoSQL stands for: Numeric Only SQL Not Only SQL Numbered SQL No SQL QUESTION 3 Big data includes: Targe volumes of entity relationship diagrams (ERD) with many different data types that are processed at very high speeds. large volumes of data with many different data types that are processed at very high speeds.


Related Questions

A programmer used Scratch to create a program with three frog sprites. If a
user clicks any of the frogs, they make a "boing" sound and glide to a random
position in the stage panel.
In this scenario, what are two examples of an algorithm?
A. The combination of panels that compose the Scratch interface
B. The code that instructs the computer to move the sprite after it is
clicked
C. The user's decision about which frog to click
D. The code that generates a random location each time.

Answers

Answer:

D. The code that generates a random location each time.

Explanation:

An algorithm is a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.

An algorithm is needed to get a random location.

The code that instructs the computer to move the sprite after it is clicked and the code that generates a random location each time are examples of an algorithm in this scenario. The correct options are B and D.

What is algorithm?

A set of instructions or rules that must be followed in order to complete a task or solve a problem is referred to as an algorithm.

The programmer in this scenario used Scratch to create a programme with three frog sprites that respond to user input by making a "boing" sound.

In this scenario, the combination of panels that comprise the Scratch interface and the user's decision about which frog to click are not examples of algorithms.

The panels that make up the Scratch interface are part of the programming environment, but they have no effect on the program's behaviour.

Similarly, the user's choice of which frog to click is a user input, but it does not form part of the algorithm that governs the program's behaviour.

Thus, the correct options are B and D.

For more details regarding algorithm, visit:

https://brainly.com/question/22984934

#SPJ7

When reconciling your bank statement with your checkbook, what should you
do first?
O A. Compare deposits.

B. Compare balances.
• C. Compare dates.
• D. Compare checks and withdrawals.

Answers

b All your transactions for the month may not be on your bank statement. Some transactions might have occurred too close to the statement date. Those transactions will appear on the next statement, but are already recorded in your check register.

GlobalMan Tech purchased raw material from NewBizTr Co. When the sales team at NewBizTr Co checked the system, there was no payment
detall in the system, though the order-delivery details were present. Also, it seemed that someone had tampered with the details of the previous
order. Which Important data-management features were compromised?

Answers

The Important data-management features were compromised is maintaining Data Security.

What does data management made up of?

Data management is known to be a kind of administrative method that is often used in acquiring, validating, storing, etc., of data for system users.

Note that Maintaining Data Security is one key feature of data-management  and it is the one that has been tempered with.

Learn more about data-management features  from

https://brainly.com/question/24027204

#SPJ1

Answer:

1 security 2 accuracy

Explanation:

You are a game designer and are going to give a presentation to a group of high school students to try to get them interested in a career in the video game industry. You decide you will use a PowerPoint presentation to guide you through your discussion. Your PowerPoint presentation must include:


an explanation of what a video game is;

some history of video games and the video game industry;

why a career in the video game industry is a good choice; and

some examples of what students could do to begin to prepare themselves for an application to college and a career in gaming

Answers

Answer:

Pick a concept. Generate a few game concepts to see what kind of game you want to make. ...

Gather information. Game creation involves extensive research. ...

Start building. ...

Refine your concept. ...

Test your game. ...

Market the finished product.

Explanation:

A video game immerses players in a virtual environment and is an interactive form of electronic entertainment. It involves story-telling, user experience, aesthetics, sound design, and gaming mechanics.

The earliest arcade machines and home consoles like the Atari may be found in the history of video games. As technology developed over time, 3D graphics, virtual reality, and augmented reality experiences were introduced.

For those who are passionate, a career in the video game industry offers fascinating options. The sector is renowned for its quick expansion, with new platforms and technologies appearing on a regular basis.

Technical expertise and the creation of a solid portfolio are prerequisites for pursuing a career in the video game industry.

For the creation of games, learning programming languages like C++, Java, or Python is useful. Additionally, learning 3D modelling, animation, and game design fundamentals can be helpful.

For people who love games and creativity, a career in the video game industry provides intriguing opportunities.

Thus, you can contribute to the creation of engaging and innovative games that engage gamers all over the world if you have the necessary abilities, portfolio, and commitment.

For more details regarding gamers, visit:

https://brainly.com/question/25829996

#SPJ5

List a future Internet and a future network technology that interests you. Explain what it is and how it works. Comment on another's post. You must post before you can see other's posts. Internet tech

Answers

LiFi
Data is transmitted via light
You could have streetlights transmit data to cars.
Since you just need the light to be on or off, you can transmit binary bits.
The rate at which lights can flicker is so fast, that the human eye can’t perceive it!
However LiFi technology is an idea that gained popularity I think about four or five years ago. It might be a bit before it becomes a new breakthrough technology!

Size of a request header field exceeds server limit.

Answers

Try to Increase the value for the directive LimitRequestFieldSize in the httpd.conf:


Reason: This is normally caused by having a very large Cookie, so a request header field exceeded the limit set for Web Server.
For IBM® HTTP Server, this limit is set by LimitRequestFieldSize directive (default 8K). The LimitRequestFieldSize directive allows the Web server administrator to reduce or increase the limit on the allowed size of an HTTP request header field.
SPNEGO authentication headers can be up to 12392 bytes. This directive gives the server administrator greater control over abnormal client request behavior, which may be useful for avoiding some forms of denial-of-service attacks.

What is RAM?

Contained on a chip on the motherboard that does the computing to execute commands

Circuit boards that attach to the motherboard so you can connect components outside the case, such as a mouse, keyboard, speakers, or microphone

Random access memory, which are chips where information is stored temporarily while processing is taking place

Answers

Answer:

Random-access memory.

Explanation:

Random-access memory is a form of computer memory that can be read and changed in any order, typically used to store working data and machine code.

Which client-server application allows an administrator to control a remote computer, but does not encrypt or secure the communication between client and server

Answers

Answer:

✓ A. Telnet

Explanation:

6.Which client-server application allows an administrator to control a remote computer, but does not encrypt or secure the communication between client and server?

A. Telnet B. Remote Desktop C. FTP D. SSH

✓ A. Telnet

What's the best way that Safiya can improve the machine learning algorithm's ability to detect all pedestrians

Answers

The best way that Safiya can improve the machine learning algorithm's ability to detect all pedestrians is; As detailed below.

What is a machine algorithm?

Machine learning algorithms are mathematical model mapping methods used to learn or uncover underlying patterns embedded in the data.

Now, Machine learning comprises a group of computational algorithms that can carry out pattern recognition, classification, and prediction on data by learning from existing data set.

In this question, the best way that Safiya can improve the machine learning algorithm's ability to detect all pedestrians is She can add videos of people using wheelchairs and strollers into the training data set (perhaps crowd-sourcing them if there are none already available).

Read more about Machine Learning Algorithm at; https://brainly.com/question/21928505

what is not an example of ai

Answers

Answer:

human

Explanation:

because it is not a machine

A network configuration in which connected devices are located in close proximity is called a _____________

Answers

LAN
Local Area Network
A network of devices connected close together over a small geographical are (locally)

If the value of score1 is 350 and the value of score2 is 210, what will be the value of result after the code segment is executed

Answers

  The value of result of the  code segment is executed is known to be 4.

Why is the value of the code segment so?

  When the result of  is not  executed because the condition is said to be false and also when there is a false condition is, the else statement will be said to be true

  Therefore,   result = result + 2; -> result is brought up by 2 to bring about 4 and as such, the value of result of the  code segment is executed is known to be 4.

Learn more about scores from

https://brainly.com/question/19492935

#SJ1

Answer:

its 5

Explanation:

I put 4 and got it wrong and checked the test

Select the correct answer.

Identify the correct CSS syntax to link an external style sheet.







B.






C.






D.


newstyle.css

Answers

Answer:

D

Explanation:

It is D

Select the correct answer.

Identify the correct CSS syntax to link an external style sheet.

100 points asap and brainly if right
Type the correct answer in the box. Spell all words correctly.
What term describes the site-to-site VPN used by Kevin’s company?
Kevin’s company has offices located in different states. All the offices are connected to the head office through a site-to-site VPN connection. Kevin’s company is using a(n) (blank) VPN.

Answers

Kevin’s company is using an “extranet” VPN

Answer:

extranet

Explanation:

VPN stands for virtual private networkVPN is used by companies for privacyIt also helps in keeping important data safe from hackers

A technician is installing RG6 cable and asks you to retrieve a connector from the parts drawer. What type of connector do you need

Answers

The type of connector, which is needed when a technician is installing RG6 cable and asks to retrieve a connector from the parts drawer, is F-connector.

What is F-connector?

The F-connector is a type of RF connector which is used to connect the Video equipments to the antennas and setup box.

A technician is installing RG6 cable.

The RG6 cable is a coax cable.This cable is used in satellite signal transmission, generally for TV and setup box.

Now the technician is ask to retrieve a connector from the parts drawer. Here, we use F type connector for this RG6 cable.

Thus, the type of connector, which is needed when a technician is installing RG6 cable and asks to retrieve a connector from the parts drawer, is F-connector.

Learn more about the connector cable here

https://brainly.com/question/9082842

#SPJ1

The _____ standard uses multiple input/multiple output (MIMO) technology to boost performance.

Answers

802.11n standard uses multiple input/ MIMO technology.output (MIMO) technology to boost performance. Increases the speed of wireless local area network communications, as well as their dependability and range.

What is MIMO technology?

Multiple-Input MIMO Many-Input, Multiple-Output is a wireless technology that uses multiple transmitters and receivers to carry more data at once. MIMO is supported by all 802.11n wireless equipment.

The technology enables 802.11n to achieve faster rates than goods that do not have 802.11n.

Thus, 802.11n standard used for boosting performance in MIMO technology.

For more details about  MIMO technology, click here

https://brainly.com/question/14128610

#SPJ1

To make slides in a powerpoint online application presentation have the same transition effect, select __________ on the transition tab. apply to all existing fade none

Answers

Answer: Animations

Explanation:

Transitions, such as fade, can be applied to all using the command Ctrl+A.

Transitions are found under the animations Tab. Sorry about the bots.

Hope This Helped!

Answer:

Apply to all

Explanation:

The Director of your company is traveling out of the country with the company laptop. Which solution can assist with recovery in the event the laptop is stolen

Answers

What solutions does the question give for you to choose from?
I’d go for backup

_____ collection and dissemination involves satellites, manned aircraft, unmanned aerial vehicles, imagery analysis and assessment, non-classified internet protocol router network (NIPRnet).

Answers

Signal intelligence is intelligence gathered by the interception of signals. The blank space will be filled with "SIGINT".

What is SIGINT?

SIGINT is also known as Signal intelligence is intelligence gathered by the interception of signals, whether they be human conversations or technological signals that are not directly utilised in communication. It is a subpart of Intelligence gathering management.

SIGINT collection and dissemination involves satellites, manned aircraft, unmanned aerial vehicles, imagery analysis and assessment, and a non-classified internet protocol router network (NIPRnet).

Learn more about SIGINT:

https://brainly.com/question/15710402

#SPJ1

1. The first Pong arcade game in the ______ is considered to be the start of modern video game industry

a) early 60s

b) early 70s

c) early 80s

d) early 90s

Answers

Answer:

B

Explanation:

The first pong game came out November 29, 1972

Lin is creating a template for the configuration of Windows servers in her organization. The configuration includes the basic security settings that should apply to all systems. What type of document should she create

Answers

The type of document should she create is  baseline document. Check more about the term Baseline below.

What is a Baseline document?

A Baseline document is known to be a kind official or legalized document that has passed through some measures of start approval and was used for its purpose.

Note that for Lin to be able to make the template for the configuration of Windows servers, the type of document that she can create is  baseline document.

Learn more about Windows servers  from

https://brainly.com/question/14526761

#SJ1

Assume that the Vehicle class contains a virtual method named CalculateMaxSpeed(). Assume that both the MotorVehicle and Automobile classes override this method. Which class defines the method that is called when the second statement in the code that follows is executed

Answers

The class that defines the method that is called when the second statement in the code that follows is executed is: Automobile.

Automobile class

In a situation where the statement " Automobile car = new Automobile ( )" is executed. The process called instantiation has taken place.

When instantiation occur this indicate or means that object of the automobile class has been created.

An object can tend to be created based on the definition of the class  and the created object can be used to perform or carryout tasks.

Therefore the class that defines the method is: Automobile.

Learn more about automobile class here:https://brainly.com/question/15697747

#SPJ1

14 AP Computer Science Principles


3. Consider the following code segment.

first 100

second 200

temp first

second + temp

first second

What are the values of first and second as a result of executing the code segment?

(A) first = 100, second

= 100

(B) first = 100, second = 200

(C) first = 200, second

=

100

(D) first = 200, second =

200

Answers

The values of first and second as a result of executing the code segment are (c) first = 200 and second = 100

How to determine the value of the variables?

From the code segments, we have the following assignment operations

first = 100 and second = 200

The variable first is assigned to variable temp.

So, we have:

temp = first = 100

The variable temp is assigned to variable second

So, we have:

second = temp =  100

Lastly, the variable second is assigned to variable first

first = 200

Hence, the values of first and second as a result of executing the code segment are (c) first = 200 and second = 100

Read more about code segments at:

https://brainly.com/question/14284157

#SPJ1

Michael is doing research to find information about a pet fish. He finds a website that says fish do not make good pets. Michael should not use this information because it is

a belief
a fact
an opinion
informative

Answers

Answer:

It is a opinion not a fact so it should not be used

Explanation:

13,Which hardware device is used in decoding the machine language version of an instruction in the Instruction Decode stage of the Fetch Execution Cycle

Answers

It should be the control unit

Why shouldn’t you add taxes to schools to keep technology in classrooms?

Answers

Answer:

Technology is becoming more expensive and more unhealthy over time, so adding taxes is adding extra funds that don't need to be added. Studies also show that technology in classrooms can cause students' social skills to deficit.

Why have Social Security numbers traditionally been used as primary keys for database tables that store personal data on individual people

Answers

Each person has a unique Social Security number. Therefore each Social Security number is not shared, and thus each number represents one person only.
We can use the number to identify a person in a database

Think about the activities that you do online. What are three ways you can use a web browser to make your experience easier and more enjoyable?

Answers

Answer:

Copy and paste

Keywords

Bookmark tabs

________ is the process of obtaining, cleaning, organizing, relating, and cataloging source data. Data acquisition Data entry Data mining Data encryption

Answers

Answer:

_______ is the process of obtaining, cleaning, organizing, relating, and cataloging source data. A Data acquisition B Data mining C Data encryption D Data scrubbing E Data entry

✓ A Data Acquisition

Explanation:

Which type of cell references are automatically updated when copied?.

Answers

Answer:

By default, all cells are Relative Cell References within a formula and will update when copied or use of Autofill.

Explanation:

By default, all cells are Relative Cell References within a formula and will update when copied or use of Autofill.

Other Questions
Male and female high school students reported how many hours they worked each week in summer jobs. The data is represented in the following box plots:two box plots shown. The top one is labeled Males. Minimum at 1, Q1 at 3, median at 10.5, Q3 at 14, maximum at 21. The bottom box plot is labeled Females. Minimum at 0, Q1 at 15, median at 18, Q3 at 21, no maximum shownIdentify any values of data that might affect the statistical measures of spread and center. The females worked more than the males, and the female Q3 equals the top of the range. The spread and center are skewed due to the fourth quartile missing with the females. There is a significant outlier at the low end for the females. The males have a high outlier, and the females have a low outlier Choose the correct conjugation to complete the sentence. Ustedes __________ de la escuela tarde todos los das.salosalensalimossalgo 3 2/3 times 5 1/7 = ?/3 times ?/7 = Fill in the blank._______ is defined as the energy of motion._______ is proportional to the average kinetic energy of the sample of matter.Temperature indicates the _______ of heat flow.Heat flows only from _______ objects to _______ objects.The _______ scale is the absolute temperature scale where zero degrees is defined as an absolute zero._______ is the lowest possible temperature where no heat energy would remain in the substance and molecules and atoms would stop moving._______ is the net movement of particles from regions of high concentration to regions of low concentration.The transfer of heat from a hot to a cold body would stop when _______ is reached._______ is the quantity of heat that a body of matter absorbs or releases when it experiences a temperature change of 1 Kelvin. What is 4/25 2? Give your answer in its simplest form. Who many inches in a foot? a good paragraph is composed of a __________ , relevant supporting sentences, and a closing sentence.a) thesis statementb) topic sentencesc)simple sentences d)compound sentences 1. Billy scored 33 points on a test worth 75 points. What is his percent score? 2. Convert 0.25 into percent A firm is considering investing in a new piece of material handling equipment that should save on the current annual labor cost of moving the materials by hand. The device costs $750 can be expected to result in $500 annual savings for years 1, 2, and 3; then, it will have worn out and have to be replaced. Assume the interest rate that determines time value of money for this firm is 7%Required:a. What is the payback period for the expenditure of the $1000? b. Calculate the present worth (PW) of the three years of savings, assuming the savings occur at the end of each year of ownership. c. Calculate the net present worth (NPW) of the investment. d. Based on your answers to and iii, should the firm invest in the equipment? HELP ASAP LAST QUESTIONTrue or False: There are situations at the local level that the Governor of the state could legally not address. A. TrueB. False 1 Over the past ten years more than two dozen athletes have died from the medical condition known as heatstroke. Heatstroke occurs when the bodys internal temperature becomes so elevated that its cooling system begins shutting down. Who is most at risk? Surprisingly, it is younger athletes. They often either do not recognize or ignore the warning signs until its too late. To make matters worse, childrens bodies are much less efficient than adults at cooling themselves. A promising new product hopes to end the all too common heatstroke trend. It is called a thermometer pill.2 While it doesnt look much different from the average vitamin capsule, the work it does inside the body is truly amazing. Once ingested these capsules send an internal body temperature reading to a portable device that is not much bigger than an iPhone. A coach or professional trainer monitors the device during practices or events held when temperatures and heat indexes are particularly high. If an athletes body temperature reaches a dangerous level, the monitor immediately transmits an alert. The player is then rushed indoors and placed in an ice bath to rapidly decrease his or her body temperature. This is important, since internal organs can begin shutting down at 105 degrees Fahrenheit.3 While these tiny lifesavers have proven to be effective, they are quite expensive. On average the cost is $50.00 per pill. However, many parents of young athletes say that it is a small price to pay for the peace of mind it gives them on a hot, sultry day.To strengthen the argument for using thermometer pills, the author points out that a person who becomes dangerously overheated faces.A) scarlet fever.B) severe hypothermia.C) an increase in pulse rate.D) organ failure that can lead to death. what happened at the watergate hotel? Rewrite as a simplified fraction.1.13 (3 repeating) = Please help Ill give Brainiest House's revision of his theory puts more emphasis on the need for leaders to foster Group of answer choices achievement with an internal locus of control. concrete rewards and need for achievement. an external locus of control. personal growth in management knowledge. intrinsic motivation through empowerment. FechaIrregular preterite verbs: ir, ser (continued)B. Write the correct form of the verb within parentheses. Follow the model.Rafael y Hernando nofueron (ir) al consultorio ayer.Modelo1. Anoche yo(ir) al centro2. Luego, Marcela y yo(ir) a cobrar un cheque.3. La noche(ser) divertida.4. Y t zadnde(ir)?5. La tarde fue(ser) aburrida.6. Ellos(ir) a un concierto en elparque.7. El plato principal(ser) bistec y papas.8. Nosotras(ir) a la playa The most common cause of childrens unintentional injury deaths in 2013 was .About of the children died as a result of fire or burns.The third leading cause of unintentional injury death was . Describe the transformation of f(x) = cos x to g(x) = cos(x - pie/4). If the volume of the right prism shown is 27 ft3, then h = __feet. Do you think Spud is real name ? Give reasons