If a program needs to make a decision based on specific circumstances, the program code needs to contain

a
a loop

b
an "if" statement

c
debugging

d
logical reasoning

Answers

Answer 1

Answer: b

Explanation:


Related Questions

you are creating a slideshow for a client presentation. there is a pivot table in a spreadsheet that you want to include. in order for the pivot table to update whenever the spreadsheet source file changes, how should you incorporate it into your slideshow?

Answers

The best way to incorporate a pivot table into a slideshow is to link it to the spreadsheet source file. That way, whenever the source file changes, the pivot table will update automatically.

What is spreadsheet?
A spreadsheet is indeed a computer programme used for organising, organising, analysing, and storing tabular data. Spreadsheets were created as electronic alternatives to paper accounting worksheets. Data typed into table cells serves as the program's input. Each cell may have text, numeric information, or the output of algorithms that instantly calculate and show a value dependent on the content of other cells. One of these electronic documents is referred to by the word "spreadsheet." Users of spreadsheets can change any stored value or watch how it affects the results of calculations. Because various scenarios may be quickly studied without manual recalculation, the spreadsheet is advantageous for "what-if" analysis. Multiple sheets can interact with one another in modern spreadsheet software, and data can be shown graphically or as text and numbers.

To learn more about spreadsheet
https://brainly.com/question/26919847
#SPJ4

Answer: D ( to pull specific information from PivotTable to answer the question)

Explanation:

Edg 2022

te many different sources of security information created in his environment and correlate those sources for relevant security issues. which one of the following tools would assist colin to accomplish the given task?

Answers

Another crucial tool for protecting networks from security threats is the firewall. By filtering incoming traffic from unauthorized sources, a firewall can aid in preventing unauthorized access to a network.

Preventative measures are intended to be put in place before a threat event in order to lessen the chance and potential consequences of a successful threat event. Policies, standards, protocols, procedures, encryption, firewalls, and physical barriers are a few examples of preventative measures. There are eight key hazards to your company's technological security, including malware and pop-up ads online. Security concerns brought on by technology include phishing, social engineering, and pretexting. When attempting to minimize these hazards, being aware of them already constitutes half the battle.

Learn more about Network here-

https://brainly.com/question/15088389

#SPJ4

[x] is an online software company that specialize in selling ad spaces in their parent company’s magazine. [x] manages an online database that allows their customers to upload and pay for their business ads for magazine placement. because [x]’s database needs to connect to the parent company’s database, the parent company has requested that [x] system be assessed and verified as secure.

Answers

The following are some helpful database security procedures that can shield the database from threats and enable safe connections to any other system's database:

Logical and physical database structure securityFor databases and Web applications, use firewalls.Database value reductionControl tight database accessAnalyze and monitor database operations

How to illustrate the information?

A technique that assesses the vulnerability of databases at a specific time is security evaluation of databases. The initial risk component is evaluated by determining how vulnerable a dataset is to a collection of patched security defects and attack scenarios.

The dataset's review identifies the databases' advantages and disadvantages for users. Experts recommend taking preventative measures to address any shortcomings and build capacity as a result. Priorities for necessary modification and potential enhancements will be suggested by the evaluation.

Learn more about database on

https://brainly.com/question/518894

#SPJ1

What are the useful practices for database security that can help protect the database from attackers?

you will install hyper-v on the server and create seven virtual servers, with each server running windows server 2012. which windows server 2012 edition should you install?

Answers

Installing all of the Hyper-V components from Powershell is the workaround. In contrast to Windows Server 2012 Essentials (non-R2) edition, Windows Server 2012 R2 Essentials may operate a single instance of a virtual machine on Hyper V.

Hyper-V cannot be installed if an active hypervisor is present. When we attempt to install Hyper-V on a server that is already a virtual machine, this error happens. Itanium-based processors are not supported, and x64-based processors are the minimum CPU requirements for running Hyper-V. Hardware Data Execution Protection and hardware-assisted virtualization must also be turned on. A dual-core processor is not necessary at all. The Windows Server 2016 Standard or Datacenter Editions both support the installation of Hyper-V.

