UrosaTecaPortal
Home
Search
Register
Login
Search
Computers and Technology
Computers And Technology
High School
A structured program includes only combinations of the three basic structures: ____. A. Sequence, iteration, and loop b. Sequence, selection, and loop c. Iteration, selection, and loop d. Identification, selection, and loop
Computers And Technology
High School
which of the following statements are true about using a high-level programming language instead of a lower-level language? i - some algorithms can only be expressed in low-level languages, and cannot be expressed in any high-level languages ii - code in a high-level language is often translated into code in a lower-level language to be executed on a computer
Computers And Technology
High School
Question 10 of 10What may occur if it is impossible for the condition in a while loop to befalse?A. The program will find a way to meet the condition.B. The loop will iterate forever.C. The game's performance will speed up.D. The amount of code will not be manageable.SUBMIT
Computers And Technology
High School
Leah wants to create a powerpoint presentation for a history report about the progressive era in the 1900s. to access a blank presentation, she needs to get to the backstage view. which tab of the ribbon can help her access it? design file home insert
Computers And Technology
High School
You are part of a web development team that often has conflicts. While the specifics of each conflict differs, the general argument involves one group who wants innovative websites and a second group that wants things to be very traditional. Which side would you support and why?
Computers And Technology
High School
Is there any pet simulator z links that have free pet panel
Computers And Technology
High School
Create an app that models a slot machine in python - Our user needs tokens to play the slot machine, so create a variable to hold these tokens and store as many as you wish at the start of the app. - Track the number of rounds the user plays in a variable as well. - Create a loop that runs while the user has tokens.In the loop: - Display the number of tokens left - Check to see if the user wants to keep playing - If they don't, break out of the loop immediately - Take away a token during each loop - Get three random numbers between 1 and a value of your choosing. These represent the slots of your slot machine. - The larger the range, the harder it is to win - Display these three numbers (slots) in a manner of your choosing. - Ex: | 2 | 1 | 2 | - Ex: ## 3 ## 4 ## 1 ## - Check the slots to see if: - All three slots are equivalent - Print a message telling the user they've doubled their tokens and double the tokens the user has - A pair of adjacent slots are equivalent - Print a message telling the user they've got a pair and get two more tokens. Also, increase the tokens by two. - For any other situation, display a message saying something like: "No matches..." - At the end of the loop, increase the number of rounds playedAfter the loop exits, print the number of rounds played and the number of tokens the user has left.Example output:-------------------------------------------------------------------------------You have 5 tokens.Spend 1 token to play? (y/n) y1 | 4 | 1No matches...You have 4 tokens.Spend 1 token to play? (y/n) y3 | 3 | 1Pair, not bad. You earned 2 tokens!You have 5 tokens.Spend 1 token to play? (y/n) y4 | 2 | 4No matches...You have 4 tokens.Spend 1 token to play? (y/n) y3 | 2 | 3No matches...You have 3 tokens.Spend 1 token to play? (y/n) y4 | 4 | 43 in a row! You doubled your tokens!You have 4 tokens.Spend 1 token to play? (y/n) nYou played 5 rounds and finished with 4 tokens.-------------------------------------------------------------------------------
Computers And Technology
High School
Example 1: Define a function that takes an argument. Call the function. Identify what code is the argument and what code is the parameter. Example 2: Call your function from Example 1 three times with different kinds of arguments: a value, a variable, and an expression. Identify which kind of argument is which. Example 3: Create a function with a local variable. Show what happens when you try to use that variable outside the function. Explain the results. Example 4: Create a function that takes an argument. Give the function parameter a unique name. Show what happens when you try to use that parameter name outside the function. Explain the results. Example 5: Show what happens when a variable defined outside a function has the same name as a local variable inside a function. Explain what happens to the value of each variable as the program runs
Computers And Technology
College
A generator that is not producing voltage or current may have an open stator winding. True or False?
Computers And Technology
High School
Omg please help will give 60 points choose the term described.____: end of line indicater - extension -path- eol____: the directory, folders, and subfolders in which a file is located - extension- path- eol
Computers And Technology
High School
The operating system is not presently configured to run this application.
Computers And Technology
High School
There are number of components in the computer system, few of them are having low data demands, few of them have high data demands and few have very high data demands in order to carry out communication between components of computer system. Suppose you are assigned a task to design bus/buses to fulfill the requirementsinternal/external/user communication properly. Discuss with proper justification
Computers And Technology
High School
What is the value of 4+2 +6r tr when t = - 3 and r = 5?Enter your answer in the box.
Computers And Technology
College
I cannot figure out how to limit the number that they can make the bars of the turtle go too. I need to find a way to make them not go any higher than 200.import turtle Jane = turtle.Turtle() bar1 = int(input("What is the height of the first bar?" ))bar2 = int(input("What is the height of the second bar?" ))bar3 = int(input("What is the height of the third bar?" ))bar4 = int(input("What is the height of the fourth bar? "))Jane.left(90)def bar(height): Jane.forward(height) Jane.left(90) Jane.forward(20) Jane.left(90) Jane.forward(height) Jane.right(180)bar(bar4)bar(bar3)bar(bar2)bar(bar1)
Computers And Technology
High School
Why should you check the spelling by reading a document even if you used writer's spell check feature?
Computers And Technology
College
Write code to complete raise_to_power(). Note: This example is for practicing recursion; a non-recursive function, or using the built-in function math.pow(), would be more common.Sample output with inputs: 4 24^2 = 16***I need the solution to the code below in PYTHON***def raise_to_power(base_val, exponent_val): if exponent_val == 0: result_val = 1 else: result_val = base_val * ''' Your solution goes here ''' return result_valuser_base = int(input())user_exponent = int(input())print('{}^{} = {}'.format(user_base, user_exponent, raise_to_power(user_base, user_exponent)))
Computers And Technology
High School
The __________ function allows the user to pull a subset of data from a larger table of data based on some criterion.
Computers And Technology
High School
Make a Problem Analysis Chart (PAC) to define the following problem. Create a program that returns TRUE if an integer is evenly divisible by 5, and false otherwise. The program will take an integer and returns the word TRUE or FALSE
Computers And Technology
College
Why I can't see my packages on eclipse at top of left?
Computers And Technology
College
Which phase of software production or the focus of Dev ops
Computers And Technology
High School
Modify this skip list after performing the following series of operations: erase(38), insert(48,x), insert(24, y), erase(42)
Computers And Technology
High School
Write on the line the correct sequens of energy tranformation that happens in each of the following:ito po ang answer:free pointplease followtelevision:electricitykaraoke:electricitysolar panel:lightcomputer:eletricity street lamp:electricity
Computers And Technology
High School
Which qualifications would be MOST important for someone seeking local office?(Civics)
Computers And Technology
High School
Which voip device helps establish the connection between two voip phones?.
« Previous
Page 24
Next »