Where do animators work?
How do companies use web sites?
What is an operating system?
What is a database?
What is an app?

Answers

Answer 1
1. Most animators work in big cities where movie and television studios, animation studios, software developers, and video game design firms are located.
2. I’m confused about this one.
3. An operating system (OS) is system software that manages computer hardware, software resources, and provides common services for computer programs. ... The dominant general-purpose desktop operating system is Microsoft Windows with a market share of around 76.45%.
4. A database is an organized collection of data, generally stored and accessed electronically from a computer system.
5. An app, which is short for "application," is a type of software that can be installed and run on a computer, tablet, smartphone or other electronic devices. An app most frequently refers to a mobile application or a piece of software that is installed and used on a computer.

Related Questions

Help! ASAP! 1 Question.........°○°​

Answers

Answer: I think D)?

Explanation: Or B)

Chlorine has two naturally occurring isotopes that are 35cland 37cl, the accurate masses and abundance are 34.96 and 75.6%and 36.97 and 24.4% respectively calculate the relative atomic mass of cl.

Answers

[tex] \implies \huge \tt \underline \red{answer}[/tex]

Hlo

Need answer ASAP!!!!

Answers

Hi,

I tried answering this. Lol. Look at the image.

How do we calculate the BMI in python?
the formula is kg/m²

Answers

Answer:

height = float(input("Enter your height in m: "))

weight = float(input("Enter your weight in kg: "))

BMI = weight / (height/100)**2

print(f"You BMI is {BMI}")

Explanation:

The python code for calculating BMI is as follows -

height = float(input("Enter your height in m: "))

weight = float(input("Enter your weight in kg: "))

BMI = weight / (height/100)**2

print(f"You BMI is {BMI}")

Some conditions can also be added such as

if BMI <= 15:

   print("You are underweight.")

elif BMI <= 30:

   print("You are healthy.")

elif BMI <= 40:

   print("You are over weight.")

Pascal system . write the program that will calculate the perimeter of a rectangle if its area is A (m²) and one of its sides has a length of B (m). A and B are entered from the keyboard.​

Answers

Answer:

The program in Pascal is as follows:

Program Perimeter;

Uses Crt;

Var

 Length : Real;

 Width : Real;

 Area    : Real;

 Perim : Real;

Begin

 Clrscr;

 Write('Area: ');

 Readln(Area);

 Write('Length : ');

 Readln(Length);

 Width := Area/Length;

 Perim := 2 * (Length + Width);

 Write('Perimeter: ' ,Perim:5:2,'.');

End.

Explanation:

This declares all variables as real

Var

 Length : Real;

 Width : Real;

 Area    : Real;

 Perim : Real;

The program execution begins here

Begin

This clears the screen

 Clrscr;

This prompts the user for Area

 Write('Area: ');

This gets input for Area

 Readln(Area);

This prompts the user for Length

 Write('Length : ');

This gets input for Length

 Readln(Length);

This calculates the width

 Width := Area/Length;

This calculates the perimeter

 Perim := 2 * (Length + Width);

This prints the calculated perimeter

 Write('Perimeter: ' ,Perim:5:2,'.');

This ends the program

End.

You are designing an ecommerce web application that will scale to hundreds of thousands of concurrent users. Which database technology is best suited to hold the session state in this example

Answers

Answer: Amazon DynamoDB

Explanation:

The database technology that is best suited to hold the session state in this example is the Amazon DynamoDB.

Amazon DynamoDB is a document database which helps in delivering high quality and fast cperformance at any scale. It can be used to scale to hundreds of thousands of concurrent users as it's multi-active, and has a durable database that has built-in security.

which processor is compatible with an AM2+ socket

Answers

Answer:

Amd phenom x4 9950 black edition

Explanation:

If you are worried that team members will not keep sensitive information private, you could ask them to sign a ________ agreement.
A. Non-confidentiality
B. Security
C. Non-disclosure

Answers

Answer:

C

Explanation:

It has legal reproduction if you break it, many nannys that work for a famous person/people have to sign a non-disclosure before they're hired.

Pleaseeee hellppp!!!!!

Answers

Answer:

credit card info and delivery address

Explanation:

In a school 50% of the students are younger than 10, 1/20 are 10 years old and 1/10 are older than 10 but younger than 12, the remaining 70 students are 12 or older. How many students are 10?

Answers

Answer: 10 students

Explanation:

Students younger than 10 = 50%

Students that are 10years old = 1/20 = 1/20 × 100 = 5%

Students that are older than 10 but younger than 12 = 1/10= 1/10 × 100 = 10%

Students that are 12 years or older

= 100% - (50% + 5% + 10%)

= 100% - 65%

= 35%

This means that 35% of the students are 12 years or older and we've been given the number as 70.

Let's say the total number of students is x. Therefore,

35% of x = 70

0.35 × x = 70

0.35x = 70

x = 70/0.35

x = 200

The total number of students is 200.

Therefore, the number of students that are 10years will be:

= 1/20 × 200

= 10 students

Therefore, 10 students are 10 years.

(25 POINTS)Which statement best reflects the importance of following safety guidelines?