Learn more about Hyper V here-

https://brainly.com/question/14466010

#SPJ4

22. How many positive integers less than 1000 are divisible by 7?

Answers

If we want to write Python code to find the answer this question;

x=1

count=0

while(x!=1000):

   if(x%7==0):

       count+=1

       x+=1

   else:

       x+=1

       continue

print("There are ",count," numbers which divisible by 7.")

The output will be There are 142 numbers which divisible by 7.

the design of the research could be any of the following general classfication descriptive correlation casual experiment time serieds

Answers

It is TRUE to state that The design of the research could be any of the following:

general classification descriptive correlation casual experimenttime series.

What are the various types of research?

The first is Descriptive Research.

Descriptive Research is a sort of research that is used to characterize a population's characteristics. It collects data that is used to answer a variety of what, when, and how inquiries about a certain population or group.

Descriptive research "aims to shed light on present challenges or problems using a data gathering procedure that allows them to characterize the situation more thoroughly than was previously feasible." Simply said, descriptive studies are used to characterize different features of phenomena.

Casual Experimentation or research is the study of cause-and-effect relationships. To establish causality, the variation in the variable suspected of influencing the difference in another variable(s) must be discovered, and the changes from the other variable(s) must be computed (s).

A descriptive correlational study is one in which the researcher is primarily concerned with characterizing connections between variables rather than attempting to demonstrate a causal relationship.

Time series analysis is a method of examining a set of data points gathered over a period of time. Time series analysis involves analysts capturing data points at constant intervals over a predetermined length of time rather than merely occasionally or arbitrarily.

Learn more about research:
https://brainly.com/question/28467450
#SPJ1

Full Question:

The design of the research could be any of the following:

general classfication descriptive correlation casual experimenttime series

True or False?

a group of windows pcs in a new subnet has been added to an ethernet network. when testing the connectivity, a technician finds that these pcs can access local network resources but not the internet resources. to troubleshoot the problem, the technician wants to initially confirm the ip address and dns configurations on the pcs, and also verify connectivity to the local router. which three windows cli commands and utilities will provide the necessary information? (choose three.)

Answers

The Three windows cli commands and utilities that will provide the necessary information are ping, ipconfig and nslookup.

The ipconfig and nslookup commands will make the initial IP address and DNS configuration information availabe to the technicians while determining whether the DHCP is assigning correct information to the PCs. The ping utility on the other hand would be used in verifying whether, or not, the connectivity to the default gateway (router) using the configured default gateway address, or using the known correct default gateway address if these are found to be different.

Here's the complete question:

A group of Windows PCs in a new subnet has been added to an Ethernet network. When testing the connectivity, a technician finds that these PCs can access local network resources but not the Internet resources. To troubleshoot the problem, the technician wants to initially confirm the IP address and DNS configurations on the PCs, and also verify connectivity to the local router. Which three Windows CLI commands and utilities will provide the necessary information? (Choose three.)

a. netsh interface ipv6 show neighbor

b. arp -a

c. tracert

d. ping

e. ipconfig

f. nslookup

g. telnet

Learn more on Windows CLI command from:

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

#SPJ4

in a particular factory, a team leader is an hourly paid production worker who leads a small team. in addition to hourly pay, team leaders earn a fixed monthly bonus. team leaders are required to attend a minimum number of hours of training per year. design a teamleader class that extends the productionworker class you designed in programming challenge 1 (employee and production worker classes). the teamleader class should have member variables for the monthly bonus amount, the required number of training hours, and the number of training hours that the team leader has attended. write one or more constructors and the appropriate accessor and mutator functions for the class. demonstrate the class by writing a program that uses a teamleader object

Answers

Facilitate team development for successful project completion. Through coaching and mentoring, provide teammates with technical leadership.

