Assume there is a variable, nobel_peace_prizes, that is associated with a dictionary that maps years to winners of the Nobel Peace Prize for that year and assume it is up-to-date through the year 2005. Write a statement that adds an entry that maps the key 2006 to "Muhammad Yunus and Grameen Bank".

Answers

Answer 1

Final answer:

To add Muhammad Yunus and Grameen Bank as the 2006 Nobel Peace Prize winners, add the entry 'nobel_peace_prizes[2006] = "Muhammad Yunus and Grameen Bank"' to the dictionary.

Explanation:

To add an entry that maps the key 2006 to "Muhammad Yunus and Grameen Bank" to the nobel_peace_prizes dictionary, you would use the following Python statement:

nobel_peace_prizes[2006] = "Muhammad Yunus and Grameen Bank"

This statement will append a new key-value pair to the dictionary, where the key is 2006 and the value is 'Muhammad Yunus and Grameen Bank'. This assumes that nobel_peace_prizes is a dictionary that is already defined and associated with the Nobel Peace Prize winners up until the year 2005. By executing this statement, the dictionary gets updated with the Nobel Peace Prize winner for the year 2006.


Related Questions

Students in a 6th grade science class are completing a project about an invention for which they must print a 3-D prototype on the 3-D printer. After giving them instruction about the 3-D printer software, some of the students are still struggling with how to use the software to create the prototype they envision.
What is the best way to help the students complete the assignment?

Answers

Answer:

Providing them with a template and simple instructions for how to design and print their prototype.

Explanation:

3D printing or additive manufacturing is a process of making three dimensional solid objects from a digital file.

The creation of a 3D printed object is achieved using additive processes. In an additive process an object is created by laying down successive layers of material until the object is created. Each of these layers can be seen as a thinly sliced horizontal cross-section of the eventual object.

3D printing is the opposite of subtractive manufacturing which is cutting out / hollowing out a piece of metal or plastic with for instance a milling machine.

3D printing enables you to produce complex shapes using less material than traditional manufacturing methods.

By providing them with the information for how to design the 3D printer and how to print heir prototype in a template is best way to help the students.

It will need some prior research about 3D Printer.

In a(n) __________ situation, a wireless device is configured to appear to be a legitimate access point, enabling the operator to steal passwords from legitimate users and then penetrate a wired network through a legitimate wireless access point. a) malicious association b) network injection c) ad hoc network d) identity theft

Answers

Answer:

A) Malicious Association,

Hope this helps.

Explanation:

"The graphics driver was recently updated on a system. Now, the graphical user interface (GUI) is not displaying, preventing the user from logging in. You need to access the system locally. Which of the following commands will access the tty2 terminal?"

Answers

You can access a full-screen TTY session by holding down the Ctrl+Alt keys, and pressing one of the function keys. Ctrl+Alt+F3 will bring up the login prompt of tty3.  If you log in and issue the tty command, you'll see you are connected to /dev/tty3.

Explanation:

tty2 is short for teletype, but it's more popularly known as terminal. It's basically a device (implemented in software nowadays) that allows you to interact with the system by passing on the data (you input) to the system, and displaying the output produced by the systemYou can either : press ctrl+alt+F7  Or  run the command startx if the above commands do not work.The tty command of terminal basically prints the file name of the terminal connected to standard input.In Linux, there is a pseudo-teletype multiplexor which handles the connections from all of the terminal window pseudo-teletypes (PTS). The multiplexor is the master, and the PTS are the slaves. The multiplexor is addressed by the kernel through the device file located at /dev/ptmx.The -s (silent) option causes tty to generate no output.

Final answer:

Access tty2 terminal by pressing Ctrl+Alt+F2, log in with your username and password, and be aware that password characters won't display for security reasons.

Explanation:

To access the tty2 terminal on a Linux system when the GUI is not displaying, you can use the keyboard shortcut Ctrl+Alt+F2. This will switch you from the GUI to the second tty terminal, tty2. Once the terminal is accessed, you will be prompted to log in with your username and password. Remember that when typing your password, you will not see any characters on the screen; this is a security feature to prevent onlookers from seeing the contents or length of your password. After successfully logging in, the command prompt should reflect your username, similar to oneils atmosphere ~$, indicating you are now logged in to the system via the command-line interface.

What are the characteristics of OneDrive and the browser version of Outlook? Check all that apply.


