What are five types of applications you can create in Visual Basic 2017?

Answers

Answer 1

Answer:

1) Windows Desktop applications

2) Windows Store apps

3) Web/Cloud applications

4) Office/SharePoint applications

5) Database applications.

Answer 2
This means that VB.NET can be used to create a wide range of applications and components, including the following:
Windows console mode applications.
Standard Windows applications.
Windows services.
Windows controls and Windows control libraries.
Web (ASP.NET) applications.
Web services.
Web controls and web control libraries.

Related Questions

Select the correct answer.
Jeff has created a table to calculate the cost of raw materials that he purchases monthly. Cell A2 shows the fixed cost of the raw material (3).
Column D lists the quantity (number of units) that Jeff purchased each month. What formula can Jeff use in E2 to calculate the monthly cost of
the raw material that he can copy to all the rows below?
D
E
1 Monthly rate
Number of units Cost
Month
Jan
Feb
Mar
Apr
May
Jun
10
12
OA =A2*D2
OB. =SA2*D2
Oc -SAS2*SDS2
OD. =$A$2*D$2
OE.
-A$2*D2

Select the correct answer.Jeff has created a table to calculate the cost of raw materials that he purchases

Answers

Answer: C

Explanation:

XYZ is a well-renowned company that pays its salespeople on a commission basis. The salespeople each receive 700 PKR per week plus 9% of their gross sales for that week. For example, a salesperson who sells 4000 PKR worth of chemicals in a week receives 700 plus 9% of 5000 PKR or a total of 1060 PKR. Develop a C++ program that uses a Repetitive Structure (while, for, do-while) to manipulate each salesperson’s gross sales for the week and calculate and displays that salesperson’s earnings.

Answers

Answer:

#include<iostream>

#include<conio.h>

using namespace std;

float calculateGross(float sale)

{

return (sale/100*9) + 700;

}

main()

{

float sale[3] = { 5000,7000,9000}, Totalsale =0;

for(int i=0; i<=2; i++)

{

cout<<"Sales Person "<<i+1<<" Gross Earnings: "<<calculateGross(sale[i])<<" PKR\n";

Totalsale += calculateGross(sale[i]);

}

cout<<"Total Gross Sales Earnings for week: "<<Totalsale<<" PKR\n";

return 0;

}

Select the correct answer.
Earl is colorizing a black-and-white photo in parts. Which feature will he use to find and alter the desired color?
A.
smudge and sharpen
B.
clone and patch
C.
dodge and burn
D.
hue and saturation

Answers

Based on the above, the feature that he can use to find and alter the desired color is hue and saturation.

What is hue and saturation?

Hue is known to be the key wavelength of light that is said to enter the human eye and it is one that interprets as color while Saturation is said to be the amount of the color.

Thus, Based on the above, the feature that he can use to find and alter the desired color is hue and saturation.

Learn more about color from

https://brainly.com/question/911645

#SPJ1

BitTorrent, a P2P protocol for file distribution, depends on a centralized resource allocation mechanism through which peers are able to maximize their download rates.
True or False?

Answers

Answer:

yes. it is true. mark as brainlest

What will be the value of bonus after the following statementsare executed?int bonus, sales = 10000;if (sales < 5000)bonus = 200;else if (sales < 7500) bonus = 500;else if (sales <10000)bonus 750; else if (sales < 20000)bonus 1000;elsebonus 1250;O 750O 1250O 500O 1000

Answers

Based on the code provided, the value of bonus will be 750 since the value of sales is 10000, which falls between the range of 7500 and 20000. Therefore, the else if (sales < 10000) condition is false, and the else if (sales < 20000) condition is true, causing the value of bonus to be set to 1000. However, there is a typo in the code where the assignment operator is missing after bonus in the fourth else if statement. It should be:

else if (sales < 20000)
bonus = 1000;

Assuming that this typo is fixed, the final value of bonus will be 750.

