Under what circumstances will the indented line of code immediately after an if statement be executed?


if the condition is false

if the condition is true

if the line begins with a #

if the line contains a variable

Answers

Answer 1

Answer:

The answer is "if the condition is true ".

Explanation:

In this question, the third choice is correct because the IF statement will help in making decisions, and it also controls a judgement of the program according to the attribute specified. The IF statement operates a collection if a provided condition is fulfilled or FALSE are assessed by some other set of protocols.

Answer 2

Answer:

The answer is B i did the test got it right so he/she is correct

have a good day hope this helped :)

Explanation:


Related Questions

The three greater-than signs, >>>, represent a _____.

A. prompt

B. file-path

C. file name

D. IDLE

Answers

Answer:

it's A. prompt

Explanation:

Select the best answer that completes the following sentences. Wireless technology changed the workday to

Answers

Answer: around the clock availability

Explanation: i got 100

Answer:

around-the-clock availability.

If the CD has a capacity of 800 Megabytes, How many four-minute songs could be stored on the CD?

Answers

It depends on many factors, primarily The QUALITY of the song.
Up to 700mb worth. My recollection is that a standard audio CD is limited to 74 minutes. A data disc will hold up to 700mb leaving the files in their current formats.

Which of the following behaviors does not harm a company if your employment is terminated?

Answers

Answer:

D. notifying your employer of all accounts you have access to, and requesting that they change all passwords before you leave

Explanation:

Assuming your employment is terminated, notifying your employer of all accounts you have access to, and requesting that they change all passwords before you leave is a behavior that would not harm a company. In the true and actual sense, making such suggestions is commendable because it would go a long way to cause more good rather than harm the company.

Some mischievous and malicious employees would rather not tell so they can still have an unauthorized access to the company's account and perpetrate various level of evil.

Hence, it is a good global practice to have a company's login credentials updated whenever an employee's employment is terminated.

select the correct answer from each drop-down menu. “To clean a computer screen, use ___. To clean a keyboard, use a ___.”

Answers

Answer:

The answers are:

The first drop down menu: Soft cloth

The second drop down menu: Paintbrush

Explanation:

I got it right on the Edmentum test.

The selection of the correct word from each drop-down menu is as follows:

To clean a computer screen, always use a soft cloth.To clean a keyboard, always use a paintbrush.

Why computer screen is used cleaned regularly?

It is important to clean off your computer screen regularly. This is because if you don't clean your screen properly, you could damage it permanently and possibly harm your computer.

Many many people don't know how to properly clean their screens, they are just requested to watch a video available on the Internet. The process of cleaning your computer's hardware makes the entire system run more smoothly and keeps it running longer. It not only protects your investment but the important data stored on it as well.

Therefore, the selection of the correct word from each drop-down menu is well mentioned above.

To learn more about Cleaning computers, refer to the link:

https://brainly.com/question/15080618

#SPJ6

A unique file with a unique name and address that can display ancombination of text, graphics, video,
audio, or animation defines what?
A. web browser
B. web page
C. website
D. web server

Answers

Answer:

B. web page....

examples of top down and bottom up design in software engineering

Answers

Answer:

. An example would include selecting a particular fastener, such as a bolt,

Explanation:

Why are user manuals important? Select all that apply.
User manuals contain text and images to describe how to use the program features.
User manuals provide print versions of forum discussions.
User manuals explain the commands and syntax of programming languages.
User manuals often include chapter on problems and their resolutions.

Answers

Answer:

I. User manuals contain text and images to describe how to use the program features.

II. User manuals explain the commands and syntax of programming languages.

III. User manuals often include chapter on problems and their resolutions.

Explanation:

A user manual can be defined as a clear, detailed and an informative guide drafted by the manufacturer (producer) of a product or service, which is to be given to a customer (end user) so as to help them know and understand how to use the product or service properly.

User manuals are important because they contain the following necessary informations;

I. User manuals contain text and images to describe how to use the program features.

II. User manuals explain the commands and syntax of programming languages.

III. User manuals often include chapter on problems and their resolutions.

Additionally, a user manual contains information on the safety precautions that are to be taken by the end user while using a product or service.

Answer:

A C D

Explanation:

Because yes

As an IT head, you require your employees to login to an intranet portal in your organization. The portal contains a login form in which users have to type their name and password. The password can be a combination of numbers and letters. Which data type is most suitable for a password field?
The (BLANK)data type is most suitable to define a password field.

Answers

Answer:

The answer is Text.

got it right on plato.

I promise you string is NOT the answer it's text

Explanation:

The password data type is most suitable to define a password field.

What is password?

Password is defined as a word, phrase, or string of characters used to distinguish between a procedure or user that is permitted and one that is not. A password is typically a random string of characters made up of letters, numbers, and other symbols. When only numeric characters are allowed, the matching secret is frequently referred to as a personal identification number (PIN).

Most often, passwords are made up of letters, numbers, and spaces. We use string data types as a result. Additionally, it depends on the programming language we are using. NIST advises using sha-256 or better. You will need 256 bits to save this sha-256 hashed password because a hashing method always yields a result of a predetermined length.

Thus, the password data type is most suitable to define a password field.

To learn more about password, refer to the link below:

https://brainly.com/question/28114889

#SPJ2

When reviewing a news article online that includes some questionable statistics what stategies can you apply to ensure that the informationis accurate

Answers

Answer:

The answer is below

Explanation:

To verify the accuracy of a news article, here are some of the strategies to employ.

1. Check the source of the news article

2. Check whether the write er or author has credible reputation

3. Examine if the writer or author has related background to the subject of study

6. Compare the news information with the ones know.


29. Write a program that asks to input any ten numbers and displays sum of them​

Answers

Answer:

Here is the code for a classic C++ program that does it:

--------------------------------------------------------------------------------

#include <iostream>

using namespace std;

int main()

{

   int sum = 0;

   int n;

   cout << "Input 10 numbers: " << endl;

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

   {

       cin >> n;

       sum += n;

   }

   cout << "Sum of the numbers: " << sum << endl;

}

--------------------------------------------------------------------------------

Explanation:

I'm assuming you know what "include", "using namespace std" and "int main()" do, so I will skip over those.

First, we declare a variable "sum" and initialize it with 0 so we can add numbers to it later.

Then, we declare a variable "n" that will be set as the input of the user.

The "for-loop" will iterate ( go ) from 0 to 9, and will set the value of "n" as the input that is given -> "cin >> n;". After that, we add the value of "n" to the sum variable.

After "i" reaches 9, it will exit the loop and proceed to printing the sum of the numbers.

Hope it helped!

A _____ is sent to companies that are hiring to get an interview. résumé brochure business report newsletter plz hurry need it now

Answers

Answer:

A application

Explanation:

Answer:

D resume :)

Explanation:

You are tasked with designing an airplane that could carry a very large load of cargo. What type of airfoil would you use for the wing? Why?

Answers

Answer:

This maximizes the ability of a plane with a heavy load to take off within the given output of engine constraints. Comparing the data received from the software, and other calculations it is determined that the S1223 is the best airfoil with a high coefficient of lift and a small coefficient of drag.

Explanation:

mark me brainliest

Let understand that "Airfoil" means the shape of object whose motion through the air is capable of generating a lift.

An aircraft "airfoil"works by generating lift through exerting a downward force on the air as it flows past.

Types of airfoils includes laminar flow airfoil which are used for high-speed flight plane and conventional flow airfoil which are used for low-speed flight plane.

An airplane designed to lift and transport large load of cargo will move slowly because more fuel will be required to produce enough thrust which is non-economical.

In conclusion, i will design the cargo aircraft with a conventional flow airfoil.

Learn more about Airfoil here

brainly.com/question/14628246

Which Excel feature should you use to only show values in a column that fit certain criteria?

Answers

Answer:use input

Explanation:

What is the next line?

>>> tuple B = (5, 7, 5, 10, 2. 7)

>>> tupleB.count(7)

1

0

2

5

Answers

Answer:

Answered below

Explanation:

The next line is 1.

The python count function returns the number of times an element appears in a tuple or a list.

In the tupleB tuple, 7 is passed into the count function. The number of times 7 appears in tupleB is just once alongside 5, 2.7, 10 and 5. Therefore, the count function returns 1 in the next line.

Which of the following scenarios describes an IT professional using the Internet and computer system access in an unprofessional or inappropriate way?

Answers

Answer:

All of the above

Explanation:

The scenario that describes an IT professional using the internet and computer system access in an unprofessional or inappropriate way is:

a. checking social media networks during working hours

b. surfing the Internet during working hours for what to do on the weekend

c. downloading a favorite band’s latest album from a file-sharing service.

What is the internet and computer system?

Cloud computing is a method of storing, managing, and operating data that uses a network of remote servers. Data is stored on remote servers rather than on local storage in the computer when using cloud computing.

Cloud computing also allows for data access via the internet via various devices. Cloud computing is a flexible adjuration service that is accessible via the internet.

Therefore, the correct options are all the above.

