What is the purpose of the ISOWEEKNUM function?

determines how many workdays are in a certain week
determines how many workdays are in a certain month
determines what day of the year that date is
determines what week of the year that date is

ANSWER IS D

Answers

Answer 1
Answer is D
Stay safe !
Answer 2

Answer:

d

Explanation:

just took the Q edge


Related Questions

According to the video, what are some qualitites Clergy need? Check all that apply.

Answers

Answer:

honesty in communication and in relationships hope it helps. :)

Explanation:

Answer:

honesty and communication in a relationship

Explanation:

hope this help and have a blessed day

What will happen when you run this program?
num = - 10
while num > 0
print (num)
This is an infinite loop.
Python will print the integers from 10 to 1.
There will be no output. The loop condition is false.
Python will print 10 ten times

Answers

Answer:

There will be no output. The loop condition is false.

Explanation:

num is not greater than 0, so the while condition is never true.

Also, there is a colon missing in the code and the print statement is lacking proper indentation, so it could not run at all. Assuming you fix that, the print statement would never be reached.

The while condition is never true, since num cannot be greater than 0. The print statement is improperly indented and the code is missing a colon, which prevents it from running at all. Thus, option B is correct.

What is the condition in a loop in which no output?

An expression called a condition is examined each time the loop runs. The loop continues to execute as long as condition is true.

When a loop successfully repeats, an expression called increment determines how the loop control variable is increased. The print statement would never be reached, assuming you solve that.

Since num does not exceed 0, the while condition is never true. Additionally, the code is missing a colon, and the print statement is improperly indented, making it impossible for it to run at all.

Therefore, There will be no output. The loop condition is false.

Learn more about loop here:

https://brainly.com/question/14390367

#SPJ2

4.8 Code Practice: Question 1

Instructions
Write a for loop to print the numbers 5, 10, 15 … 75 on one line.

Expected Output
5 10 15 20 25 30 35 40 45 50 55 60 65 70 75

Answers

Answer:

c = 1 # global variable

    jhjl jh

def add(): c = 1 # global variable

def add():

   print(c)

add()

   c = c + 2 # increment c by 2

   print(c)

add()

Explanation:

Answer:

for x in range(1, 16):

   print(x * 5, end=" ")

Explanation:

Hope this helps!

___________ are representations of actual objects. a. symbols b. models c. handouts d. notecards

Answers

Answer:

Models is the answer!!!

Answer:

B. Models.

Explanation:

Got it right on the test

PLZ ANSWER I WILL GIVE BRAINLIEST
A spreadsheet software program requires that users predefine each field’s data type. The software program is most likely programmed using a language that is

A open.
B predefined.
C strongly typed.
D weakly typed.

Answers

Answer:

The correct answer is A, spreadsheets. Spreadsheet programs are similar to and include Excel, with grids of cells for organizing numerical data

Answer:

the answer is A) Open

Explanation:

took the test, edg 2021

Nurse Jackie is a humorous depiction of a drug-addicted nurse who struggles to balance the demands of her hectic hospital job with a string of
predicaments in her personal life. To what genre would this television series belong?
ОА
sitcom
OB
comedy
Ос.
drama
OD
dramedy

Answers

Answer:

dramedy would make since to me

Explanation:

What are the steps to open the Custom AutoFilter dialog box?

Answers

Answer:

data, sort and filter, text filters

Explanation:

ed 2020

Answer:

data, sort and filter, text filters

Explanation:

what is a cloud in the world of computing

Answers

Answer:

In the simplest terms, cloud computing means storing and accessing data and programs over the internet instead of your computer's hard drive

Explanation:

What involves the layering of hardware and software into a coherent computer experience?

A) PaaS

B) Cloud

C) IaaS

D) Open Systems Interconnect

Answers

Answer:

Answer is D. Open Systems Interconnext

Answer:

D open Systems Interconnect

Explanation:

Got it right on the test.

Complete answers for the test on edge 2021...

#1. a - application performance

#2. c - protocol

#3. b - virtual machines

#4. b - open systems interconnect

#5. b - post office

Got 100% on the test.

Part B
How would you classify a network formed by connecting two MANs together?
В І у хх Font Sizes А • А

Answers

Computer programming 2254518752669

HELP ASAP!!!
Write a program that asks the p34won to enter their grade, and then prints GRADE is a fun grade. Your program should repeat these steps until the user inputs I graduated.

Sample Run
What grade are you in?: (I graduated) 1st
1st is a fun grade.
What grade are you in?: (I graduated) 3rd
3rd is a fun grade.
What grade are you in?: (I graduated) 12th
12th is a fun grade.
What grade are you in?: (I graduated) I graduated

