Answer:
instruction set architecture
what is a turnaround documents.
A a letter
B a newspaper
C a machine readable document
D verify accuracy of information
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.
Find the inverse of the following matrices:
1.
3 -6 -1 4
2.
[1 2 3 7 6 5 ] 8 1 0
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
A language using a text-based syntax intended to extend the power of HTML by separating data from presentation is called ________.
Answer:
CSS
Explanation:
cascading style sheets improves the design of html, and is combined with html.
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?.
Answer:
%systemdrive%\Program Files
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
Answer:
AIOOScientificLogicalExplanation:
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.
write a program in c language to generate following series :
1) 999 , 728, 511,.......upto 10th term
thank you
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
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.
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?.
Answer:
Ransomware.
Explanation:
They are a malicious software that can potentially destroy your computer.
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.
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
Help Please :(
A computer can be thought of as a system with five parts. A. True B. False
Answer:
This is true
Explanation:
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!!!!
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...
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
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!
Sonia is buying a new phone for her grandmother so she can communicate with her on a daily basis. However, because her grandmother is not tech-savvy, Sonia needs to find a phone that has a simple user interface. Which type of operating system will work best for Sonia's grandmother
The type of operating system that will work best for Sonia's grandmother is an Apple ios.
What is an Operating System?An operating system (OS), is a system software program that help a computer to manage its resources in terms of allocation of functions among programs. The common Operating system includes
Microsoft WindowsApple mac OSLinuxAndroid Apple iOS.Apple ios is proffered for the elderly because it is the with the simplest learning curve and a simple user interface.
Some of its features includes that :
its font size can be increased for better readabilityit has the app Siri that obeys voice commands Emergency SOS can be set up in case of emergency.Therefore Sonia should consider buying her grandmother a device with an Apple ios.
Learn more on Operating systems: https://brainly.com/question/2126669
Assuming each operating system installed requires 2GB of RAM, what is the minimum amount of physical RAM that will need to be installed in the host system to meet the requirements of this scenario
Answer:
3gb i believe
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
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
A crime involving digital media, computer technology, or related components is best called an act of
Answer:
digital malfeasance
Explanation:
if an individual does a crime with digital media is doing digital malfeasance
it important to have media images reflective of diverse communities? Why, or why not?
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.
A _________________ is a framework defining tasks performed at each step in the software development process
Answer:
Workflow?
Explanation:
I don't really know this is just my best guess.
PLEASE HELP How to connect a controller to a something.
Answer:
a playstation is blue tooth but an x box you need a cord to plug into a compute r
Discuss how being an active member of a professional organization can benefit someone working in the Programming and Software Development career pathway.
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.
what is adb command???
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!!What do you insert when you want the next line of text to start on a new page?.
Answer:
Page Break
Explanation:
Page breaks allow you to move text to the next page before reaching the end of a page.
URGENT PLEASE HELP ITS WOULD BE MOST HELPFUL
What does input allow a computer to do? A. create an algorithm B. complex math problems C. quick calculations D. receive information
Answer:
D. Receive information.
Explanation:
A is for coding, and B & C are for real-world and/or online calculators.
for what work photoshop is used?
How to send an email to multiple recipients individually.
Answer:
The BCC method
Explanation:
Libreoffice is an example of which type of software?.
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.
LibreOfficeFor 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
Brainless is one the way if you help
Answer:
1. x - 6
2. p - ? = 7
i chose these equations because
a number - 6 = the weight of your backpack.
p - an unknown number without a substitute variable = slices of bread left.
In order for a computer to pass the ________, a human should have a conversation with it and not be able to tell if it was a machine or a human.
The test that a computer needs to pass after a human's conversation with it and not be able to tell if it was a machine or a human is; Turing Test
Test of ComputersThe correct answer to the blank portion of the question is Turing test. This is because Turing Test is a test of a computer's ability to exhibit intelligent behavior that is equivalent to, or indistinguishable from, that of a human's behavior.
Finally, If the evaluator cannot reliably tell the computer from the human, the machine is said to have passed the test.
Read more about Test of Computer at; https://brainly.com/question/21283135
Choose the comparison operator that will create a true statement. 30 = 50 27 > 50 48 < 50 45 > 50
Answer:
48 < 50
Explanation:
Basically, with the greater than or less than symbols (< & >) there's a way I think about it that makes it easier.
think of the symbol as a crocodile. The crocodile always eats the bigger number.
When creating or reading a system flowchart, the rectangle represents a(n): A. Off-page connector. B. Process. C. Document. D. Decision.
Answer:
B
Explanation:
Process symbol. This common symbol is shaped as a rectangle, and it can also be called the action symbol.