Plz Help!! How should I answer the second question?

Plz Help!! How Should I Answer The Second Question?

Answers

Answer 1

Answer:

Just keep doing what you were doing explain what you would be doing in the future or where you see yourself in like 5 years and put details and things that make since to you!


Related Questions

Select the steps in configuring an Internet connection


A) Find Network and Internet on the Control Panel.
B) Select Connect to existing network.
C) Change networks every time you need to connect in the future.
D) Click on Set up a new connection and connect to the Internet.

Answers

A for sure. You have to go into CP and edit options in there. If you want a plain answer, click the wifi icon in the bottom right.

guys please help me with this it's timed​

Answers

Answer:

what do i do

Explanation:

Identify these devices based on whether they provide the user with input or output, or both.
Monitor
Projector
Touchscreen
Mouse
Keyboard

Answers

Answer:

Monitor - Output

Projector - Output

Touchscreen - Both

Mouse - Input

Keyboard - Input

Explanation:

Sorry couldn’t bring down both group of answers

Answers

Answer:

the second one

Explanation:

check your URL

What is the CPO of video games

Answers

Answer:

(Chief Privacy Officer) An individual who manages the privacy issues within an organization. Arising out of the privacy regulations in finance and healthcare in the late 1990s, the CPO position eventually crossed over to all industries. The CPO, typically an attorney, is involved with setting privacy policy which determines how much information should be collected and how much can be shared both inside and outside of the company. An organization's privacy policy is often stated on its website. See privacy and P3P.

Explanation:

When you record a macro, you can assign it to run from a button or from the _____.

Keyboard
Home tab
Status Bar
Task Pane

Answers

Answer:

Keyboard

Explanation:

A macro is a tool that when you press a single key bind on your keyboard and or mouse it keeps pressing the button until the time on the macro runs out or you stop it.

If a person record a macro, you would assign it to run from a button or from the Keyboard Home.

What is keyboard?

A keyboard is known to be a tool that is often used in inputting information such as letters, words, etc., into your computer.

Therefore, If a person record a macro, you would give it to run from a button or from the Keyboard Home.

Learn more about Keyboard from

https://brainly.com/question/13380788

#SPJ9

Instructions
Write a loop that input words until the user enters STOP. After each input, the program should number each entry and print in this format:
+1: You entered
When stop is entered, the total number of words entered should be printed in this format:
All done. words entered.
Sample Run
Please enter the next word: cat
*1: You entered cat
Please enter the next word: iguana
#2: You entered iguana
Please enter the next word: zebra
#3: You entered zebra
Please enter the next word: dolphin
24: You entered dolphin
Please enter the next word: STOP
All done. 4 words entered.

Answers

i = 0

while True:

user_input = input("Please enter the next word: ")

if user_input == "STOP":

break

i += 1

print("#{}: You entered {}".format(i,user_input))

print("All done. {} words entered.".format(i))

First we set i equal to zero so that we can keep track of how many words we input.

We set while True so that its a continuous loop until a certain condition is met to break out of the loop.

user_input is set equal to whatever word the user enters.

our if statement tells us to break out of the while loop if the user inputs "STOP"

If the user does not enter STOP i is set equal to itself plus 1. This just means we add one to i for every new word entered.

Then we print whichever word is entered.

After the while loop, we print All done and the quantity of words entered.

Answer:

word = input("Please enter the next word: ")

count = 0

while word != "DONE":

      count += 1

      print("#{}: You entered the word {}".format(count, word))

      word = input("Please enter the next word: ")

print("A total of " + str(count) + " words were entered.")

Explanation:

Assuming this is python, this should help!

About how many jobs in the United States require Microsoft expertise?
A. 300,000
B. 350,000
C. 400,000
D. 450,000

Answers

Answer: C because bill gates is the owner

5.4.7 Teenagers Code HS

Can someone help me with this? i currently have

if (age = 13){
println("Yes, you are a teenager.");
}else{
if (age <= 19){
println ("No, you are not a teenager.");
}

and anytime I type anything it always says yes so I'm confused.​

Answers

Answer:

var teen = readInt("Are you a teen, if so what is your age? " );

if(teen >= 13 &&(teen < 19)){

    println("Yes, you are a teenager.");

}else{

      println("No, you are not a teenager.");  

}

Explanation:

Hopefully this helps you :)