Establishing best practices and habits will help the team maintain high standards for the quality of its software. Identify and promote the team's potential development and improvement areas.

#include<iostream>

using namespace std;

/*C++ Function to print leaders in an array */

void printLeaders(int arr[], int size)

{

  for (int i = 0; i < size; i++)

   {

       int j;

       for (j = i+1; j < size; j++)

       {

           if (arr[i] <=arr[j])

               break;

       }  

       if (j == size) // the loop didn't break

           cout << arr[i] << " ";

 }

}

/* Driver program to test above function */

int main()

{

   int arr[] = {16, 17, 4, 3, 5, 2};

   int n = sizeof(arr)/sizeof(arr[0]);

   printLeaders(arr, n);

   return 0;

}

Learn more about Development here-

https://brainly.com/question/28011228

#SPJ4

suppose you wish to learn what tables are included in a database, what entity characteristics these tables contain, and how these tables are related. which resource would provide this information?

Answers

A table consists of rows and columns. Each column corresponds to an attribute of the entity referenced by the table. Each row represents an instance of the entity described by the database table.

The specific data associated with each attribute is stored in rows corresponding to each column. A database is a structured collection of information about various specific, well-defined types of entities. Entities generally have various specific types of relationships with each other. Each entity has a specific set of (unique) attributes of interest. An entity type typically corresponds to one or more related tables in your database. attribute. A characteristic of an entity type that describes the entity. For example, the Person entity type has a Date of Birth attribute.

Learn more about entity here-

https://brainly.com/question/14972782

#SPJ4

When you cite your sources and give credit to the authors, you are: (select all that apply)
practicing ethical behavior.
allowing people to know where you got your ideas.
behaving in an unethical way.
behaving in a scholarly way.

Answers

When you cite your sources and give credit to the authors, you are: (select all that apply) is option A: practicing ethical behavior.

Why is ethical behavior important?

In order to tell the truth, maintain our word, or assist a stranger in need, we must follow ethical principles. Everyday decisions we make are guided by an ethical framework that helps us avoid unjust results and helps us make decisions that have good effects on the world.

Therefore, Honesty, fairness, and equity in interpersonal, professional, and academic relationships as well as in research and scholarly pursuits are characteristics of ethical behavior. The rights, diversity, and dignity of both individuals and groups of people are respected in ethical behavior.

Learn more about ethical behavior from

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

Answer:

a, b, d

Explanation:

:)

What do you create when you want to set up a meeting using the Microsoft Office Online Calendar application?

A. Appointment
B. Event
C. Individuals
D. Groups

Answers

Answer:

Explanation:

B. Event

The answer is B Event

which career worker installs, maintains, and repairs equipment used for communication? select all that apply. printing technology printing press operator electronic home entertainment eq

Answers

The career that has the main task to install, maintain, and restore gadget used for communique is called The telecommunication.

Telecommunications, additionally referred to as telecom, approach the alternate of data over vast distances with the aid of using digital approach and refers to all kinds of voice, statistics and video transmission.

Telecommunication may be defined as communique at a distance the use of electric alerts or electromagnetic waves. Examples of telecommunications structures are the phone network, the radio broadcasting system, laptop networks and the Internet.

Learn more about the telecommunication at https://brainly.com/question/1622085

#SPJ4

Please help as soon as possible please need to turn it in

Answers

Answer:

4 is true , 5 I think it's A and number 6 is false

supercomputers are machines that could compute quadrillions of floating-point operations per second. that is, their performance is multiples of 10 15 1015 operations per second. these machines are used for a variety of things, including simulating earthquakes, nuclear reactions, and the big bang. in fact, supercomputer simulations have at this point replaced the testing of actual nuclear arms. some of the advantages of these simulations include: select two answers. elimination tool select all that apply a models can incorporate all of the complexities of nuclear reactions. b models are cheaper than building multiple designs and testing each in the real world. c modern supercomputers are cheaper than a mid-size car. d simulations come without the environmental risks associated with nuclear tests.

