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.
Why do attackers tend to target public or private Wi-fi networks?
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.
What will you see on the next line?
> myList = [5, 6, 10, 6, 32]
> >>> myList.remove(6)
> >>> myList
Answer:
[5, 10, 6, 32]
Explanation:
did on edge, have a good one
Answer:
[5, 10, 6, 32]
Explanation:
did on edge, have a good one
The letters after the name of a file indicate who created the file.
O True
O False
What is the most popular type or method of guaranteed reservation where booking transactions will be charged automatically?
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?
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.
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
Answer:
c. be consedirent of others
Explanation:
Answer:
It is A! :)
Got it right on edge!
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
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
How many lines are on a standard sheet of typing paper?
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?
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.
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?
Answer:
server pool.ntp.org
Explanation:
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
Answer:
i got >
Explanation:
24 is > 3
Answer:
me too >
Explanation:
24 is greater than 3
What category of computer would you place an N.series Nokia phone
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
What do you mean by computer. Write it use
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
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)
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:
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.)
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.
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
Answer:
binary
Explanation:
bi-two numbers doesnt meet reqiurments automatically considered 0
Answer:
Binary
Explanation:
i took the test
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 _______.
Answer:
Maintaing Focus and keeping the meeting comfortable and moving.
Explanation:
Answer:teleconference
Explanation:
♀️
List four kinds of human interest stories.
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.
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.
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.
JAVA
Write a program to display the first ten terms of the series:
5, 10, 17, --------------
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 are the advantages of using ICT jn our society?
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.
An online game is played with two dice. In this context, explain what is meant by decomposition.
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.
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.
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:
What can make an online interface difficult to use?
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
---------------------- 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
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
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.
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.
Answer:
ITS THE 3 one good luck umm tell me if rong ummm sorry for the spelling
Answer:
Use the Trim Audio dialog box.
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
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:
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.
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.
Complete the sentence to state a fact about procedural programming.
Another name for procedural programming Is
Answer:
Procedural programming is also referred to as imperative programming. Procedural programming languages are also known as top-down languages.
Answer:
imperative programming
Explanation: