Q) Look at the code and determine the output

y=-10
while(y<10):
print('$', end="") y += 5

(a) $$$$$$$$$$
(b) $$$$
(c) $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
(d) Nothing will be printed

Answers

Answer 1

Answer:

B.

Explanation:


Related Questions


Which two of these can be stored in a float variable?
1
C
3.4
true
"hello"

Answers

Answer:

3.4

Explanation:

A float variable can only store a floating-point number which means it can store a number that has a decimal place or a decimal number.

Answer:

float variable is

3.41

The definition of "nested statements" is _____.
a. elements of HTML that work within other elements of HTML
b. elements of specific text that work within elements of HTML
c. elements of specific code that work within elements of HTML
d. elements of HTML that work outside of elements of HTML

Answers

C??i think sorry if wrong ..

A wireless ________ extender is a network device that enhances transmission of your wireless signal.

Answers

Explanation:

A wifi range extender,sometime called a range expander,is type of wireless repeater used to exten wifi range.

different types of programming languages​

Answers

the main types are machine language, assembly language and high level language

Answer:

At the time of writing, some of the top programming languages include: 

C

Java 

Python

C++

C# 

Visual Basic 

JavaScript

PHP

SQL

Assembly language

R

Groovy 

What is a complete group of instructions known as in Scratch?
blueprint
program
sprite
code block

Answers

Answer:

I think it may be blueprint

Answer:

program

Explanation:

explain different users of computer in briefly?​

Answers

Answer:

The question is invalid; there are many types of computer user. Why on earth do you think there are five?

From the top of my head.

Casual- someone at home browsing the web, reading email.

IT Consultant. Advising people.

Software developer- writing software

Secretary - manages email for a company

Academic. Writing research papers.

Monitors. Monitor a computer system.

That’s six off the top of my head. There are probably a dozen more. So why do you think there are five?

PLEASE ANSWER AND HURRY I'LL MARK YOU BRAINLIEST!!


Answers

Answer:

what's the question?

Explanation:

I see no question.

who invent cars and who invent bikes and who invent pc

Answers

Answer:

Cars were invented in 1886 by Karl Benz.The term bicycle was coined in France in the 1860s, but The first verifiable claim for a practically used bicycle belongs to German Baron Karl von Drais in 1817The first computer was by Charles Babbage, an English mechanical engineer and polymath he originated the concept of a programmable computer.

If you are trying to create a game that involves a mystery, what colors would work best to support the mood?
dark colors
bright colors
neutral colors
greyscale colors

i gave up in life

Answers

Answer:

the answer is dark colors

Answer:

Dark colors

Explanation:

Dark colors are very ominous and support a mood of mystery

Please help ASAP

14. What is the following code snippet doing?
cities_array = ["Boston":"Winthrop", "Belmont". "Braintree", "Cambridge"]

O increasing the scope of the variable cities_Array

O validating city inputs

O creating an index s city names for an array

OThis code would return a syntax error.

Answers

( If this is in python) then it would return a syntax error because you have used a dot and a colon instead of a comma

I want know answer for best way to copy formula on MS Access

Answers

Answer:

copy and paste is alternate

def test() : # do not change this line!
values = [4, 7, 8, 9, -5] # do not change this line!

# write your code here so that it modifies values

# be sure to indent your code!

print(values)
return values # do not change this line!
# do not write any code below here

test() # do not change this line!
# do not remove this line!

Answers

I’m sorry this is unclear . What exactly do you need .

You can enter common data in multiple worksheets by __________.
a) Grouping Worksheets
b) Data Validation
c) PivotTable
d) Consolidating Data​

Answers

Answer:

A.) Grouping Worksheet.

Explanation:

Hope this helps!

types of digital divide ​

Answers

Explanation:

introduction. desktop computer,tablet computer,storage devices such as flash drivers, mobile phone...

conclusion for project for computer​

Answers

OK this question is answer easy the computer important of future

Please answer these questions.

Answers

For question 15 the answer is option C. I don't know the answers to the other questions

What does this Python expression evaluate to?

100 != 100

True

False

“True”

“False”

Answers

Answer: False

Explanation:

Which part of the computer is responsible for managing memory allocation for all applications


A. Word processor


B. Operating system


C. Web browser


D. Intergrated development environment


I think it’s B but I’m not sure so I want to see if I’m right before answering

Answers

Answer:

Option B

Explanation:

The operating system is the type of software that is responsible for managing the processor time and also the memory allocation in the system. The operating system mainldeals with the processor time by scheduling the processor work done in the system.

The OS mainly controls the system and then schedule the execution of various types of function by the central processing unit (CPU). It also controls the memory allocation in the system.

The part of the computer responsible for managing memory allocation for all applications is the operating system. The correct option is B.

What is an operating system?

The operating system is the kind of software in charge of controlling the system's memory allocation and CPU usage. By scheduling the system's processor work, the operating system primarily manages processor time.

The operating system (OS) primarily manages the system and schedules the central processor unit's performance of many types of functions. Additionally, it manages the system's memory allocation.

The CPU is the brain of the computer. It manages all the functions of the computer. It is a small rectangle chip-like structure present inside the box with other parts.