x = int ( input("what is your age ? "))

if x >= 13 and x <= 19:

       print("yes you are a teenager")

else:

        print("No, you are not a teenager")

The variable x is used to store the user input. it prompts the user to input his/her age.

The if/else statement is used to check if the user is a teenager or not. If the user's age is between 13 and 19, both inclusive the use will get a message "yes you are a teenager " and if otherwise the user will gets a message "No, you are not a teenager"

The bolded word in the codes are key words in python. Pay attention to indentation.

read more: https://brainly.com/question/12089897?referrer=searchResults

orphan record example?

Answers

Answer:

If we delete record number 15 in a primary table, but there's still a related table with the value of 15, we end up with an orphaned record. Here, the related table contains a foreign key value that doesn't exist in the primary key field of the primary table. This has resulted in an “orphaned record”.

For a computer to be able to process data it needs to be converted to binary data.True or False​

Answers

Answer:

I'm pretty sure that it's true.

The statement "For a computer to be able to process data, it needs to be converted to binary data" is true.

What is binary data?

Binary data or binary codes are the codes that are a language used by a computer to read the data. The computer reads the data only in binary codes. They use “On” (1) and “Off” (0) to convey everything from webpages to Video games. This basically allows for computers to communicate in a simpler way by just using On/Off or 1's and 0's.

After the conversion of Analog to Digital Converter (ADC), the data is stored in a series of numbers encoded in binary mode (combinations of Zeros and Ones).

The on and off are electrical signals, which are on and off, to see everything in binary numbers.

Therefore, the statement is true.

To learn more about binary data, refer to the link:

https://brainly.com/question/27752107

#SPJ2

John’s father specifically asked him to get a magnetic disk from the store in his neighborhood. What should John buy?

Answers

john should get a magnetic disk

Jack wants to share the theme he created with others.
What file extension should he use?
In which folder would Word save his file by default?
Which file type would Word save his file by default?

Answers

thmx, Document Themes, Office Themes

Answer:

Jack wants to share the theme he created with others.

What file extension should he use?

✔ thmx

In which folder would Word save his file by default?

✔ Document Themes

Which file type would Word save his file by default?

✔ Office Theme

Explanation:

edge 2021

VNNH in py story format?

Answers

Answer:

LIBBY

Explanation:

open ended format

I agree with the other person

Really need help ASAP

Answers

Answer:

D

was there a picture cause that question is dumb if there wasn

Explanation:

the flag of the bahamas includes an equilateral triangle. the perimeter of the triangle is p=3s, where s is the side length. use your formula to find the dimensions of the flag in feet and the are in square feet when the perimeter of the triangle is 126 inches​

Answers

Answer:

sides = 3.5 feet

area = 6.84 [tex]ft^{2}[/tex]

Explanation:

From the information provided in the question, this is a fairly simple algebraic equation. We are asked to solve for the length of the sides (s) which are all equal in length since this is an equilateral triangle and are given the value of p which is 126 inches. Now we simply plug-in this value for p and solve for s.

126 = 3s ... divide both sides by 3

42 = s

Since these are inches we can divide this value by 12 (12 inches = 1 foot) in order to find the length of s in feet.

42 / 12 = 3.5 feet

Now, we are also asked to find the area of the triangle which the equation for this is

[tex]A = \frac{1}{2} * base * height[/tex]

The base is 3.5 feet but in order to find the height we need to use pythagoreom theorem on half of the triangle which would be the following

[tex]h^{2} = a^{2} +b^{2}[/tex]

[tex]h^{2} = 3.5^{2} +(3.5/2)^{2}[/tex]

[tex]x^{2} = 12.25 + 1.75^{2}[/tex]

[tex]h^{2} = 15.3125[/tex] ... square root both sides

[tex]h = 3.91 ft[/tex]

Now we simply plug this into the area formula to calculate the area

[tex]A = \frac{1}{2} * base * height[/tex]

[tex]A = \frac{1}{2} * 3.5 * 3.91[/tex]

