Question #4
Dropdown
Mathematics and computer science share many concepts.
One of them,
occurs when something is defined in terms of itself.

Answers

Answer 1

Answer:

the answer is recursion

Answer 2

Answer:

One of them, recursion, occurs when something is defined in terms of itself.

Explanation:


Related Questions

numA = 2 while numA < 30: numA = numA * 5 print(numA)

Answers

Answer:

Your print will be

10

50

Explanation:

Answer:

50

Explanation:

A draft has the following:
Plot
Details
Transition Words
Important events in order

Answers

What do you have to do?

Lionel is a director working on a children's video. He's finding it difficult to manage so many young actors. What should Lionel do to free himself for other creative work?

Answers

Answer:

Explanation:

There are two things that Lionel can do in order to free himself. One of which would be to create a program that automates the management process of the young actors, such as scheduling them, payments, rehearsals, etc. Anything that Lionel would have to spend time on to do that does not require face to face communication can be automated, thus saving him time. The second thing that Lionel can do is to limit his workday with the children, therefore leaving more time in the day to pursue other creative work.

Anybody cop either of the new consoles: PS5 or Xbox Series X?

Answers

I have the Xbox series X, cyber

Answer:

I got a PS5 because of the games

For problems 14 – 21 determine all the roots of the given function.

y
(
t
)
=
40
+
3
t

t
2
f
(
x
)
=
6
x
4

5
x
3

4
x
2
Z
(
p
)
=
6

11
p

p
2
h
(
y
)
=
4
y
6
+
10
y
5
+
y
4
g
(
z
)
=
z
7
+
6
z
4

16
z
f
(
t
)
=
t
1
2

8
t
1
4
+
15
h
(
w
)
=
w
4
w
+
5
+
3
w
w

8

Answers

What’s the problem ?

Complete the function to return the factorial of the parameter.
def factorial(number)
product = 1
while number > 0
product = product * number
number = number - 1
product
strNum = input("Enter a positive integer")
num = int(strNum)
print(factorial(num))

Answers

def factorial(number):

   product = 1

   while number > 0:

       product = product * number

       number = number - 1

   return product

strNum = input("Enter a positive integer")

num = int(strNum)

print(factorial(num))

I hope this helps!

Answer:

Answer in image.

Explanation:

hurry please
Where is the error, if any, in the following program? Assume numA and numB have values. Also assume the indenting is correct.


if numA = numB: # line 1

numX = numA # line 2

elif numA > numB: # line 3

numX = B # line 4


line 1


line 3


line 2


line 4

Answers

Answer:

Line 1

Explanation:

Just took the assignment. Have a good one!

Answer:

line 1

Explanation:

In the program below, what is the scope of strFirst?

def usernameMaker (strFirst, strLast):
return strFirst + strLast[0]

def passwordMaker (strA, numC):
if len(strA) > 4:
answer = dogName[0:3]
return answer + str(numC)
else:
return 'xk&' + str(numC)


options

the function usernameMaker

the function passwordMaker and the main part of the program that calls the function

the function usernameMaker and the main part of the program calling the program

the function passwordMaker

Answers