Answers

Some advantage of supercomputers simulation of earthquakes, nuclear reactions, and the big bang are:

b. Models are cheaper than building multiple designs and testing each in the real world.

d. Simulations come without the environmental risks associated with nuclear tests.

What are supercomputer?

Supercomputers are large systems that are specifically designed to solve complex scientific and industrial challenges. They perform at or near the highest operational rate for computer operation. Traditionally, supercomputers have been used for scientific and engineering applications that must handle massive databases, do a great amount of computation or both.

Learn more on Supercomputers from:

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

#SPJ4

a company has a static website hosted on an s3 bucket in an aws region in asia. although most of its users are in asia, now it wants to drive growth globally. how can it improve the global performance of its static website?

Answers

For all accounts and buckets that you don't want to be publicly visible, it should enable Block Public Access. Data can be safely uploaded and downloaded to Amazon S3 utilizing HTTPS endpoints with SSL.

The basic protocol used to transmit data between a web browser and a website is HTTP, while HTTPS is the secure version of HTTP. To strengthen the security of data transport, HTTPS is encrypted. This is crucial when customers register into a bank account, email account, or health insurance provider and transfer sensitive data.

Any website should use HTTPS, especially those that request login information. Websites that do not employ HTTPS are marked differently from those that do in contemporary web browsers like Chrome.

HTTPS encrypts messages using an encryption protocol. Previously known as Secure Sockets Layer, the technology is now known as Transport Layer Security (TLS) (SSL). This protocol uses an asymmetric public key infrastructure to secure communication.

To know more about HTTPS click here:

https://brainly.com/question/10663873

#SPJ4

Write a python program to check whether the number is divisible by 7. If its divisible, print its divisible otherwise find previous number and the next number which is divisible by 7​

Answers

f = int(input("Enter a number: "))

if(f%7==0):

   print("It's divisible by 7.")

else:

   if(f<7):

       print("7")

   else:

       print(str(f-(f%7))+", "+str(f+(7-(f%7))))

Which of the following software is unique to a Mac?

A. OpenOffice Writer
B. Pages
C. Word Online
D. Word Perfect

Answers

Answer: B, Pages

Explanation: The software named "Pages" is exclusive to Apple products.

The Answer is B Pages

define a method named swapvalues that takes an array of four integers as a parameter, swaps array elements at indices 0 and 1, and swaps array elements at indices 2 and 3. then write a main program that reads four integers from input and stores the integers in an array in positions 0 to 3. the main program should call function swapvalues() to swap array's values and print the swapped values on a single line separated with spaces. ex: if the input is: 3 8 2 4 function swapvalues() returns and the main program outputs: 8 3 4 2 the program must define and call a method: public static void swapvalues(int[] values)

Answers

Answer:

Explanation:

e

Which of the following Excel features allows you to automatically populate adjacent cells with data?
O AutoEdit
O AutoFill
O Macros
O Flash Fill

Answers

Answer:

The answer of the question is B which is the autofill feature

Answer:

Explanation:

Which of the following Excel features allows you to automatically populate adjacent cells with data?

O AutoFill

juan, a network analyst, is using the tcp xmas scan while performing a technical assessment to determine network vulnerabilities. what would be the response of all open ports?

Answers

While doing a technical assessment to determine network vulnerabilities, you used the TCP XMAS scan, All open ports will ignore the packets.

Here's the full question:

While doing a technical assessment to determine network vulnerabilities, you used the TCP XMAS scan. What would be the response of all open ports?

a. The port will send an ACK

b. The port will send a SYN

c. The port will ignore the packets

d. The port will send an RST

What is port scanning?

Port scanning refers to a method used to detect which ports in a given network are open and available for use. It also involves sending packets to certain ports on a host to inspect responses to detect potential, underlying vulnerabilities.  

