who is the father of animation?
Walt Disney
Steve Jobs
Winsor McCay
Matt Groening
and.. did Walt Disney invent the stop motion technique?

Answers

Answer 1

Answer:

Walt

Explanation:

Cause that n***a Frozen to

U get it lol xD

Answer 2

Answer:

Winsor McCay And no Walt Disney did not invent the stop motion technique

Explanation:


Related Questions

Why do we use if statements?



To tell Tracy to stop our code if there’s an error


To have Tracy make decisions based on conditional statements


To tell Tracy to do something if we run our code


To have Tracy complete one function at a time

Answers

answer is 2 i’m pretty sure

Which statement below returns 'soccer'?
sports = [2: football', 3:'soccer', 4:'volleyball', 5:'softball'}

• sports.find(soccer')
• sports[3]
• sports(3)
• sports.get(2)

Answers

Answer:

The answer is the second option.

sports = {2: 'football', 3:'soccer', 4:'volleyball', 5:'softball'};

console.log(sports[3]);

will output:

soccer

Explanation:

There were several syntax errors in the code (assuming it is javascript):

- Text strings must be enclosed in single or double quotes.

- sports is an object, not an array, so it should have { } and not [ ]

I need help I have questions I need answers in coding html,css,js and python.Fast
The purpose of the sleep method is to reduce the amount of energy the program uses.
True
False
The _____ is a collection of webpages that use the internet.
pseudocode
World Wide Web
Python
server
Which of the following lines of code would correctly create a list called weapons?
weapons == [“sword”, “sling”, “knife”]
weapons = [“sword” or “sling” or “knife”]
weapons = (“sword”, “sling”, “knife”)
weapons = [“sword”, “sling”, “knife”]
Which of these lines of code would import both the random and the time modules?
import random, time
import random and time
time.import, random.import
import(random, time)
When using HTML, your text should be placed between the opening and the closing tags.
True
False

Answers

Answer:

1. True

2. World Wide Web

3. weapons = [“sword”, “sling”, “knife”]

4. import random, time

5. True.

Explanation:

For number 1  I'm not quite sure since I never personally used it, but it does reduce CPU usage when activated so it's very possible it's true.

Use the drop-down tool to select the word or phrase that completes each sentence. Text within a document that is linked to other information available to the reader is called _______. A unique location for a computer on the network is its _______. The ________ is the ability of a network tor cover after any type of failure. The computer that responds to requests from the client computer is known as the ________. A ________ is an ordered list of tasks waiting to be performed.

Answers

Answer:

1. Hyperlink

2. IP address

3. Fault tolerance

4. Server

5. To do list

Explanation:

Text within a document that is linked to other information available to the reader is called HYPERLINK.

A unique location for a computer on the network is its IP ADDRESS.

The FAULT TOLERANCE is the ability of a network to cover after any type of failure.

The computer that responds to requests from the client computer is known as the SERVER.

A TO-DO LIST is an ordered list of tasks waiting to be performed.

Answer:

hypertext

IP address

fault tolerance

server

queue

Explanation:

just did it on edg

Which hexadecimal number is equivalent to the decimal number 11?

A.
1A
B.
1B
C.
A
D.
B

Answers

Answer:

B

Explanation:

11 in Decimal converts to B in Hexidecimal

Please Help me to find the solution

Answers

i dont have an answer bout this

PLEASE HELPPPPPPP What should you always disconnect before installing hardware inside a computer’s case?

A.
all cabling
B.
all internal components
C.
the CPU
D.
the internal DVD drive

Answers

Answer:

a) all cabling hope it helps

Which statement is true? Select 3 options.

•A user-defined data type can include other user-defined data types.

•A user-defined data type can only include one type of data

•The default values for a user-defined data type cannot be changed.

•A user-defined data type is defined using a class.

•A user-defined data type can include a list.

Answers

Answer:

The statements which are true are;

A user-defined data type can include other user-defined data typesA user-defined data type is defined using a classA user-defined data type can include a list

Explanation:

A user-defined data type (UDT) is a datatype that is defined and derived by the use of the datatypes which preexist including existing user-defined datatypes and the built-in datatypes

It is therefore true that a user-defined data type can include other user-defined data types

A class is a user-defined data type that contains both its member data and member functions, that can be used when an instance of the class is first created

Therefore, a user-defined data type is defined using a class

In a user-defined data type, a variable has actual data within it which can include an array or list

Therefore a user-defined data type can include a list.

Answer:

A user-defined data type can include other user-defined data types

A user-defined data type is defined using a class

A user-defined data type can include a list

Explanation:

In a well-developed paragraph - using domain-specific vocabulary and academic writing - address the following writing prompt:
Explain the concepts of GIGO—garbage in, garbage out. Why do you think it’s a helpful concept in coding? How do you think it can be a helpful concept outside of coding?

Answers

Answer:

GIGO is a computer science acronym that implies bad input will result in bad output. Good programming practice dictates that functions should check for valid input before processing it. ... A well-written program will avoid producing garbage by not accepting it in the first place.

Explanation:

Does a Laser Printer use its beam to attach dry powdered ink to a sheet of paper?​

Answers

Answer: A laser printer is different only in terms of ink heads. Hile Traditional Printers use physical contact to embed ink onto the paper laser jets use laser beams with inks to forms impressions into papers. They require no special paper to print. So probably not.

1.Two robots start out at 426c cm. apart and drive towards each other. The first robot drives at 5 cm per second and the second robot drives at 7 cm. per second. How long will it take until the robots meet?

In your response below, please answer each of the following questions:
a. What is the question being asked?
b. What are the important numbers?
c. Are their any variables?
d. Write an equation.
e. Solve the equation.
f. Do you think your answer is reasonable? Explain.

Answers

Answer:

a. The time it will take for the two robots meet

b. The important numbers are;

426 (cm), 5 (cm/second) and 7 (cm/second)

c. Yes, there are variables

d. The equation is 5 cm/s × t + 7 cm/s × t = 426 cm

e. The solution of the equation is, t = 35.5 seconds

f. Yes, the answer is reasonable

Explanation:

a. The question being asked is the time duration that will elapse before the two robots meet

b. The important numbers are;

The distance apart from which the two robots start out, d = 426 cm

The  speed of the first robot, v₁ = 5 cm/second

The  speed of the second robot, v₂ = 7 cm/second

c. The variables are;

The distance apart of the two robots = d

The  speed of the first robot = v₁

The  speed of the second robot = v₂

The time it takes for the two robots to meet = t

d. The equation is;

v₁ × t + v₂ × t = d

Plugging in the known values of v₁, v₂, we have;

5 cm/s × t + 7 cm/s × t = 426 cm...(1)

e. Solving the equation (1) above gives;

5 cm/s × t + 7 cm/s × t = t × (5 cm/s + 7 cm/s) = t × 12 cm/s = 426 cm

∴ t = 426 cm/(12 cm/s) = 35.5 s

t = 35.5 seconds

f. The time it would take the two robots to meet, t = 35.5 seconds

The answer is reasonable, given that the distance moved by each robot in the given time are;

The distance moved by the first robot, d₁ = 35.5 s × 5 cm/s = 177.5 cm

The distance moved by the second robot, d₂ = 35.5 s × 7 cm/s = 248.5 cm

d₁ + d₂ = 177.5 cm + 248.5 cm = 426 cm.

What is the collective name for input, output and storage devices?

Answers

The Complete Hardware System
Peripheral equipment includes all input, output, and secondary storage devices

The collective name for input, output, and storage devices is input, processing, output, and garage are together called the: system cycle.

What is IPO?

IPO refers back to the Input – Process – Output model. As the identify suggests, the IPO cycle is the entry & output after the system of the information. People ought to deliver enter first to get output, after which the enter ought to be processed to get the favored outcome.

The systematic system is referred to as a device cycle, which includes six levels: feasibility study, device analysis, device design, programming and testing, installation, and operation and maintenance. The first 5 levels are device improvement proper, and the closing degree is the long-time period of exploitation.

Read more about the storage devices:

https://brainly.com/question/26382243

#SPJ2

what is the best free website to learn phyton programming

Answers

That is something you should may research on with yourself! Don’t accept a link
From strangers it’s preferred to find one that best suits you!

what is the fullform of COMPUTER?​

Answers

Answer:

COMPUTER stands for Common Operating Machine Purposely Used for Technological and Educational Research

Explanation:

Using more than one array to store related data is called _____________ arrays.

Answers

Answer:

Using more than one array to store related data is called parallel arrays.

Explanation:

I just did it and got 100% on the quiz

Using more than one array to store related data is called parallel arrays.

What is array?

An array is a type of data structure used in computer science that holds a set of elements that are all uniquely recognised by at least one array index or key.

An array is stored in a way that allows a mathematical formula to determine each element's position given its index tuple.

In parallel arrays, a collection of data is represented by two or more arrays, where each corresponding array index represents a field that matches a particular record.

For instance, the array items at names and ages would explain the name and age of the third person if there were two arrays, one for names and one for ages.

Thus, the answer is parallel array.

For more details regarding parallel array, visit:

https://brainly.com/question/27041014

#SPJ6

A python program that asks the user for four numbers and prints out the first and last number. It must have an array used in it.

Answers

Answer:

numbers = []

for i in range(4):

 z = int(input("enter a number: "))

 numbers.append(z)

print("First is {} and last is {}".format(numbers[0], numbers[-1]))

Explanation:

Now I understand your other question as well! ;-)