Upon returning from a year long working holiday, Alberta, the youngest of 4 sisters, announced her whirlwind marriage. Her 3 sisters, Carla, Paula, and Roberta,
were amazed by her husband's name.
• The 4 men are Albert, Carl, Paul, and Robert. Their last names are Albertson, Carlson, Paulson, and Robertson.
• No woman's husband has a first name that consists of her first name without the final "a"; no woman's last name consists of her first name without the final
"a" and with "son" on the end; and, no man's last name consists of his first name with "son" added at the end.
• Paul is not married to Roberta, and Robert is not married to Paula.
• No husband and wife have "bert" in both their first names, but there is a man who has "bert" in his first and last names.
Carl's last name is not Paulson.
Work out Alberta's husband's first and last name, as well as Carla's, Paula's, and Roberta's husbands' first and last name

Answers

The couples, considering the patterns in the problem, are listed as follows:

Carla and Robert Paulson.Paula and Albert Robertson.Alberta and Paul Carlson.Roberta and Carl Albertson.

What are the couples?

We use the information from the bullet points to find the couples.

The first information is:

No woman's husband has a first name that consists of her first name without the final "a".

Hence:

Alberta is married to either Carl, Paul or Robert.Carla is married to either Albert, Paul or Robert.Paula is married to either Albert, Carl or Robert.Roberta is married to either Albert, Carl or Paul.

The second information is:

Paul is not married to Roberta, and Robert is not married to Paula.

Hence:

Roberta is married to either Albert or Carl.Paula is married to either Albert or Carl.

No husband and wife have "bert" in both their first names, hence:

Roberta is married to Carl.Paula is married to Albert.Alberta is married to Paul.Carla is married to Robert.

No woman's last name consists of her first name without the final "a" and with "son" on the end, and no man's last name consists of his first name with "son" added at the end, hence:

Roberta and Carl are either Albertson or Paulson.Paula and Albert are either Carlson or Robertson.Alberta and Paul are either Carlson or Robertson.Carla and Robert are either Albertson or Paulson.

There is a man who has "bert" in his first and last names, hence either of these two can be couples.

Carla and Robert Albertson.Paula and Albert Robertson.

Carl's last name is not Paulson, hence a couple is:

Carla and Robert Paulson.

Then Carla and Robert are Paulson, and the couples are:

Carla and Robert Paulson.Paula and Albert Robertson.Alberta and Paul Carlson.Roberta and Carl Albertson.

More can be learned about patterns at https://brainly.com/question/18941199

#SPJ1

Question 3 3.1 Describe the TWO main elements of a CPU 3.2 Describe the fetch/execute cycle 3.3 Convert the binary number 00000011 to a decimal ​

Answers

Answer:

Here are the answers to the questions:

3.1 The two main elements of a CPU are:

The Control Unit (CU): The CU controls and coordinates the operations of the CPU. It is responsible for interpreting instructions and sequencing them for execution.

The Arithmetic Logic Unit (ALU): The ALU executes arithmetic and logical operations like addition, subtraction, AND, OR, etc. It contains registers that hold operands and results.

3.2 The fetch/execute cycle refers to the cycle of events where the CPU fetches instructions from memory, decodes them, and then executes them. The steps in the cycle are:

Fetch: The next instruction is fetched from memory.

Decode: The instruction is decoded to determine what it is asking the CPU to do.

Execute: The CPU executes the instruction. This could involve accessing data, performing calculations, storing results, etc.

Go back to Fetch: The cycle continues as the next instruction is fetched.

3.3 The binary number 00000011 is equal to the decimal number 3.

Binary: 00000011

Decimal: 1 + 2 = 3

So the conversion of the binary number 00000011 to decimal is 3.

Explanation:

Write a program in JavaScript to display all the Odd number from 1 to 1.​

Answers

Answer:

for (let i = 1; i <= 10; i++) {

 if (i % 2 !== 0) {

   console.log(i);

 }

}

Explanation:

This program uses a for loop to iterate over the numbers from 1 to 10. The if statement checks if the current number is odd by using the modulo operator % to check if the remainder of dividing by 2 is not equal to 0. If the number is odd, it is printed to the console using the console.log function.

You can adjust the program to display odd numbers up to a different limit by changing the upper limit of the for loop. For example, to display odd numbers up to 20, you could change the loop to:

for (let i = 1; i <= 20; i++) {

 if (i % 2 !== 0) {

   console.log(i);

 }

}

Suppose I want to query for all column content in the Accounts table (i.e. first name, last name and password). What would be typed into the input field?

Answers

Suppose one needs to query for all column content in the Accounts table (i.e. first name, last name and password), What should be typed into the input field is:

SELECT first_name, last_name, password FROM Accounts;

What is the rationale for the above answer?

It is to be noted that the above query retrieves the values for the columns "first_name", "last_name", and "password" from the table named "Accounts". The "SELECT" keyword is used to specify the columns that you want to retrieve, and the "FROM" clause specifies the table from which you want to retrieve the data.

The semicolon at the end of the query is used to terminate the statement.

Learn more about Queries:
https://brainly.com/question/29841441
#SPJ1

Which of the following commands are part of the Cells group on the HOME tab?​

Answers

common commands such as bold, underline, copy, and paste. Also for cells format worksheet something like that...

The one that is a part of the Cells group on the home tab is insert. The correct option is 1.

What is a home tab?

In Microsoft Word, the Home tab is the default tab. The relevant commands are divided into five groups: Clipboard, Font, Paragraph, Styles, and Editing.

It enables you to edit document settings such as font size, bullet placement, style selection, and many other standard features.

The most utilised document controls can be found under the Home Tab; using these controls, you can alter the text's font and size, paragraph and line spacing, copy and paste, and organisational structure. The Home Tab is divided into four separate sections.

Insert is the one that is a member of the Cells group on the home tab.

Thus, the correct option is 1.

For more details regarding home tab, visit:

https://brainly.com/question/9646053

#SPJ2

Your question seems incomplete, the missing options are:

i. Insert

ii. Delete

iii Format

iv. All of these​

Planned value:

How is it calculated?

Answers

Take the planned percentage of the completed work and multiply it by the project budget and you will get Planned Value.

Which line of code in this program is most likely to result in an error?

Which line of code in this program is most likely to result in an error?

Answers

Line 2 is most likely to result in an error because it's trying to print out the word hello but words need to be surrounded with quotation marks.

What is the first thing you should do when troubleshooting a computer problem?


A.identify and locate the problem.

Answers

Answer:

A. Identify and locate the problem.

Explanation:

A problem-solving process can be defined as the systematic approach to used to identify and determine the solution to a particular problem.

The first thing you should do when troubleshooting a computer problem is to identify and locate the problem.

Basically, when an administrator or network engineer is trying to proffer a solution to a computer or network-related problem, it is very important and essential for he or she to first identify what the problem is. This is necessary because it will help to ensure that his or her energy is channeled in the right direction.

Hence, once the problem is identified, then a theory of probable cause can be established.

Answer:

A

Explanation:

Subjective Questions
1. Why are professional roles important in ethics?
2. What is a strongly differentiated profession? Give examples.
3. Why some professions are not strongly differentiated? Give examples.
4. "The role of computer professional is not strongly differentiated.' Why?
Please need help in my question ​

Answers

Answer:

3 I'm hope I'm right sorry if I'm not

How technology works?

Answers

First of all, technology refers to the use of technical and scientific knowledge to create, monitor, and design machinery. Also, technology helps in making other goods.

What import option should you choose when you want to import a premiere profile and create a sequence with each of the premiere pro layers as individual tracks

Answers

The import option that  you choose when you want to import a premiere profile and create a sequence with each of the premiere pro layers as individual tracks is Import As: Sequence

What is Import As: Sequence?

This option allows you to import a Premiere Pro project or sequence into another project and have the layers automatically separated into individual tracks in the new sequence. This allows you to have more flexibility in editing and manipulating the individual elements of the imported sequence.