During port scanning, A port scanner will send a TCP (Transmission Control Protocol) or UDP (User Datagram Protocol) network packet and inquire the port about their status. The responses will either be: open, closed or blocked.

In using xmas scan, a loophole with the TCP RFC is used to differentiate between open and closed ports. This means that the Xmas scan in order to identify listening ports on a targeted system will send a specific packet; If the port is open on the target system then the packets will be ignored.

Learn more on port scanning from:

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

#SPJ4

say you are registering for next semester’s classes. you have choice a, which is your art class, and choice b, which is your math class. you need both of them, but it’s a race between time and luck. if you end up registering on time for choice a, but you don’t get your choice b, which logical operators would be true?

Answers

A set of boolean operands will only have a logical AND (&&) operator (logical conjunction) that is true if and only if all of the operands are true. If not, it will be untrue.

A logical operator is a symbol or word that joins two or more expressions in such a way that the value of the resulting compound expression solely depends on the value of the original expressions and the meaning of the operator. The AND, OR, and NOT logical operators are often used. The logical NOT (!) operator transforms truth into untruth and vice versa. Normally, boolean (logical) values are used with it. When applied to non-Boolean values, it returns true unless its sole operand can be transformed to false. The two vertical line symbols stand in for the logical OR operator. In contrast to the logical AND operator, it only returns false if both of the expression's claims are untrue.

Learn more about Operator here-

https://brainly.com/question/2945136

#SPJ4

the introduction of the minicomputer a. allowed computers to be customized to the specific needs of departments or business units. b. enabled decentralized computing. c. offered new, powerful machines at lower prices than mainframes. d. all of the above.

Answers

The invention of the minicomputer made it possible to tailor computers to the unique requirements of departments or business units, enabling decentralised computing, and provided brand-new, potent machines for less money than mainframes. all the given option is correct.

What is minicomputer?
A minicomputer, often known as a mini, is a category of smaller general-purpose computers that were created in the middle of the 1960s and were marketed for significantly less money than mainframe and semi computers from IBM and its main rivals. The New York Times proposed a consensus definition of the a minicomputer in a 1970 survey as a device with an input-output device, such as a teleprinter, and at least four thousand words of memory that can execute program in a higher level language, including such Fortran or BASIC, and that costs less than US$25,000. The class comprised a unique group with its own operating systems and software architectures. As opposed to calculation and record keeping, minis were made towards control, instrumentation, human contact, and communication switching.

To learn more about minicomputer
https://brainly.com/question/28004913
#SPJ4

which special identity group contains any account (except guest) that is currently signed in to a computer or domain with a valid username and password?

Answers

The answer to the following query is authenticated, by the user.

Users are referred to as authenticated users if they access our accounts or those of others for legitimate reasons through a straightforward login or logon process without hacking. Simply said, authenticated users are those actual individuals who log in using their real username and password.

A domain in computer networking is a collection of devices that share the same administrative authority. An organization might have a domain that encompasses all of the computers in its offices, for instance. Subdomains, which are smaller groups of computers within a domain, can be created.

Learn more about Special Identity Group :

https://brainly.com/question/28145492

#SPJ4

Why would a community member go to a Disaster Recovery Center

Answers

Survivors can get help applying for federal assistance, learn about the types of assistance available, learn about the appeal process and get updates about applications.

what occurs when a company uses its own computing infrastructure for normal usage and accesses the cloud when it needs to scale for high/peak load requirements ensuring a sudden spike in usage does not result in poor performance or system crashes?

Answers

By their very nature, distributed applications and services that operate in the cloud are sophisticated programs with plenty of moving components.

Performance testing has many new definitions in the world of cloud native today, where businesses test the functionality of serverless apps, online applications, cloud computing systems, and containerized architectures.

It's crucial to be able to watch how people utilize your system, check resource usage, and generally keep an eye on its performance and health in a production setting. This knowledge can be used as a diagnostic tool to identify problems and fix them, as well as to assist identify possible difficulties and stop them from happening.