PLEASEEE HELPPP im gonna cry
What’s the name for the array of buttons that provides quick access to commonly used commands?

A.
menu bar
B.
toolbar
C.
ruler
D.
scroll bar

Answers

Your answer is:

B. toolbar

Answer:

B) Toolbar

_______________

What should a user do to find and replace text throughout a field? Use the drop-down menus to complete the steps
1. Put the cursor in the field to search
2. In the Home tab, open the dialog box
3. On the
tab, enter the text to search for and the replacement text
4. After a few instances to make sure the text is being replaced correctly, you can then click
to
change all instances

Answers

The thing that a user should do to find and replace text throughout a field  are:

1. Put the cursor in the field to search.

2. Open the  find  dialog box.

3. On the Replace tab, enter the text to search for and the replacement text.

4. Click  Replace All  to change all instances.

How do you search for and replace text across an entire field?

The keys on the keyboard CTRL+F is often used  to find. The dialog window for Find and Replace appears. Click the Find tab in the Find and Replace dialog box to search for data. Click the Replace tab to perform a find-and-replace operation.

The operations are:

1. Click Find and Select in the Editing group on the Home tab, then select Replace from the drop-down list.

2. In the dialog box, select the objects you want to Find and Replace by clicking the Options button.

3. Press the Replace or Replace All button.