1.If you have an Office 365 account, you have cloud storage space on OneDrive.

2.You can access OneDrive by using a browser, an app, or Outlook.

3.OneDrive can be used to save items from the Outlook program.

4.Exchange is Microsoft’s version of Outlook on the web.

5.Both the Outlook program and Outlook web clients use the Exchange server.

6.Outlook on the web provides more features than the desktop client.

Answers

Answer:

If you have an Office 365 account, you have cloud storage space on OneDrive.

You can access OneDrive by using a browser, an app, or Outlook.

OneDrive can be used to save items from the Outlook program.

Both the Outlook program and Outlook web clients use the Exchange server.

Explanation: Got it wrong but it showed me the correct answer.

Statements that gives the characteristics of OneDrive and the browser version of Outlook are;

If you have an Office 365 account, you have cloud storage space on OneDrive.You can access OneDrive by using a browser, an app, or Outlook.OneDrive can be used to save items from the Outlook program.Both the Outlook program and Outlook web clients use the Exchange server.

When using an outlook, it is possible to access OneDrive, and it uses the Exchange server, If you have an Office 365 account, you have cloud storage space on OneDrive.

Therefore, OneDrive can be used to save items from the Outlook program.

Learn more about Outlook program at;

https://brainly.com/question/1538272

The theme color scheme of the slide can be changed by clicking on the _______ next to the color button, located in the _____ group. (Microsoft Excel 2013)

A) drop-down arrow, Animation
B) drop-down arrow, Themes
C) drop-down arrow, Background
D) drag and drop menu, Themes

Answers

Answer:

B) drop-down arrow, Themes

Explanation:

An Excel theme consists of a collection of colors, fonts, and effects that can be applied to a slide to add beauty. Themes make work to be professional, consistent and make adhering to design guidelines easy.

To change theme color, first open a Blank Workbook.  Secondly, On the Page Layout tab, in the Themes group, click Themes drop down arrow beside the color button.

The theme color scheme of the slide can be changed by clicking on the  drop-down arrow, next to the color button, located in the Themes group. (Microsoft Excel 2013)

The theme color scheme of the slide in Microsoft Excel 2013 can be changed by clicking on the drop-down arrow, located in the Themes group.

To change the theme, you would select a theme from the Themes group on the Design tab. You can find more themes by clicking the More button, which allows for further customization of the themes, such as modifying theme colors, fonts, effects, or background styles. When customizing the presentation's background, you can click the Format Background button in the Customize group of the Design tab to adjust various parameters such as color, gradient fill, and transparency.

An array of integers named parkingTickets has been declared and initialized to the number of parking tickets given out by the city police each day since the beginning of the current year. (Thus, the first element of the array contains the number of tickets given on January 1; the last element contains the number of tickets given today.) A variable named ndays has been declared and initialized to hold the size of the array. (Thus, if today were January 18, ndays would have the value 18; if today were February 3, ndays would have the value 34.) In addition, a variable named mostTickets has been declared, along with a variable k. Without using any additional variables, and without changing the values of ndays or the elements of the parkingTickets array, write some code that results in mostTickets containing the largest value found in parkingTickets.

Answers

An array of integers named parkingTickets has been declared and initialized to the number of parking tickets given out by the city police each day since the beginning of the current year.

Explanation:

A variable named ndays has been declared and initialized to hold the size of the array.The first element of the array contains the number of tickets given on January 1; the last element contains the number of tickets given today.A variable named mostTickets has been declared, along with a variable k.If today were January 18, ndays would have the value 18; if today were February 3, ndays would have the value 34

mostTickets=0;

for (k=0; k< ndays; k++)

{

if (parkingTickets[k]>mostTickets) mostTickets=parkingTickets[k];

}

Final answer:

To find the largest value in the parkingTickets array without using any additional variables or changing the values of ndays or the elements in the array, you can use a for loop to iterate through the elements of the array.

Explanation:

To find the largest value in the parkingTickets array without using any additional variables or changing the values of ndays or the elements in the array, you can use the following code:



for (int i = 1; i < ndays; i++) {
 if (parkingTickets[i] > parkingTickets[i - 1]) {
   mostTickets = parkingTickets[i];
 }
}



This code iterates through the elements of the array and checks if each element is greater than the previous element. If it is, it updates the value of mostTickets to the current element. At the end of the loop, mostTickets will contain the largest value found in parkingTickets.

