match the technology term with its definition

Answers

Answer 1

Answer:

there is no picture

Explanation:


Related Questions

Why do most data scientists and companies collect enormous amounts of
data?
A. To reduce the huge amount of data found on the internet
B. To store the data and save it for future generations to examine
C. To compete with other data scientists and companies
O D. To make more accurate predictions about their users and their
behaviors

Answers

I believe it’s B because Scientist collect data for further examination more like theories and unknown things.

Answer: D.

Explanation: got it right

Write a design brief including a problem statement, criteria, and constraints.

PLease hurry it is due today!!!

Answers

Enjoy, It's one of my old ones!  <3

While working in a group of two the members are not getting along. You bring the two members together so they can discuss this issue. The issue is that neither member wants to work on the actual research they both just want to create the presentation. They work together through the steps of conflict resolution and agree to share the research and work together on creating the presentation

What step of the conflict resolution process is this?

A) agree upon the problem
B) brainstorm possible solutions
C) identify the issue
D) negotiate a solution

Answers

Answer:

D)

Explanation:

At first the two members just want to create the presentation but work together and agree to share the research and work together on creating the presentation.

The conflict resolution is more than agree upon problem, identify issue or brainstorm solutions. The answer is D) negotiate a solution.

Answer:

D) negotiate a solution

Which type of cable can transfer data up to 480 megabits per second?
ana

Answers

Answer:

Most suppliers offer three types of cables. USB 1.1 cables support data transfer rates up to 12 megabits per second (Mbps). USB 2.0 cables support data transfer rates up to 480 Mbps. USB 3.0 cables support data transfer rates of up to 5.0 Gbit/s.

Explanation:

Answer:

USB 2.0 cables

Explanation:

This could have been searched by you  

list the three words using in programming logic statements​

Answers

Answer:

if your doing a psuedocode assignment the answers are ( IF, THEN, ELSE)
I hope this helps :)

Explanation:
I just finished my psuedocode course in school
And got everything right

A type of test that simulates threats associated with external adversaries and security staff has no knowledge of, but management consents to and is fully aware is called

Answers

A type of test that simulates threats associated with external adversaries and security staff has no knowledge of is called Covert security testing.

What is Covert security testing?

This is known to be a test that is performed so as to simulate the threats that are linked with any kind of external adversaries. In this test, the security staff is said to have no knowledge of the covert test.

Covert security testing is also called black hat testing. It is known to be one that takes an adversarial approach by carrying out a kind of testing without the knowledge of the firm's IT staff.

Learn more about test  from

https://brainly.com/question/24863377

Select L for the items that refer to General Lee, H for General Halleck, and M for General McClellan.


removed from command twice for being overly cautious

Choose.

felt a victory in the North would turn public opinion against the war

Choose.

retreated to Washington, leaving the Confederates free to attack the North

Choose.

stopped the Confederate Army at Antietam

Choose.

was offered command of Union Army after Fort Sumter

Choose

Answers

The letters that represent the names of the individuals associated with the various actions are; M, L, H, M, L

What were the Activities of Railroad Presidents?

1) The person that removed from command twice for being overly cautious was General McClellan.

2) The person that felt a victory in the North would turn public opinion against the war was General Lee.

3) The person that retreated to Washington, leaving the Confederates free to attack the North was General Halleck

4) The person that stopped the Confederate Army at Antietam was General McClellan.

5) The person that was offered command of Union Army after Fort Sumter was General Lee.

Read more about history of railroad Presidents at; https://brainly.com/question/25997960

Online interaction with social media platforms:__________.
i. Social Engine Optimization
ii. Testimonials
iii. Social Media Presence

Answers

Answer:

social media precense is your answer

When the operand on the left side of the * symbol is a string and the operand on the right side is an integer, the * becomes the ________ operator.

Answers

If the operand on the left side of the * symbol is a string and the operand on the right side is an integer, the * becomes the repetition operator.

What is an operand?

In computer programming, the term operand is known to be a term that connote any object that is said to be capable of being altered.

An example, in "1 + 2" the "1" and "2" are said to be the operands and the plus symbol is known to be an operator. Note that If the operand on the left side of the * symbol is a string and the operand on the right side is an integer, the * becomes the repetition operator.