Therefore, If you want to replace all occurrences of a word or format in a document, use the Ctrl+H Find and Replace function. This is very useful for lengthy papers.

Learn more about Editing  from

https://brainly.com/question/15768529
#SPJ1

See full question below

What are the steps to replace one piece of text with another throughout a field? Use the drop-down menus to

complete the statements.

1. Put the cursor in the field to search.

2. Open the _____

dialog box.

3. On the Replace tab, enter the text to search for and the replacement text.

4. Click -------to change all instances.

Write a python program to print numbers from 100 to 50 using for loop.
I NEED THIS URGENT PLEASE

Answers

Answer:

i = 100

for i in range 50

print(i--)

Explanation:

prints down from 100 to 50, i is printed then decremented.

--concept mapping--
importance of trees for people:
1.
2.
3.
4.
5.
importance of trees for animals
1.
2.
3.
4.
5.​

Answers

Answer:

-Both need oxygen from the trees to breathe

-Without trees the population of animals and people would be dying

Explanation:

Thats all I can think of

The intersection of column D and row 6 is a cell with a cell address of
Select one:
a. D:6
b. D6
c. 6:D
d. 6D

Answers

Answer:

C. 6:D

Explanation:

Answer:

6:D

Explanation:

This works for plato but as for any other testing site I am unaware of.