Learn more about Finding the largest value in an array here:

https://brainly.com/question/33888086

#SPJ3

Which of the following is the correct order of the SDLC?
a. analysis, investigation, design, implementation, programming/testing.
b. operation/maintenance analysis,
c. investigation, design, programming/testing, implementation, operation/maintenance
d. investigation, analysis, design, implementation, programming/testing, operation/maintenance
e. investigation, analysis, design, programming/testing, implementation, operation/maintenance

Answers

I say when in doubt, go with c

The correct order of the SDLC is (d) investigation, analysis, design, implementation, programming/testing, operation/maintenance

SDLC represents the software development life cycle, and one of its purposes is to allow the software development team to function optimally when creating a product.

There are several stages of the software development life cycle, all of these stages are structured and must be followed in a sequential order.

The first of the stages is preliminary stages, where investigations and feasibility studies are carried out.

After then, the software is analyzed and then designed.

Of the given options, option (d) represents the correct order of the software development life cycle

Read more about software development life cycle at:

https://brainly.com/question/15172408

1. Define a C++ function with the name evaluateBook. The function receives as one argument the name of the file to be processed (i.e., the book's file). So that if you pass the English version, we will see the results only for that language.



2. Function evaluateBook opens the file, reads it, analyzes it, and prints the answer to the following questions:



a. What it the total number of text lines in the file?

b. What it the number of text lines without any lower-case letter? To answer this question, write and call the function testLowerCase.

c. What it the number of text lines without any number? To answer this question, write and call the function testNumber.

d. What is the total number of visible characters (so, excluding invisible codes such as '\n') ? To answer this question, write and call the function countCharacters.

e. What is the total number of letters (i.e., excluding symbols, numbers, etc.)? To answer this question, write and call the function countLetters.

f. How many times each of the following punctuation symbols appear: comma, period, double quotes, single quotes ?

g. What is the most popular letter (regardless of its case) ? (update: assume it is a vowel)

h. The word "et" in French means "and". How many times does this word appear? The function should search for both words, so that if you pass the English version, the count for "et" will be likely zero. Also, ignore the case, but do not count a matching if part of another word, such as "Andrew".

Answers

Answer:

#include <iostream>

#include<string>

#include<fstream>

using namespace std;

void evaluateBook(string bookName);

int countCharacters(string bookLine);

int countLetters(string bookLine);

int totalPunctuations(string bookLine);

int main()

{

  evaluateBook("demo-book.txt");

  return 0;

}

int countCharacters(string bookLine) {

  return bookLine.length();

}

int countLetters(string bookLine) {

  int counter = 0;

  for (int i = 0; i < bookLine.length(); i++) {

      if ((bookLine[i] >= 'a' && bookLine[i] <= 'z') || (bookLine[i] >= 'A' && bookLine[i] <= 'Z')) {

          counter++;

      }

  }

  return counter;

}

int totalPunctuations(string bookLine) {

  int counter = 0;

  for (int i = 0; i < bookLine.length(); i++) {

      if (bookLine[i]=='\.' || bookLine[i]=='\,' || bookLine[i]=='\"' || bookLine[i]=='\'') {

          counter++;

      }

  }

  return counter;

}

void evaluateBook(string bookName) {

  ifstream in(bookName);

  int totalVisibleCharacters = 0,totalLetters=0,numberOfPunctuations=0;

  if (!in) {

      cout << "File not found!!\n";

      exit(0);

  }

  string bookLine;

  while (getline(in, bookLine)) {

      totalVisibleCharacters += countCharacters(bookLine);

      totalLetters += countLetters(bookLine);

      numberOfPunctuations += totalPunctuations(bookLine);

  }

  cout << "Total Visible charcters count: "<<totalVisibleCharacters << endl;

  cout << "Total letters count: " << totalLetters << endl;

  cout << "Total punctuations count: " << numberOfPunctuations<< endl;

}

Explanation:

Create a function that takes a bookLine string as a parameter and returns total number of visible character.Create a function that takes a bookLine string as a parameter and returns total number of letters.Create a function that takes a bookLine string as a parameter and returns total number of punctuation.Inside the evaluateBook function, read the file line by line and track all the information by calling all the above created functions.Lastly, display the results.

What will be displayed after the following code executes? (Note: the order of the display of entries in a dictionary are not in a specific order.) cities = {'GA' : 'Atlanta', 'NY' : 'Albany', 'CA' : 'San Diego'} if 'FL' in cities: del cities['FL'] cities['FL'] = 'Tallahassee' print(cities)

Answers

Answer:

Nothing will be printed

Explanation:

You can easily find out that FL is not a member of the Dictionary. And we are checking these in the if. Since the if condition ends up being false, the further process will not run as they will only if the condition ends up being true. Hence, nothing will be printed.

Remember, del is used to delete a dictionary item. If this would have been a true condition for if then the FL item in the dictionary would have been deleted as it, in that case, would have been present there. And then the next line would have again added the FL item, and print would have printed the dictionary items with FL item as well. However, since if the condition is ending up being false, nothing will be printed.

If cities['FL'] and print is outside if then

the output will be

{'FL': 'Tallahassee', 'GA': 'Atlanta', 'NY': 'Albany', 'CA': 'San Diego'}

Final answer:

The Python code checks for the 'FL' key in the cities dictionary, does not find it, and thus the dictionary remains unchanged when printed.

Explanation:

The question relates to the execution of a Python code snippet involving a dictionary named cities. Upon running the provided code, the following will be displayed: { 'GA' : 'Atlanta', 'NY' : 'Albany', 'CA' : 'San Diego' }. The code first checks if 'FL' is a key in the cities dictionary, which it is not. Therefore, the deletion operation is not performed and the subsequent assignment of 'FL' to 'Tallahassee' is also not executed. As a result, the initial contents of the dictionary remain unchanged before it is printed.

Write a program that contains a main function and a custom, void function named show_larger that takes two random integers as parameters. This function should display which integer is larger and by how much. The difference must be expressed as a positive number if the random integers differ. If the random integers are the same, show_larger should handle that, too. See example outputs. In the main function, generate two random integers both in the range from 1 to 5 inclusive, and call show_larger with the integers as arguments.

Answers

A program that contains a main function and a custom, void function named show_larger that takes two random integers as parameters.

Explanation:

The difference must be expressed as a positive number if the random integers differ. If the random integers are the same, show_larger should handle that, too. See example outputs.

def main():

value_1=random.randrange(1,6)

value_2=random.rangrange(1,6)

def show_larger():    

difference= value_1=-value_2

if value_1 == value_2:

   print('The integers are equal, both are' + str(value_1))

The format for the UPDATE command is the word UPDATE, followed by the name of the table to be updated. The next portion of the command consists of the word ____________________, followed by the name of the column to be updated, an equals sign, and the new value.​

Answers

The format for the UPDATE command is the word UPDATE, followed by the name of the table to be updated. The next portion of the command consists of the word SET, followed by the name of the column to be updated, an equals sign, and the new value.​

Explanation:

An Update Query is an action query (SQL statement) that changes a set of records according to criteria you specify.The SQL UPDATE Query is used to modify the existing records in a table. You can use the WHERE clause with the UPDATE query to update the selected rows, otherwise all the rows would be affected. Update Queries let you modify the values of a field or fields in a table.

UPDATE Syntax

UPDATE table_name SET column1 = value1, column2 = value2, ... WHERE condition;

UPDATE table_name SET column1 = value1, column2 = value2, etc WHERE condition;  

table_name: name of the table column1: name of first , second, third column.... value1: new value for first, second, third column.... condition: condition to select the rows for which the  values of columns needs to be updated.

On your Windows server, you’re planning to install a new database application that uses an enormous amount of disk space. You need this application to be highly available, so you need a disk system with the capability to auto-correct from disk errors and data corruption. You also want a flexible storage solution that makes it easy to add space and supports deduplication. Describe your best option.
1. MBR disk with chkdsk
2. NTFS format with EFS
3. ReFS format and storage spaces
4. GPT disc with shadow copies

Answers

Answer:

3. ReFS

Explanation:

Only in ReFS include  and others do not have all of the below features

1. Automatic integrity checking and data scrubbing

2. Removal of the need for running chkdsk  

3. Protection against data degradation

4. Built-in handling of hard disk drive failure and redundancy

5.  Integration of RAID functionality

6.  A switch to copy/allocate on write for data and metadata updates

7. Handling of very long paths and filenames

8. Storage virtualization and pooling

What is a restricted network that relies on Internet technologies to provide an Internet-like environment within the company for information sharing, communications, collaboration, web publishing, and the support of business processes

Answers

Answer:

Deep Web (Tor Browser)

Explanation:

The legal deeper internet that allows the transfer of sensitive information.

A developer logged into a client machine has recently completed designing a new TaskBot and needs to evaluate the Bot outcome for purpose of meeting the project requirement. If the evaluation is successful, the TaskBot will then be uploaded to the control room. Which three actions could the developer take, to execute the TaskBot for the evaluation

Answers

Answer

Evaluation of the Task bot should completed and successful if the following mentioned three steps works.

1. Open the Task Bot in the workbench and execute it

2. Execute the bot from the administration login at the Control Room

3. Provide the complete path of the Task Bot ATMX file in the CLI window

Explanation:

Task bot are the bots that used to processes the data and repeat the tasks automatically. The developer who designed a new task bot, needs to evaluate the performance and working of this task bot. The performance could be evaluated by completing the following steps.

First of all, the task bot will be opened in workbench to execute it. If the task bot will opened on work bench without any error then developer will execute the bot as administrator to run the task bot. After successful start of the execution, the path of task bot file will be provided in command line interface (CLI) to start the task bot working.

If the above mentioned steps completed successfully, the developer can upload the task bot program to the control room.

An experimenter discovers that the time for people to detect a string of letters on a computer screen is 400 milliseconds, and that the time to push one of two buttons as to whether that string of letters is a legitimate word (e.g., travel) versus a nonword (e.g., terhil) is 575 milliseconds. Which technique would be most useful in figuring out the time for word recognition, independent of letter-string detection?
a. Introspectionsb. Operant conditioningc. Neuropyshologyd. Subtractive method

Answers

Answer:

The correct answer to the following question will be Option D (Subtractive method ).

Explanation:

This approach essentially requests a participant to construct two activities that are already in almost every way similar, except for a mental process that is assumed to also be included in any of the activities although omitted in another.This method will be much more valuable when deciding the period for phonemic awareness, despite text-string identification.

The other three options are not related to the given scenario. So that Option D is the right answer.

What will be the value of discountRate after the following statements are executed? double discountRate = 0.0; int purchase = 100; if (purchase > 1000) discountRate = 0.05; else if (purchase > 750) discountRate = 0.03; else if (purchase > 500) discountRate = 0.01;

Answers

The value of discountRate after the following statements are executed

double discountRate = 0.0;

int purchase = 100;

if (purchase > 1000) discountRate = 0.05;

else if (purchase > 750) discountRate = 0.03;

else if (purchase > 500) discountRate = 0.01;

is 0.0

Explanation:

The discount rate is declared as a double; double discountRate = 0.0;

The purchase is declared as integer; int purchase = 100;

The first if statement shows if purchase > 1000 then the discountRate is 0.05

The second if statement shows if purchase > 750then the discountRate is  0.03

The third if statement shows if purchase > 500 then the discountRate is  0.01

Since none of these statements are true, the original discountRate is printed.

Final answer:

After executing the statements, the value of discountRate will remain 0.0 because the purchase amount does not meet any of the specified conditions to receive a discount.

Explanation:

The value of discountRate after executing the given statements will be 0.0. The code snippet provided is a series of conditional statements that assign a value to the variable discountRate based on the value of the variable purchase.

The initial value of purchase is 100, which does not satisfy any of the given conditions for increasing the discountRate (i.e., purchase must be greater than 500, 750, or 1000 to get a discount). Therefore, the discountRate remains at its initial value of 0.0 since no conditions are met.

For the following C code, variables a, b, c, and n correspond to the registers $s0, $s1, $s2 and $a0 respectively and i corresponds to $t0. The callee doesn’t have to preserve registers $t1-$t9, if used. int iterFib(int n) { int a = 0, b = 1, c, i; for(i=2; i<=n; i++) { c = a + b; a = b; b = c; } return b; } What are the missing MIPS instructions? Please record only the letter in lower case. iterFib: addi $sp, $sp, -12 sw $s0, 8($sp) sw $s1, 4($sp) ---Instruction 1--- add $s0, $zero, $zero addi $s1, $zero, 1 add $t0, $zero, $zero addi $t1, $a0, 1 forFib: slt $t2, $t0, $t1 ---Instruction 2--- add $s2, $s1, $s2 add $s0, $zero, $s1 add $s1, $zero, $s2 addi $t0, $t0, 1 j forFib exitFib: add $v0, $zero, $s1 jr $ra Instruction 1 is a. No instruction b. addi $sp, $sp, 4 c. add $sp, $sp, -4 d. lw $s2, 0($sp) e. sw $s2, 0($sp) f. bne $t2, $zero, exitFib g. beq $t2, $zero, exitFib h. None of the above Instruction 2 is a. j iterFib b. addi $sp, $sp, 4 c. add $sp, $sp, -4 d. lw $s0, 0($sp) e. addi $sp, $sp, -4 f. bne $t2, $zero, exitFib g. beq $t2, $zero, exitFib h. None of the above

Answers

Answer:

a)