Monitoring can give you information about how well a system is working. Maintaining quality-of-service goals requires monitoring. Typical instances for monitoring data collection include:

ensuring the system's continued health.

monitoring the system's and its constituent parts' availability.

maintaining performance to make sure that as the amount of work increases, the system's throughput does not abruptly decline.

To know more about cloud click on the link:

https://brainly.com/question/27108963

#SPJ4

suppose that you have a merkle tree with 4 transactions. what is the lowest number of hashes one need to provide to verify that a transaction belongs to a tree?

Answers

The leaf-node level at the base of the tree is made up of the eight transaction hashes, which are also referred to as transaction IDs. Pairs of these transactions are hashed together.

Hashing together pairs of TXIDs yields a merkle root, which is a brief but distinctive fingerprint for all the transactions in a block. Then, every block header will provide a brief summary of each transaction contained in the block because this merkle root is used as a field in a block header. The user can confirm whether it contains a transaction in the block by using a Merkle tree, which adds up all of the transactions in a block and creates a digital fingerprint of the complete set of activities. A data structure used in computer science applications is called a Merkle tree.

Learn more about transaction here-

https://brainly.com/question/24730931

#SPJ4

distributor claims that the chance that any of the three major components of a computer (cpu, monitor, and keyboard) is defective is 3%. cal the chance that all components work in a computer set.

Answers

The chance that all components work in a computer set is 94.09%. This chance is calculated using binomial probability.

Binomial probability or known as binomial experiment can be described as the probability of exactly x successes on n repeated trials in an experiment which has two possible outcomes.

Step-by-step explanation:

Formula:

P(x) = ⁿCₓpˣ (1-p)ⁿ⁻ˣ

Desc:

P(x) =  the probability of getting success in x trials

n = number of trials

P = the probability of getting success

P ( x ≤ 1) = P(0) + P(1)

³C₀(0,03)⁰ (0,97)³ + C₁ (0,03)¹(0,97)² =  (0,97)³ + (0,03)¹(0,97)² = 0,9409 = 94,09%

Learn more about Binomial probability at https://brainly.com/question/13029978

#SPJ4

the​ problem seeks to find the shortest possible route that visits each location or city exactly once and returns to the starting location.

Answers

The traveling salesman problem seeks to find the shortest path or route that visits each city or location exactly once and returns to the starting location. Hence the right fill-in-the-blank is "Travelling Salesman".

What is a Travelling Salesman Problem?

The travelling salesman problem is an algorithm that seeks the shortest path to visit each city exactly once and return to its starting location. The traveling salesman problem requires a set of cities or locations and the distance between each pair of locations or cities. This algorithm finds the shortest possible route that visits every given location and returns to its starting location. This is an NP-Hard problem.

The correct question is given below:

"

The​ _________ problem seeks to find the shortest possible route that visits each location or city exactly once and returns to the starting location.

"

You can learn more about travelling salesman problem at

https://brainly.com/question/26913198

#SPJ4

all types of remote access techniques connecting to a network require at least one of what two different types of remote access server?

Answers

All types of remote access techniques connecting to a network require at least one of what two different types of remote access server and that are:

1. Remote Access Server

2. Remote Access Client

What is difference between two types of remote access server ?

A remote access server is a place where a system is put up to keep all of the company's/data, institute's, and members of the institute/data company's remotely accessible, allowing them to operate from any location with an internet connection.

All nodes/devices that connect to the network are considered remote access clients. People from the institute/company log in and connect to the server using the credentials that have been issued to them. It opens a connection to the server.

learn more about remote access server here :

brainly.com/question/28900477

#SPJ4

regular languages can be expressed by regular expressions. we had pointed out that difference operator (-) is not a valid operator in regular expressions. hence, regular languages are not closed under the difference operator. group of answer choices true false

Answers