Workplace injuries can result in losses to an organization’s profits.

OSHA responds to complaints of unsafe work environments, and can fine or take negligent employers to court.

Every year, thousands of people die as a result of workplace injuries.

Using equipment safely is faster and makes work more efficient.

Answers

Answer:

I think, Every year, thousands of people die as a result of workplace injuries.

Answer:

B

Explanation:

Francesca wants to create a program that will produce the phrase “Hello, world” on the screen. Which of these functions should Francesca use?

Answers

Answer:

It would be print.

Explanation:

If you want to execute a function it should be print so it will show up in the output box.

Which occurs when private details of a class are hidden from other classes or parts of the program that uses instances of the class?
inheritance

polymorphism

encapsulation

operation overloading

Answers

Answer:

Encapsulation

Explanation: got it right

Answer:

Encapsulation

Explanation:

I took the quiz.

Which statement best describes a database?

Select one:
a. A collection of related tables.
b. Tables that are in sequence.
c. Tables of related information.
d. A collection of tables.

Answers

I think it's a. A collection of related tables

Select all the correct answers.

John travels all over the country visiting various clients. He needs to access his documents and services on the go. Which of these technologies
allows him to access documents and software while on the move?

A:cloud computing
B: grid computing
C:mobile computing
D:green computing
E:virtualization

Answers

Answer:

acd

Explanation:

i cant explain

Answer:

A

C

D

Explanation:

Plato

Andy is working on a project to build an accounting software program for his firm. He uses old programming modules that contained code to perform various processes and links them to create a complete system. Which approach does he apply to the program design?
A.
structured programming
B.
non-structured programming
C.
top-down approach
D.
bottom-up approach
E.
modular programming

Answers

Answer:

E.  modular programming

Explanation:

Andy is applying a design known as modular programming. This is basically a design in which the entire project is broken down into various parts known as modules. Each one of these modules performs a very different and unique task. As the modules are created they are linked together like pieces of a puzzle in order to form the entire project. This makes tackling a large project much easier and makes debugging problems much easier as well.

Other Questions
Which rule explains why these triangles are congruent? do all or as many as you can plz (identify the best answer for each question) What is the length of the line? The per-unit standards for direct materials are 2 gallons at $4 per gallon. Last month, 12200 gallons of direct materials that actually cost $45140 were used to produce 7200 units of product. The direct materials quantity variance for last month was $8800 favorable. $8800 unfavorable. $6100 unfavorable. $6600 favorable. In grendal, what poetic device is used in the phrase "ragged little bands that roamed the forest on the foot" A. Directions: Read the story below and analyze it in terms of its storyelements. Given in the following numbers are the elements ofthe story, identify them as to Setting, Character or Plot. Do thisin your notebook.One Saturday morning, Peter woke up early to prepare breakfast forher mother. It was his mother's birthday and he wanted to surprise her. Hecooked fried rice, fried egg and hotdog for her. He set the table and put thecake that he bought yesterday. When his mother came out of her room, shewas very surprised.1. Peter's mother2. One Saturday morning3. Peter cooks breakfast to surprise his mother on her birthday.4. Peter5. Peter's mother was surprised to see her breakfast and birthday cake.na the What was the purpose of the War Production Board (WPB)? Fill in the blank in the following dialogue with the appropriate word below.- Qu'est-ce que tu fais?- Je ne faisA. rien.B. pas.C. personne.D. jamais. Which sentence is written correctly?1. They did the work theirselves.2. You will find the books where you left themselves.3. He tried to keep hisself from losing balance.4. We timed ourselves during the experiment. How does this image represent African imperialism? Whats does the string represents? I need help with this and also the explanation plz which of these terms is the name of a basic stock a) hollandaise b) tomato c) roux d) brown e) yellow Calculate the volume, in liters, occupied by 0.775 mol of oxygen gas at STP. this is area right??? Can someone recommend high-concept TV shows, like the ones I have watched: The Boys (Prime Video)The Umbrella Academy (Netflix)Stranger Things (Netflix)The Mandalorian (Disney Plus)Doom Patrol (HBO Max)Titans (HBO Max)WandaVision (Disney Plus)The Witcher (Netflix)Lovecraft Country (HBO Max)Tom Clancy's Jack Ryan (Prime Video)Watchmen (HBO Max)Altered Carbon (Netflix)Carnival Row (Prime Video)See (Apple TV Plus)The Falcon and the Winter Soldier (Disney Plus)Locke & Key (Netflix)The Tick (Prime Video)Shadow and Bone (Netflix) A spinner like the one below is used in a game. Determine the probabilit that the spinner will land on an odd number less than nine.A.3/2B.5/12C.1/3D.6/11 Nia works at a gas station and earns $15.50 per hour last week , she worked 29 hours .What was her gross pay? In a persuasive essay, What is the Acknowledgment and Refutation category? What do I put there? Complete the square to find the vertex of this parabola. x2-16y-4x-12=0 A presidential veto can be over-ridden by what fraction in both houses of Congress?A-1/2B-2/3C-3/5D-3/4