Instruction 1 will be: sw $s2,0($s0)

Answer is option e.

b)

Instruction 2 will be: beq $t2,$zero,exitFib

Answer is option g.

Explanation:

At the point of instruction 1, It should store the content of s2 into the stack.

At the point of instruction 2, It will check if the value of t2 is one or not. If it is zero it should exit.

What is the relationship between a method and a function

Answers

Answer:

Method and a function are the same,whit the different terms. A method is a procedure or function in object - oriented programming. A function is a group of reusable code which can be called anywhere in your program. This eliminates the need for writing the some code again and again.

A function is a piece of code that is called by name. It can be passed data to operate on (i.e. the parameters) and can optionally return data (the return value). All data that is passed to a function is explicitly passed. A method is a piece of code that is called by a name that is associated with an object

What function does the ALU perform?
A.
storing startup instructions
B.
directing the flow of instructions
C. storing data the CPU needs at the moment
D. making calculations and evaluating conditions

Answers

Answer:

D

Explanation:

ALU performs calculations.

Molly, an end-user, connects an external monitor, external keyboard and mouse, and a wired network cable to her laptop while working in the office. She
leaves the office frequently to meet with customers and takes the laptop with her. Disconnecting and reconnecting these external connections has become
inconvenient. Which of the following devices will allow the user to disconnect and reconnect the laptop to the external connections with the least amount
of effort?
Port Replicator
Docking Station