First, we have to understand what scope is. When variables are declared, they are only available in the code block they're declared in, unless they're global variables (this doesn't apply here).

strFirst is declared in usernameMaker and that is the only place it is available in.

The scope of a variable is the area where the variable can be accessed.

The scope of strFirst is (a) the function usernameMaker

From the program, we have the following function header

def usernameMaker (strFirst, strLast):

The above header implies that:

strFirst is a local variable of the function usernameMaker

This means that, the scope of strFirst is limited to the function usernameMaker

Hence, the correct option is (a)

Read more about scope of variables at:

https://brainly.com/question/20058399

Categorive the given websites based on their possible website structure
company website
bookstore website
computer-based
training modules
single product website
city library website
online in store website
Hierarchical
Sequential
Matrix
Hi

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

There are different website structures such as hierarchical, sequential, and matrix. These websites structure helps the designers to create a meaningful website.

In this question, it is asked to categories the given website into their website structure.

The given websites are:

company website bookstore website computer-based  training modules  single product website city library website online in-store website

Now, we will categorize these websites into their website structure:

Hierarchical website structure:

Bookstore website

city library website

online in-store website

Sequential website structure:

single product website

computer-based training module

Matrix website structure:

Company website.

Here are the categorizations of the given items based on their storyboarding techniques:

Computer-based training modules: Linear

School website: Webbed

Bookstore website: Webbed

Single-product website: Linear

County library website: Webbed

Online gift store website: Linear

Federal government website: Hierarchical

how are images encoded?
( don’t copy and paste please)

Answers

Answer:

Images are encoded using binary arrays. Where each Pixel is, an array of RGBA, Red, Green, Blue and Alpha is used to represent that pixels color. Now put that on a screen of 1920x1080, you have to do that 2,073,600 times to get a full image, of which all values are filled.

Explanation:

Digital images are encoded in binary. We can make connections between the amount of data used by the computer to store, transmit and create an image and the file size of different images , the more pixels and more bits to encode the image, the larger the file size
Stay safe !
Please mark me as brainliest

You listened to a song on your computer. Explain in 3-5 sentences if you used hardware or software.

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

When you have listened to music on your computer. You used both computer hardware and software. You used a hard drive as a hardware device that stored your song. And, software such as s media player that you used to play the song.    

I hope this answer helps you.

PLEASE HELP!!!! You have been hired by the Umbrella Corporation (main office in Texas) to help them set up a facility here in Northern Virginia. The Umbrella Corporation is a government contractor, and they have a variety of contracts that include non-secret information to the most secure.

The parent company has decided to create a subsidiary company called "Triton" which will be housed in this new Northern Virginia facility. This facility will house the following departments:

• Accounting - 2 People - Upper Right Desk Area

• Human Resources - 1 Person- Upper Right Desk Area

• Marketing - 1 Person - Center Desk Area

• Sales - 3 People - Left Right Desk Area

• IT -2 People - Center Desk Area

• Receptionist - 1 Person - Upper Center

• (Note: Not all Space is used - this will leave room for additional employees. The upper left is a conference room.)




Design of the office:

• The inner office has not yet been constructed but the plan is as follows:

o Outer offices have walls that go all the way up to the ceiling.

o Center offices are cubicles.

o The office itself has 4 floors – this facility is on the 3rd floor.

 1 & 2nd floor houses another company.

 4th floor is being rented by this company as well in plans for expansion.

 The floors are concrete and the ceilings are a drop-ceilings.

Strategic Goals:

Management has also asked that your plan is aligned with the strategic goals of the company which are focused on efficiency, security, and growth. Therefore, your network solution will need to be:

• Efficient and capable of supporting streamlined communications

• Secure and require minimum maintenance

• Scalable for future growth

What the company has so far:

• Computers for Each Employee

• Two printers to be shared by all employees

• A single server that handles all the e-mail, files, programs, etc.

This company is planning on serving the Federal Government with a variety of IT - using it's small business status to make end-roads into the various agencies. Its first contract is a contract with the Department of Defense.

Deliverable:

It is with this in mind, that they have asked you to make recommendations to the board about the following:

• Name and describe what type of network (LAN, WAN, BNs, etc.) do you think they should have?

o Why?

• Give the management – two different types of architectures they might be able to use.

o Then give them your recommendation on which one you think they should use.

 Outline the pros and cons of the two alternatives.

 Explain why that one would suit them better in the long-run than the other.

o What media would you suggest the company install in its office and why?

o What kind of Telecommunications would you recommend?

o After reviewing the facility plan:

 How would you recommend potentially reduce errors?

 Speed is a high-priority for this network, what would you recommend the company look at in order to ensure speed efficiency?

The company is in its first steps of creating a design plan and would like you to prepare a power point to explain to the upper management what you believe they will need for this facility.

Answers

Shsvevdhxhxhsbbsvxushsvshxbd dbjdkxiddbdbsj

Jack's manager asks him to distribute information and an attachment as quickly as possible to all their clients. In one to two sentences, describe what Jack should do.

AND NOT SO LONG PLS:D

Answers

He should forward it to everyone vía email

What are the components of a computer system

Answers

Answer:

The motherboard

Explanation:

Can someone find out what this binary number thing is. Just find out the message, I'm having a difficult time

Answers

Answer:

Press alt and F4 to see answer

Explanation:

Who got social media that is smart in English subject a lot pass it here your social media pls?

Answers

Answer:

I'll help with work for a low price HMU

_kay.sanchez_ Instagram

Which of the following selectors will target this paragraph?

Paragraph 1


a) p
b) #firstP
c) p#firstP
d) all of the above

