Need help fast this is do a 4

Need Help Fast This Is Do A 4

Answers

Answer 1

Answer:

I believe the answer is B.


Related Questions

Which energy-related activity does not contribute to acid rain?
a collecting sunlight in a solar panel
b using gasoline in cars
c using fossil fuels in homes and factories
d burning coal in power plants

Answers

Answer:

A

Explanation:

The engines of cars, fossil fuels, and the burning of coal all release chemicals which when formed in/with clouds, can cause acid rain to form. As a non polluting form of production, solar will not contribute.

How will you identify a file type on your computer?
that
A file type is the standard used to
and information in a computer. All file types have unique
determine which program to use to open a particular file and to access its data.
Help pls

Answers

You use the extension on the end of the file to tell you the type of a file

The extension is the .whatever in the name of the file

What function text would you use to put today's date and time in a cell? =TODAY()
=NOW()
NOW()
TODAY()

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

The correct answer to this question is:

=NOW()

Now() is a function that you can use to put today's date and the current time in a cell. While Today() function is a function that can only be used to put today's date.

Other options are not correct because:

If you write NOW() and TODAY() as it is in a cell, then Excel will not consider them as a function. To write a function in a cell, you have to write the "=" symbol before the function name. If you will emit the "=" symbol before the function, then the function name will be consider as text in a cell.

Answer:

B.  =NOW()

Explanation:

edg 2020

Why is it important to perform routine computer maintenance? It can make more room for junk files and downloadable programs. It can help prevent hardware, software, and Internet access problems. It can stop computer problems from occurring more than once. It can help you remember how to perform steps to solve computer problems.

Answers

b :D

hope this helps

plz give me brainliest

only typed tht so i can have enough words lol

Answer:

B. It can help prevent hardware, software, and Internet access problems.

Explanation: trust dawg

which is the following should be selected in the paragraph dialogue box to prevent page break from occurring within a paragraph

a) Section break before
b) Do not hyphenate
c) Keep the next
d) Keep lines together

Answers

Answer:

Explanation: keep lines together

Which statements describe an If statement? Check all that apply.
A conditional If statement is used when the programmer wants decision-making included in the
code.
A conditional If statement executes code when the condition returns a value of false.
A conditional If statement executes a piece of code when one statement is false and the following
statement is true.
A conditional If statement tests whether the condition following it is true or false before executing a
specified part of the code.

Answers

Answer:

A and D

Explanation:

The that describe an If statement are;

A conditional If statement is used when the programmer wants decision-making included in the code.A conditional If statement executes code when the condition returns a value of false.A conditional If statement tests whether the condition following it is true or false before executing a specified part of the code.

According to this question, we are to discuss about If statement .

As a result of this we can see that conditional If statement is used when the programmer wants decision-making included in the cod.

Therefore, If statement executes code when the condition returns a value of false

Learn more about If statement at;

https://brainly.com/question/18736215

Worms and Trojans are typically harmless because the originator of such attacks are usually known to the recipient, and as such, are not intended to cause much harm.
(A) True
(B) False

Answers

Answer:

False

Explanation:

Viruses, worms and trojans are all malicious programs that can damage your computer. Also i got an A soo...

give some examples of technologies that have improved human living conditions

Answers

Answer:

Apps. Apps are a very well-known example of eHealth; most people have tried out an app to improve their mental or physical health at least once. ...

Wearables. Maybe you possess or have seen people wearing devices like the Apple watch, Fitbit, or Pebble. ...

Websites. ...

Virtual Reality. ...

Videoconferencing.

Explanation:

8. A sprite is a simple spider shaped thing with n legs coming out from a center point. The angle
between each leg is 360 / n degrees.
Write a program to draw a sprite where the number of legs is provided by the user.
For example, when the user enters 6, they should get the following output

Answers

import turtle

s = turtle.Screen()

t = turtle.Turtle()

t.penup()

t.goto(0,-10)

t.pendown()

t.fillcolor("black")

t.begin_fill()

t.circle(10)

t.end_fill()

legs = int(input("How many legs do you want your sprite to have? "))

i = 0

angle = 360 / legs

while i < legs:

   t.penup()

   t.goto(0,0)

   t.pendown()

   t.forward(30)

   t.back(30)

   t.right(angle)

   i += 1

s.mainloop()

You might need to adjust this to your liking. I was able to do everything but draw the triangles at the end of each leg. I hope this helps though.

Which of these appliances can be classified as a robot? You can choose 2.

washing machine
sliding window
humidifier
a table lamp
ice cream vending machine

Answers

Answer:

ummmm i think b

Explanation:

the first two are washing machine and humidifier

what is the purpose for using proper markup language

Answers

Answer:

n computer text processing, a markup language is a system for annotating a document in a way that is syntactically distinguishable from the text, meaning when the document is processed for display, the markup language is not shown, and is only used to format the text.

Explanation:

hold up reen deen ding ding ding ding

Answer:

Without the right tags the content wont be accurately indexed

