Answer:
im not sure can you ask someone for help
Explanation:
To add a Wrap Text command to your document in Word Online, what is the first step you need to take?
Group of answer choices
Select the Format tab.
Select the image on your document to trigger the Picture Tools Format tab.
Select the Insert tab.
Select the Wrap Text command, and choose how the text will wrap around an image.
Answer:
Select the Wrap Text command, and choose how the text will wrap around an image.
Explanation:
. What will be the output of the following program?
var =
if
100
(var =
100): bye!"
print
"Value
of expression
is 100"
print
"Good
Answer:
Similarly x % 100 yields the last two digits. 4.2. Boolean values and expressions¶. The Python type for storing true and false values is called bool
Which function can be used to insert the current date into a spreadsheet?
DATE
TODAY
MM/DD/YYYY
DATE&TIME
Help please
Answer:
its MM/DD/YYYY
Explanation:
Which of the following single-phase motor will operate at high power factor? enjoy! electrical A. Split-phase motor B. Shaded pole motor C. Capacitor-start motor D. Capacitor-run motor
Answer:
the answer is D capacitor run motor
Explanation:
13. For three control stations, there should be how many start buttons in parallel with the auxiliary contact?
A. six
B. three
C. one
D. nine
write a program in python to input 3 sides of a triangle. check if the triangle is equilateral, isosceles or scalene. use logical operator as required
In Geometry, a triangle is a three-sided polygon with three edges and three vertices. A triangle with vertices A, B, and C denoted ∆ABC.
Equilateral TriangleA triangle is said to be an EQUILATERAL TRIANGLE if all the sides are equal in measure.
Isosceles TriangleA triangle is said to be an ISOSCELES TRIANGLE if any two sides are equal in measure.
Scalene TriangleA triangle is said to be a SCALENE TRIANGLE if none of the sides are equal in measure.
Here's our program:-a = float(input("Enter the length of the first side of a triangle: "))
b = float(input("Enter the length of the
second side of a triangle: "))
c = float(input("Enter the length of the third side of a triangle: "))
if (a == b and b == c and c == a):
print("Equilateral Triangle.")
elif (a == b or b = c or c == a):
print("Isosceles Triangle.")
elif (a != b and b !=c and c != a):
print("Scalene Triangle.")
else:print("Invalid Input.")
Three clocks exist in a room: The round clock is 10 minutes behind the actual time The rectangular clock is 5 minutes after the actual time The squared clock is 5 minutes slower than the round clock The time now on the squared clock is 08:05, what is the time now on the rectangular clock? *
Answer:
08:15
Explanation:
Let the actual time be x
Round Clock = x-10
Rectangular Clock = x-5
Square Clock = x-15
Square Clock = 08:05
08:05 = x-15
08:20 = x
Rectangular Block = x-5 = 08:15
The time now on the rectangular clock is 8:25 The squared clock is 5 minutes slower than the round clock.
What is real-time?Real-time is the time at which the acts take place during the original time.
Let the real-time be.The spherical clock is 10 mins in the back of the real-time.So, the time on the spherical clock = x - 10 minsThe square clock is five mins after the real time.So, the time on rectangular clock = x + five minsThe rectangular clock is five mins in the back of the spherical clock.So, the time on spherical clock = the time on spherical clock - five mins = x - 10 mins-five minutes = x - 15 minsTime at the squared clock is given as 08/0So, we are able to write: x - 15 mins =08:05 Add 15 mins on each sides: x - 15 minutes + 15 mins =08:05+15 minsFrom this we get: x = 08/20 Now, time at the square clock = x + five minsSubstituting the price of x:The first alternative is the proper answer.Comment > time at the square clock =08:25 time at the square clock =08:25Read more about the time :
https://brainly.com/question/2854969
#SPJ2
Data in the form of digits is called
6.1.5: Function definition: Volume of a pyramid.
Define a function calc_pyramid_volume with parameters base_length, base_width, and pyramid_height, that returns the volume of a pyramid with a rectangular base.
Sample output with inputs: 4.5 2.1 3.0
Volume for 4.5, 2.1, 3.0 is: 9.45
Relevant geometry equations:
Volume = base area x height x 1/3
Base area = base length x base width.
Answer:
def calc_pyramid_volume(base_length, base_width, pyramid_height):
return (base_length*base_width*pyramid_height*1/3)
The code given below is in Java as it calculates the volume of the pyramid by creating the function. The base length as well as the base width, and the pyramid height has been passed as the parameters to the function.
The function of calc_pyramid_volume with parameters base_length.
//Main.java
public class Main
{
public static void main(String[] args) {
//Initialize the variables
double base_length = 4.5;
double base_width = 2.1;
double pyramid_height = 3.0;
//Call the the function with the given parameters
System.out.printf("Volume for %.1f, %.1f, %.1f is: %.2f", base_length, base_width, pyramid_height
, pyramid_volume(base_length, base_width, pyramid_height));}
Therefore,
//function that takes length, width and height as parameters and returns the volume
public static double pyramid_volume(double base_length, double base_width, double pyramid_height) {
//calculate the base area by multiplying the base length and base width
double base_area = base_length * base_width;
Learn more about pyramid on:
https://brainly.com/question/13057463
#SPJ2
could be developed to attack cancer cells
Researchers are actively exploring innovative targeted therapies to specifically attack cancer cells and improve treatment outcomes.
Researchers are actively exploring various innovative approaches to combat cancer.
One promising avenue is the development of targeted therapies that can specifically attack cancer cells.
These therapies aim to identify unique markers or characteristics present in cancer cells and selectively target them while sparing healthy cells.
By doing so, they can potentially minimize the side effects often associated with conventional treatments such as chemotherapy.
Targeted therapies can take different forms, including small-molecule drugs, monoclonal antibodies, or gene-based therapies.
Small molecule drugs are designed to inhibit specific molecules or signalling pathways that are crucial for cancer cell growth and survival. Monoclonal antibodies, on the other hand, can recognize and bind to specific proteins on cancer cells to block their function or deliver toxic substances directly to the tumour.
Gene-based therapies involve modifying the genetic material of cancer cells to disrupt their growth or induce cell death.
The development of these targeted therapies requires extensive research and clinical trials to ensure their safety and efficacy.
Scientists are constantly working to identify new targets and refine existing approaches to enhance their ability to attack cancer cells effectively.
To learn more about cancer cells visit:
https://brainly.com/question/30393532
#SPJ3
The complete question is:
Can advanced technologies be developed to specifically attack cancer cells and aid in the fight against this disease?
How can I get multiple user inputs in Java ? I want to be able to use it for subtraction, addition,division and multiplication.For example it should run like
How many numbers do you want to subtract?
4
Enter 4 numbers:
1
2
3
4
result:-8
Which part of the Word application window should the user go to for the following activities?:
Answer:
what are the activities
UCLA Extension's marketing department wants
to study the effectiveness of their email
campaign. The department surveyed 40
students randomly selected from a contact
database. The survey shows 26 of the 40
students surveyed enrolled in one course
because of reading the email. 8 of the 40
enrolled in three courses after reading the
email, and 6 of the 40 did not enroll even after reading the email.
The effectiveness of the email campaign is measured by course enrollment. Can you calculate the mean as a measure of central tendency
reading the email?
The measure of central tendency to determine the effectiveness can be the mean, median or mode
It is true that you can calculate the mean as a measure of central tendency for reading the email
How to determine the true statement?The survey result is given as:
Sample size, n = 40Enrolled in one course = 26Enrolled in three courses = 8Not enrolled = 6To determine if the email is effective or not, we simply carry out a test of significance.
However, if the central of tendency is to be used to determine the effectiveness; it is best to use the mean.
Hence, it is true that you can calculate the mean as a measure of central tendency for reading the email
Read more about measure of central tendency at:
https://brainly.com/question/17631693
Do you guys answer questions about cyber security?
Answer:
yes
Explanation:
let's hear your question first.
You have a filtered dataset for Customer Sales with some null value rows. You want to remove these rows completely. How will you do this
The option is to Deselect (blank) in the pull-down menu for Customer Sales in the dataset.
How do one delete these rows completely?If a person is working in the Query Editor (that is the place where one can get data, before you close and apply).
The right thing to do is to select the column that you want to use to check for nulls and when the values you are looking at is really blank, you can then click the drop-down and delete Rows in the ribbon, then one can click the option of Remove Blank Rows.
See full options below
Select an answer:
Deselect (null) in the pull-down menu for Customer Sales in the Power Query Editor.
Deselect (blank) in the pull-down menu for Customer Sales in the dataset.
Change the filter so null value rows are not displayed.
Place your cursor to the left of the rows, and then select Delete.
Learn more about dataset from
https://brainly.com/question/24309209
Woulf you rather :
Be a Alpha Wolf
or
Be a Alpha Shark
Answer:
Alpha wolf
Explanation:
Their superior
(also what is this question? lol)
Answer:
don't know just wanted my points you stole
Explanation:
In Cell D2, create a SUMIFS function to total the fee when the criteria in cells C2 and E2 are met
Sum values are founded on one or additional necessities by utilizing the SUMIFS role in a procedure.
Dwayne Alexander is working on a project promoting a fictitious product for his marketing class. He wants to use animation to show the product being used, but the only animations he has created are in PowerPoint presentations. Research three animation apps for beginners: one 2-D animation app, one 3-D animation app, and one of your choice. List the pros and cons of each animation app. Be sure to consider cost, learning curve, and availability.
The following are examples of animation apps:
Toon Boom Animation (2-D)Prisma3D (3-D) and AnimeTok (3-D)What are the Pros and the cons of each app listed above?Toon Boom Animation Pros:
It has a great set of toolsIt has camera angles functionalityHas a vector drawing toolCons:
It is expensive.Prisma3D (3-D) Pros:
It is good for modeling;Easy to use interfaceCons:
It has too many bugs.lacks sculpting toolsAnimeTok (3-D) Pros:
It makes it easy to move the characters easilyIt is easy to understandCons:
It has too many adsdoes not have an undo and redo buttonLearn more about Animation Apps at:
https://brainly.com/question/7279789
To use the replace feature we can simply just press Carl+h,Carl+c,Carl+r
In the Microsoft Word environment, as well as in most desktop publishing software, the shortcut key for using the Replace Feature is:
CTRL + H (Option A).
What is the use of the Replace Feature?
The replace feature is useful for when you have a large document and you need to replace one or more words with another quickly and easily.
Step 1:
Press the CTRL Button and hit the "H" alphabet on the keyboard. This will call up the "Find and Replace" dialogue box.
This will allow you to enter the word you want to find in the upper space and the words with which it will be replaced in the lower space.
Thereafter, select whether you want to replace them one by one or select "Replace All' to change all at once.
Learn more about Replace Feature at:
https://brainly.com/question/13185985
IM GIVING BRAINLIEST
A special type of goal that acts as a stepping stone for other goals is called
a) an inner-term goal
b) a mid-term goal
c) a part-term goal
b) a short-term goal
Answer:
The special type of goal that qcts as a stepping stone for other goals is a short-term goal
1. My grandma and I went shopping to look for old
clocks. She loves to decorate her house with rare
items. My grandma will spend days finding things
that no one else has. She tries to find items that
not many people have ever seen before.
What does the word rare mean as it is used in the
passage?
a. kind
b. usual
C.
c. common
d. uncommon
Answer:
uncommon
Explanation:
it's not common or usual because no one else finds the things
it's not kind because inanimate objects don't show feelings
10. Write a function called replace_elem that takes an array and two values and uses the simple search
algorithm to replace all instances of the first value with the second value
Sample Run 1:
a = [7, 4, 10, 3, 7, 2, 4, 5]
print (replace_elem(a, 4, 6))
Should output:
[7, 6, 10, 3, 7, 2, 6, 5]
Sample Run 2
a = [7, 3, 10, 3, 7, 2, 9, 5]
print (replace elem(a, 4, 6))
Should output
[7, 3, 10, 3, 7, 2, 9, 5]
The function that replaces the values in an array is as follows:
def replace_elem(a, integer1, integer2):
for i in range(len(a)):
if a[i] == integer1:
a[i] = integer2
return a
print(replace_elem([7, 4, 10, 3, 7, 2, 4, 5], 4, 6))
Code explanation.The code is written in python.
We defined a function named "replace_elem". The function accepts an array a, and integers integer1 and integer2.Then, we used a loop to loop the index of the array. If any of the index value is equals to the integer1, we replace it with integer2.Then return the new values of the array a.Finally, we call the function with its parameters.learn more on function here: https://brainly.com/question/15691123
What is the scope of AS-26
A. All of these
B.Rights and Expenditure on the exploration for or development of Minerals
C. Financial Assets
D. Intangible Assets that are covered by another as
Answer:
is held for use in the production or supply of goods and services or for rentals to others etc
[ASAP!] What is a widget?
1. a part of a GUI that allows a specific type of interaction with the user
2. an action taken by the user or a process, such as a user clicking a mouse or pressing a key on a keyboard
3. an algorithm for handling an error
4. a part of a program that responds to an event
Answer:
A
Explanation:
A part of a GUI is the basic definition of a widget.
Comment any additional questions!Answer:
A or number 1
Explanation:
I took the test and got a 100%, and this answer makes the most sense
Specification which has little effect on the speed of a processor is
Answer:
Specification which has little effect on the speed of a processor is cache system bus speed clock speed socket type.
Specification which has little effect on the speed of a processor is cache system bus speed clock speed socket type.
What is Specification?
A specification is frequently used to refer to a list of requirements that must be met by a material, design, good, or service. A specification is frequently a form of technical standard.
There are various forms of technical or engineering specifications (specs), and the term is used in various technical contexts in various ways. They frequently make reference to specific papers or information included in them.
The general definition of the word specification is "to state explicitly or in detail" or "to be particular." A requirement specification is a set of requirements that must be met by a certain type of product, service, design, or other element.
Therefore, Specification which has little effect on the speed of a processor is cache system bus speed clock speed socket type.
To learn more about Specification, refer to the link:
https://brainly.com/question/27900839
#SPJ3
4. How would you reorder the animation on a slide using the Reorder
Animation tool?
Answer:
should be an undo button on the top bar
Explanation:
I hope this helps
A system that stores transactions in a single database, but processes them at various sites is referred to as
a. Centralized system.
b. Database management normalization system.
c. Decentralized system.
d. Distributed system
Answer:
d. Distributed system
Explanation:
this answer is taken from the book Wiley CPAexcel Exam Review 2015 Study Guide July: Business Environment
its important to remember that it is a single database however the processing takes place off-site. this off-site is the key to remembering it is DISTRIBUTED through various sites
what is the blockchain?
Answer:
Blockchain is a cryptocurrency financial services company.
Answer: Blockchain is a decentralized and distributed digital ledger technology that records transactions across multiple computers in a secure and transparent manner. It was originally designed for use with the cryptocurrency Bitcoin, but its potential applications have expanded far beyond that.
Here are the key characteristics and components of blockchain:
Decentralization: Unlike traditional centralized systems, blockchain operates on a decentralized network of computers, often referred to as nodes. Each participant on the network has a copy of the entire blockchain, ensuring that no single entity has complete control.
Distributed Ledger: Transactions are grouped into blocks and linked together in chronological order, forming a chain. This chain of blocks is known as the blockchain. Each block contains a reference to the previous block (except the first block), creating a secure and tamper-resistant record of transactions.
Security: Blockchain uses advanced cryptographic techniques to secure transactions and ensure their integrity. Once a transaction is recorded in a block and added to the blockchain, it becomes extremely difficult to alter or delete.
Transparency: Transactions recorded on the blockchain are visible to all participants in the network. This transparency enhances accountability and trust, as every participant can verify the accuracy of transactions.
Consensus Mechanisms: Blockchain networks use consensus mechanisms to agree on the validity of transactions before adding them to the blockchain. This prevents malicious actors from manipulating the system. Common consensus mechanisms include Proof of Work (PoW) and Proof of Stake (PoS).
Smart Contracts: Smart contracts are self-executing contracts with the terms of the agreement directly written into code. They automatically execute when predetermined conditions are met, facilitating automated and secure transactions without intermediaries.
Immutable Record: Once data is added to the blockchain, it becomes very difficult to alter. This immutability ensures the integrity of historical records.
Cryptocurrencies: While blockchain technology can be used for various applications, it gained widespread attention through cryptocurrencies like Bitcoin. Cryptocurrencies are digital assets that operate on blockchain networks and use cryptography for security.
Blockchain technology has applications beyond cryptocurrencies, including supply chain management, identity verification, voting systems, healthcare record management, and more. It has the potential to revolutionize industries by enhancing security, transparency, and efficiency in various processes.
Explanation: www.coingabbar.com
What is the purpose of memory address?
Answer:
A memory address is a unique identifier used by a device or CPU for data tracking.
Please help me answer this in c++, I'm having problems trying to complete this program, thank you!
Modify the mortgage program to display 3 mortgage loans: 7 year at 5.35%, 15 year at 5.5 %, and 30 year at 5.75%. Use an array for the different loans. Display the mortgage payment amount for each loan. Do not use a graphical user interface
The program is an illustration of loops, and loops are used for iterative purposes
The complete program in C++The main program is not given, so I will write the new program from scratch.
The program written in C++, where comments are used to explain each action is as follows:
#include<iostream>
using namespace std;
int main(){
//This declares the required variables
float monthlyPayment, rate, principalAmount, f;
int years; f=1;
.................
See attachment for the complete program
}
Read more about loops at:
https://brainly.com/question/24833629