Answers

Answer:

A Port Replicator

Explanation:

Port Replicators are universal and do not require that your computer (laptop) be docked (Placed) on them to function. All you need is the devices connected to the port replicator and whenever you need to move the laptop, you disconnect the port replicator from it. It generally is connected via a type of USB port.

A Docking station on the other hand can be a drag in the sense that you might have a challenge always having to dock and undock your laptop from the station anytime you need to move. This can be annoying if you are in a rush. Also the Docking stations use expansion ports which are a lot of times not universal (Not just any type of laptop can connect to the dock stations, just your model or specified models).

Answer:

Port Replicator

Explanation:

While you may be able to use a docking station for this purpose, a port replicator is designed specifically for this kind of use.

100 Base-T: Group of answer choices
can run at either full- or half-duplex
is one of the oldest forms of Ethernet
is one of the slowest forms of Ethernet
can only be used over coaxial cables
has only one version, 100Base-SLCX

Answers

Answer:

can run at either full- or half-duplex

Explanation:

In Computer Networking, 100Base-T also known as fast ethernet is an ethernet standard that operates at 100Mbps and can run at either full- or half-duplex.

It uses Shielded Twisted Pair (STP) cabling system.

The Variations of 100BaseT are;

- 100BaseTX

- 100BaseFX.