Therefore, In Premiere Pro, to import a project or sequence as a sequence, you can go to File>Import and then select the project or sequence file. In the options, you will see an "Import As" dropdown menu. You should select "Sequence" from the options.

Learn more about  import from

https://brainly.com/question/23639237

#SPJ1

Which of the following is NOT a possible combination of values of the variables in this program when it finishes running?

A. tails has a value of O and heads has a value of 100
B. tails has a value of 100 and heads has a value of O
C. tails has a value of 20 and heads has a value of 20
D. tails has a value of 50 and heads has a value of 50

Answers

Answer:

Definitely D

Explanation:

When you flip a coin it’s a 50/50 chance. Meaning it’s equal.

Given that they are familiar with what the tails have a value of 50 variables stand for and heads have a value of 50, programmers will find it simpler to read and comprehend the code, hence option D is correct.

What is a combination of values of the variables?

Almost all programming languages use a similar technique for saving values in variables: we place the variable name on the left side of the equal sign (=), and the value we wish to store on the right.

Print the variables in reverse order in addition to the entered order by typing the variables backward.

In addition to printing the sequence in reverse, print the double's int casting value by placing (int) before the variable name, tails has a value of 50 and heads has a value of 50, hence option D is correct.

Learn more about variables, here:

https://brainly.com/question/18090442

#SPJ6

Your goals as the IT architect and IT security specialist are to:  Develop solutions to the issues that the specified location of IDI is facing.  Develop plans to implement corporate-wide information access methods to ensure confidentiality, integrity, and availability.  Assess risks and vulnerabilities with operating IT facilities in the disparate locations where IDI now functions and develop mitigation plans and implementation methods.  Analyze the strengths and weaknesses in the current systems of IDI.  Address remote user and Web site user’s secure access requirements.  Develop a proposed budget for the project—consider hardware, software, upgrades/replacements, and consulting services.  Prepare detailed network and configuration diagrams outlining the proposed change to be able to present it to the management.  Develop and submit a comprehensive report addressing the learning objectives and your solutions to the issues within the scenario.  Prepare a 10- to 15-slide PowerPoint presentation that addresses important access control, infrastructure, and management aspects from each location.

Answers


Te chequen casa para ver en su mouse hombre de doble

b) Use a main method from the JOptionPane to request values from the user to initialize the instance variables of Election objects and assign these objects to the array. The array must be filled.

b) Use a main method from the JOptionPane to request values from the user to initialize the instance

Answers

Below is an example code snippet for this process:

```javaimport javax.swing.JOptionPane;public class ElectionDemo {

public static void main(String[] args) {

Election[] elections = new Election[3];for(int i = 0; i < elections.length; i++) {

String name = JOptionPane.showInputDialog("Enter name of candidate: ");

int votes = Integer.parseInt(JOptionPane.showInputDialog("Enter number of votes: "));

Election e = new Election(name, votes);elections[i] = e;}

for(Election e : elections) {System.out.println(e.getName() + " received " + e.getVotes() + " votes.");

}

}

} ```

The above code snippet is a simple example that uses the JOptionPane to prompt the user to input values for the instance variables of an Election object. Here, we create an array of three Election objects and then use a for loop to initialize each object.

The for loop is a standard loop that iterates through each object in the array.Inside the for loop, we use the JOptionPane to prompt the user to input values for the name and votes variables. The input values are then used to create a new Election object, which is assigned to the current position in the array.

Finally, we use another for loop to print out the name and votes variables for each Election object in the array.

For more such questions on code snippet, click on:

https://brainly.com/question/30270911

#SPJ8