Explanation:

ap3x approved

hope it helps

Write a java program with the following instruction:- class name: prime, instance variable: int n. Member methods:-
prime(): default constructor to initialize n
void input(int x): to assign n with x,
void display(): to check whether the number is prime or not

Answers

class Prime {

int num = 1;

boolean flag = false;

public void input(int x) {

this.num = x;

}

public void display() {

for (int i = 2; i <= num / 2; ++i) {

// condition for nonprime number

if (num % i == 0) {

flag = true;

break;

}

}

if (!flag)

System.out.println(num + " is a prime number.");

else

System.out.println(num + " is not a prime number.");

}

}

May be some bugs as it is an untested code written using a mobile phone

Plz help me on this one

Answers

I can’t see all the answer choices.

Answer:

The sine of the angle = the length of the opposite side. the length of the hypotenuse.

The legnth of the Hypotenuse here is 29. However, because the question is "find sin(a)," then the answer should be "20/29".

Sorry if this is unconvientiant. : )

~Hope I helped

Cryptography has requirements include:

A. easy to compute and not invertible
B. tamper-resistant
C. collision-resistant
D. All the above

Answers

Answer:A i think

Explanation:

Complete the sentence.
A computer consists of two or more computers connected to each other.


network
switch
server
router

Answers

Answer:

its a network

Explanation:

that is how it is called

Pls Help need it before 1pm PLS.
Before taking a photograph, which of the following should you check?

The time of day
The weather report
That the colors in the photograph do not clash
That the lines in the photograph are straight

Answers

Answer:

Explanation:t

the weather

The weather report should you check. Therefore option B is correct.

Before taking a photograph, checking the weather report is important to ensure favorable conditions for capturing the desired shot. Weather can significantly impact the outcome of a photograph.

For instance, bright sunlight might cause harsh shadows or overexposure, while a cloudy day may provide softer, more diffused lighting.

Additionally, weather conditions like rain or strong winds can affect the feasibility and safety of the photo shoot.

By checking the weather report beforehand, photographers can plan accordingly, choose suitable equipment, and make adjustments to achieve the best possible results.

Considering the weather helps to avoid potential issues and enhances the overall quality and success of the photography session.

Therefore option B The weather report is correct.

Know more about The weather report:

https://brainly.com/question/18196253

#SPJ6

Select the correct answer.
Manuel is writing a sales proposal using a word processor. He wants his company's logo to appear at the top of each page of the proposal
document. Which tool of the word processor should he use?

A)Footer
B)Orientation
C)Header
D)Margins

Answers

The answer is C) Header. If you go in Word and use the header feature, and put a logo there, it appears on all pages.

Answer: it is c

Explanation: that is the only thing that would be at the top

PLEASE HURRY!!
Look at the image below

Answers

Answer is power and base

Explanation: both power and base are number variables

You defined a book data type.

class book:
title = ''
author = ''
pages = 0

Then, you created an instance of your book.

myBook = book()

Which statement assigns a value to the title?

title = 'To Kill a Mockingbird'
myBook.title('To Kill a Mockingbird')
myBook.title = 'To Kill a Mockingbird'
myBook.book.title = myBook.title = 'To Kill a Mockingbird'

Answers

Answer:

myBook.title = 'To Kill a Mockingbird'

Explanation:

Correct answer edge 2020

doing free poitns soon!

Answers

yay i got free 5 points thanks

Answer:

yay thanks

Explanation:

1. Write a 400-500 word research report about Burke High School.
2. Use the school’s website to find information on the following topics:
• The Basics – address, school colors, mascot, magnet focus (if they have one)
• History – when the school opened and other facts about the school’s past
• Mission Statement - the school’s stated educational purpose (write it down
word for word)
• Find the Course Guide/Directory/Catalog – This is FULL of good info
• Academics – unique classes/programs (magnet?)
• Specific classes – investigate at least one specific, unique class that is offered
at the school and focus a paragraph about that class
• Principal– name and a couple facts about him/her
• Activities – extra-curricular activities that interest you (sports, drama, music,
clubs)

Answers

Answer:

when is it due

Explanation:

A _______ web page's content can change based on how the user interacts with it.

Answers

Answer:

Dynamic web page shows different information at different point of time.