2 Which statement best explains how computers are used to analyze information?
A Computers are used to write reports.
B Computers are used to do calculations.
C Computers are used to measure objects.
D Computers are used to share conclusions.
nts the mass of the object in the​

Answers

Answer:

The answer is B

Explanation:

Computers are used to do calculations in investigations. And they help get the bad guy.

For reproducibility needed for auto-grading, seed the program with a value of 2. In a real program, you would seed with the current time. In that case, every program's output would be different, which is what is desired but can't be auto-graded. Note: A common student mistake is to create an instance of Random before each call to rand.nextInt(). But seeding should only be done once, at the start of the program, after which rand.nextInt() can be called any number of times. Your program must define and call the following method that returns "heads" or "tails". public static String headsOrTails(Random rand)

Answers

Answer:

For reproducibility needed for auto-grading, seed the program with a value of 2. In a real program, you would seed with the current time. In that case, every program's output would be different, which is what is desired but can't be auto-graded.

Note: A common student mistake is to create an instance of Random before each call to rand.nextInt(). But seeding should only be done once, at the start of the program, after which rand.nextInt() can be called any number of times.

Your program must define and call the following method that returns "heads" or "tails".

Explanation:

Use the drop-down menus to complete the steps necessary for adding a conditional formatting rule.
On the Home tab, click the
group.
On the drop-down list, click
and click the rule you wish to use.
Use the dialog box to complete the rule,

