The while loop is used in Python is When a condition is not necessary for the action to repeat. The correct option is A.
What is a loop in python?While the test expression (condition) is true, a block of code is iterated over in a while loop in Python. When we are unsure of how many times to iterate, we typically utilize this loop.
When a condition is not satisfied, a "While" loop is used to repeat a certain piece of code an undetermined number of times.
Therefore, the correct option is A. When a condition is not necessary for the action to repeat.
To learn more about loop in python, refer to the link:
https://brainly.com/question/17161155
#SPJ1
Answer: C. When an action will be repeated for a specific number of repetitions
Explanation: In order for a while loop to work, it needs to know how long it is supposed to be repeated.
Example: x = 0
while x (x<10):
x = x + 1
So when x is greater than 10, the loop will run, but when x is less than 10 it will not.
While loop definition: tells Python to repeat the action while a certain condition is true
Hope this helps :)
--k7ro
please tell me the answer a.1111+1011. b. 10111+11111 c. 1111*1011 d. 1110*1101 perform the binary calculations.pleaseeeeeee
Answer:
c.111*1011
Explanation:
because this is the perform fissionable or the binary calculations
mark me brainliest please
Answer:
[tex]11010[/tex]
Explanation:
Number 1 in the decimal system
[tex]1111^2 = 1510[/tex]
Number 2 in the decimal system
[tex]1011^2 = 1110[/tex]
Their sum
[tex]15 + 11 = 26[/tex]
Result in binary form
[tex]26 {}^{10} = {1101}^{2} [/tex]
How do you answer someone's question when they have asked?
Answer:
press answer or add answer
Explanation:
Answer:
there is an answer (+answer) down-left side click on it and then add the answer.
2. YOU CANNOT IGNORE A SUGGESTION GIVEN BY WORD TO SAY YOU SHOULD CORRECT A SPELLING ERROR. *
True
False
Answer:
False
Explanation:
If you spell a word that Microsoft Word doesn't recognize, you can always click the little opened book icon (the spelling check book will appear with either an x or a check mark) at the bottom left hand-corner, and you have the option to ignore the misspelled word.
Hope this helped :)
If it didn't, then I'm sorry
hãy mô tả thuật toán cho bài toán sau: Cho N và dãy a1, a2,.. an. Hãy cho biết số âm trong dãy số đó.
Answer:
I can't understand you lol your so mudafaka
in word 2010, the document information panel has been moved to the ______.
In word 2010, the document information panel has been moved to the File tab.
Microsoft Word is a word-processing program that is used for creating documents.
The steps taken to locate the document information panel is:
Open a new document in Word 2010. Click on the File tab located at the top-left corner of the window. Click on Properties and then click the Show Document PanelIn word 2010, the document information panel has been moved to the File tab.
Find out more at: https://brainly.com/question/17241854
50 POINTS!!!!!!!!!!!!!!!!!!!!1
Which of the following statements about translating content are true? Select 3 options.
A. Using a translation app or plug-in is often the best choice for those on a budget.
B. Translating content is the only activity required to localize your application.
C. In almost all circumstances, it is best to have a person translate your content.
D. Components that should be translated include license agreements, notifications, and alternative text for images.
E. Unicode allows for automatic translation through the use of standard codes for each character.
Answer:
A, C, and E
A. Unicode allows for automatic translation through the use of standard codes for each character.
C. In almost all circumstances, it is best to have a person translate your content.
E. Components that should be translated include license agreements, notifications, and alternative text for images.
Explanation:
I tried your answer but it was wrong. This was the answer that came up instead.
The statements which are true about translating content are as follows:
Using a translation app or plug-in is often the best choice for those on a budget.In almost all circumstances, it is best to have a person translate your content.Unicode allows for automatic translation through the use of standard codes for each character.Thus, the correct options for this question are A, C, and E.
What do you mean by Content translation?The Content translation may be defined as the methodology of modifying existing contents that are considerably designed in order to attract, engage, and retain a particular audience.
Examples of the content translation may include blog posts, white papers, videos, podcasts, newsletters, social posts, etc. These content translations are generally done in order to make the audience understandable and be satisfied with the information that was earlier written in a very complicated form.
Therefore, the correct options for this question are A, C, and E.
To learn more about translation, refer to the link:
https://brainly.com/question/14480244
#SPJ2
What are megapixels?
A. the size of an image captured by a camera
B. giant pixels inside the camera
C. a computer store
D. a video game played in a camera
Answer:
A.
Explanation:
A. It's the total number of pixels in an image obtained by multiplying the dimensions (height times width). For large images, this multiplication can be in the millions (=mega), hence the term mega pixels.
Why is it important to create a web maintenance schedule? Check all of the boxes that apply.
A, B, D
I just did it mate :)
how the robots made????
Answer:
Using certain circuitry, a robot can be made using systems that are wired to fix or perform a function. The production of each robot is different depending on what it’s function is for. Many parts are extracted from elements which come in several forms, like silicon, or iron and aluminium.
Drones are robots that use IMU, gyro stabilization and flight controller technology.
(I'm not sure what you need, but I hope this helps) If you were asking something else, please comment and let me know.
which item is developed last in the cyclical design process
The item that is developed last in the cyclical design process is known to be Prototype.
What is the last step in the design process?Designers which can be known to be evaluators are said to test the complete product using the best solutions known to be in the Prototype stage.
Note that The item that is developed last in the cyclical design process is known to be Prototype.
Learn more about design process from
https://brainly.com/question/10039920
#SPJ1
what corporation created what is now the most widely-used computer operating system in the world?
Answer: Microsoft windows
Explanation: Microsoft Windows is likely the most well-known and common computer operating system in the world today. It was developed by Bill Gates’ Microsoft Corporation and can run on a number of different platforms, particularly on PCs or Personal Computers.
njbuhbgtgyuhjkhghghvgbtyujhnhbvgvfgtyujhnhbgfrtrythg
Answer:
odkgxxkxhfohxgichocohct8xiycohx8tx8ychichicjoviyxycohvi
Explanation:
brainlylist please
What is the name of the file manager in Microsoft Windows?
The file manager used in Microsoft Windows is
Answer:
The File Explorer. Hope this helped! <3
Explanation:
why wont my chromebook stay charging while im using it
Answer:
Explanation:
Well, it is probly because your chromebook is broken or the carger and/or is it working when you are not using it?
Which type of basic building blocks (constructs) is the following algorithm?
A.Sequence
B.Selection
C.Iteration
D.Iteration and Sequence
The type of basic building blocks (constructs) used in the above algorithm is: A. Sequence.
An algorithm can be defined as a standard formula (procedures) which comprises a set of finite steps or instructions, that is typically used for solving a problem on a computer.
Basically, there are three (3) basic building blocks (constructs) used in an algorithm and these include:
I. Iteration.
II. Sequence.
III. Selection.
Selection is a building block (construct) that is used to determine the set of instruction or step to execute in a program based on a Boolean expression such as:
True or False.Yes or NO.If the conditional test (grade > 50) is True (Yes), a part of the program is executed, which is to output a "Pass."
Otherwise, the program would execute and output a "Fail" i.e the conditional test (grade > 50) is False (No).
Read more: https://brainly.com/question/21172316
What is 11100111 to decimal form?
Answer:
231
Explanation:
Help please! i don’t know how to do this.
H2 should be:
-Blue
-Times New Roman or Arial
-Align to the right
2. Strong should be:
-Teal
-32pt
-Boldness of 700
3. P should be:
-All in uppercase
-Overlined
-Word space of 10em
Answer:
Make sure to create and link a css file with the following:
<link rel="stylesheet" href="./styles.css">
In your css file, enter these styles:
h2 {
color: blue;
font-family: 'Times New Roman', Times, serif;
text-align: right;
}
strong {
color: teal;
font-size: 32pt;
font-weight: 700;
}
p {
text-transform: uppercase;
text-decoration: overline;
word-spacing: 10em;
}
Explanation:
In order for the html file to know where your styles are located, you have to link it to the css file with the code given above. In this file, you will enter some css to change the styles of the elements you have created in your html file.
To alter the style of an element, you first have to enter the name of the element itself, its class or its id. In this case, we have used the element itself, meaning that all the same elements in the html file will have the same style. The styles you wish to use are entered in between the curly brackets.
In your specific problem, we are trying to change the h2, strong and p elements, so that is what we have done. For the h2, you wanted it blue, therefore we use the color property to change the color. For the font, we use the font-family and finally we use text-align to align it to the right. The same pretty much applies for the other two elements. Your strong element needs to be teal,32pt and 700 bold. Therefore we use the color, font-size and font-weight properties respectively. And finally for the p element, we will use the text-transform, text-decoration and word-spacing properties respectively.
When you dont know the name of the property you want to change, I suggest googling it. You will definitely find the property name you are looking for. W3schools.com is a good source to use.
Bob gets an e-mail addressed from his bank, asking for his user ID password. He than notices that the e-mail has poor grammar and incorrect spelling. He calls his bank to ask if they sent the e-mail, and they promptly tell him they did not and would not ask for that kind of infromation, What is this type of attack called
Answer:
A Fraud Attack(or scam :D)
Explanation:
EZ answers friend and put THANKS in my profile
Over the past week, every time Larry has started his computer, he has noticed that the time is not correct. Larry didn't consider this a problem because his computer was working properly. However, now Larry has decided that he should investigate why the time is not accurate. What can you tell Larry to check to find out why the clock does not keep the right time?
Answer + Explanation:
You can tell Larry to set his device's location on 'enabled' at all times. That way, you get the time zone too. For example. if you live in the US, and your Location is not enabled, then the device may think that you are in China, or where the device was last at.
Where do you see script fonts? Where do you see Display or Ornamental fonts?
Answer:
Script typefaces are based upon the varied and often fluid stroke created by handwriting. They are generally used for display or trade printing, rather than for extended body text in the Latin alphabet. Some Greek alphabet typefaces, especially historically, have been a closer simulation of handwriting.
Explanation:
After completing a career search, Patrick has decided that he wants to be a paralegal. Which two skills or abilities are important for him to have in order to excel in this career?
research skills
analytical thinking skills
creative thinking skills
math skills
Answer:
Research skills & Analytical thinking skills
Answer:
Research skills & Analytical thinking skills
Explanation:
Develop an algorithm to print the names of the candidates who should receive a refund. A refund is due if the candidate's votes received equals or exceeds 20 per cent of the votes cast in the constituency. The algorithm should also determine and print the number of candidates who received a refund. Test the algorithm with data from ten candidates. The algorithm must accept as input the names of the candidates, votes received and the votes cast in the constituency. The algorithm should print the name of the candidate and the words "Refund Due" or "No Refund" and the number of candidates who received a refund.
Answer: start
input candidate name, votes received and vote cast
if count =number of candidate who re
Explanation:
What type of software repairs or improves a larger application that is already installed on a system?
O spreadsheet
O mapping
O patch
O anti-virus
Answer:
MappingExplanation:
Hope it helps youconsider a system for temperature measurement consisting of an integrated temperature sensor (electronic component sensitive to temperature) and an amplifier of the voltage signal produced by the sensor. the sensor has a voltage output and linear characteristic between -10 degrees and 20 degrees; at 0 degrees it is 1 v and increases by 0.1 v for each degree of temperature. it is required to determine the mathematical relationship that links the system output (represented by the amplified voltage) to the input (represented by the temperature of the environment in which the sensor is immersed) and to represent this relationship by means of a graph.
Answer:
ZOO WEE MAMA
Explanation:
ZOO WEE MAMA
Program to count how many even and odd number are in the range from M to N using C++ programming language
Answer:
#include<stdio.h>
#include <iostream>
using namespace std;
int main(){
int number, min, max;
cout << "Enter the minimum range: ";
cin >> min;
cout << "Enter the maximum range: ";
cin >> max;
cout << "Odd numbers in given range are: ";
for(number = min; number <= max; number++)
if(number % 2 !=0)
cout << number<< " ";
cout<< "Even numbers in given range are: ";
for(number = min; number <= max; number++)
if(number % 2 ==0)
cout << number << " ";
return 0;
}
Explanation:
First of all, we take declare two variables. one as the lowest number of the range and the other as the upper limit of the range (in this case: min and max). We declare another variable (number) and store in it the lowest number of the range (min). To check whether the number currently stored as the value of the variable (number) is even, we take in account the remainder of that number divided by 2. If the remainder does not equals 0, we print that number as odd. We again check the remainder by dividing the number by 2. If the remainder does equals 0, we print that number as even.
Range is an example of a ______________.
PLZ help!!!
Answer:
Function
Explanation:
In python, they use this word a lot.
The function in Python is an example of just one. Whenever called, the reach function accepts one argument. This range function accepts up to 3 arguments, but at least one must be specified when this is invoked.
It provides a process called range(). It returns a series of numbers that starts at zero and increments by one by default, stopping before the defined set.This function is most commonly used to iterate sequence types (Python range () list, string, and so on) using for and while loops.In the for loop, one of the most common uses of the range () method is to iterate through a series of variables.Therefore, the final answer is "Function".
Learn more:
brainly.com/question/22291227
Helpppp
You can see the output if your html result using any web browser ?
True or False
which cyber protection condition establishes a protection priority focus on critical and essential functions only
INFOCON 1 is the cyber protection condition establishes a protection priority focus on critical and essential functions only.
INFOCON 1 describes the threat level system (defense system) that is used to defend against military attacks and is based fundamentally on the status of information systems i.e. on essential and critical functions of the system.
There are often five levels of INFOCON with INFOCON 1 being an acronym for "information operations condition 1" and is used in the United States of America and is carried out on attacks that were successful and could impact the missions of the Department of Defence and as such is only needed on occasions of extreme cyber risks.
In addition, INFOCON 1 describes the Computer Network Defense system at maximum alertness and any compromised systems in the network are completely isolated from the rest of the network to avoid further damage.
Learn more about cyber protection here: https://brainly.com/question/25157787?referrer=searchResults
The headgear shown in the video is used to combine 3-D models with real-time information visualized through the helmet. For which type of jobsite is this technology commonly used?
Headgears such as the daqri smart helmet leverage the capability of the mixed reality to produce smart helmets which provides sleek real-time interactivity commonly isde in construction sites.
Mixed reality technology integrated the capability virtual reality to produce 3D images, which is coupled with the ability to interact with the real world.
The helmet allows engineers to picture the intended design and interact with the environment while maintaing and adhering to safety protocols.
Learn more : https://brainly.com/question/25273027
People’s personal information is collected _____. Select 4 options.
A. in order to learn how to enhance their privacy.
B. so that organizations can make predictions about people.
C. so that governments can make decisions about policing.
D. so that organizations can market more effectively.
E. in order to learn more about the way they behave.
Answer: I think the answer is A),B),C),D)
Explanation: I hope this helps,please let me know :)
Answer:
A, B, C, and E
Explanation:
correct of edge 2022