In this for loop, identify the loop control variable, the initialization statement, loop condition, the update statement, and the statement that updates the value of s

Answers

Answer 1

Answer:

Follows are the solution to these question:

Explanation:

Please find the complete question in the attached file.

For point a:

The "j" is the loop control variable that controls this loop  

For point b:

The initialized statement for the given loop is "j = 1"

For point c:

The loop condition for the given loop is "j<=10" which indicates that the value of j is less than equal to 10.

For point d:

The loop given statement that updates the value of the s is "s = s+j*(j-1)".

In This For Loop, Identify The Loop Control Variable, The Initialization Statement, Loop Condition, The

Related Questions

Do you think the benefits outweigh the risks? Why or why not?

Answers

Answer:

Varies By Person. This question is formed to make you think, it's addressed to you. There are no, wrong or right answers. Just needs to be answered with reason to back up your opinion.

Explanation:

Do you think the benefits outweigh the risks? Why or why not?

In my opinion, the benefits always outweigh the risks. This is due to the common nature that the majority of people will view everything in life, every transaction by how much it benefits them. People will also consider what those benefits are. If thing x only has one benefit but it's one I really want, I may take on the 2+, 5+, or 10+ risk that comes with it.

Although that's just my opinion, others may differ, you just need to find your stance.

WILL GIVE BRAILIST IF ANSWER RIGHT

Answers

Answer:

See Photo For Matching.

Which of the following might a small local bakery hire a multimedia artist to do? (Select all that apply).
design a new line of cupcakes
create advertising
design a menu
create digital ordering systems

Answers

Answer:

B and C

Explanation:

Multimedia artists create art, they do not program or do the cooking for the business.

I downloaded the hex mod on gamebanana, there was a "do NOT readme" file, I didn't see it at first and tried to open the app, it said "Unrecognized app" I really hope I didn't just get a virus on my computer, the game is fnf

Answers

Answer:

You'll be find. Viruses suck, but everyone gets them at some point. Don't be worried about it. If your computer is acting weird/getting pop-ups, just ask your parent to call the computer company or take it to the store that's owned by your internet provider company (AT&T store, etc.)

Getting a virus is not the same thing as a cyber-attack. It might make things a bit annoying. Worst case scenerio, someone uses a virus software program to gain access to your computer so they can try to find banking info.

Even if that happens (VERY low chance), financial companies associated with your credit card/financial info, etc. pick up on it pretty quickly and call if there's anything suspicious.

Explanation:

Answer:

if its friday night funkin its not a virus

Explanation:

The First National Bank debited $100.00 from your checking account into your savings account. What would the transaction descripton be?

Answers

Answer:

32 Day Interest Plus

Amount 1 - 32 days (per annum) 33 - 64 days (per annum)

R1 000 - R9 999 0.55% 0.65%

R10 000 - R24 999 0.80% 0.90%

R25 000 - R49 999 1.05% 1.15%

R50 000 - R99 999 1.55% 1.65%

Explanation:

Which of the following is true of a procedure? Check all that apply.

It can be reused.

It saves programmers time.

It is a block of code that performs a single task.

It lets you exit a function.

Answers

Answer:

It can be reused, It saves programmers time, it is a block of code that performs a single task.

Explanation:

Use the drop-down menus to match each description to the correct term.
Stores information in columns and rows
Smallest unit of information, e.g. 25
Unique identifier for each record, often an ID number
Group of related tables or records
Set of unique information, stored in a row

Answers

The appropriate term with its description are:

Excel spreadsheet: it stores information in columns and rows.Bit: smallest unit of information, e.g. 25.

What is an excel spreadsheet?

A excel spreadsheet can be defined as a type of software program which is designed and develop with cells that are typically arranged in a tabulated format in rows and columns.

How to match the description to the correct term?Excel spreadsheet: it stores information in columns and rows.Bit: smallest unit of information, e.g. 25.Key field: unique identifier for each record, often an ID number.File: it is a group of related tables or records.Primary key: set of unique information, stored in a row.

Read more on spreadsheets here: https://brainly.com/question/4965119

#SPJ2

The two major types of metal electrical cable are:



A.wire and fibre