no\][∑∑ωω∨∧⊆⊄¬∅∩║∞°⇅Δ‰НОП muda muda muda muda muda muda muda muda muda wryyyyyyyyyyyy

Answers

i love to eat pickles

Answer:

wut

Explanation:

IM CONFUZZED.....................no\][∑∑ωω∨∧⊆⊄¬∅∩║∞°⇅Δ‰НОП muda muda muda muda muda muda muda muda muda wryyyyyyyyyyyy

A hash function is taking an input string of arbitrary length and produces a fixed-sized, short output called a digest.

A. True
B. False

Answers

Answer:

A. True

Explanation:

Digest is actually: a message digest algorithm, or put simply: a hash value, even simpler: the output.

Why do video games hate me?

Answers

Answer:

cause ur bad

Explanation:

Sophie used the software development life cycle to write a new program. Sophie planned her program using pseudocode and then wrote her actual code. Which stage of the software development life cycle is Sophie ready for next?

Answers

The stage of the software development life cycle that Sophie is ready for next is Building (software development)

What Is the Software Development Life Cycle?

Software Development Life Cycle is known to be a kind of application of laid down business practices to create software applications.

It is said to be divided into;

Planning RequirementsDesign BuildDocument Test DeployMaintain.

Learn more about software development  from

https://brainly.com/question/25310031

Answer:

Testing

Explanation:

I did it on my test!

James uses a database to track his school's football team. Which feature in a database allows James to find a specific player by name?

a
Grid

b
Filter

c
Search

d
Sort

Answers

The answer to this question is A

Why does it not let me see my messages? In brainy?

Answers

Answer:

Was removed you can only message the brain

Explanation:

What can happen if you do not follow the directions when cooking or baking? (Give 4 examples in a sentence each)

Answers

Answer: 1: You will make it incorrectaly 2: It will taste terrible 3: You may break appliences 4: you may burn down your house.

Explanation:

What shape will this code make?
import turtle

Mark = turtle.Turtle()

Mark.back(80)

Mark.left(90)

Mark.forward(50)

Mark.right(90)

Mark.forward(80)

Mark.back(80)

Mark.left(90)

Mark.foward(50)

Mark.right(90)

Mark.forward(80)

Answers

it should be the capitalized letter E
Other Questions
Which is the solution to the equation 8.25 + one-fourth w = 10.75? please help i will give brainiest read the poam Casey At The Bat and answer the question please!!!! A scale model drawing of a backyard is 6 centimeters wide and 8 centimeters long. The scale model uses a scale in which 2 centimeters represents 1.6 meters. What is the area of the actual backyard? 11.52 m 22.40 m 30.72 m 48 m Today's my birthday! Can you guys help? I want to go see my grandma that I havent seen in 5 years but I need to finish this to be able to go, please help?1. At what rate is the amount of water in the tank changing? Use a signed number, and include the unit of measurement in your answer.2. How many more minutes will it take for the tank drain completely? Explain or show your reasoning.3. How many minutes before Jaila arrived was the water tank completely full? Explain or show your reasoning. HELPPP FASTTThe points O, P, Q and R all lie on the same line segment, in that order, such that theratio of OP : PQ: QR is equal to 4:5: 2. If OR = 11, find QR. The closing of a presentation shouldcall the audience to action and leave them thinking.give in-depth reasons for supporting the claim.share a story to prepare the audience to listen.hook the audience and quickly capture their attention. Find the solution(s) of the following equation.a^2 = 64a 2 =64a, squared, equals, 64Choose all answers that apply:Choose all answers that apply:(Choice A)Aa = 7a=7a, equals, 7(Choice B)Ba = -7a=7a, equals, minus, 7(Choice C)Ca = 8a=8a, equals, 8(Choice D)Da = -8a=8a, equals, minus, 8(Choice E)ENone of the above FOR MY CHINESE CLASS PLS HELPHow do i say "I speak english and a little bit of spanish at home with my family" and " I speak english at school with my friends" in chinese? helppppp due in 5 minutes pls help this is a test witch is worth half of my grade What was the significance of the Convention of 1836? Read the sentence from Tuesday, April 4, 1944, in Anne Frank: The Diary of a Young Girl.I can shake off everything if I write; my sorrows disappear, my courage is reborn.How does the the word reborn affect the tone of the passage?It sounds desperate and shows that Anne is afraid of the consequences of silence.It gives the passage a weary tone because Anne has felt this way many times before.It gives the passage a hopeful tone because it expresses how hope can come back to life.It expresses cheer because it suggests that Anne will feel less fear in future. Ricardo has $25 to spend on school supplies. He spends 60% of the money on a backpack and the rest ona large binder.How much does he spend on the backpack? How much does he spend on the binder?Ricardo spendson the backpack andon the binder. all employees work less than 40 hours Please give an explanation.Thank you. Real income is:___________ a) Nominal income adjusted for inflation. b) The amount of money income received in a given time period, measured in current dollars. c) The use of nominal dollars to gauge changes in income. d) None of the other choices. 28. A police detective finds a speck of blood at a crime scene. He knows that there is not enough DNA in the sample for the crime lab touse directly. What is likely the first step that the crime lab will take in order to have enough DNA to work with?A. Clone the DNA sample in bacteriaB. Do a DNA fingerprint directly on the sampleC. Use the polymerase chain reaction on the sampleD. Use restriction enzymes to digest the sample into smaller pieces pardon ;)) et quelle est le nom du verbe prvu et s'amlioreront 7 1/2 divided by 1 1/2 = 5 How to check the answer PLEASE HELP QUICKLY AS POSSIBLE THANK YOU :) Find the equation of the line that is parallel to y = -7x + 2 and contains the point (-5,32)