Answer:
2. IPX/SPX
is not the protocol.
Question, what do yall like gaming better with, Contoller, touch screen, or keyboard and mouse?
I like gaming with a contoller better, and when the game has a built in ch at like among us, pubg etc. i use the keyboard to type.
Answer:
I like to used the keyboard to type and controller too.
Explanation:
Answer:
Gaming with MnK is better
Explanation:
Mouse and keyboard allow for faster response times
what is the deck of a suspension bridge called
Answer:
that would be the tension in the cables and compression in the towers I believe, my aunt and my uncle work on technology stuff and I'm learning from them.
In a blockchain, each block has a unique hash value which is dependent on the hash value of the previous block in the chain. What happens if any transaction data is changed or modified in the earlier existing blocks?
Answer: hello your question lacks the required option, below are the missing options
A. The transaction data in the tampered block is deleted, and a copy is created with the same hash value.
B. The hash values of transaction data of subsequent blocks are validated, and the chain is broken.
C. The hash value for the entire block is nullified, creating a domino effect on all subsequent blocks.
D. The hash values of subsequent blocks are updated as soon as they are tampered with, and the chain continues.
answer : The hash values of subsequent blocks are updated as soon as they are tampered with, and the chain continues ( D )
Explanation:
What happens if a transaction data is changed in an earlier existing block in a Blockchain is that the Hash values of subsequent blocks will be updated as soon as they are tampered with and the chain will continue.
Blockchain is a specially design system for recording information, hence any change in data inputted in an earlier existing blocks that changes will automatically be updated as well in all preceding blocks.
Activity in September 2014, the Federal Bureau of Investigation (FBI) announced that is next generation Idenufication system was fully functional The FBI named it the integrated Automated Fingerprint Identification system (IAFIS), Conduct online research on this system and answer the following questions 1. Which elements can be stored in IAFIS? 2. What is the response time of this system? 1. How has this system benefited the FBI
Answer:
(Answers may vary.)
In addition to fingerprints, IAFIS stores criminal histories, mug shots, and physical information like scars, tattoos, eye color, hair color, weight, and height. It also stores fingerprints of individuals who are or were employed by the US military and the federal government.
The system’s average response time for criminal fingerprint processing is about 27 minutes. Civil fingerprint processing takes over an hour.
Previously, the tenprint submission and identification was a manual, tedious process. It took the FBI weeks or months to process a single fingerprint submission. IAFIS has automated this process and added advanced identification capabilities. The submission and processing takes just few minutes. This has helped the FBI solve and prevent crime and tighten holds on criminals and terrorists.
Explanation:
Write a program in Java that asks the user to enter four weighted assessment grades, calculate the average, then display the average with the message: "Student Pass" if the average is greater than or equal 60 or the message "Student Fail" otherwise. The details of the assessments and weights are as follow: Homeworks: 20% Labs: 15% Midterm: 25% Final: 40%
Answer:
Explanation:
In order to calculate the weighted average, the grade itself is multiplied by the percentage of the category and then these values are summed. This sum is then divided by the total percentage of the portfolio.
import java.util.Scanner;
class Main {
public static void main(String[] args) {
double sumOfWeights = 100;
Scanner in = new Scanner(System.in);
System.out.println("Please Enter Homework Grade: ");
double homework = in.nextDouble() * 20;
System.out.println("Please Enter Labs Grade: ");
double labs = in.nextDouble() * 15;
System.out.println("Please Enter Midterm Grade: ");
double midterm = in.nextDouble() * 25;
System.out.println("Please Enter Final Grade: ");
double finals = in.nextDouble() * 40;
double average = (homework + labs + midterm + finals) / sumOfWeights;
System.out.println("The Average of these Weighted Grades is " + average);
}
}
Which option is a means of reporting events via the Internet? O A. Taking photos to upload O B. Browsing for fun O C. Downloading music videos D. Searching with search engines
Answer:
your answer is A!
Explanation:
photos are often a great form of proof or example material when reporting something over the web!
Fill in the blank to make the following true.
2 ** 3 =
Answer:
2 ** 3 = 8
Explanation:
Answer:
8
Explanation:
What is one example of a pan lan man and a wan
Answer:
A LAN (local area network) is a group of computers and network devices connected together, usually within the same building. ... A WAN (wide area network), in comparison to a MAN, is not restricted to a geographical location, although it might be confined within the bounds of a state or country.
Explanation:
i hope this helps
Can anyone tell me how this is a SyntaxError! (Python/coding)
Answer:
The expression on line 9 requires 2 brackets
Explanation:
Given
The attached code
Required
Why syntax error.
On line 9 of the program, we have::
amount = int(input("Enter cheese order weight: ")
The instruction on line 9 gets an integer input from the user. However, this is incorrectly done
To get an integer input, the syntax is:
variable-name = int(input("Prompt"))
By comparing the syntax to the actual code on line 9, only 1 of the brackets is closed.
In Python 3, this is counted as a syntax error
Forests are crucial to the health of our planet because they __________. A. Can easily be cut down to make room for agriculture and cattle grazing B. Provide homes for species of plants that are used to make medicines C. Clean and protect the atmosphere by absorbing carbon dioxide and releasing oxygen D. Provide fuel and lumber for houses and industries
Answer:
C
Explanation:
Trees release oxygen :)
Answer:
C. clean and protect the atmosphere by absorbing carbon dioxide and releasing oxygen
Explanation:
Sharon wants to include her name on each slide in her science presentation. Where in the Header and Footer dialog box would she type her name?
Answer:
She will type her name in the Footer
Explanation:
To answer this question, I will assume Sharon is using the Microsoft Office PowerPoint package to handle her presentation.
In PowerPoint, the footer helps users to add names or any other details on every slide.
To do this:
Go to INSERT in the menu barThen, go to Text menuSelect Header & Footer to open the boxCheck the Footer optionEnter the text in the provided text box(This is where Sharon will enter her name)Lastly, click Apply to All to effect the changesexplain the concept of “survival of the fittest”
Answer:
i think thats a line from the lorax
Explanation:
This is your code.
>>> a = [5, 10, 15]
>>> b = [2, 4, 6]
>>> c = [11, 33, 55]
>>> d = [a, b, c)
b[1:2] is
Answer:
got no answr...help me with it
Answer:
6
Explanation:
Which tag is responsible for changing the text located in the tab of a web browser or when bookmarking a web site?
A.
B.
C.
D.
Answer:
d
Explanation:
To make your brand colors stand out, it is important to implement what with your color scheme?
A. Blacks
B. Grays
C. Whites
D. All of the above.
Answer:
All of the above
Explanation:
It's better to have a pattern of colors than one single color in you color scheme.
Answer:
D. All of the above
Explanation:
How can I hide my cracked phone screen? or How can I fix it myself without my parent finding out? or How can I fix my phone without going to a repair shop?
What is the velocity of a 0.100kg car with a momentum of 5 kgm/s?
Answer:
v = 50 m/s
Explanation:
p = mv
5 = 0.1v
v = 50
A relational database has been created to store data about subjects that students are studying. The following is a
selection of some data stored in one of the tables. The data represents t he student's name, the personal tutor group,
the personal tutor, the subject studied, the level of study and the subject teacher but there is some data missing:
Xiangfei 3 MUB Computing A DER
Xiangfei 3 MUB Maths A BNN
Xiangfei 3 MUB Physics AS DAB
Mahesh 2 BAR History AS IJM
Mahesh 2 BAR Geography AS CAB
Define the terms used to describe the components in a relational database table using examples from
this table.
ii If this represented all of the data, it would have been impossible to create this table.
What is it that has not been shown here and must have been defined to allow the creation as a relational
[2]
database table? Explain your answer and suggest examples of the missing data.
Mention two charactarestics of money that make it a sustainable medium of exchange
Question # 2 Multiple Select You wrote a program to compare the portion of drivers who were on the phone. Which statements are true? Select 4 options.
A. It is important to test your program with a small enough set of data that you can know what the result should be.
B. Your program compared an equal number of male and female drivers.
C. A different set of observations might result in a larger portion of male drivers being on the phone.
D. You could modify the program to allow the user to enter the data.
E. Even when confident that the mathematical calculations are correct, you still need to be careful about how you interpret the results.
Answer:
the right answer is D that is the right answer
Guys pls help me!!!!!!!!
Answer:
Rocky The Mountain Lion
Explanation:
The most generously compensated mascot in the pro athletics industry is the NBA's Rocky, as indicated by Sapling. The Denver Nuggets mascot makes more than 10 times the normal compensation for an elite athletics group mascot with a compensation of $625,000. Rocky was accepted into the Mascot Hall of Fame in Whiting, Indiana, in 2006.
I really need help in this!!!
Type the correct answer in each box. Spell all words correctly.
How does an employer judge a candidate?
The employer judge's the candidate's ________ for a job.
Answer:
An employer always looks over a candidate's resume (pronounced "reh-zoo-may" before deciding to hire them.
Explanation:
According to the narrator of "EPIC 2015, in 2015, "news" is:
A. fed to a monitor in all homes and is required to be on at all times.
B. provided by hard-working journalists who are committed to truth.
C. reorganized and combined with other information for individuals.
D. created by apathetic journalists who care little how true a story is.
Answer:
D created by apathetic journalists who care little how true a story is.
Explanation:
D
Based on the narrator of "EPIC 2015, in 2015, "news" is reorganized and combined with other information for individuals.
What is a reorganization?The term reorganization connote a vital and disruptive way that is used to restore a troubled business or any other thing to ensure its usefulness. It can be through the act of shutting or through the act of replacement, etc.
Conclusively, using the narrator point of view as written in "EPIC 2015, in 2015, "news" as said to have been reorganized and there was a combination of news with other information for people.
Learn more about narrator from
https://brainly.com/question/1934766
this not a queston but a warning
if you see a tnyInk link DO NOT DOWNLOAD THE FILE IN IT they most likley contain malware and if you see that link in a comment report it please it will help. and also show this to your freinds or someone.
Which of the following items are not a
component of a graphical user
interface?
(A) windows
(B) icons
(C) menus
(D) prompts
Answer:
D
Explanation:
we dont use prompts on graphical iser
Prompts following items are not a component of a graphical user interface.
What is Graphical user interface?
A mouse is used to interact with a graphics-based operating system interface, which uses menus and icons to govern user interaction. The Xerox GUI was made popular in the 1980s by the Apple Macintosh.
However, Microsoft Windows, the company's GUI, has since become the standard user interface for personal computers. At the time, Microsoft's operating system, MS-DOS, required the user to input particular commands (PCs).
A graphics library, an interface toolkit, an interface style guide, and standardized applications make up a complete GUI environment. A high-level graphics programming interface is offered by the graphics library.
Therefore, Prompts following items are not a component of a graphical user interface.
To learn more about Graphical user, refer to the link:
https://brainly.com/question/14758410
#SPJ2
9. A convex lens of focal length 8 cm forms a real image of the same size as th
object. What will the distance between the object and its image be:
1) 32cm
2) 8cm
3)16cm
4)24cm
Answer: 32cm
Explanation:
Since the focal length of the convex lens is 8cm, the distance between the object and its image be 4f which will be:
= 4 × f
= 4 × focal length
= 4 × 8
= 32cm
The distance between the object and its image is 32cm.
What is wrong with the following recursive sum method? The method is supposed to sum up the values between 1 and x (for instance, sum(5) should be 5 + 4 + 3 + 2 + 1 = 15). public int sum(int x) { if (x == 0) return 0; else return sum(x – 1) + x; } Group of answer choices the base case should return 1 instead of 0 the recursive case should return sum(x – 1) + 1; instead of sum(x – 1) + x; the recursive case should return sum(x) + 1; the method should return a boolean instead of an int the base case condition should be (x <= 0) instead of (x = = 0)
Answer:
The base case condition should be (x <= 0) instead of (x = = 0)
Explanation:
The given recursive function works fine for positive number. However, it returns an error when the value passed to the function is negative.
To prevent this, the base case should be x <= 0.
This will allow the program returns 0 if a negative number or 0 is passed to the function.
Hence, the changes to be made is to replace the base case with x <= 0
how to use function in python
Answer:
Use the keyword def to declare the function and follow this up with the function name.
Add parameters to the function: they should be within the parentheses of the function. ...
Add statements that the functions should execute.
What is "public static grossPay()" an example of?
A) Method()
B) Literal()
C) Private()
D) Order()
Answer:
A) Method()
Explanation:
This is an example of a Java method header. It has the visibility modifier called public which makes it visible to other classes. It is a static method which means it can be only be called through the Class's name because an object instance of it cannot be created. It is named grossPay and has no parameters and does not return any type.
Most wires are covered in rubber to insulate them and keep people safe from electricity and heat true of false
Answer:
I think it is true...
Explanation:
Hope its right
Brainliest for correct answer :)
How many different input combinations will be considered in the truth table, when there are 2 Inputs to the logic circuit?
Answer:
hey there, it's 4 different input combinations (TrueTrue, TrueFalse, FalseFalse,FalseTrue).