It's in python

Answers

def func():

   while True:

       grade = input("What grade are you in?: (I graduated) ")

       if grade == "I graduated":

           return

       print("{} is a fun grade".format(grade))

func()

I hope this helps!

How do open online courses help with independent learning

Answers

Answer:

One of the most powerful benefits of online courses is that they enable students to learn at the time, place, and pace that best suits their individual learning style. ... If there is a class discussion, you can take time to gather your thoughts rather than be in a race to get the teacher's attention.

Explanation:

Answer:

you can take time to gather your thoughts

Explanation:

HELLO!!!! For instance, will we get an error if we put a space after the word “print” and before the opening parenthesis in python? With explantion.

Answers

In python, spaces in the sense you're talking about, dont matter. For instance,

print ( "hello") will run the same as print("hello")

But, you cannot put a space before the print statement. That's called indenting. You are only supposed to indent code that is inside loops, if-elif-else statements, and functions.

What tool allows me to inset text anywhere in my document??

Answers

Answer:

On a word document, Go to Insert > Text Box. Click in your file where you'd like to insert the text box, hold your mouse button down, then drag to draw the text box the size that you want. After you've drawn the text box click inside it to add text.


c) 64 + {40 ÷ (4-7 + 8)} - 10
please solve this ​

Answers

Answer:

62

Explanation:

why make people act meaner online the. in person ​

Answers

Because they are scared to say something in real life. Behind a screen they are protected

most 4 year colleges want an applicant's scores for all the following except

Answers

Answer:

IQ

Explanation:

To find the location’s name of the cell, look to the
.

To add an action to the cell for that data, add commands in the
.

To move from one cell to the next, use
.

Answers

Answer:

You can find a named range by using the Go To feature—which navigates to any named range throughout the entire workbook. You can find a named range by going to the Home tab, clicking Find & Select, and then Go To. Or, press Ctrl+G on your keyboard. In the Go to box, double-click the named range you want to find.

Explanation:

Answer:

To find the location’s name of the cell, look to the  name box

To add an action to the cell for that data, add commands in the  

✔ formula bar

To move from one cell to the next, use  

✔ either tab or enter

Explanation:

Select all that apply.
Which of the following keys on your keyboard can you use to select more than one worksheet at the same time?
Ctri
Shift
Esc
o Alt

Answers

Hello there,
The answer is ‘CTRL’
Thanks!

Which of the following You tubers uses the word "flip" as a curse word

A. Unspeakable
B.09Sharkboy
C. Moosecraft
D. All of the above

First correct answer get brainiest!

Answers

All of the above cause it’s fliped

URGENT!!!!15POINTS AND BRAINLIEST
Type the correct answer in the box. Spell all words correctly.
In a hydraulic jack, the pipe below the load has an area of 5 m2, and the pipe through which the input force transmits has an area of 1 m2. Calculate the force required.

kN of input force is necessary to balance a load of 10,000 N.

Answers

Answer:

0.2kN

Explanation:

An hydraulic jack works by the principle that pressure applied to one part in an enclosed liquid is transmitted equally in all parts of the liquid. this is in accordance with Pascal's principle.

Pressure= Force/Area

P=F/A

Pressure due to the load= Pressure due to input force for the system to be in balance.

Let force due to load be F₁, input force be F₂, Area at the load piston be A₁ and the area of the pipe through which the input force transmits be A₂, then,

F₁/A₁=F₂/A₂

10000N/5m²=F₂/1m²

F₂=(1000N×1m²)/5m²

F₂=200N

=0.2kN

PLEASE HELP!!! WILL MARK BRAINLIEST!!
Why do you think Phones/Devices have upgraded over the years

Answers

Answer:

Too improve the technology

Explanation:

Answer:

phones and other devices have been upgraded over time because technology has advanced and people have found a need for better communication as the world has evolved

MULTIPLE COICE! BRAINLIEST
When using design templates, these elements will be determined for you.
bullets
background
color scheme
content
title
font

Answers

Answer:

background

Explanation:

look at the picture lol

Answers

Answer:

Zoom in more please and than i can help

Explanation:

Answer:

I would go with the first blue highlighted one... but i could be wrong

i hope i helped

if i didn't... i am sorry, i tried.

Which statement is true? Select 3 options.

A function must have a return value.
A function can use variables as parameters.
The definition of a function must come before where the function is used.
A function can have more than one parameter.
The definition of a function can come before or after it is used.

Answers

Answer:

A,C, AND E

Explanation:

i got it wrong for the anwser

The statements that are true are as follows:

A function must have a return value.The definition of a function must come before where the function is used.The definition of a function can come before or after it is used.

