write two paragraphs (at least 5 sentences each) about what President Biden and Vice-President Harris plan to do during the first 100 days while in office.

Answers

Answer 1

Answer:

writing one in comments bec i don't have time for both sorry


Related Questions

The computer components that enables a computer to send and receive data, instructions or information from one or more computers or mobile device are

Answers

Answer:

communications device

Explanation:

Linette works in software development. She usually starts her day by meeting with the project manager to discuss the overall progress of the software. After that, she holds a meeting with the team of developers to hand out work based on upcoming deadlines and then goes on to help with overall development problems. Linette tries to end each day by sending an encouraging email to her team to remind them how appreciated they are. What is MOST likely Linette's job title?

A. Project Manager
B. Systems Designer
C. Lead Developer
D. Quality Assurance Specialist

Answers

Answer:

C

Explanation:

Lead developer.

Memory cards from your cameras (SD cards) and flash drives are examples of __________.

Answers

Answer:

I think it's the example of

Explanation:

Data Storage.

What are the Edhesive 3.4 lesson practice answers

Answers

Answer:

import time

# Input yellow #

yellow = input("Enter yellow: ")

# If yellow #

if yellow == "yellow":

print("Correct")

else:

print("Nope")

Explanation:

What kind of block do you need to check whether a sprite is touching another sprite?

A. forever block

B. A repeat 10 block

C. An if block

D.An event block​

Answers

A event block i know this im i have been in technology for 5 months

Which of the following correctly describes a work in the public domain?
A:Being part of an individual's personal collection
B:Belonging to society as a whole and not subject to copyright
C:Enduring the test of time like Beethoven, Shakespeare, and Van Gogh
D:Existing in civic locations like libraries and schools

Answers

Answer:

B

Explanation:

I took the test got a 100

Chose the term that matches each definition.

: predicts technology power and capacity will double every two years


: a device invented by Douglas Engekbart to work with graphical operating systems

Answers

Answer:

Moore's Law: predicts technology power and capacity will double every two years

Computer mouse: a device invented by Douglas Engekbart to work with graphical operating systems

Explanation:

When using a powder actuated tool, ______

Answers

I think the answer is D but i don’t know hope I helped sorry

How can injection attacks be prevented? Check all that apply

Answers

if one of the answers is "input validation" and "Data sanitization" it's those two.

By Input validation and data sanitization injection attacks can be prevented. The correct options are a and d.

What is injection attack?

Untrusted inputs or illegal code are "injected" into a programme during an injection attack and are then understood to be a query or command. As a result, the programme is changed and directed toward a malicious end.

enables an attacker to submit code to a web application that the web server will then locally execute.

This kind of attack takes advantage of the web application's inability to filter user-provided data before it is inserted into a server-side interpreted HTML file.

Injection vulnerabilities are often caused by insufficient user input validation. Attacks on data injection can be avoided by using input validation and data sanitization.

Thus, a and d are the correct options.

For more details regarding injection attack, visit:

https://brainly.com/question/15685996

#SPJ2

Your question seems incomplete, the missing options are:

Input validation

Flood guards

Log analysis systems

Data sanitization

Universal Containers wants to use a sandbox with real data in it. Which Sandboxes three would you recommend?

a. Test Sandbox
c. Test Sandbox
c. Full Sandbox
d. Partial Sandbox
e. Developer Pro

Answers

Answer:

c. Full Sandbox

d. Partial Sandbox

e. Developer Pro

Explanation:

Universal Containers wants to use a sandbox with real data in it. Which Sandboxes three would you recommend?

a. Test Sandbox

c. Test Sandbox

c. Full Sandbox

d. Partial Sandbox

e. Developer Pro

From the question, we are informed that Universal Containers wants to use a sandbox with real data in it. In this case I will recommend Full Sandbox, Partial Sandbox and Developer Pro.

Sandboxes. In cybersecurity sandbox can be explained as security mechanism that is utilized to separate running programs, and this is an effort utilized to curb system failure as well as software vulnerabilities to disperse.

Sandboxes are crucial when executing suspicious code, it helps to do this so that the host device is is not put to risk of harm. Since, Containers wants to use a sandbox with real data in it then the three types of sandboxes can be use.

✓Full sandboxes allows performance testing as well as staging it can be regarded as copy of production org, and these can be objects attachment and others

✓Partial Copy Sandbox can be allows copying of configuration and part of one's data, in order to allow new configuration testing with one's real data.

2. True or False: You can create a network with two computers.
a. True
b. False