Answers

Conditional formatting are used to assign specific formatting options to cells based on a specified set of rules. Hence, cells which meets the set rules are given the formatted based on the formatting conditions.

To use conditional formatting, navigate to the styles group which is on the home tab.

A drop down list appears with various options, click conditional formatting

The rule to be used should be clicked in the dialog box and the rules can be tweaked by clicking manage rules.

Learn more :https://brainly.com/question/22654163

Answer:

styles, conditional formatting

Explanation:

got it right :))

A server is expected to process 2,000 transactions per second during its initial year of deployment. If it is expected to increase transaction growth by 10% annually, how many transactions per second should the server be able to process by the end of its fifth year?

Answers

Answer:

This is like a compound interest problem,

Here, p=2000

          r=10%

          t=5

 Transaction after 5 years= 2000(1+10/100)^5= 3221.02 per second

Explanation:

This is as explained above a compound interest type of question. And the number of transaction per second after 5 years is equal to 3221. Remember, you need to understand the difference between compound interest and simple interest. In first one, we have new p after each year. However, in Simple interest, the p remains the same as the first one.

A technician is using a network-attached desktop computer with a Type 2 hypervisor to run two VMs. One of the VMs is infected with multiple worms and other forms of known malware. The second VM is a clean installation of Windows. The technician has been tasked with logging the impact on the clean Windows VM when the infected VM attempts to infiltrate the clean VM through the network. What should the technician do to best protect the company LAN while performing these tests?

Answers

Answer:

Place both VMs on virtual NICs that are isolated from the company LAN.

Explanation:

From the scenario above, for the technician to best protect the company's LAN while performing the above mentioned tests, it us best to place both VMs on virtual NICs that are isolated from the company LAN.

Cheers

The technician do to best protect the company LAN while performing tests is Place both VM on virtual NICs that are isolated from the company LAN.

How does a VM work?

virtual computer

A virtual machine, sometimes abbreviated as just VM, is an actual computer just like a laptop, smartphone, or server. It is equipped with a CPU, RAM, disks for file storage, and an internet connection in case that is required.

What does VM in servers stand for?

On a physical hardware system, a virtualization (VM) is a graphical interface that performs as both a simulated software system featuring its own CPU, memories, network switch, and storage .

To know more about VM visit:

https://brainly.com/question/15517774

#SPJ4

You manage a small LAN for a branch office. The branch office has three file servers and few client workstations. You want to use Ethernet device and offer guaranteed bandwidth to each server.How should you design the network?

Answers

You manage small LAN for a branch office. The branch office has three file servers and few client workstations. You want to use Ethernet device and offer guaranteed bandwidth to each server. You design the network by connecting all network devices to a switch. Connect each server to its own switch port.

Explanation:

A local-area network (LAN) is a computer network that spans a relatively small area.Most often, a LAN is confined to a single room, building or group of buildings, however, one LAN can be connected to other LANs over any distance via telephone lines and radio waves.The LAN is the networking infrastructure that provides access to network communication services and resources for end users and devices spread over a single floor or building.Designing a LAN for the campus use case is not a one-design-fits-all proposition. If there is a single 48-port switch, 47 devices can be supported, with only one port used to connect the switch to the rest of the network, and only one power outlet needed to accommodate the single switch

I am wasting 20 points

Answers

Okkkkkkkkkkkkkkkkkkkkkkk

Answer:

Sure????

Explanation:

A ______ site is a disaster recovery site that includes a computer system similar to the one the company regularly uses, software, and up-t0-date data so the company can resume full data processing operations within seconds or minutes.
a. Hot
b. Cold
c. Flying start
d. Backup

Answers

Answer:

c, flying start

Explanation:

This would be a flying start site.

The use of public wireless connections can increase a user's vulnerability to monitoring and compromise. ____________ software can be used to encrypt transmissions over public networks, making it more difficult for a user's PC to be penetrated. DDos CAPTCHa VPN Rootkit Keylogging

Answers

The use of public wireless connections can increase a user's vulnerability to monitoring and compromise. VPN software can be used to encrypt transmissions over public networks, making it more difficult for a user's PC to be penetrated.