6.11 LAB: Sort a vector
Write a program that gets a list of integers from input, and outputs the integers in ascending order (lowest to highest). The first integer
indicates how many numbers are in the list. Assume that the list will always contain less than 20 integers.
Ex: If the input is:
5 10 4 39 12 2
the output is:
2 4 10 12 39
For coding simplicity, follow every output value by a space, including the last one.
Your program must define and call the following function. When the SortVector function is complete, the vector passed in as the parameter
should be sorted.
void SortVector(vector int>& myVec)
Hint: There are many ways to sort a vector. You are welcome to look up and use any existing algorithm. Some believe the simplest to code
is bubble sort: https://en.wikipedia.org/wiki/Bubble_sort. But you are welcome to try others: https://en.wikipedia.org/wiki/Sorting_algorithm.
290064 1698536.qx3zqy7

Answers

The sort a vector program is an illustration of functions, loops and vectors or lists.

The main program

The program written in C++, where comments are used to explain each action is as follows:

#include<bits/stdc++.h>

using namespace std;

//This defines the SortVector function

void SortVector(vector <int>& myVec){

   //This sorts the vector elements in ascending order

   sort(myVec.begin(), myVec.end());

   //This iterates through the sorted vector, and print each element

for (auto x : myVec)

 cout << x << " ";

}

//The main begins here

int main(){

   //This declares all the variables

   int num, numInput; vector<int> v;

   //This gets the length of the vector

   cin>>num;

   //The following iteration gets input for the vector

   for(int i = 0; i<num;i++){

       cin>>numInput;

       v.push_back(numInput);

   }

   //This calls the SortVector function

   SortVector(v);

return 0;

}

Read more about functions at:

https://brainly.com/question/24833629

Spell all words correctly.

Ben knows that procedural programming structures a computer program as a set of computational steps consisting of computer code that performs a specific task. What should Ben call such sets of code?

Procedural programming structures a computer program as a set of computational steps consisting of computer code that performs a specific task.Such sets of code are called procedures or ___________.

Answers

Answer:

functions

Explanation:

i just took the test

Who Uses Serverless Computing?

Who Uses Serverless Computing?

Answers

I could only put these nothing else.

Answer: Netflix, Coca-Cola, and Nordstrom.

Answer:

Companies Use Severless Computing

You implement basic version control and go through the phase of creating a local repository. Initiate the commands to set up that local repository

Answers

Version control is the foundation of DevOps. Gain speed with Helix Core. Get the version control tools you need. Try today. Modern Collaboration. Increase Visibility.

Write a program in python that takes in a positive integer as input, and outputs a string of 1's and 0's representing the integer in binary. For an integer x, the algorithm is:


As long as x is greater than 0

Output x % 2 (remainder is either 0 or 1)

x = x // 2


Note: The above algorithm outputs the 0's and 1's in reverse order. You will need to write a second function to reverse the string.


Ex: If the input is:


6


the output is:


110


The program must define and call the following two functions. Define a function named int_to_reverse_binary() that takes an integer as a parameter and returns a string of 1's and 0's representing the integer in binary (in reverse). Define a function named string_reverse() that takes an input string as a parameter and returns a string representing the input string in reverse.

def int_to_reverse_binary(integer_value)

def string_reverse(input_string)


1:Compare output

2 / 2

Input

6

Your output

110

2:Unit test

0 / 2

Convert 19 to binary using int_to_reverse_binary() and string_reverse()

Your output

10011

Test feedback

string_reverse(user_input) did not return a value.

Your function may be missing a return statement.

3:Unit test

0 / 3

Convert 255 to binary using int_to_reverse_binary() and string_reverse()

Your output

11111111

Test feedback

string_reverse(user_input) did not return a value.

Your function may be missing a return statement.


def int_to_reverse_binary(int_number):
# print('i', int_number)
a = []
while int_number > 0:
a.append(int_number % 2)
int_number = int_number // 2
# print('a', a)
return a

def string_reverse(input_string):
print(''.join([str(i) for i in input_string])[::-1])



if __name__ == '__main__':
x = int(input())
# a = int_to_reverse_binary(x)
string_reverse(int_to_reverse_binary(x))

Answers

Answer: def int_to_reverse_binary(int_number):

   a = []

   while int_number > 0:

       a.append(int_number % 2)

       int_number = int_number // 2

   return a