Learn more about operand from

https://brainly.com/question/6381857

You are the administrator for the ABC Company. You are looking to install Windows Server 2016, and you need to decide which version to install. You need to install a version of Windows that is just for logon authentication and nothing else. You want the most secure option and cost is not an issue. What should you install

Answers

the best door if cost isn’t a issue. I’d get the best one available

What form of the Chkdsk command can you use in a command prompt window that does not require a restart to run

Answers

Answer:

chkdsk.exe

Explanation: It skips over certain checks that are seen in the other parameters like chkdsk C: /R which requires a restart for those checks. It goes straight into reading the basic file systems to find any bad files/folders/errors using just chkdsk.exe (Image below for example of just using chkdsk.exe)

. A _____ is a listing of goods and services. an it stores the information about items in a database, usually on a separate computer that is accessible to the server that is running the Web site itself.

Answers

Answer:

A  stores the information about items in a database, usually on a separate computer that is accessible to the server that is running the web site

Explanation:

Sean is studying at a friend's house and notices that he can connect to the wireless network without entering a wireless network key. What does this indicate about the network

Answers

It is a personal network of Sean’s friends family’s

Which of the statements below is true?

(CORRECT ANSWER GETS BRAINLIEST)

A) The Formatting, Standard, and Drawing commands are unavailable.

B) The Formatting, Standard, and Drawing toolbars are displayed.

C) The Formatting, Standard, and Drawing toolbars are hidden.

D) The Formatting, Standard, and Drawing commands have been used.

Answers

The given statement that is true is; B: The Formatting, Standard, and Drawing toolbars are displayed.

Which statement is true of microsoft word?

In Microsoft word, there are different toolbars that are useful in operation. Now, from the given image from Microsoft word, we can see that toolbar is clicked. However in the fly-down from it, we see that the standard, formatting and drawing toolbars are ticked and as such they are the ones displayed.

Looking at the options, the correct one is Option B because it tells us that Formatting, Standard, and Drawing toolbars are displayed.

Read more about a true statement at; https://brainly.com/question/25605883

Answer:

The Formatting, Standard, and Drawing toolbars are displayed.

Explanation:

In a certain country, a person must be at least 16 years old to drive a car and must be at least 18 years old to vote. The variable age represents the age of a person as an integer. Which of the following expressions evaluates to true if the person is old enough to drive but not old enough to vote, and evaluates to false otherwise?
I. (age ≥ 16) AND (age ≤ 18)
II. (age ≥ 16) AND (NOT(age ≥ 18))
III. (age < 18) AND (NOT(age < 16))

Answers

Answer:

i. (age >= 16) AND (age <= 18)

Explanation:

What the statement means is that it will only be true if the person is older than or 16 and younger than or 18.

That means that if either one is not true, the entire statement won't be either, as it requires both to be true to work.

The other 2 statements use NOT which changes the value. This means that if someone is less than 18, which is supposed to be true, the not statement will change it so that it's not.

I hope this makes sense :)

What is the term used to describe spam email scams where the senders attempt to manipulate individuals into the purchase of penny stocks

Answers

phishing scams

hope this helps

PLEASE HELP. Nobody has been helping me, i need to resolve this code issue for game design

Answers

Have you tried checking for syntax? Maybe you forgot to define a function. What error is the computer sending you? Is it a syntax error or an incorrect float?

When data is being entered into a VARCHAR2 or CHAR column using the INSERT command, the data will be stored in ____

Answers

Answer:

The same case used in the INSERT command.

I did a review on the quizlet for this exact question, and got this answer.

I hope it helps!

Answer:

Insert command

Explanation:

Q1. What is file management short note?​

Answers

Answer:

A file management system is used for file maintenance (or management) operations. It is is a type of software that manages data files in a computer system. A file management system has limited capabilities and is designed to manage individual or group files, such as special office documents and records.

Should spreadsheets be used to keep an address list for holiday cards?
YES
ONO
Hurry pls

Answers

Answer:

No

because spreadsheet is used for calculation not for writing address

Help me to answer this​

Answers

