What would be the best phrase to place in the blank
center circle?
O Attributes of a struggling student
O Attributes of a highly motivated student
O Attributes of an overwhelmed student
O Attributes of a highly frustrated student
This graphic organizer shows strategies related to
motivation.
Sets
goals
Adjusts
attitude, if
needed
Uses a
reward
system
Avoids
burnout

Answers

Answer 1

Answer:

Attributes of a highly motivated student

Explanation:


Related Questions

What is missing in the following program in order to have the output shown? numA = 24 while numA 3: numA = numA - 7 print(numA) OUTPUT: 3

Answers

Answer:

i got >

Explanation:

24 is > 3

Answer:

me too >

Explanation:

24 is greater than 3

Complete the sentence to state a fact about procedural programming.
Another name for procedural programming Is

Answers

Answer:

Procedural programming is also referred to as imperative programming. Procedural programming languages are also known as top-down languages.

Answer:

imperative programming

Explanation:

The letters after the name of a file indicate who created the file.
O True
O False

Answers

False gagajajdjakakaianjss
I guess it’s false ........

Use the drop-down menu to complete the steps for editing a conditional formatting rule.

On the ___ tab, click the ___ group. On the Styles drop-down list, click ______. In the dialog box, select the rule, and click ________. Make the changes to the rule and click ok.

Answers

Answer:

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

Explanation:

In excel you can formate excel sheet/column/row based on some condition.

you can specifiy these conditions while working on an excel sheet. It will help you to highlight certain information in the excel sheet.

Basically, you can use the rules to specify certain conditions, and based on that condition result, the cell/column or row gets highlighted with a certain color format, etc. However, you can create a new rule and modify the existing rules also.

As in the given question, you can implement this by going through the following steps.

On the Home tab, click the Conditional Formatting group. On the Styles drop-down list, click Manage Rules. In the dialog box, select the rule, and click Edit. Make the changes to the rule and click ok.

Answer:

home

styles

conditional formatting

manage rules

Explanation:

ou want to configure the NTP daemon to receive time from pool.ntp.org. What entry should you place in the /etc/ntp.conf file?

Answers

Answer:

server pool.ntp.org

Explanation:

what are the advantages of using ICT jn our society?​

Answers

Answer:

Communication - Speed / time – money can be saved because it's much quicker to move information around. With the help of ICT it has become quicker and more efficient. 2. Globalization - Video conferencing saves money on flights and accommodation.

Explanation:

hope this helped

Answer:

ICT has made global social and cultural interaction very easy. We now live in an interdependent global society, where people can interact and communicate swiftly and efficiently. News and information can now be transmitted in minutes. Individuals can easily stay in contact with members of their families who reside in other countries or make new friends across the world.

What is the most popular type or method of guaranteed reservation where booking transactions will be charged automatically?

Answers

Answer:

Credit cards.

Explanation:

When booking a reservation, the most popular type or method of making sure the reservation is guaranteed where booking transactions are charged automatics is the use of credit cards.

Why this is popular is because, the hotel, reserve or suite that is about to be booked will still receive their money even if the person that booked didn't show up.

You attempt to telnet to system 192.168.1.240. You receive the following message: "Connecting To 192.168.1.240...Could not open connection to the host, on port 23. No connection could be made because the target machine actively refused it." What may be the problem?

Answers

Answer:

firewall

Explanation:

The firewall could be used to protect the network from unauthorised access.Usually an ip could be whitelisted so it could transfer packets between allowing it connect through.

An online game is played with two dice. In this context, explain what is meant by decomposition.

Answers

Answer:

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

Explanation:

This question is about desinging a game that is played with two dice and gets or shows their value to the player.

The dice value is random, and it can be between one and six. So, you need to generate two numbers between 1 and 6. You may also need to display the numbers

The main part of this program is that you need to know the numbers to limit or restrict what the user may do next while playing.

That's most of the first level of decomposition for solving a problem. In decomposition, you need to keep decomposing (breaking) the problem into smaller pieces, thinking outline of the program and deciding what objects, functions, variables, and logic you're going to implement in the coding.

Randomly choose rock, paper, or scissors for the computer
Ask the user to choose rock, paper, or scissors
Compare the computer’s choice to the player’s choice
Announce whether the computer or the human won
( In python.)

Answers

import random

computer_choice = random.choice(["rock", "paper", "scissors"])