def string_reverse(input_string):

   return ''.join([str(i) for i in input_string])[::-1]

if __name__ == '__main__':

   x = int(input())

   print(string_reverse(int_to_reverse_binary(x)))

Explanation:

The program in python that takes in a positive integer as input, and outputs a string of 1's and 0's representing the integer in binary is in the explanation part.

What is python?

Python is a general-purpose, high-level programming language. Its design philosophy prioritises code readability by employing significant indentation.

Here's the program in Python:

def decimal_to_binary(n):

   binary_string = ""

   while n > 0:

       binary_string += str(n % 2)

       n = n // 2

   return binary_string[::-1]

# test the function

print(decimal_to_binary(13))  # output: "1101"

Thus, in this program, the decimal_to_binary function takes a positive integer n as input and returns a string of 1's and 0's representing n in binary.

For more details regarding python, visit:

https://brainly.com/question/30427047

#SPJ1

define the term hardwar

Answers

Answer:

tools, machinery, and other durable equipment.

Explanation:hardware in a computer are the keyboard, the monitor, the mouse and the central processing unit.

Answer: tools, machinery, and other durable equipment.

Explanation: the machines, wiring, and other physical components of a computer or other electronic system.

tools, implements, and other items used in home life and activities such as gardening. Computer hardware includes the physical parts of a computer, such as the case, central processing unit, monitor, mouse, keyboard, computer data storage, graphics card, sound card, speakers and motherboard. By contrast, software is the set of instructions that can be stored and run by hardware.

NO LINKS
Do you need to pay monthly to stream on Twitch?

Answers

I think so yeah $$$$

Consider the following recursive method, which is intended to display the binary equivalent of a decimal number. For example, toBinary(100) should display 1100100.

public static void toBinary(int num)
{
if (num < 2)
{
System.out.print(num);
}
else
{
/* missing code */
}
}

Which of the following can replace /* missing code */ so that toBinary works as intended?

a. System.out.print(num % 2);
toBinary(num / 2);

b. System.out.print(num / 2);
toBinary(num % 2);

c. toBinary(num % 2);
System.out.print(num / 2);

d. toBinary(num / 2);
System.out.print(num % 2);

e. toBinary(num / 2);
System.out.print(num / 2);

Answers

Answer:

D) toBinary(num / 2);

System.out.print(num % 2);

Explanation:

python assighment 12 not whole question

For this assignment, you will write a series of methods which are designed to help you analyze how often different words appear in text. You will be provided texts as lists of words, and you will use dictionaries to help with your analysis.

Methods to write