To learn more about the internet and computer system, refer to the below link:

https://brainly.com/question/13175896

#SPJ2

Drag the tiles to the correct boxes to complete the pairs.
Match the memory type with its function.
ROM
cache
RAM
hard drive
Functions
Memory Type
acts as a buffer between the CPU and main memory
arrowRight
contains data and instructions for current execution
arrowRight
stores data permanently
arrowRight
stores the program required to boot a computer
arrowRight
Next

Your welcome

Answers

I need this answer too can someone please help us out with the right answer ?!

Explanation :

What does a GPA show

Answers

Answer:

Grade Point Average

Explanation:

Answer:

Your GPA, or Grade Point Average, is a number that indicates how well or how high you scored in your courses on average. It's meant to score you (usually on a GPA scale between 1.0 and 4.0) during your studies and shows whether your overall grades have been high or low.

Explanation:

please can someone help my assignment.​

Answers

Light against dark- Smaller irregularly shaped objects can be used to balance a large flat surface without much detail.

Curved lines or smooth textures Larger areas with smoother, untextured finishes or looks can be balanced with smaller areas with interesting features.

Horizontal lines - The use of elements like arrows and triangles in an image can lead the eye to a certain point in a picture.

Converging lines adds a certain flow or depth to the image. It also adds a sense of distance or scale.

Vertical lines Suggest power, growth, and dominance as shown in tall trees and buildings.

Large against small is when Larger elements in one side of the image can be balanced with smaller elements positioned by itself at the far end of the other side of the image.

Diagonal lines suggest peace, calmness, and a sense of restfulness as shown by rivers, streams, paths, and even the human body.

Symmetrical balance is achieved when the two halves of an image are mirror images of each other.

Asymmetrical balance is achieved when the two halves of an image are not mirror images of each other, but they still feel balanced.

Radial balance is achieved when the elements in an image are arranged around a central point.

How to explain the information

Curved lines are often seen as being more organic and natural, while straight lines are seen as being more geometric and artificial. Smooth textures can also create a sense of calm and serenity, while rough textures can create a sense of energy and excitement.

Horizontal lines can create a sense of stability and balance, while vertical lines can create a sense of height and power. Arrows and triangles are directional elements that can be used to lead the eye to a certain point in an image. They can also be used to create a sense of movement or energy.

Learn more about elements on

https://brainly.com/question/20096027

#SPJ1

what descriptions can be used for last,first,PR_ID and CID

Answers

Answer:

x r

Explanation:

this is the answer like it thank you

Jane is designing a robotic arm that is required to move like a human arm. Select the simple machine she will use.

Answers

I NEED THIS ANSWER TOO CAN SOMEONE PLEASE HELP US OUT WITH THE RIGHT ANSWER ?!

Explanation:

Answer:

A.   System of Levers

Explanation:

Which of the following is an advantage of using variables?

A.It reduces the number of functions that are necessary in the program.
B.It increases the number of values that are used in a program.
C.It erases the default values.
D.It makes it less likely that an error will be introduced into the code.

Answers

Answer:

D. It makes it less likely that an error will be introduced into the code.

Explanation:

TLE 10 - ICT

In order for computers to network, what are the things you are going to set or configure?

Answers

Answer:

Information And Communication Technology

The Advanced Properties sheet enables you to add which of the following?
keywords
category
Author's name
All of the above

Answers

Answer:

All of the above.

Explanation:

Microsoft Word refers to a word processing software application or program developed by Microsoft Inc. to enable its users type, format and save text-based documents.

The properties of a document is generally referred to as metadata and it includes details such as keywords, category, subject, title, and author name. These properties when properly entered into a document makes it easier to organize, search and identify the Ms-word document.

Hence, the Advanced Properties sheet of Microsoft Word enables you to add keywords, category and author's name.

E-mails that are mailed directly to a consumer without their knowledge or permission are called

Answers

e-mails that are mailed directly to a consumer without knowledge or permission are called spam

Answer:

I thought it was scam, but it was spam lol

Explanation:

What is output if the user types in 8

Answers

Answer: 8

And if you hold shift while typing it, it gives *

Consider the block of code below: What would be the most appropriate substitute for the missing Boolean Operator if the intention is to display “True” for only values of x between, but not equal to values of 0 and 10? OR AND NOT XOR

THIS IS URGENT AP CSP

Answers

Answer:

can you show the block of code? you have to account for the fact that booleoans are literally just 1 or 0, true and false

Explanation:

What task do the referential integrity settings prevent?
a) editing a non-key field in a destination table
b) sharing data from one field between two tables
c) linking a primary key to another table’s primary key
d) deleting a record that has related records in another table