Thus, the part of the computer that is responsible for managing memory is the operating system. The correct option is B.

To learn more about the operating system, refer to the link:

https://brainly.com/question/6689423

#SPJ2

What is the new programming language for developing iOS and Mac app

Answers

Answer:

Swift

Explanation:

I'm not sure about new, but IOS developers have been using Swift ever since the begining of time!

Does technology always follow the science, yes or no and explain the reason your choice

Answers

Answer:

NO

Explanation:

because Technology does not always follow science but it may actually lead science in some instances. An example is weather forecasting.Mark me brainliest plz

You would like the word "Employee" to appear in cells A1, B1, C1, D1, and E1. To be efficient, you should
type the label in Al and drag down column A
use the merge and center command
type the label in Al and use autofill
type the label in each of the cells

Answers

To be efficient, type the label in Al and use autofill. Check more about excel below.

What is Excel used for?

Microsoft Excel is known to be a kind of software that helps its users to be able to edit, organize and calculate data through the use of a spreadsheet.

Note that one can be able to duplicate a word such as "Employee" on excel by typing the label in Al  and use autofill.

Learn more about Excel from

https://brainly.com/question/25879801

#SPJ2

Question 3 You are working with the ToothGrowth dataset. You want to use the skim_without_charts() function to get a comprehensive view of the dataset. Write the code chunk that will give you this view.

Answers

There are different kinds of chunk options. The code chunk  that will give me this view is  skim_without_charts(ToothGrowth)

This code chunk can gives me a comprehensive view of the dataset. When you look into the parentheses of the skim_without_charts() function, you will see the name of the dataset that you intended looking into/viewing.

The code is known to return or give a short detail with the name of the dataset and the number of rows and columns therein.

It also makes one to see the column types and data types that are found/ contained in the dataset. The ToothGrowth dataset is known to have 60 rows.

Learn more about Code Chuck from

https://brainly.com/question/25525005

Which cloud computing model allows users to create their own applications given a specific set of tools

Answers

I believe Windows or Apple computers. Sorry if I’m not helpful.

Which system provides an easier way for people to communicate with a computer than a graphical user interface (GUI)

Answers

Answer: natural Language Processing

Explanation:

Natural Language Processing: It is a sub field of linguistics which is concerned with the interactions between Human and computer especially how to program computers to process and to understand large amounts of natural language data.

Matlab

K = 92

how do i do
AK= u * s * v'
with this value?

u = 1
s = 12.0048
v = 1

Answers

Answer:

Explanation:

AK = u*s*v

u = 1

s = 12.0048

v=1

K = 92

92A = 1 * 12.0048 * 1

92A = 12.0048             Divide by 92

A = 12.0048/92

A = .1304

What is the impact of Customer Centricity?

Answers

Customer-centric businesses generate greater profits, increased employee engagement, and more satisfied customers. Customer-centric governments and nonprofits create the resiliency, sustainability, and alignment needed to fulfill their mission.

Which system carries the idea of GPS service further than simply telling you which route to take to arrive at a particular place

Answers

There are different uses of GPS. Apple’s Siri system carries the idea of GPS service further than simply telling you which route to take to arrive at a particular place.

Apple Siri  is a software device that can make calls or send texts for a person when he or she is driving.

It often carries the idea of GPS service further as it does not only give GPS but it can help you to tell you, your messages on your Airpods. It often offers some suggestions on things you want to do will driving.

Learn more about Apple Siri from

https://brainly.com/question/9795929

How can you create a messages to look like an IMessage?

Answers

Answer:

An article about the company in a city newspaper are consumers most like to trust.

Explanation:

use JAVA

Create a HighestGrade application that prompts the user for five grades between 0 and 100 points and stores

the grades in an ArrayList. HighestGrade then traverses the grades to determine the highest grade and then

displays the grade along with an appropriate message.

Output:

Enter a grade (between 0 and 100): 87

Enter a grade (between 0 and 100): 65

Enter a grade (between 0 and 100): 98

Enter a grade (between 0 and 100): 89

Enter a grade (between 0 and 100): 55

The highest grade is: 98

Answers

Answer:

import java.util.*;

public class HighestGrade

{

       public static void main(String args[])

       {

                Scanner sc = new Scanner(System.in);

                 int n = 5;      

                ArrayList<Integer> grades = new ArrayList<Integer>(n);

               for (int i = 1; i <= n; i++)

                {

                       System.out.print("Enter a grade (between 0 and 100): ");

                       int num = sc.nextInt();

                       grades.add(num);

                }

                int max = grades.get(0);

                for (int i = 1; i < n; i++) {

                       if (grades.get(i) > max) {

                             max = grades.get(i);

                       }

                }

               System.out.print("The highest grade is: "+max);

       }

}

Explanation:

The class HighestGrade application rompts the user for five grades between 0 and 100 points and stores  the grades in an ArrayList. HighestGrade then traverses the grades to determine the highest grade and then displays the grade along with an appropriate message.

What is the difference between * and **operator? in python ​

Answers

Answer: "**" is used for power off while "*" is used for multiplication

