1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Goryan [66]
3 years ago
9

Hi I need help, This assignment is for Assignment 6 Question 4 in edhesive for computer science. here is the prompt:

Computers and Technology
1 answer:
Alex17521 [72]3 years ago
7 0

Answer:

Following are the python code to print the given pattern:

print('FOURTH') # using print method

for i in range(10): #using loop to count numbers

   for j in range(10-i): # use loop to print asterisk value in reverse order

       print("*", end=" ") #print value

   print("") #using print method for space

Output:

Please find the attachment.

Explanation:

The description of the above python program can be described as follows:

  • In the first line, use the print method, that print message "FOURTH".
  • In the next line, two for loop is used in which the first loop counts the number to be print value, inside the loop another for loop is used.
  • In this loop, it prints asterisk values in its reverse order and for new lines, it will use the print method with a single white space.

You might be interested in
A. Convert decimal 37 to binary
lisabon 2012 [21]

Answer:

100101

25

5E7

101000011100

Explanation:

4 0
3 years ago
Suppose your training examples are sentences (sequences of words). Which of the following refers to the j^th word in the i^th tr
Juli2301 [7.4K]

Answer:

a. x^<i>(j)

Explanation:

The solution has been explained in the question; however, I will provide further explanation.

The sequence to access a word is:

Training example --> Word

In other words, you first access the training example, before you gain access to the word being searched for.

Rewrite the following:

Training example --> Word

as:

ith training example --> jth word

Hence, the representation is:

x^{(i)

5 0
2 years ago
________ flows consist of data related to demand, shipments, orders, returns, and schedules, as well as changes in any of these
Alexxx [7]

Answer: Information

Explanation:  Information flows consist of data related to demand, shipments, orders, returns, and schedules, as well as changes in any of these data.

\textit{\textbf{Spymore}}

3 0
3 years ago
cell d1 contains the value 7.877 you want cell d1 to display this value as 7.9 how can you accomplish
Georgia [21]

Answer:

You round?

Explanation:

6 0
3 years ago
Which of the following allows administrators to connect remotely into servers from their desktop computers? Terminal Services fo
Anna007 [38]

As it is a remote login to a 'server'; then TS for Administration

8 0
3 years ago
Other questions:
  • The operating system is not directly involved in one of these tasks.Immersive Reader
    12·1 answer
  • Ipv6 includes a native information security framework (ipsec) that provides both data and control packets. true false
    15·1 answer
  • From the television industry's point of view, which of the following would be the most desirable viewer?
    5·1 answer
  • 1. The programmer intends for this pseudocode to display three random numbers in the range of 1 through 7. According to the way
    12·1 answer
  • List five kinds of view in the computer and briefly define each​
    9·1 answer
  • You scan the network and find a counterfeit access point that is using the same SSID as an already existing access point. What i
    12·1 answer
  • Any looping construct can be nested inside another loop is known as
    11·1 answer
  • To simplify the conceptual design, most higher-order relationships are decomposed into appropriate equivalent _____ relationship
    11·1 answer
  • What term is commonly used to refer to HTML formatting?
    5·1 answer
  • What is the difference between posting and transfer in ICT please I need the answer before TMR​
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!