Answers

A computer network is a collection of connected computing devices that may or may not be able to communicate.
So I think yes its true

You can create a network with two (2) computers: a. True.

A network can be defined as a set of interconnected computer systems (nodes) and the relational ties linking the computer systems together.

In Computer networking, a network design is also known as network architecture and it refers to an iterative process that involves the planning, topological design and implementation of a computer network infrastructure.

Basically, a network can be created by two (2) or more computer systems. Thus, a network designer can create a network with at least two (2) computers by connecting them together through a wired or wireless connection.

Read more on networks here: https://brainly.com/question/8808883

Which type of books contains snapshots of steps that help to perform an activity?
Α. .
textbooks
B. online books
C. library books
D.
DIY books
E.
handbooks

Answers

Answer:

online book,,.........,.

The correct answer is online books

Write a function shampoo_instructions() with parameter num_cycles. If num_cycles is less than 1, print "Too few.". If more than 4, print "Too many.". Else, print "N : Lather and rinse." num_cycles times, where N is the cycle number, followed by "Done.".

Answers

Answer:

Following are the code to the given question:

def shampoo_instructions(num_cycles):#defining a method shampoo_instructions that accepts num_cycles as a parameter

   if num_cycles < 1:#defining an if block that num_cycles value is less than 1

       print('Too few.')#print message  

   elif num_cycles > 4:#defining elif block that checks num_cycles is greater than 4

       print('Too many.')#print message  

   else:#defining else block

       N= 1;#defining N variable that holds a value 1

       for N in range(N, num_cycles+1):#defining for loop that check value in range

           print(N , ": Lather and rinse.")#print message  

       print('Done.')#print message  

shampoo_instructions(2)#calling the method

Output:

1 : Lather and rinse.

2 : Lather and rinse.

Done.

Explanation:

In this code, a method "shampoo_instructions" is defined, that accepts a variable "num_cycles" in its parameter, and in the next step, the multiple conditional statements have used that check the "num_cycles" values which can be defined as follows:

The if the block checks the parameter value is less than 1, and it prints the value as the message. In the next step, the elif block is used that checks parameter value is greater than 4, and it prints the value as the message. In the else block, it uses the for loop that checks the value in the range and prints its value and calling the method.

Which of the following statements is true about DVI connectors? *

Answers

Answer:

I think u had forgot to mention the statements.

Answer: they are digital and analog!

Explanation:

PLEASE HELP IN A HURRY

Answers

I’m pretty sure that it’s the third one

Which of the following choices are good strategies when exercising in extreme heat or cold?
A.
allowing the body to adjust to temperature
B.
avoiding exercising during extreme times of day
C.
warming up muscles and the body before vigorous exercise
D.
all of the above


Please select the best answer from the choices provided.

A
B
C
D

Answers

Answer:

The answer is C.

Explanation:

The answer is C because you always have to warm up before exercising and neither of the other answers make sense and the last answer can't be possible if the others are incorrect.

The answer is c because warming up muscles and the after the bossy

Universal containers set the organization-wide defaults for cases to private. When a case is escalated, case ownership changes to Tier 2 support agent. (Included) How can a system administrator give the sales operation team read/write access to all escalated cases?

Answers

Answer:

Create an ownership-based sharing rule.

Explanation:

Workflow management systems can be defined as a strategic software application or program designed to avail companies the infrastructure to setup, define, create and manage the performance or execution of series of sequential tasks, as well as respond to workflow participants.

Some examples of the various types of workflow management systems used around the world includes YAWL, Windows Workflow Foundation, Apache ODE, Collective Knowledge, Workflow Gen, PRPC, Salesforce.com, jBPM, Bonita BPM etc.

In this scenario, Universal containers set the organization-wide defaults for cases to private and when a case is escalated, case ownership changes to Tier 2 support agent. Thus, the system administrator should create an ownership-based sharing rule so as to give the sales operation team read/write access to all escalated cases. An ownership-based sharing rule is essentially based on the owner of a record (record owner) rather than the values of the record.

Rewrite the following condition to avoid a possible arithmetic exception:

if (Math.sqrt(x) < 3 && x > 7)

Answers

Answer:

if (x > 7 && Math.sqrt(x) < 3)

Explanation:

The previous condition checks if the square root of x is less than 3, but this would raise an error if x is a value equal to or less than 0.

So, the condition checks for the value of x before evaluating the square root after the AND operation to prevent an arithmetic exception.