B.twisted pair and coaxial

C.twisted pair and fibre optic

D.coaxial and fibre optic​

Answers

Hold on I’ll see if I could find the answer

does trend in computing important for organization management?​

Answers

Answer:

yes it is...................

In most software programs, which color arrows selects the points in a vector
Black
White
Gray
Red

Answers

Answer:

in think gray is used as arrow color which selects the points in a vector

What is printed by the python code? print('2' + '3')

Answers

Answer:

23

Explanation:

Given

print('2' + '3')

Required

The output

First, the expression in bracket is evaluated.

'2' + '3' = '23' i.e. The + concatenates '2' and '3'

So, the statement becomes

print('23')

The above statement prints the expression in quotes.

Hence, the output is 23

Answer:

23

Explanation:

anyone who play online game drop your name​

Answers

Answer:

kevinj720

Explanation:

Answer:

lightning bolt on ur Wala

List at least two questions you can use to help decide whether a website's information is trustworthy

Answers

Answer:

Questions (three) that can be used to decide whether a website's information is trustworthy are;

1) Who is or are the authors of the website

2) What type of information the website conveys

3) Why was the information published on a website

Explanation:

1) Who is or are the authors of the contents of the website including the authors credentials so as to ascertain whether the author is qualified with regards to the topic or topics written about on the website

2) What are the information presented on the website and the context the in which the information are presented

Are the articles in the website backed by a source, with hyperlinks, references or footnotes

3) Why was the on the website information created. Is the information to entertain, persuade, sell or inform

List 5 general safety precautions that you can take when working with a computer equipment.

Answers

Answer:

Wear the right clothes, unplug all equipment, keep your work area clean, check for damaged parts, and do not force components into ports.

Explanation:

These are all general safety precautions when working with computer equipment.

Tell me what does WSG mean ​

Answers

Answer:

It could mean many different things but heres some things it could

With Special Guest

World Standard Group

Web Security Guard

Hope this helps!

7. What is a slide transition?

Answers

Answer:

Is this multiple choice? If not, its a visual effect from one slide to another.

Explanation:

Answer:

A slide transition is the visual effect that occurs when you move from one slide to the next during a presentation. You can control the speed, add sound, and customize the look of transition effects

Explanation:

hope this helps:)

Write a program that reads a list of integers into a vector, and outputs the two smallest integers in the list, in ascending order. The input begins with an integer indicating the number of integers that follow. Ex: If the input is: 5 10 5 3 21 2 the output is: 2 and 3 You can assume that the list of integers will have at least 2 values. To achieve the above, first read the integers into a vector. Hint: Make sure to initialize the second smallest and smallest integers properly. Submit your .cpp code with this question's link. Output runs are not required.

Answers

Answer:

In C++:

#include <bits/stdc++.h>

#include <iostream>

#include <vector>

using namespace std;

int main(){

vector<int> vectItems;

cout << "Vector length: ";

int ln; cin>>ln;

int num;

for (int ikk = 0; ikk < ln; ikk++){

 cin >> num;

 vectItems.push_back(num);}

int small, secsmall;

small = secsmall = INT_MAX;  

for (int ikk = 0; ikk < ln; ikk++){

 if(vectItems[ikk] < small){

     secsmall = small;  

           small = vectItems[ikk];   }

 else if (vectItems[ikk] < secsmall && vectItems[ikk] != small) {

           secsmall = vectItems[ikk];} }

 cout<<small<<" "<<secsmall;

 return 0;}

Explanation:

See attachment for program file where comments are used for explanation

What is media logic according to David L. Altheide?

Answers

Answer:

Media logic is discussed as a general framework for understanding the nature, impact and relevance of media and information technologies for social life, as well as its use and appropriateness for investigating political communication. (According to David L. Altheide)

Explanation:

The National Archives is part of the federal government, which means that its content:

-belongs to everyone.

-is off limits to the public.

-comes with extreme licensing fees.

-is outdated and useless.

Answers

Answer:

its A

Explanation:

the national archives is open to anyone who visits

What are some common summary operations that aggregate functions can perform in a crosstab query? Check all that apply.
adding
counting
dividing
subtracting
identifying an average
calculating a minimum or maximum
predicting the next value in a pattern.

Answers

Answer:

adding

counting

identifying average

calculating max or min

Explanation:

edg 2021

___ design uses the same webpage content, but applies styling depending on the viewport size of the device

Answers

coding design used snake

would you be comfortable with a robot adjusting your investment portfolio if it came with significantly lower fees than a human financial advisor? Why or why not

Answers

Answer:

Sure, as long as it gets the job done and doesn't screw things up & is user friendly. I would also want to be able to turn it on and off at will.

Explanation:

PI
s
ne
poem for the
During reading: Work
on the following questions:
suggests
I
a
1
b
What do you predict the poem will be about?
How does the shape support what the titles
How many stanzas does the poem have?
b How many sentences does it have?
3 Read the poem aloud in your group.
2
a
m
Until I saw the Sea by Lilian Moore
ou the Sea​

Answers

Explanation:

As the qn was copy pasted from another document...the qn seems incorrect... and incomplete..

pls see to it and attach the correct qn...

sorry

What is a difference between Java and Python? (5 points)
a
Java requires brackets to define functions, while Python requires curly braces.
оо
Ob
Python ends lines of code with semicolons, while Java does not.
Python is a statically typed language, while Java is not.
Od
Variable types in Java cannot be changed, while Python allows them to change.

Answers

I'm not sure if this answers your question but I found this online:

The main difference between Java and Python is their conversion; the Java compiler converts the Java source code into an intermediate code called a bytecode while the Python interpreter converts the Python source code into the machine code line by line.

Sorry if this doesn't answer your question.

I'm not sure if this answers your question but I found this online:

The main difference between Java and Python is their conversion; the Java compiler converts the Java source code into an intermediate code called a bytecode while the Python interpreter converts the Python source code into the machine code line by line.

Sorry if this doesn't answer your question.

So I got a question when I ask a question some people send me a link that seems weird in their answer you can't put links in your answer so is it a grabify link to track my IP?

Answers

Answer:

dw just ignore it

Explanation:

its just stoopid kids or people just ignore it

and think positive like elmo

Answer:No I don't think so hope u have a great day

Explanation:

PLEASE HELP!!!
The unit talks about various astronomical tools, but satellites don’t make the list—why? Explain how satellites help us learn more about the Earth from space and analyze whether they can also help us learn more about space.

Answers

Answer:

The bird's-eye view that satellites have allows them to see large areas of Earth at one time. This ability means satellites can collect more data, more quickly, than instruments on the ground.

Explanation:

What value is returned by the call mystery(2, 3, 6)?

answer choices:

9

10

14

8

20

Answers

Answer:

8888888888888888888888888888Explanation:

yyugjhgfgdsfsghgtredfzgxhcjvkiu

draw a flowchart to input a number and find out whether it is divisible by 7 or not​

Answers

Note:

% is Modulus,

So it's taken as num mod 7, if that evaluates to 0 there is no reminder therefore divisible by 7.

What is one difference between low- and high-level programming languages?
O Low-level programming languages consist of written messages, while high-level programming languages are made up of numerals.
O Low-level programming languages do not have to be translated, but high-level programming languages do.
O Low-level programming languages are more similar to human language than high-level programming languages.
O Low-level programming languages must be interpreted or compiled, but high-level programming languages do not.

Answers

Answer:

Both High level language and low level language are the programming languages’s types.. The main difference between high level language and low level language is that, Programmers can easily understand or interpret or compile the high level language in comparison of machine.

Explanation:

The primary distinction between high-level and low-level languages is that programmers can readily comprehend or interpret humans in high-level languages, but machines can only easily understand humans in low-level languages. Thus, option C is correct.

What low- and high-level programming languages?

Low-level language operands and binary code instructions are swapped out for middle-level language mnemonics. However, since mnemonics are not understood by computers, we must translate them into machine code using a program called Assembler.

The types of programming languages are high level and low level languages. High level languages are distinguished from low level languages primarily by their ease of understanding, interpretation, and compilation by programmers.

Therefore,  Low-level programming languages are more similar to human language than high-level programming languages.

Learn more about programming languages here:

https://brainly.com/question/23959041

#SPJ2

what is the fullform of cpu​

Answers

Answer:

cpu is also known as Central processing unit this is legit answer pls brailest and adims STOP DELETING MY LEGIT ANSWERS

Explanation:

Answer:

central processing unit

Other Questions
What do you think should be done to memorialize Emmett Till properly? Write a paragraph about what you think should be done and why. Think about the message that should be conveyed, and how the memorial would educate the public. SHOW YOUR WORK5.9 0.54 =? How is the periodic table used to determine properties of elements Hardware Sells Nails By The Kilogram.One Inch Of Nails Weighs Approximately 18 mg.How Long,In mm,Is A 1-inch Nail,Correct to 1Decimal Place.? Which product forms from the synthesis reaction between lithium (Li) and oxygen (O)?A. Li2OB. LiOC. LiO2D. Li2O2 1. -2x(x+3)-(x+1)(x-2) = The goal of meeting economic and humans needs is to improve blank of life Which term best describes what was happening between 1900 and 1920? A. Colonization c. Urbanization b. Protectionism d. Imperialism Please select the best answer from the choices provided A B C D Who is Youngren-Browns audience? What is she telling them (in other words, what is her theme/main idea?) Remember: main idea is topic + comment on the topic. 6. The domain of the function (x) = 13x - Xis given as {-2. -1, 0, 1, 2). What is therange? Show your work. Our Solar System consists of our star, the Sun, and its orbiting planets (including Earth), along with numerous moons, asteroids, cometmaterial, rocks, and dust. However, our Solar System is only part of space. Place the following in order from biggest to smallest.A) Galaxy, Universe, Solar System, Star, PlanetB) Universe, Solar System, Galaxy, Planet, StarC) Solar System, Universe, Galaxy, Star, PlanetD) Universe, Galaxy, Solar System, Star, Planet Let's take another look a Juliet's speech.Gallop apace, you fiery-footed steeds,Towards Phbus' lodging; such a waggonerAs Phton would whip you to the west,And bring in cloudy night immediately.(III, iii, 3-6)What is Juliet really trying to do here?A. express a similarity between Phthon and Romeo, as both are driven by passionsB. express the lack of wisdom in wishing to alter the natural order of things by examining consequencesC. conjure an ancient spell that actually shortens the dayD. sacrifice order in favor of chaos in order to alter time (shorten the day) On January 1, Sheridan Company had 97,500 shares of no-par common stock issued and outstanding. The stock has a stated value of $6 per share. During the year, the following occurred. Apr. 1 Issued 23,000 additional shares of common stock for $17 per share. June 15 Declared a cash dividend of $1 per share to stockholders of record on June 30. July 10 Paid the $1 cash dividend. Dec. 1 Issued 1,500 additional shares of common stock for $19 per share. 15 Declared a cash dividend on outstanding shares of $2.90 per share to stockholders of record on December 31.Required:Prepare the entries to record these transactions. Who worked at the slaughterhouses?1. Women2.Children3. Immigrants Brady's listing of deferred tax assets and liabilities includes the following for operations in the tax jurisdictions of Tambura and Nileboo:Tambura: Deferred tax asset of $19 million Valuation allowance of $16 million Deferred tax liability of $28 million Nileboo: Deferred tax asset of $60 million Deferred tax liability of $17 million Brady files separate tax returns in Tambura and Nileboo. Bradys balance sheet would include the following disclosure of deferred tax assets and liabilities:_______. I need the answers and explanation please ill mark brainliest two angles are supplementary. the bigger angle is three times as large as the smaller angle.find the measurement of the angles Analyze how a culture can impact a language. In some instances, this influence may also be reflected in the language structure, patterns and vocabulary. Cite appropriate examples to illustrate how, because of this influence, one tends to speak their second language using the structural patterns, grammar (and accent!), and skills that they know from their native language. - SWIMMING POOLS A swimming pool is 30 feet long by12 feet wide by 4 feet deep. A cubic yard of water is27 cubic feet. How many cubic yards of water can thepool hold? Round to the nearest tenth.M The probability of an event is 0.28. Describe the likely hood of the event