which tool is used to apply light effects to a drawing ​

Answers

Answer 1

Answer:

Autodesk Sketchbook Pro

Explanation:

mark as brainlist...


Related Questions

On a piano, a keyu has a frequency, say fo. EACH HIGHER KEY (BLACK AND WHITE) HAS A FREQUENCY OF (F0) * r ^n , where n is the distance ( number of keys) from that that key, and r is 2^(1.0/12.0). Given an inital key frequency, output that frequency and the next 4 higher key frequencies. EX: IF THE INPUT IS 440 , THE OUTPUT IS in coral language

Answers

Answer:

// Program is written in Coral Programming Language

// Comments are used for explanatory purpose

// Program starts here

// Variable declaration

float f0

int numkey

//Prompt user for input

Put "Enter Initial Key Frequency: " to output

f0 = Get next input

//Initialize number of keys

numkey = 1

//Print first key frequency

Put "Key Frequencies: " to output

Put f0 to output

put " " to output

for numkey = 1; numkey <= 4; numkey = numkey + 1

  //Calculate next frequency

  f0 = f0 * RaiseToPower(2,(1.0/12.0))

  //Print Frequency

  Put f0 to output

  Put " " to output

//End of Loop

//End of program

Explanation:

Line 1 to Line 4 are comments

Line 5 and 6 are for variable declarations;

On line 5, variable f0 is declared as float

On line 6, variable numkey is declared as integer

Line 7 is a comment

Line 8 prompts user for input

On line 9, the user input us saved in variable f0

Line 11 initialized numkey to 1

Line 13 prints the string "Key Frequencies: " without the quotes

Line 14 prints the value of f0

Line 15 prints a blank

So, if for instance f0 = 440

Line 14 and 15 will print "440 " without the quote

Take note of the space after 440

Line 16 to 22 calculate and print the next 4 frequency using the given formula

what do the dots on this circuit represent

Answers

Answer:

Explanation:

A dot in the intersection between two lines in a circuit represents d) connection. A more precise name is node or junction.

an expression attached to an if statement should evaluate to a boolean data type. True or False?

Answers

True. An expression attached to an if statement is used to test a condition, and the condition must evaluate to a boolean data type, which can only be either true or false.

In programming languages such as C, C++, Java, and Python, a non-boolean expression is implicitly converted to a boolean value in the if statement's condition. Any non-zero numerical value, non-empty strings, and non-null objects are converted to true, while zero, empty strings, and null objects are converted to false. It is important to ensure that the expression attached to an if statement is of the proper type to avoid errors and unexpected behavior in the program.  An expression attached to an if statement is used to test a condition, and the condition must evaluate to a boolean data type, which can only be either true or false.

Learn more about program :

https://brainly.com/question/11023419

#SPJ4

Which of the following describes how modern operating systems function?: A
They use punch cards to store and retrieve data.

B
They manage hardware and resources.

C
They handle one task at a time.

Answers

Answer:

Try B

Explanation:

39
1. The following situation uses a robot in a grid of squares. The robot is represented by a triangle which
is initially in the top right square and facing left. The robot may not travel through the black squares.
L
Create a solution that would enable the robot to be in the position found below using at least 2
loops.

391. The following situation uses a robot in a grid of squares. The robot is represented by a triangle

Answers

A solution that would enable the robot to be in the position found below using at least 2 loops is given below:

The Program

PROCEDURE moveRobot

{

IF (CAN_MOVE (forward))

{

ROTATE_LEFT()

}

ELSE

{

ROTATE_RIGHT ()

}
{

MOVE_FORWARD ()

}

}

The given command helps enable the robot to move in different directions, provided it can move forward, so it would be able to rotate left and right.

Read more about programming here:

https://brainly.com/question/20119860

#SPJ1

how many maximum primary partitions can 1 drive have with 1 extended partition? a. 4 b. as many as you want from a-z c. 3 d. as many as you want from c-z