programming in https

Answers

what?? explain your question

Which WYSIWYG editor keeps the code clean and validates HTML code
?

A. MS Word

B. Kompozer

C. Gedit

D. Notepad

E. BlueGriffon

Answers

Answer:

E. BlueGriffon

Explanation:

Answer:

b. KompoZer

Explanation:

KompoZer is free software. You can use it on Windows, Mac OS, and Linux. It has a customizable interface with modified toolbars. It validates HTML against the current web standard and keeps the code clean.

Which of the following database object hold data?

Reports


Tables


Forms


All of the above

Answers

Answer:

tables

Explanation:

In Access, all data is stored in tables, which puts tables at the heart of any database. You might already know that tables are organized into vertical columns and horizontal rows. In Access, rows and columns are referred to as records and fields

Answer:

B. Tables

Explanation:

In Access, tables, reports, queries and forms are in entering and storing data. Primarily, tables hold data. They are organized as rows and columns. Rows are also known as records while columns are known as fields. Every column contains data that runs vertically along the table. Rows hold strings of information following the same pattern and usually with the same ID number.

Information about specific subjects can all be collectively held in tables.  Obtaining and compiling information is done with queries. Reports are a representation of the data in a printed format. Forms are used to input, view and edit data.

Gerald Roberts has already finished his pattern for a pajama; he wants to add an allowance for cutting what tall will he need to use to measure the allowance? A.Seam Gauge B.Pins C.Ruler D.Tape Measure​

Answers

Answer:

D. Tape Measure​

Explanation:

Given that Pajamas is nightwear made of clothing materials, hence in this case, the correct answer is a "Tape Measure​."

This is because a Tape Measure is a measuring instrument used in measuring sizes and distances. It is often used in tailoring particularly the one made of ribbon of cloth.

Hence, in this case, the correct answer is TAPE MEASURE.

Which of the following steps is NOT part of the Design Process?
A)Explore
B)Improve
C)Identify the problem
D)None of the above

Answers

All of the above are part of the Design Process.

Design Process:

Design thinkers use creative and inquisitive activities like Brainstorming session and Worst Possible Idea to inspire ideas — in the form of answers to questions — in the Ideation stage.

Four lecturers together broke down the engineering design process into four primary phases: problem description, design exploration, design optimization, and design communication, via a deep and often rowdy conversation.

Find out more information about 'Design Process'.

https://brainly.com/question/4969056?referrer=searchResults

I was writing my code when all the sudden, I get this error about my if statement, it doesn't make sense to me, I indented correctly, and that is how you write it, any solutions?

Input:
def main():
language == input("Please type in a language, Espanol or English")
if(language == "English" ):
print("It works")
main()

Output:
SyntaxError: bad input on line 3

Answers

Answer:

I dont know, maybe type it again or, ask someone about it maybe?

Explanation:

This is your code.
>>> A = [21. 'dog', 'red']
>>> B = [35, 'cat', 'blue']
>>> C = [12, 'fish', 'green']
>>> E = [A, B, C
What is the value of E[2][1]
Ofish
green
cat
O blue

Answers

the value of E[2][1] is fish

Answer: Fish

Explanation: Edge 2022

All types of sciences use the same steps of the scientific method.

True
False

Answers

the correct answer is true

Some organizations and individuals, such as patent trolls, abuse intellectual property laws .



computer science

Answers

Answer:

False.

Explanation:

Patent can be defined as the exclusive or sole right granted to an inventor by a sovereign authority such as a government, which enables him or her to manufacture, use, or sell an invention for a specific period of time.

Generally, patents are used on innovation for products that are manufactured through the application of various technologies.

Basically, the three (3) main ways to protect an intellectual property is to employ the use of

I. Trademarks.

II. Patents.

III. Copyright.

Copyright law can be defined as a set of formal rules granted by a government to protect an intellectual property by giving the owner an exclusive right to use while preventing any unauthorized access, use or duplication by others.

Patent trolls buy up patents in order to collect royalties and sue other companies. This ultimately implies that, patent trolls are individuals or companies that are mainly focused on enforcing patent infringement claims against accused or potential infringers in order to win litigations for profits or competitive advantage.

Hence, some organizations and individuals, such as patent trolls, do not abuse intellectual property laws.

Answer:

the answer is intentionally

Explanation:

i took the test

Other Questions
Which of the following BEST identifies an attempt to promote Atlanta's rebuilding from the Civil War?A. Atlanta's International Cotton ExpositionB. Reactions to the verdict in the Leo Frank case. Booker T. Washington's Atlanta Compromise SpeechD. Tom Watson's founding of the Populist party How does Columbus describe the Tanos weaponry? with what is a decrease in the Short-Run Aggregate Supply Curve associated? PLEASE HELP WILL MARK BRAINLIEST!! True or False?The weight of a letter refers to the overall thickness of the letters.((there is no subject on Graphic design so ignore the English subject)) The Tennis Times (TTT) is a publisher of magazines. Its accounting policy for subscriptions follows:RevenuesRevenues from our magazine subscription services are deferred initially and later recognized as revenue as subscription services are provided.Assume TTT (a) collected $490 million in 2018 for magazines that will be distributed later in 2018 and 2019, (b) provided $239 million of services on these subscriptions in 2018, and (c) provided $251 million of services on these subscriptions in 2019. Yo ___ (compartir) galletas con mis amigos. Which decimal number is represented? Bob gets the following homework grades: 2, 2, 2, 2, 2, 10, 10, 10, 10, 10. Tom gets the following homework grades: 7, 7, 7, 7, 7, 7, 7, 7, 7, 7 Pat gets the following homework grades: 1, 1, 8, 8, 8, 8, 8, 8, 10, 10 Required:Find the mean homework grade for each student, find the median homework grade for each student, and ESTIMATE the standard deviation for each student. How do you find the probability of a compound event? today you are going to Ms. Debbie's house who lives 45 minutes from your house. What time should you leave to get there at 5:00? How to understand the area of triangles using height and base Can someone help me with 12,13,14 and, 15 plz and thank you! What was the nickname of the great wall? Does anyone have a answer for this one pls not a link just a answer is being part of the (LGBTQ+) a sin and if yes, whydo you support the LGBT do u respect them?are you part of it how do u feel abt them? On January 1, 2021, Carla Vista Corporation signed a 5-year noncancelable lease for equipment. The terms of the lease called for Carla Vista to make annual payments of $195000 at the beginning of each year for 5 years beginning on January 1, 2021 with the title passing to Carla Vista at the end of this period. The equipment has an estimated useful life of 7 years and no salvage value. Carla Vista uses the straight-line method of depreciation for all of its fixed assets. Carla Vista accordingly accounts for this lease transaction as a finance lease. The lease payments were determined to have a present value of $813124 at an effective interest rate of 10%.In 2022, Carla Vista should record interest expense of:________ a. $67994. b. $48494. c. $61812. d. $42312. what happens when a low air pressure seytem meets a high air pressure where do the equations y=5x+1 and y=2x-11 intersect A and \angle BB are vertical angles. If m\angle A=(2x-10) and m\angle B=(x+8)) then find the measure of \angle AA.