[tex]A = 6.84 ft^{2}[/tex]

how do i find the markup percentage ​

Answers

Simply take the sales price minus the unit cost, and divide that number by the unit cost. Then, multiply by 100 to determine the markup percentage.

For example, if your product costs $50 to make and the selling price is $75, then the markup percentage would be 50%: ( $75 – $50) / $50 = .

What are some commands found in the Sort dialog box? Check all that apply.

add level
rename level
edit level
delete level
copy level
move up or down

Answers

Answer:

A. add level

D. Delete level

E. Copy level

F. Move up or down

Explanation:

I just did it on edg. 2020

Answer:

A, D, E, F

Explanation:

If you’re paid hourly and work 40 hours in one week how much overtime have you worked? 8 hours none $48 or $80

Answers

Answer: You said 40 Hours. So $40

So, Isn't it $48, Because How Do You Get 80?

Answer:

$80.

Explanation:

Just go with it.

Suppose users share a 1-Gbps link. Also, suppose each user requires 200 Mbps when transmitting, but each user only transmits 30 percent of the time.



a. (5 pts.) When circuit switching is used, how many users can be supported?



b. (5 pts.) For the remainder of this problem, suppose packet switching is used. What is the maximum number of users that can be supported if the required blocking probability is strictly less than 0.05 and what is the blocking probability with the determined maximum number of users?

Answers

Answer:

The answer is "5 users and 1 block".

Explanation:

In Option a:

Bandwidth total [tex]= 1-Gbps \times 1000[/tex]

                          [tex]= 1,000 \ Mbps[/tex]      

Any User Requirement [tex]= 200 \ Mbps[/tex]

The method for calculating the number of approved users also is:  

Now, calculate the price of each person for overall bandwidth and demands,  

[tex]\text{Sponsored user amount} = \frac{\text{Bandwidth total}}{\text{Each user's requirement}}[/tex]

                                     [tex]=\frac{1000}{200}\\\\=\frac{10}{2}\\\\= 5 \ users[/tex]

In Option b:

[tex]\text{blocking probability} = \frac{link}{\text{1-Gbps} = 10^9 \frac{bits}{sec}}[/tex]

[tex]\ let = 0.05 = \frac{100}{20} \\\\\text{blocking probability} = \frac{ 200 \times 10^6}{\frac{100}{20}}[/tex]

                                [tex]= \frac{ 200 \times 10^6 \times 20 }{100}\\\\= \frac{ 2 \times 10^6 \times 20 }{1}\\\\= 40 \times 10^6 \\\\[/tex]

mean user [tex]= 25 \times \frac{1}{20} \\\\[/tex]

                  [tex]= 1.25[/tex]

max user [tex]= \frac{10^9}{40 \times 10^6} \\\\[/tex]

                [tex]= \frac{10^9}{4 \times 10^7} \\\\ = \frac{10^2}{4} \\\\ = \frac{100}{4} \\\\= 25 \\\\ =\ \ 1 \ \ block \\\\[/tex]

Samuel loves playing the violin, but he feels embarrassed after a classmate posts a video on a social networking site making fun of him. What step should Samuel take next to stop the cyberbullying?
1) He should report the incident to the social networking site.
2) He should upload his own video making fun of the classmate.
3) He should convince his friends to cyberbully the classmate.
4) He should add the classmate on his friend’s list and follow him.

Answers

Answer:

Number 1 would be the answer and most safest one to choose.

Answer: A. He should report the incident to the social networking site.

Explanation:I just took the test have a good day! :)

A hard cover book is _______bound.

a. case bound
b. hard back
c. textbook
d. glued​

Answers

Answer:

I think it's hardback.

Explanation:

¯\_(ツ)_/¯

Answer:

hard back

Explanation:

A hardcover is also referred as hardback and sometimes a case bound which is I think in those books that are hardcover but have a paper thingy that rip easily around it.

What is the function of napier's bones

Answers

Answer:

Calculation of products and quotients of numbers.

Explanation:

Napier's bones is a manually-operated calculating device created by John Napier of Merchiston, Scotland for the calculation of products and quotients of numbers. The method was based on lattice multiplication, and also called 'rabdology', a word invented by Napier.