Answers

The correct answer is a. 4. A drive can have a maximum of 4 primary partitions when using 1 extended partition.

In the context of partitioning a hard drive, a primary partition is a division of the drive that can be used to install an operating system or store data.

On the other hand, an extended partition is a special type of primary partition that can be further divided into logical partitions. The purpose of the extended partition is to overcome the limitation of having only 4 primary partitions.

By default, a drive can have up to 4 primary partitions. However, if one of these primary partitions is designated as an extended partition, it allows for the creation of additional logical partitions within it.

The extended partition acts as a container for logical partitions, expanding the number of available partitions beyond the initial 4.

Therefore, the correct answer is a. 4. You can have a maximum of 4 primary partitions when using 1 extended partition.

To know more about system click here

brainly.com/question/30146762

#SPJ11

Li is trying to locate a PDF file on a thumb drive with a lot of other files on it. What does Li need to look for to find the file? a web browser the file extension the file abbreviation the file derivative

Answers

Answer:

the file extension

Explanation:

Answer:

File Extension is your answer (~^-^)~

Explanation:

fill in the blanks:-
Advanced, began
1)photoshop cc is the_______ version of adobe photoshop CS6.
2)To complete the selection, return to the spot where you__________ and release the mouse button.​

Answers

Answer:

we can talk here , and tell me about your self

what does a pivot chart display along with the data?

Answers

A pivot chart displays a graphical representation of the data in a pivot table. It can show trends, comparisons, and patterns in the data in a visually appealing way. The chart typically displays data points, labels, legends, and other visual elements that help users interpret the data more easily.

A pivot chart typically displays the following components:

Data Series: These are the variables or data fields from the original dataset that you have chosen to summarize in the pivot table.Categories or Axis Labels: These are the categories or groups that you have used to organize and summarize the data in the pivot table. Values: These are the summarized values calculated for each combination of the data series and categories in the pivot table. Chart Type: A pivot chart can be presented in various chart types such as column charts, bar charts, line charts, pie charts, and more.

By combining the summarization and visualization capabilities of pivot tables and pivot charts, you can gain insights into your data and communicate them effectively through visual representations.

To learn more about pivot: https://brainly.com/question/27813971

#SPJ11

Ptolemy believed that Earth was at the center of the universe. Kepler believed that the sun was at the focus of Earth's elliptical orbit. Which of these statements best explains why Ptolemy and Kepler made different observations about the solar system?



The focus of their study was different.


or


They could not match the data with the observations.

Answers

Answer:

The correct option is;

They could not match the data with the observations

Explanation:

Ptolemy proposed the geocentric model based on the observation that the from there are equal number of above and below the horizons at any given time, which didn't match the data observed

Kepler believed the Sun was the focus of Earth's elliptical orbit due to disparities between data in Tycho Brahe's astronomical records and the geocentric model of the solar system.

Therefore, Ptolemy and Kepler made different observations about the solar system because they could not match the data with the observations.

Answer:

the second one.

Explanation:

They could not match the data with the observations.

explain the uses of computer in police department​

Answers

Answer:

Not only can police officers store records and reports in online databases, but they can also use computers and hard drives to store thousands of images, reports and videos. Computers make mass storage possible, and enable giant online databases that can accurately ID suspects anywhere in the country.

COMPUTER IN POLICE DEPARTMENT

EXPLANATION:

Not only can police officers store records and reports in online databases, but they can also use computers and hard drives to store thousands of images, reports and videos. Computers make mass storage possible, and enable giant online databases that can accurately ID suspects anywhere in the country.

HOPE THIS WILL HELP U. AND PLZ MARK ME AS A BRAINLIEST.

help me out here pleaseeeee
Many updates like security patches and small upgrades are available free, though significant updates or new software versions typically require ______.

Answers

Answer:

Payment

Explanation:

Answer:

typically require money.