Answers are in bold

  1*2;  C2   7+A6-5; undefined   (5*3)-8; D2   9/3; C1   7+10-9+8; undefined

Ignore the non-bold values because they are there to number each problem 1 through 5 (rather than be part of the numeric answers).

=======================================================

Explanation:

Problem 1

The notation =C3*C2 means we multiply the numbers in cells C3 and C2. A cell like C3 means we look at column C and row 3. The value 1 is in cell C3. The value 2 is in C2. Therefore =C3*C2 becomes 1*2 = 2. The result 2 is in cell C2.

----------------------

Problem 2

According to the table:

D2 = 7A6 = undefinedD1 = 5

I mentioned A6 is undefined because the table only goes to row 3, and not row 6. I'm not sure if this is a typo or intentional. Since A6 is undefined, the result of =D2+A6-D1 is also undefined.

----------------------

Problem 3

The table shows

D1 = 5C1 = 3B3 = 8

So, =(D1*C1) - B3 becomes (5*3)-8 and that fully simplifies to 7, which is found in cell D2.

----------------------

Problem 4

We have

D3 = 9C1 = 3

Therefore, =D3/C1 = 9/3 = 3 which is found in cell C1

----------------------

Problem 5

D2 = 7B1 = 10D3 = 9B3 = 8

So,

=D2+B1-D3+B3 = 7+10-9+8 = 16

which unfortunately is not found in any of the cells of the table.

The location of 16 is undefined.

This is for an excel class

Calvin asks you to explain the difference between a row chart and a column chart. Describe the difference, both in terms of how they appear visually and in terms of how they are most often used. Provide one example of data appropriate to each type of chart.

Answers

Answer: yes

Explanation:

Jeff fell asleep in his chair while Elizabeth was delivering a speech on the effects of pollution on the atmosphere. This is an example of failing to _________________.
a.
listen for total meaning
b.
listen with empathy
c.
listen with an open mind
d.
listen ethically


Please select the best answer from the choices provided

A
B
C
D

Answers

Answer:

C) Listen with an open mind

Explanation:

Hope this helps!

Have a blessed day and remember to keep smiling! :)

PLEASE MARK ME AS BRAINLIEST I REALLY WANT TO LEVEL UP

Many large companies use the word(s), _____, to refer to the huge network of computers that meets their diverse computing needs.

Answers

Many large companies use the word(s), _____, to refer to the huge network of computers that meets their diverse computing needs.

Answer: Enterprise computing

sorry if I’m wrong

Many large companies use the word(s), enterprise computing, to refer to the huge network of computers that meets their diverse computing needs.

What is enterprise computing?

Enterprise computing describes information technology that is focused on business and is essential to a company's daily operations.

Enterprise-focused data platforms like IBM Z and LinuxONE manage blockchain, analytics, cloud infrastructure, and security at scale.

The information technology (IT) tool used by organizations for effective production and back-office support is called enterprise computing, and other topics are all covered by these IT technologies.

Therefore, the massive computer network that satisfies the various computing requirements of several large enterprises is referred to as enterprise computing.

To learn more about enterprise computing, refer to the below link:

https://brainly.com/question/14407411

#SPJ2

Janelle wants to keep track of the mileage she completes and the courses she runs, and locate new courses while training for a 10k race. Which technology would be most helpful to her?.

Answers

Answer:

GPS-enabled device.

Explanation:

Took the test and got it right! Good luck! :)

explain the all types of commands. off DDl and DML​

Answers

Here is your Answer:-

DDL Commands:- DDL means Data Definition Language. It is used to create and modify the structure of database objects in SQL.

DML Command:- DML Command in SQL database stands for Data Manipulation Language. DML commands are used to retrieve, store, Modify, delete, insert and update data in database.

Answer:

Structured Query Language(SQL) as we all know is the database language by the use of which we can perform certain operations on the existing database and also we can use this language to create a database. SQL uses certain commands like Create, Drop, Insert, etc. to carry out the required tasks.

These SQL commands are mainly categorized into four categories as:

DDL – Data Definition Language

DDL – Data Definition LanguageDQl – Data Query Language

DDL – Data Definition LanguageDQl – Data Query LanguageDML – Data Manipulation Language