user_choice = input("rock, paper, or scissors? ")

if computer_choice == user_choice:

   print("It's a draw!")

elif user_choice == "rock" and computer_choice == "scissors":

   print("You win!")

elif user_choice == "paper" and computer_choice == "rock":

   print("You win!")

elif user_choice == "scissors" and computer_choice == "paper":

   print("You win!")

else:

   print("The computer wins!")

I wrote my code in python 3.8. I hope this helps.

JAVA

Write a program to display the first ten terms of the series:
5, 10, 17, --------------​

Answers

Answer:

class Main {  

 public static void main(String args[]) {

   int a = 5;

   int delta = 5;

   for(int i=0; i<10; i++) {

       System.out.printf("%d, ", a);

       a += delta;

       delta += 2;

   }

 }

}

What is the primary purpose of the destination address?
Choose 1 answer:
It helps the router know where to send the packet.
B
It helps the receiving computer reassemble the packets.
It tells the router where the packet came from.
D
It helps the sending computer know how long to wait before retrying.
It prevents the packet from being intercepted by cybercriminals.

Answers

Answer:

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

Explanation:

"A" option is correct

    It helps the router know where to send the packet.

You are working from home and want to discuss a controversial topic. It is important you see the facial expressions of your coworkers during the meeting. The best way to conduct this meeting is using _______.

Answers

Answer:

Maintaing Focus and keeping the meeting comfortable and moving.

Explanation:

Answer:teleconference

Explanation:

‍♀️

List four kinds of human interest stories.

Answers

Answer:

List of kinds of human interest stories is described below in details.

Explanation:

A story that might be a good human interest account would be the vaccines for corona. Everyone these times is waiting despairingly for corona to stop. Speaking about a vaccine might provide them belief, and it would be delightful to understand how the scientist and physicians truly worry for the people. Maybe prompt them to wear the masks until the vaccines come out.

Determining Correct Date Function What function text would you use to put today's date and time in a cell? 0 =TODAYO =NOWO O NOWO) O TODAYO​

Answers

The function text that would you use to put today's date and time in a cell is B. =NOW()

What is a Time and Date Function?

This refers to the command that is given to a computer in order for it to render the correct time and date in a given cell.

Hence, we can see that from the answer choices, the best one that factors in both TIME AND DATE is =NOW() which is option B while option A is for the function that shows only the current date.

Read more about date functions here:

https://brainly.com/question/19416819

#SPJ1

What do you mean by computer. Write it use​

Answers

A computer is a machine that can be instructed to carry out sequences of arithmetic or logical operations automatically via computer programming. Modern computers have the ability to follow generalized sets of operations, called programs. These programs enable computers to perform an extremely wide range of tasks

What can make an online interface difficult to use?​

Answers

Answer:

their is a lot miscomsuptions

Explanation:

The difficulty experienced by online interface users simply arises from the design principles associated with the structure of the interface.

The design of an online interface is best kept as simple as possible rather than a complicated user interface which becomes very difficult to navigate.

Another problem associated with design the use of overlapping textures or structures which often makes the user interface a whole lot more complicated.

Hence, the difficulty arising from using an online interface stems from the design.

Learn more : https://brainly.com/question/19117781

Sarah has an audio file to insert into a presentation, but she does not want the entire file to play. What should she do to have only a portion of the file play when the audio control is selected?

Create bookmarks.
Edit the file prior to inserting it into the presentation.
Use the Trim Audio dialog box.
Configure Audio styles.

Answers

Answer:

ITS THE 3 one good luck umm tell me if rong ummm sorry for the spelling

Answer:

Use the Trim Audio dialog box.

The illustration shows different types of text language.

Thought and speech bubbles labeled as follows: p l s, A S A P (all caps), L O L (all caps), b t w, R O T F L (all caps), B R B (all caps), t h x, g r 8.
Students who use text language in an online academic environment violate which rule of netiquette?

keeping content appropriate
practicing ethical behaviors
being considerate of others
respecting everyone’s time

Answers

Answer:

c. be consedirent of others

Explanation:

Answer:

It is A! :)

Got it right on edge!

There is a new security patch for the operating system on your personal computer. You are worried that the patch will stop your computer from working efficiently. What should you do?

Answers

Answer:

There is a new security patch for the operating system on your personal computer and the process that make it work efficiently is discussed below in details.

Explanation:

Patching is a method to restore a vulnerability or a defect that is recognized after the release of an application or software. Newly published patches can fix a virus or a security defect can assist to improve applications with new characteristics, fix a security vulnerability. Software updates are necessary because they usually incorporate critical patches to safety holes.

How many lines are on a standard sheet of typing paper?

Answers

60 lines on the paper

What category of computer would you place an N.series Nokia phone​

Answers

Answer:

In the last category

Explanation:

Your welcome

The category of computer in which you would place an N-series Nokia phone​ is a portable computer.

What is a computer?

A computer is a digital electrical machine that may be configured to automatically perform arithmetic or logical functions. Programs are general collections of operations that modern computers can do. These programs allow computers to do a variety of jobs.

There are different categories of computers. A mobile phone falls in the category of a portable computer.

Therefore, the category of computer in which you would place an N-series Nokia phone​ is a portable computer.

Learn more about Computer:

https://brainly.com/question/21080395

#SPJ2

Kali, a Python programmer, is using the turtle module to write the word "hello." Which code should she use to indicate the location to begin writing the word? # Pick up the turtle and move it to its starting location. penup(-100, 200) goto() pendown() penup() goto(-100, 200) pendown() # Pick up the turtle and move it to (-100, 200)

Answers

Answer:

a) penup()

goto(-100, 200)

pendown()

Explanation:

The python program to indicate the location to begin writing the word can be

penup()

goto(-100, 200)

pendown()

# in python is use to add comment so it is incorrect.

all other option does not have correct syntex.

Answer:

B

Explanation:

Why do attackers tend to target public or private Wi-fi networks?

Answers

Answer:

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

Explanation:

A free WiFi connection in a public space can seem like a lifesaver when you are on the go.But if you decide to use public WiFi just be aware that you could be making yourself an easy target for hackers and putting your information and more at risk.

one of the dangers of using a public WiFi network is that data over this type of open  connection is often encrypted and  unsecured ,leaving you vulnerable to a man in the middle attack.It when a cyber criminal exploits a security  flaw in the network to intercept data

Avoid connecting to public WiFi connection. i if you must use a public WiFi hotpots also use a virtual privater network to secure your connection.Do not  log in to password protected websites that contains sensitive information when using a public WiFi connection for example banking and social networking sites or even email.Keep your software patched and up to date and all your devices even your mobiles ones to avoid any potential infection by viruses or malware if you do use unsecured public WiFi.

You are writing a program using the Java language. Which of the following is a requirement of Java syntax?

Each statement must use sentence case.
Each statement must use the name of the program.
Each statement must begin with an operator symbol.
Each statement needs to end in a semicolon.

Answers

Answer:

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

Explanation:

"D" option is correct

           "Each statement needs to end in a semicolon."

semicolon must use in program.without semicolon program doesn't accept.so each statement needs to end in a semicolon.

How should you complete the code A - valid = false B- valid = true

Answers

Answer:

A. for an if-else statement in python, if the condition is false, The else statement is executed.

B. if the condition of the if-statement is true, the indented block of code is executed.

Explanation:

The if-statement is a conditional statement in programming for decision making. It is also known as branching as it makes decisions based on two paths. It comes with another keyword called 'else'.

The If-else statement makes a decision based on the output of a condition which is defined in the if-statement. If the condition is met, the code block just after the if-statement is executed, but the else-statement block is executed if otherwise.

Jordan just wrote a secret message program in Python that converts the number 7,095 to 1s and 0s. Which number system is Jordan converting to?

A Binary
B Decimal
C Digital
D Hexadecimal

Answers

Answer:

binary

Explanation:

bi-two numbers doesnt meet reqiurments automatically considered 0

Answer:

Binary

Explanation:

i took the test

What is the scope of leftCharacter?

def rhyme(word):
leftCharacter = word[0]
if leftCharacter != 'd':
return 'd' + word[1:]
else:
return 'f' + word[1:]

def poem():
print("Enter Q to quit.")
userWord = input("Enter a word: ")
while userWord != 'Q' and userWord != 'q':
rhymeWord = rhyme(userWord)
print(rhymeWord)
userWord = input("Enter a word: ")

# the main part of your program that calls the function
poem()


the entire program

rhyme

poem

the main part of your program that calls the function

Answers

Answer:

Rhymeword

Explanation:

edge 2020

Answer:

The scope of leftCharacter is rhyme. I hope this helps you out. Have a wonderful and safe day. <3<3<3

Explanation:

---------------------- use of the Internet to access programs and data on computers that are not owned and managed by the user often using large data centers

Answers

Answer:

Cloud computing

Explanation:

Cloud computing is an information technology term that describes the process of using and applying online or internet services to access, and store data, including networking databases, and other data on computers.

It generally involves saving and accessing personal data and files created online (usually large data centers) without necessarily saving it on the PC hard drive.

Hence, in this case, thé correct answer is "Cloud Computing."

Smart art can be used to create that highlight relationships between two items

Answers

Answer:

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

Explanation:

A smart Art graphic is a visual representation of your information and ideas.you create one by choosing a layout this fits your message.Some layouts specific kind of information,while other simply enhance the appearance of a bulleted list.

    You can create a smart graphic in excel power point,word,or in an email message in outlook.The smart button is one the insert tab and developing on your screen size,may look like.

Other office program do not allow for smart art art graphic creation,but you can copy and paste smart graphics as image into those programs.As part of this process,when you are prompted to choose a type such as process hierarchy,or relationship.A type is similar to a category of smart art graphic,and each type contains several different layouts.

Because you can quickly and easily switch layouts,try different layouts until you find the one that best illustrate your message.

Other Questions
Help, please!!David bought 3.5 pounds of potatoes for $0.82 per pound. How much did David spend on potatoes? During a sprint retrospective, a potentially shippable product is reviewed and tested. a. True b. False Which of the following would NOT be considered a condition that can cause your immune system to be impaired Provide a scientific explanation on how a mutation to the 17th nitrogen base of DNA leads to the formation of sickle cell hemoglobin protein instead of normal hemoglobin protein. Which of the following best describes how forces affect matter? A. Forces create matter B. Forces hold matter together. C. Forces conserve matter. D. Forces keep matter warm plz help me i beg of u? What was Huey Long known for?earning more money than any attorney in Louisiana at the time winning cases against large businesses and corporationsrefusing to take his employees money to fund his campaigns challenging the government to give more money to Louisiana [tex]{x}^{18}={y}^{21}={z}^{28}[/tex]3, [tex]3 log_y x [/tex], [tex]3 log_z y [/tex] and [tex]7 log_x z [/tex] are in? ill give you brilliantOne mile is about 1.57 kilometers. If you are traveling at 55 miles per hour, what is the best estimate of your speed in kilometers per hour? A. between 50 and 60 kilometers per hour B. between 60 and 70 kilometers per hour C. between 70 and 80 kilometers per hour D. between 80 and 90 kilometers per hour in this trial, 0.400 M NaOH was added to 40.00 ml of 0.400 M HCl. How many ml of base must be added to cause the colour to change? Factor the expression using the GCF.7+14 = Balance these equations!1)AIBr; +K-KBr +AI Someone with good moral character will likely __________. A. do the right thing, even if it is difficult B. do the right thing as long as it won't affect them negatively, like cause them to lose a friend C. do the right thing only when people in authority are watching them D. do the right thing only when it advantageous to do so Mr. Wells tells his class of 24 that when they have completed the assignment, they may play online math games. At the end of class, 40% of the class is playing online math games. Approximately how many students still need to complete their assignment? As result of increased immigration, northern cities became Tom paid $2.50 for two pounds of boiled peanuts. Rose paid $9.50 for 8 pounds of boiled peanuts. Is the relationship between these two purchases proportional? When the daffodil genes are added to the rice DNA, they are replicated along with all the other rice genes. What are the steps taken to replicate the genes Three type of symbiosis A naturally occurring contingency includes any contingency of reinforcement (or punishment) designed and implemented by a behavior analyst or practitioner to achieve acquisition, maintenance, and/or generalization of a targeted behavior change.a) trueb) false Read the excerpt from The Diary of a Young Girl. Margot and I started packing our most important belongings into a schoolbag. The first thing I stuck in was this diary, and then curlers, handkerchiefs, schoolbooks, a comb and some old letters. Preoccupied by the thought of going into hiding, I stuck the craziest things in the bag, but I'm not sorry. Memories mean more to me than dresses. Which detail best conveys Annes perspective on what is most valuable in life? I stuck the craziest things in the bag Preoccupied by the thought of going into hiding Margot and I started packing Memories mean more to me than dresses. Steam Workshop Downloader