Explanation: you just have to memorize it

In python language the "**" operator is used for 'power of" and "*" is used for multiplication.

To alter the value of operands in Python, utilise the operators constructs. These are the figurative representations of logical, mathematical, and other operations.

Consider the equation 4 + 5 = 9. The operator in this instance is +, and the operands are 4 and 5. We'll examine numerous Python operators in this session.

The following operator categories are supported by the Python language.

Comparison (Relational) Operators for ArithmeticOperators of assignmentsIntelligent OperatorsOperators in bitsOwners of membershipsIndividual OperatorsLet's quickly review each of these operators in turn.

In python language the "**" operator is used for 'power of" and "*" is used for multiplication.

Therefore, in python language the "**" operator is used for 'power of" and "*" is used for multiplication.

Learn more about the python language here:

https://brainly.com/question/11288191.

#SPJ3

Other Questions
Masters Cleaners average variable costs consist of $.70 of direct labor, $.30 of directmaterials, and $.50 of other variable inputs. If it has fixed costs of $1,000, what level of outputis required at a price of $2 to generate $500 in profits?a. 1,000b. 1,500c. 2,000d. 2,500e. 3,000 a.Fill in the blank questions usually requireOne key wordb. A list of vocabulary wordsin the answerc. Complete sentencesd. None of thesePlease select the best answer from the choices providedBD Use polynomial identities to multiply (5 - 4x3)(5 + 4x3). What identity did you use?A. Difference of cubes identityB. Difference of squares identity C. Binomial TheoremD. Square of a sum identity The number of international tourist arrivals in Russia in 2012 was 13.5% greater than in 2011. The number of international tourist arrivals in Russia was k million more in 2012 than in 2011. What is the value of k to the nearest integer Angle A is in standard position and terminates in quadrant IV. If sec(A)=4 3 , complete the steps to find cot(A). Use the identity to find the value of (A). Find the slope of the line passing through the points(3,-9) and(2,-2) . Question 20(Multiple Choice Worth 2 points)(MC)How did unrestricted submarino wpirfare by Germany affect U.S. foreign policy?Tariffs on European goods rose,Immigration quotas were established,Military involvement began to increase,Congress adopted a staunch isolationist policy,Question 21 (Multiple Choice Worth 1 points)(LC) What effect did Muslim warriors have on Spain? Please explain what they brought to Spain and what changes happened in Spain?NEED IT NOW! I dont get this can someone please help me. At a certain shirt factory, 6 buttons are used on each shirt. If a box containing 120 buttons costs $7, determine the cost for the number of buttons needed for 680 shirts Read the excerpt from chapter 23 of The Adventures of Huckleberry Finn.When the place couldn't hold no more, the duke he quit tending door and went around the back way and come on to the stage and stood up before the curtain and made a little speech, and praised up this tragedy, and said it was the most thrillingest one that ever was; and so he went on a-bragging about the tragedy, and about Edmund Kean the Elder, which was to play the main principal part in it; and at last when he'd got everybody's expectations up high enough, he rolled up the curtain, and the next minute the king come a-prancing out on all fours, naked; and he was painted all over, ring-streaked-and-striped, all sorts of colors, as splendid as a rainbow. Andbut never mind the rest of his outfit; it was just wild, but it was awful funny.Which best describes the source of the humor in this excerpt?the fact that the place was packedthe dukes speech to the audiencethe image of the king performingthe audiences high expectations What is mean number of strawberries collected each day Round to the nearest whole number if necessary 107,122,148,135,126,154 Read this excerpt from I Never Had It Made.Years later Branch Rickey told the story of the misery of that black player to whom he had given a place to sleep. He remembered that Thomas couldn't sleep."He sat on that cot," Mr. Rickey said, "and was silent for a long time. Then he began to cry, tears he couldn't hold back. His whole body shook with emotion. I sat and watched him, not knowing what to do until he began tearing at one hand with the other just as if he were trying to scratch the skin off his hands with his fingernails. I was alarmed. I asked him what he was trying to do to himself. "Its my hands,' he sobbed. 'They're black. If only they were white, I'd be as good as anybody then, wouldn't I, Mr. Rickey? If only they were white."Which is the central idea of this excerpt?Rickey witnesses black players frustration with segregation.Rickey cares for his players personal problems.Rickey invites his players to visit his home in the off season.Rickey remembers his favorite players long after they graduate. Martin, his 2 brothers, and his 5 sisters want to fairly share 3 bottles of water. Howmuch water will Martin get? there are 11 members on a board of directors.if they must firm a subcommittee of 5 members how many different subcommittees are possible How did commercial guilds affect community life ? What is 7 x 1/4 ? Draw a model of your choice to help you solve in decimal form The dimensions of the base of an office building are 5.5 x 10^4 feet by 3.45 x 10^5 feet. What is the perimeter of the base of the building, in feet? Separation of members in society based on certain characteristics. choose one from belowsocial stratificationcaste systemclass systemsocial mobilitypovertylife chances You have created a slide that is functional, but a bit on the boring side. In five to ten sentences, describe changes you would make to the slide to make it more effective.