DDL – Data Definition LanguageDQl – Data Query LanguageDML – Data Manipulation LanguageDCL – Data Control Language

Though many resources claim there to be another category of SQL clauses TCL – Transaction Control Language. So we will see in detail about TCL as well.

DDL (Data Definition Language):

DDL or Data Definition Language actually consists of the SQL commands that can be used to define the database schema. It simply deals with descriptions of the database schema and is used to create and modify the structure of database objects in the database.DDL is a set of SQL commands used to create, modify, and delete database structures but not data. These commands are normally not used by a general user, who should be accessing the database via an application.

List of DDL commands:

CREATE: This command is used to create the database or its objects (like table, index, function, views, store procedure, and triggers).

DROP: This command is used to delete objects from the database.

ALTER: This is used to alter the structure of the database.

TRUNCATE: This is used to remove all records from a table, including all spaces allocated for the records are removed.

COMMENT: This is used to add comments to the data dictionary.

RENAME: This is used to rename an object existing in the database.

DQL (Data Query Language):

DQL statements are used for performing queries on the data within schema objects. The purpose of the DQL Command is to get some schema relation based on the query passed to it. We can define DQL as follows it is a component of SQL statement that allows getting data from the database and imposing order upon it. It includes the SELECT statement. This command allows getting the data out of the database to perform operations with it. When a SELECT is fired against a table or tables the result is compiled into a further temporary table, which is displayed or perhaps received by the program i.e. a front-end.

List of DQL:

SELECT: It is used to retrieve data from the database.

DML(Data Manipulation Language):

The SQL commands that deals with the manipulation of data present in the database belong to DML or Data Manipulation Language and this includes most of the SQL statements. It is the component of the SQL statement that controls access to data and to the database. Basically, DCL statements are grouped with DML statements.

List of DML commands:

INSERT : It is used to insert data into a table.

UPDATE: It is used to update existing data within a table.

DELETE : It is used to delete records from a database table.

LOCK: Table control concurrency.

CALL: Call a PL/SQL or JAVA subprogram.

EXPLAIN PLAN: It describes the access path to data.

DCL (Data Control Language):

DCL includes commands such as GRANT and REVOKE which mainly deal with the rights, permissions, and other controls of the database system.

List of DCL commands:

GRANT: This command gives users access privileges to the database.

REVOKE: This command withdraws the user’s access privileges given by using the GRANT command.

Though many resources claim there to be another category of SQL clauses TCL – Transaction Control Language. So we will see in detail about TCL as well. TCL commands deal with the transaction within the database.

List of TCL commands:

COMMIT: Commits a Transaction.

ROLLBACK: Rollbacks a transaction in case of any error occurs.

SAVEPOINT:Sets a savepoint within a transaction.

SET TRANSACTION: Specify characteristics for the transaction.

In binary signaling, there is (are) ________ state(s). A. two B. between three and ten C. one D. an infinite number of

Answers

Your answer is letter A. 2.

Explanation: I have personal experience.

Who knows about creating "A Discord Bot With Python"
Only answer if you have experience

Answers

Answer:

I have!

A discord bot helps you automate tasks on the server. It's easier to manage and welcome new users, moderate, and more.

im a dev on discord

 