where do you place the title tag in HTML​

Answers

Answer:

The title tag is basically your saved document

Save as and poof

High Hopes^^

Barry-

Match the internet services to the type of communication they provide.

Answers

I have the answer to the question being asked well explained in detail in the doc attached below. Kindly check the attachment.

Questions_ Match the internet services to the type of communication they provide.

I hope this helps

BTW PLATO

Explanation:

Please try and solve this
How many 1/4 - inch divisions would there be in 1/2 inch?
How many 1/8 - inch divisions would there be in 1/4 inch?
How many 1/16 - inch divisions would there be in 1/4 inch?

Answers

Answer:

Many students coming into Woodworking 108 are bewildered by “all those little marks ... Parts of an inch will be referred to in fraction form instead of its decimal equivalent. ... on divisions of 2: 1” 2= ½”. ½” 2= ¼”. ¼” 2= 1/8”. 1/8” 2= 1/16”. 1/16” 2= 1/32” ... way is to realize there are 16/16 in an inch and count back 3 of the 1/16 ...

Explanation:

what are three common operating systems

Answers

Types of operating systems

The three most common operating systems for personal computers are Microsoft Windows, macOS, and Linux.

Answer:Microsoft Windows, macOS, and Linux.

Explanation:

A persuasive letter should begin with
facts and examples
a clear statement of position
expert opinions
counterarguments

Answers

Answer:

B.) A clear statement of position

state two features of a word processor​

Answers

Answer:

Some of the functions of word processing software include:

Creating, editing, saving and printing documents.

Copying, pasting, moving and deleting text within a document.

Formatting text, such as font type, bolding, underlining or italicizing.

Creating and editing tables.

Hope it will help you! !!!!!!!

Need help with this

Answers

Answer:

13:a. 15:c. 14:Unknown answer

Other Questions
Someone help me with this ASAP!!! How did printing affect early Chinese society? Okay so in this story I'm making I have a character panicking and running into a room to check on another character. I don't know how to write that. Can anyone help? Thanks! Which of the following men did NOT claim American land for Spain?CoronadoPonce de LeonDe SotoDrake What best explains the location of these colonial settlements in North America? a) The climate along the coast provided mild weather and long growing seasons.b) Colonists could stay better connected with England across the Atlantic Ocean.c) English colonists could more easily work together with the French and Spanish.d) Native Americans inhabited only the region west of the Appalachian Mountains. Read the excerpt from Common Sense.There are injuries which nature cannot forgive; she would cease to be nature if she did.Paine uses this language to show that PLEASE HELP ONLY GOT 2 MINUTES LEFT !!!John has a goal to ride his bike 100 miles this summer. John has ridden 12 miles thus far. There are only 40 days left in summer. Write a inequality to represent the average distance, d, in miles, John must ride each day for the rest of summer 15 divided by 3/4 help Two trucks leave a factory at the same time. One travels east at 60 mph, and the other travels west at 30mph. In how many hours will they be 150 miles apart ? 1/4 divided by 13/20 PLEASE SOMEONE ANSWER!!! thank you so so so much!!!! Which of the following best summarizes a central idea of the text? aTeachers who pay extra attention to select students provide them an unfair advantage. bWar can make heroes of even the least likely of candidates cSuccess can just as often be attributed to chance as to skill. dIgnorance and luck are bliss. Need help ASAP.... only have 20 mins left Do any of you have ideas for cute puppy names? Im getting a new puppy next week and I dont know what to name her! (Girl names) Convert 4.36 x 1025 molecules of CH,OH to moles. Write a concise summary of the speech Pearl Harbor Address to the Nation by President Franklin D. Roosevelt. The stamp act of Congress sons of liberty and committees of correspondence are all examples of- British government organization - Organizations of colonial citizens against the British- groups who attempted to write the Declaration of Independence-The fundamental order of Connecticut two runners were competing to see who could run with a greater average speed. Runner A ran 12 miles in 3 hours. Runner B ran 9 miles in 2 hours. Which runner ran with a greater average speed which of the following initiates a homeostatic response? Select which three materials would be good choices for building a childs playhouse.ceramicplasticglassrubbersteelwood