Method
Description
get_word_counts(word_list)
This method will take a list parameter and return a dictionary which has as its keys the words from the list, and has as its values the number of times that word appears in the list. So, for example, if you have the following list:
words = ["to", "be", "or", "not", "to", "be"]
then get_word_counts(words) should return this dictionary:
{'to': 2, 'be': 2, 'or': 1, 'not': 1}
number_of_appearances(word_counts, word)
This method takes a dictionary of word counts (like the one returned from your get_word_counts method) as a parameter and a single word. It returns the number of times that word appears in the text (i.e. the value if it exists in the dictionary, or 0 otherwise).
total_words(word_counts)
This method takes a dictionary of word counts (like the one returned from your get_word_counts method) as a parameter. It returns the total number of words from the text (i.e. the sum of all the values).
most_common(word_counts)
This method takes a dictionary of word counts (like the one returned from your get_word_counts method) as a parameter. It returns the word which appears the most frequently (i.e. the key with the highest value in the dictionary). Don't worry if there is more than one most common word; any correct answer should pass the grader, as it will be tested only on word count dictionaries with a single most common word.
single_words(word_counts)
This method takes a dictionary of word counts (like the one returned from your get_word_counts method) as a parameter. It returns a list containing every word which appears exactly once (i.e. every key which has a value of 1).
get_combined_counts(word_counts_a, word_counts_b)
This method takes two dictionaries of word counts (like the one returned from your get_word_counts method) as parameters. It returns a single dictionary which combines the totals from both.
The starter code already contains the following lines of code to test your methods on some words from two classic Beatles songs.
words = ['oh', 'i', 'need', 'your', 'love', 'babe', 'guess', 'you', 'know', 'its', 'true', 'hope', 'you', 'need', 'my', 'love', 'babe', 'just', 'like', 'i', 'need', 'you', 'hold', 'me', 'love', 'me', 'hold', 'me', 'love', 'me', 'i', 'aint', 'got', 'nothing', 'but', 'love', 'babe', 'eight', 'days', 'a', 'week', 'love', 'you', 'every', 'day', 'girl', 'always', 'on', 'my', 'mind', 'one', 'thing', 'i', 'can', 'say', 'girl', 'love', 'you', 'all', 'the', 'time', 'hold', 'me', 'love', 'me', 'hold', 'me', 'love', 'me', 'i', 'aint', 'got', 'nothing', 'but', 'love', 'girl', 'eight', 'days', 'a', 'week', 'eight', 'days', 'a', 'week', 'i', 'love', 'you', 'eight', 'days', 'a', 'week', 'is', 'not', 'enough', 'to', 'show', 'i', 'care']
counts = get_word_counts(words)
print("WORD COUNTS")
for word in sorted(counts):
    print(word, counts[word])
print()

print("Appearances of 'need':", number_of_appearances(counts, "need"))
print("Appearances of 'want':", number_of_appearances(counts, "want"))
print()

print("Total words:", total_words(counts))

print("Most common word:", most_common(counts))
print()

print("SINGLE WORDS")
for word in sorted(single_words(counts)):
    print(word)
print()

other_words = ['love', 'love', 'me', 'do', 'you', 'know', 'i', 'love', 'you', 'ill', 'always', 'be', 'true', 'so', 'please', 'love', 'me', 'do', 'whoa', 'love', 'me', 'do', 'love', 'love', 'me', 'do', 'you', 'know', 'i', 'love', 'you', 'ill', 'always', 'be', 'true', 'so', 'please', 'love', 'me', 'do', 'whoa', 'love', 'me', 'do', 'someone', 'to', 'love', 'somebody', 'new', 'someone', 'to', 'love', 'someone', 'like', 'you']
other_counts = get_word_counts(other_words)
print("OTHER WORD COUNTS")
for word in sorted(other_counts):
    print(word, other_counts[word])
print()
combined_counts = get_combined_counts(counts, other_counts)
print("COMBINED WORD COUNTS")
for word in sorted(combined_counts):
    print(word, combined_counts[word])
You should uncomment lines to test your methods as you go along. Leave these lines uncommented when you submit your code, as the grader will use them for one of the tests.
If you want to transform your own text to a list so you can analyze it using your methods, here is some simple code you can use to change a passage into a list. Be warned - it may not work if your text contains quotation marks or line breaks.

Answers

Python runs on a variety of operating systems, including Windows, Mac, Linux, and Raspberry Pi.

Thus, The syntax of Python is straightforward and resembles that of English. Python's syntax differs from various other programming languages in that it enables programmers to construct applications with fewer lines of code and Linux.

Python operates on an interpreter system, allowing for the immediate execution of written code. As a result, prototyping can proceed quickly. Python can be used in a functional, object-oriented, or procedural manner.

Web applications can be developed on a server using Python. Workflows can be made with Python and other technologies.

Thus, Python runs on a variety of operating systems, including Windows, Mac, Linux, and Raspberry Pi.

Learn more about Python, refer to the link:

https://brainly.com/question/32166954

#SPJ1

If an ISP assigned you a /28 IPv6 address block, how many computers could be as- signed an address from the block?

Answers

Answer:

I think 14 hosts (computer)

productivity is the combination of

Answers

Answer:

Productivity is the combination of efficiency and effectiveness.

Explanation:

Other Questions
what type of attribute is a zip code data mining Limit the query results to records where the student's date of birth DOB is less than or equal to January 1, 1995. Run the query to view the results. C.S. A construction firm is for sale. It is expected to break even the first two years and then make a profit of $100,000 at EOY 3. The profit should increase by 10 percent per year every sub- sequent year for 19 additional EOY payments. Then at BOY 22 the firm will be sold for $500,000. If your MARR is 15 percent, what is the most you can afford to pay for the firm? a certain culture of the bacterium streptococcus a initially has 9 bacteria and is observed to double every 1.6 hours. (a) estimate the number of bacteria after 34 hours. (round your answer to the nearest whole number.) bacteria Since I can not upload test can you answer this homework question for me thanks! Part D If you increase the frequency, what happens to the velocity of the wave? In answering this question, describe how you determined the velocity as well as the result you arrived at. Then, provide a scientific explanation for this result, based on your knowledge of waves. Make sure to show your work to get credit.3. For the following problem, assume that the MPC, b, takes into account how much consumers spend as total income (Y) in the economy is changes. (Also: Hint GDP = Total Y) So we can rewrite our consumption function as :C= a +bYAssume:a= $2900 billionb=.75GDP= $9,000 billion.A) What is C=B) What is S=C) If consumers were the only ones buying goods in the economy, would the economy have an excess supply of goods, excess demand of goods or would the economy be at equilibrium ? Divide The quantity 3.185 times ten raised to the seventeenth power end quantity divided by the quantity 9.1 times ten raised to the eighth power end quantity.. Write the final answer in scientific notation. 3.5 x 10 8 0.35 x 10 9 3.5 x 10 9 0.35 x 10 25 Problem 1: For an intermediate calculus course, the scores on the final exam had a mean of 64.9 and a standard deviation of 12.5. The median score was 68.6.(a) What do the relative locations of the mean and median tell you about the skewness of the distribution of the data?The distribution is select skewed to the left symmetric skewed to the right .(b) Compute the standardized score (z-score) for a student whose exam score was 69.(Keep at least four decimal places.)Problem 2: Refer to Problem 1 above. The instructor of the course felt that the scores were lower than anticipated. Thus, the instructor decided to apply a "curve" by adding 10 points to every student.(a) What would the value of the mean score be after applying the curve?(Keep at least four decimal places.)(b) What would the value of the standard deviation be after applying the curve?(Keep at least four decimal places.) Which line from a school election flyer most clearly uses ethos?a. varisa smith: the only candidate with leadership experienceb. nathan nwosu will raise $3,000 for new vending machines.c. you'll have more fun at school if you vote for carlos perez!d. sally sorenson for 2021 class president In what way are the lines of "the weary blues" links to an external site. Similar to the lyrics of a blues song?. Eastern Europe is considered an important cultural crossroads between Asia and Europe. Manydifferent empires controlled this land at one point. Which empire has not controlled Eastern Europeat one point?A. The Soviet UnionB. The Ottoman EmpireOC. The Roman EmpireD. The Aztec Empire help me pleaseeeeeeeeeeeeeeee I dont get how to do this please help mesolve for the absolute value equation show your work How can you protect your organization on social networking sites ? Samuel is writing a summary of "The Truth About Bats." Which word in the passage should he highlight as being important for his summary? A. number B. group C. species D. :helpful:nocturnal: I NEED HELP ASAP 10.6=2.9b+1.9 answer for b! A fee paid for using someone elses money is called __________. A. tax B. balance C. interest D. principal Your home and property have a market value of $240,000. To meet the coinsurance provision, you would need at least ________ of insurance. Question 13 options: $144,000 $168,000 $192,000 $216,000 None of these Match the sentence to its correct label.Match Term DefinitionShe played video games all day long without stopping. A) Mature WritingWithout ceasing, she gripped her controller in her hands and dominated her video games all day long. B) Overuse of ThesaurusFor what had the quality of time interminable, she toiled merrily at her digital amusement. C) Immature Writing