1 Go to the Discord Developer Portal (https://discord.com/developers/applications)

2 Click on the "New Application" button and give your application a name

3 Go to the "Bot" tab and click "Add Bot" to create a bot account for your application

4 Make sure to copy your bot's token as you will need it later

5 Open your terminal or command prompt and run pip install discord.py

6 Create a new Python file in your project folder and name it something like bot.py

7 Import the Discord.py library and create a new client object

8 Add an event listener for the 'message' event to listen for messages in the server and respond to them

9 Add the bot token to the client object:

client.run('your-bot-token-here')

10 Run the bot

   In your terminal, run python bot.py to start the bot

   

11 If everything is working, you should see a message in the console that says "Logged in as [your bot's name]!"

Drag each tile to the correct box.
Arrange the steps in a sequence that you would follow while filtering data in a spreadsheet.
Click the Filter.. option in the submenu of Data.
Click the Data option in the menu of the spreadsheet.
Select the header row of the data to sort.
In the Filter dialog box, enter the filter criteria.
Click OK.







Answers

select the column to sort
2:in the spreadhseet menu, click the Data option
3:in the submenu of Data click the Sort..option
4:In the Sort dialog box, click the "ascending option for the first sort criteria
5:click OK

The value you store in memory is lost when the program ends or the computer loses power. This type of storage device is called

Answers

Answer:

RAM

Explanation:

RAM memory modules are installed into slots on the computer motherboard. Read-only memory (ROM) is nonvolatile: Data stored in ROM maintains integrity after loss of power.

Other Questions
PLEASE HURRY GUYSSSSS!!!!!!!!!Which question is not one to ask when considering the audience? A. What do they already know? B. What is a manageable topic? C. What will I need to cover? D. What will interest the reader? Please select the best answer from the choices provided A B C D I need y'all help so bad 10 less than the product of 4 and z Factor completely 3x2 11x 8. (x 4)(3x 2) (x 2)(3x 4) (x 1)(3x 8) (x 1)(3x 8). Two practical actions learners could take to improve their chances of receiving a bursary for tertiary education Read this stanza from Allen Ginsbergs "A Supermarket in California. " I heard you asking questions of each: Who killed the pork chops? What price bananas? Are you my Angel? What is happening in this stanza? The speaker is imagining the questions Whitman would ask if he were there. The speaker is dreaming about what goods he will be purchasing. The speaker is asking the grocery clerks about the freshness of the meat and the cost of the fruit. The speaker is quizzing the butcher and produce workers to see if they are knowledgeable employees. You haven't finished your benchmark. You will have access to your student dashboard after you complete the benchmark. a Tiredness b Hunger c Thirst ____ is the body's way of telling you it needs rest. Sodium is metal or nonmetal Some economists believe that sound fiscal and monetary policy can reduce the amount of time the economy is in the ____ stage of the business cycle. I MET a traveller from an antique landWho said: Two vast and trunkless legs of stoneStand in the desert . Near them, on the sand,Half sunk, a shattered visage [face] lies,whose frown,And wrinkled lip, and sneer of cold command,Tell that its sculptor well those passions readWhich still survive, stamped on these lifeless things,The hand that mocked them,and the heart that fed;And on the pedestal these words appear:My name is Ozymandias, king of kings:Look on my works, ye Mighty, and despair!"Nothing beside remains. Round the decayOf that colossal wreck, boundless and bareThe lone and level sands stretch far away.Which word supports the meaning of boundless? (10 points)FarWreckO Lone Level can someone please help me ;w; i would appreciate it What does it mean if a boy say you cant keep up with me shordy ? Is it bad or good or like ..? What?? Someone please tell me . PLEASE HELP I WILL GIVE BRAINLIEST PLEASE I REALLY NEED HELPWhich statements describe how the British controlled their colonies? Choose four correct answers.A:After the Boer War, the Boers ruled themselves in South Africa.B:Wars affected the ways Britain ruled its colonies.C:Britain granted equal rights to all Africans.D:Britain allowed Africans to benefit from their natural resources.E:An independent South Africa was formed.F:Britain did not protect the rights of black Africans. PLEASE HELP!!How did the ending make you feel? Why? Explain. 1-2 paragraphs with evidence from the text to support your ideas.STORY IS BELOW! :D explain the importance of computer graphics? A square and an equiangular triangle have the same perimeter. If the area of the square is 144 cm2, what is the length of one side of the triangle What form of government ruled over both France and America before their revolutions?a direct democracyb oligarchyc parliamentary democracyd monarchy Identify the correctly balanced chemical reaction.*CasH52(1) + 38 O2(g) 25 CO2(g) + 26 H2O(g)O CasH=2(1) + 18 0:(9) 25 CO(g) + 11 H:0(9)2 C2:H:2(1) + 51 O2(g) 50 CO(g) + 52 H2O(g)O CasH:2() + 38 0:(9) 25 CO:(9) + 26 H:0(1) Your employer has a legal responsibility to protect you from legal penalties in the event you serve alcohol illegally. TRUE OR FALSE