Language description can be done algebraically using regular expressions. The regular languages are precisely described by regular expressions.

An algebraic technique to characterize languages is with regular expressions. Regular Expressions are a perfect description of regular languages. The regular language that E defines is L(E), if E is a regular expression. We can develop a DFA A such that L(E) = L for each regular expression E. (A).

Regular languages are identified by regular expressions. They have the ability to succinctly express regular languages and operations on them.

The following definition uses recursion to define the set of regular expressions over an alphabet. Any one of the set's elements is a regular expression.

To know more about regular expression click on the link:

https://brainly.com/question/17255278

#SPJ4

Other Questions
Library of Congress, Prints & Photographs Division, LC-DIG-ppmsca-0593610SS.8.A.3.5, LAFS.68.RH.1.2 (High)I challenge the warmest advocate [supporter] for reconciliation, to shew[show], a single advantage that this continent can reap [gain], by beingconnected with Great Britain. I repeat the challenge, not a single advantageis derived [acquired]. Our corn will fetch its price in any market in Europe,and our imported goods must be paid for, buy them where we will ....-Thomas Paine, from Common Sense, 1776Based on the passage, what is Paine arguing against?A British westward expansionB British protection of Native AmericansC British control of colonial tradeD British military interference What whole number of 2 is 1024? Write an alternate narrative ending to Animal Farm. What happens next? What would happen if Snowball had come back? If Boxer had lived? If Napoleon had died? What would the lives of the other animals be like? You choose from where the story changes and what happens to each character. Your narrative must include characters, plot, setting, and a theme. It needs to be 200-300 words in length.P.s I WILL Report unnessisary stuff 100 points The measure of an acute angle is represented by (3x + 12). Which is not a possible value for x?A 26B 21C) 23D25 help meeeeeeeeeeee pleaseeeeeeeeeeeeee!! davies m, duffield ea. safety of checkpoint inhibitors for cancer treatment: strategies for patient monitoring and management of immune-mediated adverse events. immunotargets ther. 2017;6:51-71. What career information can be found in the Occupational Outlook Handbook? Check all that apply. which provide a standard format for displaying project schedule information by listing project activities and their corresponding start and finish dates in a calendar format? Please list two materials that are conductors and two materials that are insulators. HELLLLLLLLPPPPPPPPPP ME ANSNWEEEEEEEEEEEEEEEEE A custodian must move a shipment of books from the first floor to the sixth floor. The elevators weight limit is 900 pounds. If the custodian weighs 160 pounds and each box of books weighs 37 pounds , find the maximum number of boxes the custodian can move on the elevator at one time Who do you think was the most successful Pharaoh we learned about? Why? What made them successful? Explain your answer in a full paragraph. (At least 5 sentences) 24. If a ream of paper (500 sheets) is 2.125 inches thick, how thick is one sheet of paper? Give your answer in scientific notation. (1) 1.0625 x 103 (2) 42.5 x 103 (3) 4.25 x 103 (4) 4.25 x 10-3 (5) 4.25 x 10-2 Karan manages a law firm that deals with the mergers and acquisitions of various businesses. to maintain the confidentiality of such deals, karan has initiated a monitoring process to review the emails and social network activity of the employees in his office. which best practice should karan adopt while enforcing this monitoring protocol the most common type of emotional disturbance found during the elementary-school years is multiple choice neurotic disorders. disruptive conduct disorders. schizophrenia. somatization. The graph of a function g is shown below.Find g (-2) The new strain of covid is spreading at the rate of 12% a week. Currently, there are 100,000 people infected with the virus. How long will it take before the virus has infected 800,000 people?. When Mr. Jackson got in his car yesterday, the odometer read 187,198.9 km. When he got home, the reading was 187,399.4 km. How far did Mr. Jackson drive? juans dog Stan's two feet and 3 inches tall Peters dog stands 9 in tall how much taller is juans dog than Peters dog Which are assumptions of the kinetic theory?