Explanation:

A VPN, or Virtual Private Network, allows you to create a secure connection to another network over the Internet. VPNs can be used to access region-restricted websites, shield your browsing activity from prying eyes on public Wi-Fi, and more. .Virtual Private Network, is a private network that encrypts and transmits data while it travels from one place to another on the internet. VPNs aren't just for desktops or laptops, you can set up a VPN on your iPhone, iPad or Android phone.A VPN encrypts the traffic from your machine to the exit point of the VPN network. A VPN isn't therefore likely to protect you from an adversary like Anonymous. VPNs add another layer of encryption to your internet traffic, your latency will go up and speeds will go down.

Other Questions
Answer these questions about the steps of simplifying this rational expression: 4x-8/x^2+3x-10 Part A What is the greatest common factor (GCF) of the terms in the numerator and in the denominator? Rewrite the expression by factoring out the GCF. Is the following number rational or irrational 0.5555? Yzer Inc. asked for volunteers from its employees to help with yard work on its premises prior to a grand reopening. Barton Rodr, a salaried programmer who received no additional pay, suffered a heart attack while doing the lawn work. He sought workers' compensation benefits, but Yzer denied he was working as an employee at the time of the injury, claiming that it had not occurred during the course and scope of his employment. Should Rodr recover workers' compensation benefits Which components of the apparatus affect its motion? Marquise has 200200200 meters of fencing to build a rectangular garden.The garden's area (in square meters) as a function of the garden's width www (in meters) is modeled by:A(w)=-w^2+100wA(w)=w 2 +100wA, left parenthesis, w, right parenthesis, equals, minus, w, squared, plus, 100, wWhat is the maximum area possible? List the following numbers in order from least to greatest.4.2 x 10-2, 0.088, 8.9 x 10-3, 0.01 What was the Second Continental Congress seeking when the "Olive Branch Petition' was sent to King George Ill in 1775? Find the volume of a cylinder with a diameter of 10 inches and a height that is three timesthe radius. Use 3.14 for pi and round your answer to the nearest tenth. (Hint: You may onlyenter numerals, decimal points, and negative signs in the answer blank) (4 points) Evaluate the expression for m = 1.21m2 11m 30 = Delivery of stock index futures a. is never made. b. requires delivery of 1 share of each stock in the index. c. is made by a cash settlement based on the index value. d. is made by delivering 100 shares of each stock in the index.e. is made by delivering a value-weighted basket of stocks. Find the exact volume of the cylinder The given information were that Robi has run the first 4 miles of a race in 30 minutes and she reached the 6 mile point after 45 minutes. It is positive, negative, zero or undefined? The slope is 2/15 miles/minute translate in numerical form. "three times a number is greater than or equal to 12 and less than 21" How much work is done by gravity when a pine cone (of mass 50g) falls from the top of a tree, 9 m high? Whereas superficial flexors in the anterior compartment of the forearm originate from the _____ epicondyle of the humerus, the superficial extensors in the posterior compartment of the forearm originate from the _____ epicondyle of the humerus. A rectangular field is 50 yards wide and 100 yards long. Patrick walks diagonally across the field. How far does he walk Consider the following experiment: True-breeding tall pea plants are cut short before being pollinated to determine if there is an effect on the offspring. Which explanation for trait inheritance is this testing? 5. Taxpayer ("T"), a cash basis individual taxpayer, lent money to each of his two daughters ("D1" and "D2") on January 1 of the current yer. T lent $50,000 to D1 and $110,000 to D2. T did not charge any interest on the loans. D1 was 19 years old and used the $50,000 to open a brokerage account which invested in stocks. D1 had $300 of net investment income during the year. D 2 was 26 years old and used the loan to renovate her personal house. D2 had no investment income during the year. The applicable federal rate "AFR" is a 5% annual rate. The loans were outstanding for the entire year. What amount of income, if any, will T include on Ts individual income tax return as a result of the loan to slope -2, passes through (-4, 6) Bank of America's Consumer Spending Survey collected data on annual credit card charges in seven different categories of expenditures: transportation, groceries, dining out, household expenses, home furnishings, apparel, and entertainment. Using data from a sample of credit card accounts, assume that each account was used to identify the annual credit card charges for groceries (population 1) and the annual credit card charges for dining out (population 2). Using the difference data, the sample mean difference was , and the sample standard deviation was .