Answers

aaaaaaaaaaaaaaaaaaaaa

If you need to modify a features in a part created using the Mirror tool, you can make the change in the original feature and the feature on the other side of the mirror plane will be modified automatically.
Select Answer

False

True

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

The correct answer to this question is TRUE.

Because when you are designing something and drawing anything and it is symmetric in shape and half of the part is created, then if you use mirror features, then the other half part will get created automatically.

If you need to modify the features in the original part of the drawing or design then the other side of the mirror plane will be modified automatically.

Because whatever you will make changes in the original part of the design, then the other part that is created by using mirror features will get modified automatically.  

Simple measurement questions, I'm on #5 right now but if you know any other ones that would be helpful (picture)

Answers

Answer:

one inch=25.4

12 meters=13.12

10 quarts=9.46

12 milliliters=0.0004

400 pounds= 181 kg

25 meters/second=82

68F=20C

Explanation:

heres the full ones

one inch=25.4

12 meters=13.1234 yards

10 quarts=9.46353

12 milliliters=0.000405768

400 pounds=181.437

25m/s=82.021f/s

68f=20C

24 POINTS!!!
Why are Sequences, Selection, and Iteration building blocks of algorithms?

Answers

Answer:

An algorithm is a step by step process that describes how to solve a problem in a way that always gives a correct answer.

An algorithm is made up of three basic building blocks: sequencing, selection, and iteration.

Sequencing: An algorithm is a step-by-step process, and the order of those steps are crucial to ensuring the correctness of an algorithm.

Selection: Algorithms can use selection to determine a different set of steps to execute based on a Boolean expression.

Iteration: Algorithms often use repetition to execute steps a certain number of times or until a certain condition is met.

Explanation:

One example of a
is the length of a car.

Answers

Answer:

How long is a typical car?

Average Length of a Car in Meters or Feet

According to research, the mean length of a vehicle is equated to the yardstick length of Audi A4, which is about 15 feet long (4.5 meters). The reason it is average is that some cars are lengthier while some are smaller than this length.

Hope this helps :D Thanks!!!!

How many of the colonists of Jamestown died before they made it to shore, due to the difficult voyage?

half
almost all
one third
nonE

Answers

Almost all of the colonist of Jamestown died before they made it to shore, due to the difficult voyage.

The _____ function is used to acquire data from the user.
Display()
Input()
Print()

Answers

Answer:

The input() function is used to acquire data from the user.

Explanation:

We will explain the purpose of each function one by one.

display() and print() functions are output functions that are used to display outputs in python.

Acquiring data from user means that the user has to give some data as input.

Python provides the input() function with a prompt of string to display a message to take input from user.

Hence,

The input() function is used to acquire data from the user.

Answer:

A. input()

Explanation:

I took the quiz

please help in this question​

Answers

Answer:

B. 1980's

Explanation:

Python, the programming language, was found in 1980's.

Coding question. Please help me?

Answers

I need this too step by step

Data is a processed in the form of information? ( true or false)​

Answers

Answer:

True ( processed data is called information)

please help me in this question​

Answers

Answer:

Explanation:

i think operands

importance of computer​

Answers

Answer:

The computer was a very high advancement in technonogy and with out it civilization wouldnt be the way it is today excluding from are lives the cell phone, game consoles, and much more.

Explanation:

Use the space below to describe the steps you used to change your desktop background a on chromebook

Answers

First minimize all windows, then use two fingers to click mouse pad on the background, next you press choose background, finally choose a pre-made background or upload your own background

Select the correct answer..
Which type of shot would a photographer use to show the subject's facial expression?
In a
shot, the photographer can show the subject's face and shoulder.

Answers

Answer:

A mid shot or medium shot

Explanation:

Other Questions
Graph f(x)=1.5x+6.Use the line tool and select two points to graph the line. So my brother hasn't hasn't has his first period yet...shold I be worried?I start kind late so he might be a late bloomer too, but he's like 16 and still hasn't had his first period yet and I don't want him pry but im worried bout him like he won't be able to make babies when he's married so if you could help me that would be great sneakychickens please help i need help with this asap find the product -10(-12)(5) 7/15 into a decimal WITH WORKWILL GET BRAINLY EASY MATH!! Find value of these expressions without using calculator! Why was Spain worried about the United States purchase of the Louisiana Territory PLEASE HELP AND FASTAll the other male pigs on the farm were porkers. Thebest known among them was a small fat pig namedSquealer, with very round cheeks, twinkling eyes, nimblemovements, and a shrill voice. He was a brilliant talker,and when he was arguing some difficult point he had away of skipping from side to side and whisking his tailwhich was somehow very persuasive. The others said ofSquealer that he could turn black into white.--Animal Farm,George OrwellHow do the key details in the passage develop thecentral idea that a persuasive speaker can makeothers believe anything, even lies?The details show that Squealer is forceful andargumentativeo The details show that Squealer is attractive, whichimpresses the others.o The details show why other animals might believeanything Squealer says.The details show that Squealer is a hard worker,which is why the others trust him. When I was ten years old, I had to arrive home by 8 o'clock in the evening. When I was thirteen years old, I had to arrive home by 8 o'clock in the evening. When I was sixteen years old, I had to arrive home by 8 o'clock in the evening. Shortly after my sixteenth birthday, I decided that I was going to ask my mom if I could get a car, but I never went through with it. Knowing how my mother would respond, I was reluctant to ask her such a question. So, rather than ask her if I could get a car, I decided to start out smaller and ask her why I had to be home so early in the evening. I built up my courage, walked into the living room, and asked her. She answered the same way she answered the majority of my questions, "rules are rules." From the point of view of a sixteen-year-old who grew up in a fairly sheltered environment, her logic was flawless. Things are the way they are because that's the way they are. As I grew older, her logic became less convincing, and "rules are rules" held less sway over me. Surely, my mom knew that it would happen, that I would break from her rules and strike out on my own. After all, she is the person who encouraged me to go to a college that's halfway across the country from my hometown. I'm certain that she knew that I would exercise my newfound freedom when I arrived there, but I don't think she could have imagined how far I would take that freedom.Which of these is an inference that can be supported by the passage above? Help please Ill give you 25 points What kind of bond is made up of shared electrons?A. A covalent bondB. An ionic bondC. A hydrogen bondD. An electrostatic bond 1.5m^6(-2m^2)^4 find the product Raise your hand if you dislike (h 8) people who 'answer' your question with1. Idk2. fdfas;ldfjdor3. uhhhhhhhhand think that those ppl should be banned. You buy a book for $12 and a CD for $6. You hand a sales cleck a $20. How much change should you get back? When meeting the players, Hamlet requests that the lead actor perform a passionate speechabout "Aeneas' tale to Dido, especially when he speaks of Priam's slaughter." Why is this speech especially interesting to Hamlet? At the grocery store, a big bag of candy costs $13.50 for a 5 pound bag. How much does it cost per pound? 2 Minutes (beats per 10 seconds) Which half-reaction correctly describes an oxidation?Upper C a (s) plus 2 e superscript minus right arrow upper C a superscript 2 plus (a q).Upper B r subscript 2 plus 2 e superscript minus right arrow 2 upper B r superscript minus.Upper N a superscript plus (a q) right arrow upper N a (s) plus e superscript minus.Upper C r (s) right arrow upper C r superscript 3 plus (a q) plus 3 e superscript minus. In this manner, the sage governs people:Emptying their minds,Filling their bellies,Weakening their ambitions,And strengthening their bones.If people lack knowledge and desireThen they cannot act;If no action is takenHarmony remains. Laozi, Dao De JingWhat must people have if they are to act? a. abstraction c. strength b. knowledge and desire d. none of the above Please select the best answer from the choices provided A B C D