Thus, the correct options for this question are A, C, and E.

What is Function?

A Function may be defined as a kind of expression, rule, or law that significantly determines a relationship between one variable which is known independent variable and another variable which is known as the dependent variable.

Each and every function must possess a return value. Apart from variables, there are several other parameters on which functions have to be worked on. So, the definition of a function must exist prior to its utilization. However, the actual definition of function may also exist after its utilization as well.

Therefore, the correct options for this question are A, C, and E.

To learn more about Functions, refer to the link:

https://brainly.com/question/22340031

#SPJ2

why is it important to write something in the subject line of emails?

Answers

so the person can know what you want and it helps keep better track of emails and subject matters

Answer:To provide a topic for whatever is in your email

Explanation: without something in the subject line the email will most likely be inferred as a spam.

3. Name two things you can adjust under "Audio Effects”.

Answers

Answer:

Modulation effects—Chorus, Tremolo, Flanger and Phaser.

Time-based effects—Reverb, Delay and Echo.

Explanation:

Which is the fastest way to make many formatting changes to a range of cells?
select each cell, right-click, use the ribbon to make changes
select the range, right-click, use the ribbon to make changes
select the range, right-click, format cells, make changes
select each cell, right-click, format cells, make changes

Answers

Answer:

c 3

Explanation:

c 3

Answer:

I believe it could be C

Explanation:

Please click "Thanks" if this helped in any way! :)

What is the difference between myList.length and myList.length - 1? When would you use myList.length? When would you use myList.length - 1?

Answers

Answer:

The difference between myList.Length and myList.length - 1 is that with the second variable, you are subtracting 1 from the total (assuming it is a integer)

Explanation:

Assuming the variable myList.Length is a integer, like for example, 4, it would be equal to 4, while myList.Length - 1 would be 3.

Which of the following is an example of gameplay in a video game
A: the art of a game

B: the player interacting with the game world and game mechanics

C: the personalities of all the characters

D:all of the above

Answers

Answer:

the correct answer is B. the player interacting with the game world and game mechanics

Other Questions
The process by which management plans, evaluates, and controls investments in fixed assets is called capital investment analysis. a. True b. False Which graph shows the solution to the system of inequalities?y 2x 3 unit 1 test algebra 2 8. Imagine that you write for an African American newspaper in 1917, when the U.S. entersWorld War I. Do you recommend that your readers support the war? Should they enlist inthe army? Is your position in keeping with the goals of the NAACP? Give at least onereason for your position and answer at least one possible objection. You can use facts fromthe war to make your case.Type your response here: 8 + 3 = 6 2 - 3 how is force spread over long and short durations of time? PLS HELP I ONLY HAVE 7 MINUTES LEFT Which statement best describes the Sahel? A.It is the largest desert in the world, and it covers most of North Africa.B.It is a savanna in East Africa that is home to the worlds largest wildlife migrations.C.It is the region between the Sahara Desert and the African savanna.D.It is a dense tropical woodland located in the Congo River Basin. No soy serio,soy graciosos. ill give brainlist if you get it righttt...Radiant energy travels in the form of electromagnetic waves. Which statement describes how electromagnetic waves and sound waves are alike? (Hint: How are all waves alike?)Question 6 options:Both types of waves have an electrical and magnetic fieldBoth types of waves can travel in spaceBoth types of waves are mechanical wavesBoth types of waves transfer energy Colonists marched at Anahuac for all of the following reasons, excepta. they wanted to independence from Mexico.b. they disliked the Decree of 1830.c. they were demanding the release of William B. Travis and Patrick C. Jack.d. they wanted the Mexican Constitution of 1824 to be followed. Someone help me plsss:) the moral logic of survivor guilt what happened to private joseph mayer and captain john prior feel responsible Choose the claim that is not specific.A. People in our community should care more about the homeless.B. Volunteering at a shelter is a great way to help the homeless.C. About 1.5 million people are homeless in the United States.D. We can end homelessness by 2025 with threesimple strategies. pls help ill do anyhting 4.2 code need help plz someone 15 points if u help Which of the following describes convergent evolution between two species with analogous structures? Analogous structures share similar functions but not a common ancestry. Analogous structures have different functions but share a common ancestry. The two species shared a recent common ancestor, resulting in similar structures. The two species evolved from the same ancestors but adapted to different environments. have this done correctly for brainiest What is going on in the United States in the 1820s that would give Monroe the confidence to establish the Monroe Doctrine? Grade 10 Math, I need help fast!Given the function f(x) = 2x. What is the value of f(-3)?A. -6B. 8C. -8D. 1/8 I need help will mark BRAINLIEST if right!!!!!!!!