The first cell phones in widespread use were . Smartphone technological advancements added services. Answer the following questions by choosing the best answer from the drop-down menus. Why did cell phones gain in popularity? Which device stemmed from the original cell phone and allowed for synchronized contact information? Which device followed the PDA?

Answers

Answer:

Why did cell phones gain in popularity?

✔ smaller and lighter components

Which device stemmed from the original cell phone and allowed for synchronized contact information?

✔ PDA

Which device followed the PDA?

✔ smartphone

Explanation:

The device stemmed from the original cell phone and allowed for synchronized contact information is PDA.The device followed the PDA is smartphone.

What is PDA?

PDA refers to Personal Data Assistants.

In earlier years phones were separated from (PDA)

Until Recent times when smartphones were introduced.

Smartphones can now save media and document files, remind you of activities to do during the day, using the To Do List feature and much more features.

It used to be that a phone was for only calls and messages and perhaps for keeping time.

The cell phones gain in popularity Because it is smaller and lighter components.

The device stemmed from the original cell phone and allowed for synchronized contact information is PDA.

The device followed the PDA is smartphone.

Learn more about smart phone here;

https://brainly.com/question/13445879

#SPJ2

Which statement describe the advantages of using XML? more than one answer can be correct

A-it saves file space
B-it allows for data storage in a separate file
C-it is hardware dependent
D-it is software independent
E-it facilitates the transport of data

Answers

Answer:

The statements that describe the advantages of using XML are;

B-It allows for data storage in a separate file

D-It is software independent

E-It facilitates the transport of data

Explanation:

XML data can be stored in separate file such that the layout and display can designed in HTML whereby the data in the XML file can be changed without changing the HTML

XML is both software and hardware independent thereby it is possible to use the same XML to carry information to different computers and software

XML is used for data transport.

Juliana works for a furniture company. She is in charge of moving raw materials, packaging and information from suppliers to her company's production facilities. Her duties focus on supply side logistics. inbound logistics. freight management. materials management.

Answers

Juliana works for a furniture company where she handles the movement of raw materials, packaging, and information from suppliers to the production facilities. Her primary focus is on the supply side logistics and inbound logistics of the company.

Juliana's job responsibilities revolve around managing the transportation of raw materials and packaging materials from suppliers to the company's production facilities. She ensures that all the necessary materials and information are available at the production facilities, enabling the smooth functioning of the production process. Juliana is responsible for managing freight, ensuring timely delivery of raw materials, and optimizing the supply chain to reduce costs and improve efficiency. Her duties also involve managing the inventory levels and ensuring that the company has adequate supplies of raw materials to meet production demands. In conclusion, Juliana's job role as a supply side logistics and inbound logistics manager is crucial to the smooth functioning of the furniture company. She manages the movement of raw materials and packaging from suppliers to the production facilities and ensures that all necessary information is available. Juliana's expertise in freight management and materials management is vital to the company's success, as she helps to optimize the supply chain and reduce costs. Overall, Juliana's contribution is instrumental in ensuring that the production process runs efficiently and the company meets its production targets.

To learn more about logistics, visit:

https://brainly.com/question/18686811

#SPJ11

at what layer of the osi model does a network switch normally operate? a. layer 5 b. layer 3 c. layer 4 d. layer 2

Answers

Answer:

D. Layer 2

Explanation:

It is layer 2.

To learn more:

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

Hope this helps!

Write the UPDATE command to increase the commission (column name :COMM) by 500 of all the salesman who have achieved sales (Column name : SALES) more than 20000. The table’s name is COMPANY?

Answers

Answer:

UPDATE COMPANY

SET COMM=COMM + 500

WHERE SALES> 20000;

Explanation:

The update command is used for alter the record in the database management system in the table .The update command command modify the record on the some condition in the table in the database management system.

Following are syntax for using the update command .

UPDATE table-name

SET column name 1,column name 2 .........

Where condition

In the given question table -name is "COMPANY" the condition is on the sales column and it update the table only when sales is more than 20000 and set the column COMM by 500.

The UPDATE command that increases the commission column is: UPDATE COMPANY  SET COMM=COMM + 500  WHERE SALES> 20000;

The syntax of an UPDATE SQL command is:

UPDATE table_name SET column = value, where condition

From the question, the table name is COMPANY.

So, we have:

UPDATE COMPANY SET column = value, where condition

The update statement is to increment the COMM column by 500.

So, the query becomes

UPDATE COMPANY  SET COMM=COMM + 500  WHERE condition

Lastly, only columns where SALES are greater than 20000 should be updated.

So, the complete command is:

UPDATE COMPANY  SET COMM=COMM + 500  WHERE SALES> 20000;

Read more about database at:

https://brainly.com/question/15334693

Which statements accurately describe the Outlook interface? Check all that apply.

Two main elements are items and folders.
The content pane contains a list of items to be viewed in the reading pane.
The ribbon contains a list of tabs and menu items.
Command groups are located in the folder pane.
The main Outlook menu has a ribbon tab with default commands.
File, Home, Send/Receive, Folder, and View are commands on the main ribbon tab.

Answers

Answer:

send receive

Explanation: it gives and takes

Answer:

Explanation: EDGE2021

Which statements accurately describe the Outlook interface? Check all that apply.Two main elements are

Differentiate between a software package and integrated software and why users would choose one over the other.

Answers

Answer:

Software Package means software which is used collectively, implements alike purposes, or combines alike characteristics and is bundled collectively being one kit from software applications, where as, Integrated software is a combination of software specifically built to operate on almost linked applications.

Explanation:

Users should choose Software Package because of the following reasons:

Cheap price compared over buying individual application independently.

Opportunity to introduce the total of the applications at the corresponding period or just that applications you require to work.

The compatible user interface of individual application over another.

The facility to distribute data among applications.

Coming updates can refresh every application whole by the corresponding event.

Perfect for individual use, licensed use, huge or little company.

Every software holds the full-featured transcription.

What are examples of lightweight directory access protocol (ldap) directory server software?

Answers

Examples of lightweight directory access protocol (ldap) directory server software are:

Microsoft Active DirectoryOpenLDAP Red Hat Directory Servers

What is a lightweight directory access protocol (ldap)?

A lightweight directory access protocol is an open-source application that helps people to access directory services through an internet protocol platform.

Common examples are the Open LDAP and the Microsoft Active Directory mentioned above.

It facilitates the language that can be used for interaction over the network. The directory information obtained through this protocol is organized and easy to obtain.

Learn more about the LDAP here:

https://brainly.com/question/12972416

#SPJ1

cual es el procedimientos para asistir en el transporte publico a personas discapacitadas

Answers

Answer:

Una discapacidad física o motora en una o más partes del cuerpo obstaculiza las acciones y / o movimientos de la persona con discapacidad. La discapacidad puede surgir porque las partes del cuerpo no han crecido completamente o están dañadas (anomalías físicas) o porque las funciones físicas están alteradas (anomalías funcionales).

En la mayoría de los casos, se proporciona una ayuda a las personas con discapacidades físicas graves para que puedan desenvolverse más fácilmente en la sociedad. Alguien con una discapacidad motora severa en las piernas a menudo usa una silla de ruedas. Las personas con una discapacidad motora de las manos (pérdida de la motricidad fina) o de los brazos pueden compensar esto con un manipulador o ayudas especializadas en tareas, como un dispositivo para comer o un dispositivo para girar las hojas.

Así, todos estos elementos deben ser posibles de ser insertados en los medios de transporte público como forma de ayudar a estas personas a trasladarse por estos medios, es decir, los autobuses, trenes, etc., deben estar adaptados para poder recibir allí a pasajeros en sillas de ruedas o con necesidades motoras especiales.

Please help me with this lab I will give brainliest . It's about binary search tree. The instructions are in the files please help me.

Answers

Is this science? Because if it is a binary tree it’s also called sorted binary it’s a rooted tree

What is an important safety consideration when operating a PWC?

Answers

When operating a Personal Watercraft (PWC), an important safety consideration is wearing a personal flotation device (PFD) or life jacket at all times.

Few additional safety considerations when operating a PWC:

Before operating a PWC, read the owner's manual, understand its controls, and be familiar with its features and limitations. Each model may have specific guidelines and recommendations for safe operation.

Take a boating safety course: Consider taking a boating safety course that includes PWC-specific training. These courses can provide valuable knowledge about safe operating practices, local regulations, navigation rules, and emergency procedures.

Maintain a safe distance: Keep a safe distance from other boats, swimmers, docks, and obstacles. PWCs can stop or change direction quickly, so maintaining a proper gap helps prevent collisions and reduces the risk of accidents.

Follow speed limits: Observe and adhere to the designated speed limits in your area. Speeding can increase the risk of accidents and make it more difficult to react to unexpected situations.

Use the engine cut-off switch: PWCs are equipped with an engine cut-off switch  that attaches to the operator's wrist or life jacket. Always wear the lanyard properly and ensure it is functioning correctly. Incase of an emergency or if you fall off the PWC, the engine will automatically shut down, reducing the risk of injury.

Operating a PWC under the influence of alcohol or drugs is illegal and extremely dangerous. Impaired judgment, reduced reaction time, and decreased coordination significantly increase the risk of accidents. Additionally, avoid using electronic devices or other distractions while riding.

Learn more about Engine:

https://brainly.com/question/512733

#SPJ11

The distinction among categories of computers is always very clear.
false /true

Answers

The distinction among categories of computers is not always very clear.False. There are mainly four categories of computers which are: Microcomputers (personal computers), Mini computers, Mainframe computers and Supercomputers.

A microcomputer is a computer that has a microprocessor chip as its central processing unit (CPU). A microprocessor is a small chip that performs arithmetic and logic operations. It is also known as a personal computer because it is small enough to be used by one person at a time. They are the smallest and most common computers in use today.

Minicomputers are medium-sized computers that are used for a variety of applications, including scientific and engineering applications. These computers are not as large as mainframe computers, but they are larger than microcomputers.Mainframe computers are large computers that are primarily used by large businesses and government agencies. These computers are capable of processing large amounts of data and running multiple programs simultaneously. They are often used for tasks such as payroll processing and inventory management.Supercomputers are the most powerful computers in the world. They are used for scientific research, simulations, and other tasks that require enormous amounts of processing power. They are usually housed in large data centers and require specialized cooling and power systems.

The distinction among categories of computers is not always very clear.False

Know more about the central processing unit (CPU).

https://brainly.com/question/474553

#SPJ11

according to mcafee and brynjolfsson, the iphone would have been even more successful if apple had prevented third-party developers from writing apps for the device.T/F

Answers

False. Apple’s success with the iPhone was largely due to the ability of third-party developers to create apps for the device.

What is APP?
APP stands for Application, which is a computer program designed to perform a specific set of tasks for a user. Apps can be used for a wide range of activities such as entertainment, organization, productivity, communication, and more. They are usually designed for specific platforms such as Android, iOS, and Windows, and can be downloaded from their respective app stores. Apps typically have an easy-to-use interface, and are often accessible with a single click or tap.

To know more about APP
https://brainly.com/question/26264955
#SPJ1

What configuration file contains parameters that set the default location for e-mail, password expiration information, minimum password length, and the range of uids and gids available for use?

Answers

One common configuration file that often includes these parameters is

The configuration file that contains parameters for the default location for e-mail, password expiration information, minimum password length, and the range of) available for use varies depending on the operating system or software being used.

However, one common configuration file that often includes these parameters is the

The file is a system configuration file found in Unix-like operating systems, such as Linux. It is used by the login process to set default values and policies for user accounts.

This file allows system administrators to define various parameters related to user authentication and account management.

It's important to note that the specific configuration file and parameter names may vary depending on the operating system or software being used.

Therefore, it is recommended to consult the documentation or specific resources for the particular system you are working with to determine the exact location and names of the configuration file and parameters in question.

For more such questions on configuration,click on

https://brainly.com/question/14114305

#SPJ8

The configuration file that contains the parameters mentioned is typically "/etc/login in Unix-like systems.

What is the configuration file?

The  file is a arrangement file in the direction of Unix-like wholes, such as Linux. It is secondhand for one login help to outline various scheme-expansive limits had connection with user login and report administration.

Therefore, the "MAILDIR" parameter in the  file sets the default point for consumer email depository. It specifies the guide way place consumer-specific mailboxes or mail spools are situated.

Learn more about configuration file from

https://brainly.com/question/30260393

#SPJ1

which of the following is a limitation of a dmz? (5 points) a dmz has no power after a trojan enters the network. a dmz can only monitor a web server. a dmz will completely protect a network. a dmz can only monitor one computer at a time.

Answers

A DMZ makes it possible for external clients to access information on secure systems, like web servers, without jeopardizing the integrity of the inside network's security.

What on the Mcq network is a DMZ?

A demilitarized zone (DMZ) is a physical or logical subnet in computer networks that isolates a local area network (LAN) from other untrusted networks, typically the public internet.

Why is a DMZ typically used?

DMZs are a crucial component of network security for both small businesses and enormous corporations. By prohibiting remote access to internal servers and information, which can be seriously harmful if compromised, they add an extra degree of security to the computer network.

To know more about limitation dmz visit:-

https://brainly.com/question/12539419

#SPJ4

Clone of PRACTICE: Loops (nested)**: HTML table HTML is the language of web pages. Items start and end with tags. A table starts with and ends with
. In a table, a row starts with and ends with . In a row, a column starts with and ends with . Given two integers for rows and columns, generate an appropriately sized html table. Place the character c in each table cell. If the input is 23, the output is:
c
c c c
3340042632782377 LAB 4.34.1: Clone of PRACTICE: Loops (nested)**: HTML table 0/1 ACTIVITY Main.java Load default template.. public static void main(String[] args) Run your program as often as you'd like, before submitting for grading. Below, type any needed innut values in the first box then click Run program and observe the program's output in the 1 import java.util.Scanner; 2 3 public class Main { 5 6 7 8 9 Scanner scnr = new Scanner(System.in); int userRows; int userCols; userRows scnr.nextInt(); userCols scnr.nextInt(); 10 11 12 13 14 15} Develop mode Submit mode } /* Type your code here. */

Answers

The input is read and two integer variables are set to the number of rows and columns the user inputs. Two nested loops are used to display the HTML table. The outer loop goes from 0 up to the number of rows, while the inner loop goes from 0 up to the number of columns.The HTML table begins with `` and ends with ``. Each row begins with `` and ends with ``. Each column begins with `` and ends with ``. Each table cell has the value "c" inside of it.

The code to generate this HTML table in Java is:```
Scanner scnr = new Scanner(System.in);
int userRows;
int userCols;
userRows = scnr.nextInt();
userCols = scnr.nextInt();
System.out.println("");
for(int i = 0; i < userRows; i++) {
   System.out.println("");
   for(int j = 0; j < userCols; j++) {
       System.out.println("");
   }
   System.out.println("");
}
System.out.println("c");

```The output of this code for an input of 2 rows and 3 columns would be:```
cccccc
```This code generates an HTML table of size `userRows` by `userCols` with the value "c" in each table cell.

To know more about HTML visit:-

https://brainly.com/question/32819181

#SPJ11

how to make a computer

Answers

put cpu in motherboard then ram then storage then cooler then fix fans then psu then gpu i thnk

Answer:

1. Shopping for Parts. The most difficult and time-consuming part of the PC-building process happens long before you start looking for the screwdriver. ...

2. Get Prepared.

3. Install the Power Supply.

4. Install the Processor.

5. Install the CPU Cooler.

6. Install the RAM.

7. Place the I/O Plate.

8. Mount the Motherboard.

Assume the availability of a function called fact. The function receives an argument containing an integer value and returns an integer value. The function should return the factorial of the argument. That is, if the argument is one or zero, the function should return 1. Otherwise, it should return the product of all the integers from 1 to the argument. So the value of fact(4) is 1*2*3*4 and the value of fact(10) is 1*2*3*4*5*6*7*8*9*10. Additionally, assume that the variable k has been initialized with a positive integer value. Write a statement that assigns the value of fact(k) to a variable x. The solution must include multiplying the return value of fact by k.

Answers

Answer:

Following are the code to the given question:

def fact(k):#defining a method fact that holds a parameter

   o=1#defining a variable o that holds a value that is 1

   if(k==0):#defining if block that checks k equal to 0

       o=1#using o variable that holds a value 1

   else:#defining else block

       for i in range(k):#defining for loop to calculates Factorial

           o=o*(i+1)#calculating Factorial value

       return(o)#return Factorial value

k=10#defining a variable k that holds a value 10

print("Factorial value:", fact(k))#use print method tom print Factorial value

Output:

Factorial value: 3628800

Explanation:

In this code, a method, "fact" is declared that accepts one parameter "k", in the method if block is used, in the if the block it checks k-value that is equal to 0 if the condition is true it will return a value that is "1". Otherwise, it will go to the else block. This section, uses the for loop to calculates its factorial value and adds its value into the "o", and returns its value. Outside the method, k is declared that holds its value and passes into the fact method parameter, and uses the print method to print its return value.  
Other Questions
PLSSS HELP WILL MARK FIRST RIGHT ANSWER BRAINLIEST!!! What did the railway strike of 1877 do for workers?A. Gave owners a reason to raise wagesB. Helped unskilled workers get trainingC. Forced the government to control wagesD. Showed workers that organized labor was powerfulUBMIT What is the function of ATP in living things? A ATP aids in protein folding and coiling. B ATP identifies DNA start sequences in preparation for transcription. C ATP is used to capture and transfer chemical energy. D ATP helps maintain the fluidity of cell membranes. does the use of the big dipper to help locate the north star? Observe the sodium and chlorine atoms. Assuming that the inner rings are full of electrons, how many electrons are there total in each atom Repeating a number over and over again in order to keep it in short term memory is an example of:______ Complete the sentences with the correct form of the verb ser. Quines ______ los chicos rn el autobs? Can someone help please Are there ghanaians who are 14 on here?Please..... What types of jobs did slaves do in New England list the different types of software what is the sqare root of 12 Alistar inc. recently issued $90 par value preferred stock that pays a 8.25 ividend rate per year. if the stock is currently selling for $85, what is the expected return of this preferred stock? describes the people in the Mongol Empire Due before 11:25 am today"Scraps" is the titlei put 2 up since i thought it would have been better + i put biology on the other one How are the characteristics of imperialism and revolution related?A. The feelings of loyalty for one's nation were caused by newscientific and technological advances.B. The imperialist laws that governments imposed on their citizenswere often caused by violent uprisings.C. The pride that many citizens felt for their nation was caused by thedesire to exploit another region's resources.D. The political revolutions in some regions were caused by foreignoppression under imperialist systems. in the 21st Century, the U.S. Transportation System will face serious challenges from:All of these are correct The difference of two numbers is 3. Their sum is - 24. Find the numbers. 2.True or False - Child brides have a pregnancy death rate triple that of women in their 20s, as their bodies are not yet developed enough to give birth successfully.(1 Point)TrueFalse which amendment gives power to the states in areas not covered by the constitution?