this question is for zach bass

Answers

Answer 1

Answer:

I Heavily agree, the computer technology used for this is outstanding!

Explanation:

Answer 2
Cool :))))))))))))…….

Related Questions

what is adb command???​

Answers

Answer:

Android Debug Bridge (adb) is a versatile command-line tool that lets you communicate with a device. The adb command facilitates a variety of device actions, such as installing and debugging apps, and it provides access to a Unix shell that you can use to run a variety of commands on a device.

Explanation:

I hope this helps!!

Libreoffice is an example of which type of software?.

Answers

LibreOffice is an Open Source Software.

Open Source Software (OSS)

A software is classified as Open Source when your code can be use, modified and distribute with its original rights.

LibreOffice

For answering this question, you should know a software LibreOffice.

LibreOffice is a software that allows to create: sheets, documents, drawing, charting, database, presentations, etc. It's free and an open source software - main advantages when compared to other software available.

In the other words, LibreOffice is free because the user does not need to pay any license. Also, it is an open source software because your code can manipulate for any developer.

Read more about Open Source Software here:

https://brainly.com/question/4593389

Match each programming language type to its key feature or use. Scientific Languages Artificial Intelligence Languages Object-Onented Languages Logical Languages designed to write programs for the robotics industry designed to write programs in which code and data are packaged together as objects, each having a specific set of attributes and methods designed to write programs with mathematical functions to perform calculations involving large amounts of numerical data designed to write programs as conditional statements based on a set of facts and rules Recet NEXT​

Answers

Answer:

AIOOScientificLogical

Explanation:

Top-down, the empty boxes would be filled with ...

AI languagesObject-Oriented languagesScientific languagesLogical languages

__

You may need to consult your curriculum materials to see what distinctions are made there. These groupings are not rigid, nor are the applications.

AI is often used to extend diagnostic or classification capability beyond what can be accomplished by logical languages. Recently, it has been applied to controls that might previously have been done by scientific or OO languages.

Answer:

The correct answers are:

Designed to write programs with mathematical functions to perform calculations involving large amounts of numerical data - Scientific Languages

Designed to write programs as conditional statements based on a set of facts and rules - Logical Languages

Designed to write programs for the robotics industry - Artificial Intelligence Languages

Designed to write programs in which code and data are packaged together as objects, each having a specific set of attributes and methods - Object-Oriented Languages

Explanation:

I got it right on the Edmentum test.

Compare the two images. What do the technologies shown demonstrate about the industrial revolution?.

Answers

Based on the images for industrial revolution, the technologies shown demonstrates that an increased transportation technology enabled the diffusion and expansion of industrial activities.

What is industrial revolution?

Industrial revolution can be defined as a period of significant change in economic and social manufacturing process that is characterized by the use of technology such as the use of power-driven equipment and machines in industrial activities.

Historically, the industrial revolution began in Great Britain (England) between 1760 to 1840 and eventually spread across other countries of the world.

In this context, the technologies shown demonstrates that an increased transportation technology enabled the diffusion and expansion of industrial activities. Thus, it facilitated the global spread of industrial revolution.

Read more on industrial revolution here: https://brainly.com/question/13323062

5.1.2 Give TWO reasons for setting up a network at a business.​

Answers

Explanation:

Two reason are;

To form relationship with other business. To expand their business ability to find new costumer, partner and grow.

First answer gets to be marked brainliest! And it also should be correct.
Write true or false:
1. You cannot remove spyware from your computer.
2. The letter s in URL https stands for style..
3. The starting page of a browser is called a homepage.
4. Queries are columns present in a table.
5. The bar that displays information about the current object or view is called status bar.

Need it now!!!!

Answers

Answer: 1. true 2. true 3. false 4. true 5. true

Explanation: if im wrong im sorry

Answer:

1.True

2.false

3.false

4.true

5.true

Explanation:

this is the correct answer...

The ____ key exchange involves multiplying pairs of nonzero integers modulo a prime number q. Keys are generated by exponentiation over the group with exponentiation defined as repeated multiplication.

Answers

Answer:

The Diffie-Hellman key exchange involves multiplying pairs of nonzero integers modulo a prime number q. Keys are generated by exponentiation over the group with exponentiation defined as repeated multiplication.

The Diffie-Hellman key exchange involves multiplying pairs of nonzero integers modulo a prime number q.

