Answer:
I only know 7 of them.
They are as follows: An apple, potato, and onion all taste the same if you eat them with your nose plugged , Bananas are curved because they grow towards the sun ☀️, During your lifetime, you will produce enough saliva to fill two swimming pools ♀️, Tennis players are not allowed to swear when they are playing in Wimbledon , Recycling one glass jar saves enough energy to watch television for 3 hours , Iceland does not have a railway system , and Vincent van Gogh only sold one painting in his lifetime.
Hope this helps! If it did, please give brainliest! It would help me a lot! Thanks! :D
streak number 1: An apple, potato, and onion all taste the same if you eat them with your nose plugged
streak number 2: Bananas are curved because they grow towards the sun ☀️
streak number 3: During your lifetime, you will produce enough saliva to fill two swimming pools ♀️
streak number 4: Tennis players are not allowed to swear when they are playing in Wimbledon
streak number 5: Recycling one glass jar saves enough energy to watch television for 3 hours
Streak number 6 : Iceland does not have a railway system
streak number 7: Vincent van Gogh only sold one painting in his lifetime.
streak number 8: The average person walks♀️the equivalent of five times around the world in their lifetime.
streak number 13 is: Marie Curie remains the only person to earn Nobel prizes in two different sciences
streak number 12: Some cats are allergic to humans ♀️
streak number 11: Thanks to 3D printing, NASA can basically “email” tools to astronauts
streak number 10: Chickens are the closest living relatives to the T-Rex
streak number 9: Squirrels forget where they hide about half of their nuts
Which tools can Object Drawing Mode be applied to?
Line tool
Rectangle Tool
Oval Tool
Pencil tool
Pen Tool
Brush Tool
Answer:
• Line Tool
• Rectangle Tool
• Oval Tool
• Pencil Tool
• Brush Tool.
Explanation:
When people want to animate when using the Adobe Animate CC, it is vital for them to know how to draw shapes like squares, lines, ovals, rectangles, and circles. This is to enable such individuals understand how to draw objects as it can be difficult if they do not know how to draw these shapes.
The tools that Object Drawing Mode be applied to include:
• Line Tool
• Rectangle Tool
• Oval Tool
• Pencil Tool
• Brush Tool.
When the tool is being selected, it should be noted that the option for the drawing mode will be shown in the Property Inspector panel or it can also be seen in the tools panel.
In Java only please:
4.15 LAB: Mad Lib - loops
Mad Libs are activities that have a person provide various words, which are then used to complete a short story in unexpected (and hopefully funny) ways.
Write a program that takes a string and an integer as input, and outputs a sentence using the input values as shown in the example below. The program repeats until the input string is quit and disregards the integer input that follows.
Ex: If the input is:
apples 5
shoes 2
quit 0
the output is:
Eating 5 apples a day keeps you happy and healthy.
Eating 2 shoes a day keeps you happy and healthy
Answer:
Explanation:
import java.util.Scanner;
public class MadLibs {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
String word;
int number;
do {
System.out.print("Enter a word: ");
word = input.next();
if (word.equals("quit")) {
break;
}
System.out.print("Enter a number: ");
number = input.nextInt();
System.out.println("Eating " + number + " " + word + " a day keeps you happy and healthy.");
} while (true);
System.out.println("Goodbye!");
}
}
In this program, we use a do-while loop to repeatedly ask the user for a word and a number. The loop continues until the user enters the word "quit". Inside the loop, we read the input values using Scanner and then output the sentence using the input values.
Make sure to save the program with the filename "MadLibs.java" and compile and run it using a Java compiler or IDE.
What are vSphere Clusters and how are they utilized in vSphere?
A group of ESXi hosts set up as a vSphere cluster to share resources like processor, memory, network, and storage In vSphere environments, each cluster can hold up to 32 ESXi hosts, each of which can run up to 1024 virtual machines.
What is vSphere Clusters?The Clusters page in the vSphere Infrastructure view lets you see how many more virtual machines (VMs) can be added to each cluster, how many resources are totaled up in each cluster, and how many resources are currently available in each cluster. It also lets you manage the resources of each host that is part of the cluster.
According to the spare cluster capacity, the page shows information about the number of additional VMs that can be added to each cluster, as well as information about the powered-on and running VMs, their CPU and memory utilization, and other information. By changing the settings for the spare VM basis on this page, you can change how the spare VM basis for an average VM is calculated.
The information on this page helps to address important subsystem-related questions like the following by giving a comprehensive picture of cluster memory usage and contention using Memory metrics:
Is my environment's vSphere memory management functioning properly?In my environment, is the vSphere page sharing mechanism being used effectively? What amount of memory is shared?How much memory can you overcommit?Learn more about vSphere
https://brainly.com/question/28787607
#SPJ1
Which of the following is the best example of a purpose of e-mail?
rapidly create and track project schedules of employees in different locations
easily provide printed documents to multiple people in one location
quickly share information with multiple recipients in several locations
O privately communicate with select participants at a single, common location
Answer:
The best example of a purpose of email among the options provided is: quickly share information with multiple recipients in several locations.
While each option serves a specific purpose, the ability to quickly share information with multiple recipients in different locations is one of the primary and most commonly used functions of email. Email allows for efficient communication, ensuring that information can be disseminated to multiple individuals simultaneously, regardless of their physical location. It eliminates the need for physical copies or face-to-face interactions, making it an effective tool for communication across distances.
Explanation:
USPS stuck on "We are preparing your order for shipment" for 3 days. What does this mean?
What the message "We are preparing your order for shipment" for 3 days means is that it is stuck on a loop.
What is a loop in computer science?In programming the word loop is used to refer to the fact that an instruction or a sequence is repeated for a period that is longer or than is necessary. In order for this to change, certain modifications may have to be done on the program, else it may continue to run till it gets to when it is completed.
The condition would then be checked in order to show that it has been able to reach the prescribed number that it was supposed to for the message to terminate.
Read more on loops here: https://brainly.com/question/16922594
#SPJ1
please help with this question
Compute for the amount of Urea, SSP, and MOP on 2 hectares of land having the recommended dose of 130:75:60. Show your solution.
To fertilize 2 hectares of land with a recommended dose of 130:75:60, we need 565.22 kg of Urea, 937.50 kg of SSP, and 200.00 kg of MOP.
What is fertilizer?A fertilizer, is any natural or synthetic material that is applied to soil or plant tissues to supply plant nutrients.
To compute the amount of Urea, SSP, and MOP needed for 2 hectares of land with a recommended dose of 130:75:60, we need to know the nutrient content of each fertilizer.
Assuming that Urea has a nutrient content of 46% nitrogen (N), SSP has a nutrient content of 16% phosphorus (P2O5), and MOP has a nutrient content of 60% potassium (K2O), we can calculate the amount of each fertilizer needed as follows:
Urea:
Recommended N dose = 130 kg/haNutrient content of Urea = 46%Therefore, amount of Urea needed = (130 kg/ha ÷ 0.46) x 2 ha = 565.22 kgSSP:
Recommended P2O5 dose = 75 kg/haNutrient content of SSP = 16%Therefore, amount of SSP needed = (75 kg/ha ÷ 0.16) x 2 ha = 937.50 kgMOP:
Recommended K2O dose = 60 kg/haNutrient content of MOP = 60%Therefore, amount of MOP needed = (60 kg/ha ÷ 0.60) x 2 ha = 200.00 kgThus, 565.22 kg of Urea, 937.50 kg of SSP, and 200.00 kg of MOP are required to fertilise 2 hectares of land at the recommended dose of 130:75:60.
For more details regarding fertilizers, visit:
https://brainly.com/question/3204813
#SPJ1
typing which capitals and exclamation points in an email is an example of
What is the half of 3/18
Answer:
1/3
Explanation:
3/18 divided by 2 equals 1/3
hope this helps
have a good day
Need help with Exercise 7
The method signature in Java syntax based on the information will be:
public boolean has13Digits(String inputString) {
}
How to explain the informationIt should be noted that to design the method that takes a String and returns true if the String has 13 digits and false otherwise, we can follow the following steps:
Declare a method with a return type of boolean, which takes a String parameter.
Check if the length of the input String is exactly 13.
If the length is 13, check if all characters in the String are digits. If yes, return true; otherwise, return false.
Lean more about java on
https://brainly.com/question/25458754
#SPJ1
Dave owns a construction business and is in the process of buying a laptop. He is looking for a laptop with a hard drive that will likely continue to function if the computer is dropped. Which type of hard drive does he need?
Answer:
Solid state drive
Explanation:
The term solid-state drive is used for the electronic circuitry made entirely from semiconductors. This highlights the fact that the main storage form, in terms of a solid-state drive, is via semiconductors instead of a magnetic media for example a hard disk. In lieu of a more conventional hard drive, SSD is built to live inside the device. SSDs are usually more resistant to physical shock in comparison to the electro-mechanical drives and it functions quietly and has faster response time. Therefore, SSD will be best suitable for the Dave.
When you want to add a chart to your Word Document or PowerPoint Presentation, which of the following opens to allow you to input your information?
a. PowerPoint® presentation
b. Access table
c. Another Word document
d. Excel spreadsheet
Answer:
d. Excel spreadsheet
Explanation:
When you want to add a chart to a Word Document or PowerPoint Presentation, you can use an Excel spreadsheet to input your data and create the chart. Excel is a powerful tool for creating and managing data, and its charting features allow you to easily create professional-looking charts that can be easily inserted into your Word or PowerPoint documents.
To create a chart in Excel, you can follow these steps:
Open Excel and enter your data into a worksheet.Select the data you want to include in the chart.Click the Insert tab and select the type of chart you want to create.The chart will be inserted into your worksheet and you can customize it by adding labels, changing the colors, and applying other formatting options.Once you are satisfied with the appearance of your chart, you can copy it and paste it into your Word or PowerPoint document.Using Excel to create your charts is a convenient and easy way to add professional-looking visuals to your documents.
3 Dete Paga How can you add JavaScript to an HTML page? Iulstrate with the example.
Answer:
You can do it inline:
(script type="text/javascript")
alert("Hi!");
(/script)
or use an external javascript file:
(script type="text/javascript" src="myhello.js")(/script)
Explanation:
You can place these script tags inside the head or the body section.
See picture for actual tags.
Given integer currentBananas, if the number of bananas is 5 or more but fewer than or equal to 20, output "Allowable batch", followed by a newline.
Ex: If the input is 18, then the output is:
Allowable batch
To implement this in C++, you can use an if statement to check if the value of currentBananas is within the given range.
How to implement the statement in c++?A sample code for implementing the check for the allowable batch of currentbananas would be:
#include <iostream>
int main() {
int currentBananas;
std::cin >> currentBananas;
if (currentBananas >= 5 && currentBananas <= 20) {
std::cout << "Allowable batch" << std::endl;
}
return 0;
}
This code takes an integer input for currentBananas and checks if its value is greater than or equal to 5 and less than or equal to 20. If the condition is true, it prints "Allowable batch" followed by a newline.
Find out more on input at https://brainly.com/question/13885665
#SPJ1
Use the drop-down menus to complete statements about how to use the database documenter
options for 2: Home crate external data database tools
options for 3: reports analyze relationships documentation
options for 5: end finish ok run
To use the database documenter, follow these steps -
2: Select "Database Tools" from the dropdown menu.3: Choose "Analyze" from the dropdown menu.5: Click on "OK" to run the documenter and generate the desired reports and documentation.How is this so?This is the suggested sequence of steps to use the database documenter based on the given options.
By selecting "Database Tools" (2), choosing "Analyze" (3), and clicking on "OK" (5), you can initiate the documenter and generate the desired reports and documentation. Following these steps will help you utilize the database documenter effectively and efficiently.
Learn more about database documenter at:
https://brainly.com/question/31450253
#SPJ1
Chang investigates ways to improve the interactivity of computer hardware. His job title is best described as ✓ Computer and Information Research Scientist. Shay writes programs to make operating systems easier for people to use. Her job title is best described as ✓ Software Developer, Systems Software.
Dayna writes code for computer programs that allow people to communicate with each other. Her job title is best described as ✓ Software Developer, Applications
Answer:
B, D, C
Explanation:
got it right
Answer:
b d c
Explanation:
digital customer theme does not include the following sub-area
The digital customer theme is a crucial aspect of modern business, particularly in the age of technology and online platforms. This theme refers to the various strategies, tools, and tactics that businesses can use to enhance their customer experiences in the digital space. These sub-areas typically include elements such as digital marketing, online sales and customer service, social media engagement, and digital analytics.
However, there is one sub-area that is not typically included in the digital customer theme: physical customer experiences. While digital tools and technologies can certainly enhance these experiences, they do not fully capture the essence of the physical environment and interactions that customers have with businesses.
Therefore, it is important for businesses to recognize the importance of physical customer experiences and to integrate them into their overall customer experience strategy. This may include elements such as in-person customer service, store layout and design, product displays, and other physical touchpoints that can enhance the customer experience and drive customer loyalty.
For more such questions on modern business, click on:
https://brainly.com/question/29637250
#SPJ11
Egovernment involves the use of strategies and technologies to transform government by improving the delivery of services and enhancing the quality of interaction between the citizen-consumer within all branches of government.
a. True
b. False
Use the drop-down menus to complete the steps for using Gind and Replace commands?
Using the drop-down menu we can complete the case like this
Home
Cells
Replace
Replace all
Define cells.
The cells are a place where a row and a column meet or the intersection of those two. A, B, and C serve as column identifiers, whereas digits serve as row identifiers (1, 2, 3). Depending on the column and row, each cell has a unique name (or the cells address).
You may make your formulas considerably simpler to understand and manage by giving them names. You can give the cells range, function, constant, or table a name.
To learn more about a cell, use the link given
https://brainly.com/question/28435984
#SPJ1
What should be the ideal procedure after implementing the solution to a network troubleshooting problem
It should be noted that the ideal procedure after implementing the solution to a network troubleshooting problem are
Plan of Action.Verify System Functionality.Document the Issue.What is Troubleshooting?Troubleshooting can be regarded as the systematic approach that involves problem solving which is used in finding and correct issues .
After, implementing the solution to a network troubleshooting problem , then there is a need for plan of action as well as system verification.
Learn more about Troubleshooting at;
https://brainly.com/question/25605883
Name three current problems in your life that might be solved through a heuristic approach. Explain why each of these problems is heuristic in nature.
Heuristics are mental shortcuts for solving problems in a quick way that delivers a result that is sufficient enough to be useful given time constraints.Heuristic methods can help ease the cognitive load by making it easy to process decisions. These include various basic methods that aren't rooted in any theory per se but rather rely on past experiences and common sense.
Three current problems that can be solved through Heuristic Approach:
1. Challenging and routine work
2. When a student decide what subject she will study at university, her intuition will likely be drawn toward the path that she envisions most satisfying, practical and interesting.
3. Trial and error, which can be used in everything from matching nuts and bolts
The three heuristics Mentioned are: availability, representativeness, and anchoring and adjustment.
To know more about Heuristic from the given link
https://brainly.com/question/24053333
#SPJ1
of a
Which of these describes the result of running a
query?
a datasheet displaying records
bles
a field
an interface between the user and the
database
a summary of select data
DONE
Answer:
interface
Explanation:
(aka query thingy)
Answer:
A: a datasheet displaying records
Explanation:
I just did the Part 1 on EDGE2022 and it's 200% correct!
Also, heart and rate if you found this answer helpful!! :) (P.S It makes me feel good to know I helped someone today!!)
Write a program whose input is a character and a string, and whose output indicates the number of times the character appears in the string. The output should include the input character and use the plural form, n's, if the number of times the characters appears is not exactly 1. Ex: If the input is: n Monday the output is: 1 n Ex: If the input is: z Today is Monday the output is: 0 z's Ex: If the input is: n It's a sunny day the output is: 2 n's Case matters. Ex: If the input is: n Nobody the output is: 0 n's n is different than N.
Answer:
The program in Python is as follows:
char = input("Character: ")[0]
string = input("String: ")
kount = string.count(char)
print(kount,char,end="")
if kount!=1:
print("'s")
Explanation:
This gets character input
char = input("Character: ")[0]
This gets string input
string = input("String: ")
This counts the occurrence of char in string
kount = string.count(char)
This prints the number of occurrence and the character
print(kount,char,end="")
This prints 's, if kount is other than 1
if kount!=1:
print("'s")
a clearly stated objective that how program should work and how it respond to a error is called??
Answer:
A Problem statement
Explanation:
I hope this is right
NG STOCK MARKET FRAUD
Assignment Directions
1. For this assignment, you will explore securities or stock market fraud. Title your assignment "Stock Fraud" and ther
list the case you analyzed.
2. Visit the SEC Web site. Select and read through one of the actions against Enron.
Submission Requirements
1. Write a summary of the facts of the case, your understanding of all security law violations, and any settlement or
payment made to the stock-holders or others. Explore her online sources to get additional information.
2. The paper must be between one and two pages in length, double spaced, and with one-inch margins. Be sure to
include a reference page.
e.owschools.com/owsoo/studentAssignment/index?eh-390541091 #section Tab you like to do next?
Stock market fraud refers to the fraudulent practice of manipulating stock prices and the market. The Nigerian Stock Market Fraud, also known as the N14 billion stock fraud, is one of the most notorious cases of stock market fraud that happened in Nigeria.
It occurred between 2001 and 2002 and involved some of Nigeria’s most influential figures, including stockbrokers, top executives of blue-chip companies, and bankers.The Nigerian Stock Market Fraud is one of the largest stock market scandals in the world. It was the result of a lack of regulation and oversight in the Nigerian stock market, which allowed fraudulent practices to thrive.
The Securities and Exchange Commission (SEC) is the regulatory body responsible for regulating the Nigerian Stock Exchange. However, the SEC was ineffective in preventing the fraud from occurring, and many of its officials were implicated in the scandal.The N14 billion stock fraud involved the manipulation of stock prices, insider trading, and market rigging.
The fraudsters would inflate the price of stocks artificially, then sell the stocks to unsuspecting investors at inflated prices. They would then use the proceeds from the sale of the stocks to buy more stocks, further inflating the prices.
The fraudsters also engaged in insider trading, where they would use insider information to make trades in the stock market. This gave them an unfair advantage over other investors and allowed them to make huge profits from their trades.
In conclusion, the Nigerian Stock Market Fraud was a result of a lack of regulation and oversight in the Nigerian stock market. The SEC was ineffective in preventing the fraud from occurring, and many of its officials were implicated in the scandal. The fraudsters engaged in the manipulation of stock prices, insider trading, and market rigging.
For more such questions on Stock market, click on:
https://brainly.com/question/690070
#SPJ8
Perfrom traceroute of an ip address in Australia
How to perform a typical traceroute on an IP address using CMD command is given below:
The StepsIn case you're striving to perform a traceroute operation on an IP address, either using Windows or Mac computer systems, the following guidelines will provide assistance.
Windows users may select the Windows key and R simultaneously, enter "cmd," hit Enter. In comparison, users operating with the Mac OS should navigate through Finder by visiting Applications -> Utilities and double-clicking Terminal.
To get started with the procedure, insert the word "traceroute," and proceed by entering the specific IP address that you desire to locate. Even if searching for information on 203.0.113.1, simply input "traceroute 203.0.113.1." At this stage, submit and wait until the validation is done.
This method ascertains the path taken by packets across the network. It indicates the number of jumps made, along with their response time at every stage. One aspect to bear in mind is some routers/firewalls may block access thereby leading to incomplete outcomes.
Read more about Ip addresses here:
https://brainly.com/question/14219853
#SPJ1
From the philosophical standpoint, especially in the discussion of moral philosophy or ethics, why do we consider “murder” or “killing” wrong or bad?
Explanation:
Morality is a set of values and habits that a society acquires over time and can be categorized as good and bad values, right and wrong, justice and crime. Ethics is defined as the study of morals, the practical application of moral behaviors defined by society.
Therefore, the concept of "murder" or "killing" is seen as an immoral act by the vast majority of society around the world, strengthened by the set of moral conduct common to all human beings, which are the Articles on the Universal Declaration of Human Rights. Human Rights, which is an official document of the UN, which contains several universair and analytical rules on the rights of every individual, such as the right to life, security, freedom, etc.
You would like the cell reference in a formula to remain the same when you copy
it from cell A9 to cell B9. This is called a/an _______ cell reference.
a) absolute
b) active
c) mixed
d) relative
Answer:
The answer is:
A) Absolute cell reference
Explanation:
An absolute cell reference is used in Excel when you want to keep a specific cell reference constant in a formula, regardless of where the formula is copied. Absolute cell references in a formula are identified by the dollar sign ($) before the column letter and row number.
Hope this helped you!! Have a good day/night!!
Answer:
A is the right option absolute10. What do the following commands return? 1 2 nes - {"Math": "Aniyah Cook", "Science": "Ines Bisset", "Engineering": "Wayne Branon"} nes.values() O ["Math", "Aniyah Cook", "Science", "Ines Bisset", "Engineering", "Wayne Branon"] O ['Aniyah Cook', 'Ines Bisset', 'Wayne Branon"] O {"Math": "Aniyah Cook","Science": "Ines Bisset", "Engineering": "Wayne Branon"} dict_values(['Aniyah Cook', 'Ines Bisset', 'Wayne Branon']) 1 point
The following command nes.values(), returns the values from the dictionary nes.
What does the command nes.values() return?The command nes.values() returns a list of the values from the dictionary nes. In this case, the dictionary nes contains key-value pairs representing different subjects and corresponding names.
The returned values will be a list of names: ['Aniyah Cook', 'Ines Bisset', 'Wayne Branon']. Therefore, the following command nes.values(), returns the values from the dictionary nes.
Read more about command
brainly.com/question/25808182
#SPJ1
2. Create a Java program that asks the user for a medium
(air, water or steel), and outputs the speed of sound in
that medium (1100 feet/sec in air; 4900 feet/sec in water
and 16,400 feet/sec in steel). Use the Scanner class to
read the input and a switch statement to implement the
decision structure.
The switch statement is then used by the programme to calculate the value of speed based on the value of medium. When "air" is selected as the medium, speed is set to 1100; when "water" or "steel" is selected, speed is set to 4900; etc.
What does Java's System out Println () mean?in order to define System. In Java, the straightforward command println() outputs all arguments you supply and inserts a new line after them. The argument and a new line are printed by the println() function. The term "standard output stream" relates to "system.out."
import scanner from java.util;
Scanner input = new Scanner(System.in); System.out.print ("Enter a medium (air, water, or steel): "); String medium = input.nextLine(); public class SoundSpeed public static void main(String[] args);
double speed; switch (medium); case "air": speed = 1100; break; case "water": speed = 4900; break; case "steel": speed = 16400; break; default: System.out.println("Invalid medium."); return;
"The speed of sound in " + medium + " is " + speed + " feet/sec.";
To know more about programme visit:-
https://brainly.com/question/30307771
#SPJ1