Answers

Answer:

D

Explanation:

How should I represent myself online? ​

Answers

Answer:

no be a b word and dont be toxixc be bc it will come back to u

Explanation:

in java !
For each of the following tasks, draw what the initial array looks like, diagram how you would solve the problem, and draw what the final array looks like. Then use your diagram to write a step by step process to solve the task. The diagram may show several separate steps, or you may want to use arrows to show how the data will be moved. It will be helpful to number the arrows in the order you draw them.


Given an unsorted array of integers create a sorted array by finding the
largest element in the array and swap it with the last position. Then find the largest
element in the array, ignoring the last position, and swap it with the second to last
position. Repeat until you are only considering the first position (element at index 0).
The initial array is : int array[] = {22, 15, 33, 4, 12, 2, 3, 19 };

Answers

Answer: The attached photo is the code I use to sort the array from Greatest to least. If this doesnt help, I'm sorry.

Explanation:

Other Questions
RST with vertices R(2, 3), S(1, 2), and T(2, 1) is rotated 270 counterclockwise about the origin. Can someone help!! I will give brainlistI need someone to find the ordered pairs8x+2y=-22 ( solve for y)5x+y=-12 (solve for x) Read the excerpt from Albert Schweitzer: A Life of Service and Sacrifice.By the time Albert was twenty-one years old, it was clear to his friends and family that he was a very gifted man who would succeed in any career. Albert was also aware of his many talents, but instead of thinking about success, he was filled with feelings of gratitude. He began to develop the idea that he ought to pay something back for all of the good fortune in his life. He created an unusual life plan. He pledged to serve his own interests only until he turned thirty. After that, he would serve the world.Which phrases in the excerpt does the author use to show that Schweitzer is talented and destined to do well?very gifted and who would succeedthinking about success and feelings of gratitudedevelop the idea and good fortunehis own interests and serve the world Find the value of x. HURRY WILL GIVE BRAINLIST Are these complete sentences, or is one of them a fragment?White Canary is waiting for me at the park. Until I finish my homework, I can't go meet her. Enrique took his family out for dinner to leave a 20% tip. If the bill was $131.00, what was his tip? How much was his total cost? 1)) Solve for a . 11.2 > 2a can any one help me please In rectangle QRST, diagonals QS and RT are drawn and intersect at point P. Which of the following statements must be true?QPR must be a right triangle. QPR must be congruent to QPT. QPR must be congruent to QRS. QPR must be congruent to SPT. Find the question a remainder as there is one if there is that remainder put 0 and the Box 3760 / 145 Describe the overall movement in our solar system. Explain the role played by the sun that movement. The Constitution and the Bill of RightsQuestions1. The Great Compromise established a Senate and House of Representatives. Which of the houses ofCongress was established to please the smaller states?A. the SenateB. the House of Representatives2. Which branch of government makes laws?A. the Judicial BranchB. the Executive BranchC. the Legislative BranchName Date3. People who serve as officials in our government must take an oath of office. What must they promise in thisoath?A. not to raise their payB. to quit when their term is overC. to support the ConstitutionD. to make laws4. What part of Congress must approve an amendment to the Constitution?A. two-thirdsB. three-fourthsC. 100%D. one-half5. Who wrote the Bill of Rights?A. Benjamin FranklinB. James MadisonC. George WashingtonD. Thomas Jefferson6. What does the Bill of Rights establish?A. the rights of the federal governmentB. the way state governments are organizedC. the rights of the peopleD. all of the above7. Which state was the ninth state to approve the Constitution?A. MassachusettsB. New YorkC. New HampshireD. Maine8. The Constitution can be changed by adding an amendment.A. trueB. false 1/3z=-5Solve the equation for the value of the variable show all work please and thanks for the help what is the y intercept of the points (2,72) and (5,162) 10% of the passengers on a fly with us airlines flight are in first class. If there are 40 passengers in first class, how many total passengers are on the flight The belief that the indivdual and human society are important i need help my teacher maked this hard The Internet was first used by which of the following institutions?A.Nazi partyB.US Postal ServiceC.US Department of DefenseD.British Broadcast Corporation Scientists describe the motion of an object in relation to which of the following? A)Gravitational pullB)[ForceC)Another objectD)Its mass Answers:Rickey is frustrated with the cruel treatment of his playersRicky needs a strong man of purpose to represent integration Ricky hopes to find a player willing to fight members of the pressRicky wants to interview athletes to access their personalities Identify the property you would use to solve this equation:y - 7 = 28