What is Diffie-Hellman key meant for?

The Diffie-Hellman algorithm is known to be a key that is often used to set up a secure communication channel.

Note that this channel is known to be used by the systems to collect or take a private key. This private key is said to be used also in symmetric encryption that occurs between the two systems.

Conclusively, The Diffie-Hellman key exchange is mostly used in multiplying some pairs or group of nonzero integers modulo a prime number q.

Learn more about  Diffie-Hellman key from

https://brainly.com/question/15284571

PLEASE HELP How to connect a controller to a something.

Answers

Answer:

a playstation is blue tooth but an x box you need a cord to plug into a compute r

write a program in c language to generate following series :

1) 999 , 728, 511,.......upto 10th term

thank you​

Answers

Answer:

that is above the attachment

:)))

In this exercise we have to have knowledge in computational language in C to write the requested code.

The code is found in the attached image.

We can write the code in a simpler way like:

#include<stdio.h>

#include<conio.h>

int main()

{

   int N, i;

   printf("Enter the value of N (limit): ");

   scanf("%d", &N);

   printf("\n");

   for(i=1; i<=N; i++)

   {

       if(i==N)

           printf("%d", i);

       else

           printf("%d,", i);

   }

   getch();

   return 0;

}

See more about C language at brainly.com/question/19705654

Which is best defined as a type of malicious software that can infect a computer or network, encrypt all the files, then demand a payment for the decryption key?.

Answers

Answer:

Ransomware.

Explanation:

They are a malicious software that can potentially destroy your computer.

anyone help me please
# help # be care #​

Answers

2. Telecommunications, also known as telecom, is the exchange of information over significant distances by electronic means and refers to all types of voice, data and video transmission. ... A complete, single telecommunications circuit consists of two stations, each equipped with a transmitter and a receiver.

3. Data transmission and data reception or, more broadly, data communication or digital communications is the transfer and reception of data in the form of a digital bitstream or a digitized analog signal over a point-to-point or point-to-multipoint communication channel.

I HOPE IT'S HELP :)

You need to install a 32-bit application on a 32-bit version of windows 10. In which default directory will the application be installed?.

Answers

Answer:

%systemdrive%\Program Files

Write a program in QBasic to accept any three numbers and then find out the smallest number between
them.

Answers

Answer:

CLS

INPUT "Enter the first number"; a

INPUT "Enter the second number"; b

INPUT "Enter the third number"; c

IF a < b AND a < c THEN

PRINT "The smallest number is "; a

ELSEIF b < a AND b < c THEN

PRINT "The smallest number is "; b

ELSE

PRINT "The smallest number is "; c

END IF

END

hope this clears your queries

mark my answer as the brainliest if you found it useful

thank you, have a fantabulous day !!

what is a turnaround documents.

A a letter
B a newspaper
C a machine readable document
D verify accuracy of information ​

Answers

Answer:

D

Explanation:

A turnaround document is a computer-generated form that is sent to a third party, who is supposed to fill in the document and return it to the issuer. The information on the form is then used as the basis for data entry back into the computer system.

Discuss how being an active member of a professional organization can benefit someone working in the Programming and Software Development career pathway.

Answers

Answer:

hope this helps

Explanation:

Can give the member more insight working in a professional org., being an active members helps build bonds and relationships with others which can open a more opportunities for the individual. Gives experience and is good on your resume when applying for higher positions.

it important to have media images reflective of diverse communities? Why, or why not?

Answers

Answer:

Yes.

It is important because a POC would want to believe that they can achieve a goal in life because they set it, so by seeing themselves represented gives them confident.

When creating or reading a system flowchart, the rectangle represents a(n): A. Off-page connector. B. Process. C. Document. D. Decision.

Answers

Answer:

B

Explanation:

Process symbol. This common symbol is shaped as a rectangle, and it can also be called the action symbol.

What do you insert when you want the next line of text to start on a new page?.

Answers

Answer:

Page Break

Explanation:

Page breaks allow you to move text to the next page before reaching the end of a page.

Application software can be commercial software or software developed in-house and is used to perform a variety of tasks on a personal computer. True or false?.

Answers

An application software can be designed and developed as a commercial software or in-house software: True.

What is a software?

A software refers to a set of executable instructions (codes) that is typically used to instruct a computer system or a personal computer (PC) on how to perform a specific task and proffer solutions to a particular problem.

The types of software.

Generally, there are three (3) main types of software based on their uses and these include:

System softwareUtility softwareApplication software

In Computer technology, an application software can be designed and developed as a commercial software or in-house software. Also, it is mainly used to perform a variety of tasks on a computer system or a personal computer (PC).

Read more on software here: https://brainly.com/question/26324021

I'll give 60 points!
Thanks!

Answers

................explaination

What do you guys think of my wallpaper for my phone?

Answers

It's cool!

do you have any questions for your homeworks?

Find the inverse of the following matrices:
1.
3 -6 -1 4

2.
[1 2 3 7 6 5 ] 8 1 0

Answers

Answer:

Multiply by the unit squared

The matrices a) and c) are invertible and their inverses are [-2.5 0.5 3; 1.5 -1 -3; -0.5 0.5 1] and [0.5 1.5 5.5; 2.5 6.5 14.5; -2 -5 -11], respectively. The matrix b) is not invertible and we cannot find its inverse.

What is determinant?

In order to determine whether a matrix is invertible, we need to calculate its determinant. If the determinant is not equal to 0, then the matrix is invertible and we can find its inverse. b then the matrix is not invertible and we cannot find its inverse.

The determinant of the matrix [2 1 2; 0 5 3; -1 1 0] is (2)(5)(0) + (1)(3)(-1) + (2)(0)(1) - (2)(1)(3) - (1)(5)(-1) - (2)(0)(0) = -3 + 5 = 2. Since the determinant is not equal to 0, the matrix is invertible. The inverse of the matrix can be found using the formula:

[2 1 2; 0 5 3; -1 1 0]^-1 = (1/2) * [5 -1 -6; -3 2 6; 1 -1 -2] = [-2.5 0.5 3; 1.5 -1 -3; -0.5 0.5 1]

The determinant of the matrix [3 -6; -4 8] is (3)(8) - (-6)(-4) = 24 - 24 = 0. Since the determinant is equal to 0, the matrix is not invertible and we cannot find its inverse.

The determinant of the matrix [1 3 2; -1 1 3; 2 2 -1] is (1)(1)(-1) + (3)(3)(2) + (2)(-1)(2) - (1)(3)(2) - (3)(1)(-1) - (2)(2)(3) = -1 + 18 - 4 - 6 + 3 - 12 = -2. Since the determinant is not equal to 0, the matrix is invertible. The inverse of the matrix can be found using the formula:

Therefore, the matrices a) and c) are invertible and their inverses are [-2.5 0.5 3; 1.5 -1 -3; -0.5 0.5 1] and [0.5 1.5 5.5; 2.5 6.5 14.5; -2 -5 -11], respectively. The matrix b) is not invertible and we cannot find its inverse.

To know more about inverse of a matrix refer here:

brainly.com/question/4017205

#SPJ7

How to send an email to multiple recipients individually.

Answers

Answer:

The BCC method

Explanation:

When Alice turned on her laptop this morning, the screen displayed only colorful horizontal lines. Which of the following is most likely to have a problem? a. video card b. built-in camera c. external storage devices

Answers

Based on the provided information, the screen displayed only colorful horizontal lines, what is  most likely to have a problem is the video card .

This is because the video card, contain graphics processing unit .

What Is a video card?

video card can be regarded the integrated circuit which generates the video signal sent to a computer display.

Learn more about video card, at;

https://brainly.com/question/7828376

Help Please :(
A computer can be thought of as a system with five parts. A. True B. False

Answers

Answer:

This is true

Explanation:

A language using a text-based syntax intended to extend the power of HTML by separating data from presentation is called ________.

Answers

Answer:

CSS

Explanation:

cascading style sheets improves the design of html, and is combined with html.

Expressions provide an easy way to perform operations on data values to produce other data values. True False

Answers

Expressions provide an easy way to perform operations on data values to produce other data values, True.

What is an Expression?

An expression is a combination of one or more operands (Constant, Variable, Array element, Function), operators(Multiplication,Division, Subtraction etc) to be interpreted by a programming language following rules of precedence or association to produce other data values.

Three kinds of expressions includes:

An arithmetic expression

A character expression

A logical or relational expression

Therefore, it is true that Expressions provide an easy way to perform operations on data values to produce other data values.

Select the correct answer.
Which control segment communicates with the satellites?
A. master stations
B. monitoring stations
C. ground antennas
D. control towers ​

Answers

Explanation:

I think

D.Control towers

hope this helps you

have a great day:)

The control segment communicates with the satellites is control towers. The correct option is D.

What is control tower?

A supply chain control tower is defined by Gartner as a concept that combines people, process, data, organization, and technology.

Control towers gather and utilise operational data that is nearly real-time from the whole company ecosystem to increase visibility and facilitate decision-making.

A supply chain control tower is a cloud-based solution that uses cutting-edge technologies to manage supply chains in a proactive manner.

These technologies include artificial intelligence (AI), machine learning, and the Internet of Things (IoT).

A supply chain control tower enables businesses to better identify, classify, and address urgent problems in real time.

Control towers are the portion of the network that interacts with the satellites.

Thus, the correct option is D.

For more details regarding control tower, visit:

https://brainly.com/question/12060951

#SPJ2

First answer gets to be marked brainliest! And the answer should be correct. I need now!!!!
Write about Peer to Peer Network. Give two examples

Answers

Answer:

A peer-to-peer (P2P) network is when all computers in your "peers" are linked with each other through internet. Each user is allowed to share any type of file with any peer over this network. Peers are desktops and laptops controlled by users. Two examples of P2P network include file distribution/sharing applications and internet telephony.

Hope I was able to help!

The simplest method of duplicating a disk drive is using a tool that makes a direct ____ copy from the suspect disk to the target location.

Answers

The simplest method of duplicating a disk drive is using a tool that makes a direct disk-to-disk copy from the suspect disk to the target location.
Other Questions
The table shows the purchases of two customers at a concession stand at the basketball game. Hamburgers Drinks Total Cost Customer 1 2 $13.00 Customer 2 3 7 $21.00 You want to buy 8 drinks and 9 hamburgers for you and your friends. How much do you expect to pay? Deandre exercises no less than 35 minutes per day.Help express as an inequality At one beach, high tide occurs at 8 a.m. When will the next high tide most likely occur? During the start of the financial crisis, the dollar sharply ______ against most other currencies as global investors sought a safe haven investment in ______. depreciated; mortgage backed securities appreciated; U.S. Treasury securitiesappreciated; U.S. real estatedepreciated; U.K. government securities A car that weighs 40,000 N is driving down a hill at a constant velocity. If the cars momentum is 80,000 kgm/s, how fast is the car moving? What is 2 5/12 divided by 3/4 Devin is making a candle by pouring melted wax into a mold in the shape of a square pyramid. Each side of the base of the pyramid. Each side of the base of the pyramid is 9 cm and the height of the pyramid is 10 cm. To get the wax for the candle, Devin melts cubes of wax that are each 4cm by 4 cm by 4 cm. How many of the wax cubes will Devin need in order to make the candle? Show Your Work. ( Will Mark Brainliest if answered correctly and Honestly). On average, how many lunar eclipses are there every year?. Why does metal expand when heated? Which sentences are correct? Choose the two correct answers. A. She waited a hour for her bus. B. She bought an entire bag of confetti for the party. C. A horse was waiting to eat an apple treat. D. It is such a honor to meet you.HELP ME REPORTING LINKS FIRST CORRECT ANSWER GET BRAINLIEST Humans selectively breed cows that produce more meat or milk. This selection is not necessarily helpfulto increase their survival rate. They are just selecting a desirable characteristic. How can growing onevariety affect cows population over many generations?There will be less genetic diversity in the population.The cows will produce less milk or less meat over generations.The cows will be able to survive for a longer time.There will be more genetic diversity in the population. Identify three vocation that use of Solid Tia's teacher asked her to find the product of 8 and 207 in her head. Which of the following describes the best way for Tia to mentally calculate the answer? Whom did texas choose as its president after texas won independence from mexico?. why is spring described as yea and nay? Are there any legitimate ways to end school shootings? why or why not? Solve for y.4-16 = -79=Simplify your answer as much as possible. helppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppp If the truck has a mass of 2,500 kilograms , what is its momentum ? (V=45m/s) Express your amswer One equation in a system of equations is y=2x+10. Which equation below would have to be the second equation so that the system has infinitely many solutions?