II. MULTIPLE CHOICE (five points each)
6. Units on the mechanical scale are marked off in:
a. Fractions and millimeters
b. Feet and inches
c. Inches and fractions
7. Units on the architectural scale are marked off in:
a. Fractions and feet
b. Scales and measuring devises
c. Feet and inches
8. Units on the civil scales are marked off in:
a. Whole numbers and feet
b. Whole numbers and fractions
c. Decimals with no fractions
9. The number zero is:
a. The end of the metric scale
b. The middle of the scale
c. The beginning of all scale
10. The metric scale is marked off in:
a. Both inches and fractions
b. Architectural units and metric
c. Meters

Answers

Jsjajxhuwjakzjwidhwbjrjsbd

What is the name of situation where the same data is stored unnecessarily at different places?

Answers

Answer:

Data redundancy.

Explanation:

A database management system (DBMS) can be defined as a collection of software applications that typically enables computer users to create, store, modify, retrieve and manage data or informations in a database. Generally, it allows computer users to efficiently retrieve and manage their data with an appropriate level of security.

A data dictionary can be defined as a centralized collection of information on a specific data such as attributes, names, fields and definitions that are being used in a computer database system.

In a data dictionary, data elements are combined into records, which are meaningful combinations of data elements that are included in data flows or retained in data stores.

Data redundancy is the name of situation where the same data is stored unnecessarily at different places.

Simply stated, data redundancy can be defined as a condition which typically involves storing the same data in multiple storage locations. Thus, data redundancy connotes the unnecessary repetition of the same piece of data (informations) either deliberately or for some specific reasons.

What type of technology we need to use in order to make sure that users can freely room from one room to another one without wi-fi being disconnected

Answers

We’d use a mesh WiFi network

Write down the characterizations that best suits the term Java applets?

Answers

Answer:

Java applets need to have virtual machine web browser support

Explanation:

Java applets are defined as the small applications that are written using the Java programming language or may be some other programming language which compiles of Java bytecode and it is delivered to the users in form of java bytecode.

They provides interactive features to the web applications.

The characterization that suits java applets are :

-- It application should be able to run on virtual machines

-- It must support web browser. The web browser must be capable to run the java applets.

SNMP is a protocol used to query hosts, servers, and devices about performance or health status data. This protocol has long been used by hackers to gather great amount of information about remote hosts. Which of the following features makes this possible?

a. It used TCP as the underlying protocol.
b. It uses community string that is transmitted in clear text.
c. It is susceptible to sniffing.
d. It is used by all network devices on the market.

Answers

Answer:

b. It uses community string that is transmitted in clear text.

d. It is used by all network devices on the market.

Explanation:

SNMP is an acronym for Simple Network Management Protocol and it is a standard protocol which allows network administrators to manage network devices and client computers remotely.

SNMP is a protocol used to query hosts, servers, and devices about performance or health status data. This protocol has long been used by hackers to gather great amount of information about remote hosts.

The SNMP agent on a network device such as a router authenticates any SNMP Get requests that are being received from the network management software (NMS) using either the read-write or read-only community string.

The features which makes this possible are;

I. It uses community string that is transmitted in clear text.

II. It is used by all network devices on the market.

Write a program to test the class LinkedBag. For example create a bag by asking the user for few names then 1.Put those names in the bag. 2. ask the user for a name and delete it from the bag. 3. ask for a name and check whether it is in the bag or not 4. print all names in the bag.

Answers

Answer:  lolllllllllllllllllllllllllllllllllllllllllllllllllllllllll

which type of network is the internet? choose the answer

Answers

Answer:

WAN or wide area network

Explanation:

The Internet is the most basic example of a WAN. It is connecting all computers together around the world.

Why did they removed the watch video button to view answers?​

Answers

Answer:

Umm I’m not sure

Explanation:

Chang investigates ways to improve the interactivity of computer hardware. His job title is best described as ✓ Computer and Information Research Scientist. Shay writes programs to make operating systems easier for people to use. Her job title is best described as ✓ Software Developer, Systems Software.
Dayna writes code for computer programs that allow people to communicate with each other. Her job title is best described as ✓ Software Developer, Applications​

Answers

Answer:

B, D, C

Explanation:

got it right

Answer:

b d c

Explanation:

Ann, a user, reported to the service desk that many files on her computer will not open or the contents are not readable. The service desk technician asked Ann if she encountered any strange messages on boot-up or login, and Ann indicated she did not. What is MOST likely occurred on Ann's computer?

Answers

Answer:

The computer has been infected with crypto-malware

Explanation:

From the question, we are informed about Ann, a user, reported to the service desk that many files on her computer will not open or the contents are not readable. The service desk technician asked Ann if she encountered any strange messages on boot-up or login, and Ann indicated she did not. In this case, What is MOST likely to occurred on Ann's computer is that the computer has been infected with crypto-malware.Crypto-malware can be regarded as one of the malware threats that very common, and very insidious compare to some malware because it can't be easily detected. It is known as one of the malware that steal data and can hide in background for long mining there

Harlequin frogs are an endangered species that live in a small area of Costa Rica. The reasons for the species' decline is unknown. Scientists want to create a computer simulation of the frogs' environment and determine how best to protect the frogs.
Which of the following is NOT true about the scientists' simulation?
a. The scientists must be careful of how many variables they include in their simulation so they do not cause further harm to the frogs.
b. The scientists can try a variety of different simulations and analyze the data to see which one is the most effective.
c. Based on the results of the simulation, scientists can develop a plan to save the Harlequin frogs before they become extinct.
d. The scientists can incorporate other factors, such as square footage of protected land, in the simulation.

Answers

Answer:

a. The scientists must be careful of how many variables they include in their simulation so they do not cause further harm to the frogs.

Explanation:

It is not statistically accurate to assume that the number of variables included in the simulation would cause further harm to the frogs because we need to remember that a simulation is simply a computerized imitation of a real situation, which is usually not totally alike with a real process.

So in no way from a statistical standpoint, does the scientists' decision on the number of variables causes direct harm to the frogs.

What is the difference between a prefix and postfix in Java?

Answers

Answer:

prefix comes first

Explanation:

pre means before, and post means after.

Other Questions
Which of the following organisms is an autotroph?clamgrasslionworm First aid for a strain or a sprainA) the FITT formula.B) ineffective.C) the RICE formula. .D) the ABC formula (3x-2) (x+x+6) HELP Simplify -3 over 2 9 over 6 Select one:a. -4b. -1c. 4d. 1 The price of Stock A at 9 A.M. was $12.79 Since then, the price has been increasing at the rate of $0.11 each hour. At noon the price of Stock B was $13.29 It begins to decrease at the rate of $0.12 each hour. If the two rates continue, in how many hours will the prices of the two stocks be the same?pls pls pls 1. How many # of chromosomes are in each daughter cell in mitosis?2. How many # of chromosomes are in each daughter cell in meiosis? 10. In addition to fighting in the army, how did European colonies contribute to thewar effort?A. Through supplying material goods and laborO B. Through providing technological advancementsO C. Through colonial rebellions for independenceO D. Through boosting morale What expression can be used to determine the total cost of buying g pounds of granola for $3.25per pound and f pounds of flour for $0.74per pound An octopus has no bones. Explain how you think it moves. Use this list of numbers to answer the following questions:0,4, -2, 2/3, -1.8, 16, 3.2,-5/41. Which numbers are rational numbers that are not integers?2. Of the remaining numbers, which are integers but not whole numbers?3. Of the remaining numbers, which are whole numbers? Which of the following explains why trucking is the most widely used transportation method?Trucks can transport directly to stores.Trucks can carry the most cargo.Trucks are the fastest mode of transportation.Trucks are the least environmentally harmful. What is the difference between high and low silica rocks What makes the area occupied by the ancient Greeks a crossroads between three continents? Problem #2: The radar beam sent out by an airplane reaches a distance of 120 kilometers and covers an angle of 150. Calculate the area covered by the beam. 120 km 150 The floor plan shows a length of 12 inches and a width of 8 inches. The scale is 1 inch: 10feetWhat is the length of the actual room?What is the width of the actual room?What is the area? Don't forget in include the correct dimensions HINT HINT When more branches are added to a parrallel circuit is what In VSEPR theory, what information about the central atom do you need inorder to predict the shape of a molecule? Which correctly shows how to use the GCF and the distributive property to find an expression equivalent to 8 + 48? Please help. Question is worth 15 points. Suppose that [tex]2 Which type of changepolitical, social, or economichad the most impact on Southern life?Which type of changepolitical, social, or economicfaced the most challenges? Why were Southerners against this type of change?For the first hundred years of the United States, only white males were able to vote. Since then, amendments to the Constitution have made it so that any citizen aged 18 or older can vote. Which amendments granted different groups the right to vote? Why were amendments needed to expand voting rights?If you do it for the points i will report you