subject

Will give if answer all or my questions Using a while loop to iterate over a list requires an incrementing variable.
True
False
Katrina wants to get a random number and assign it to a variable called force. Which line of code should be used?
force = random. randint(1,10)
force = random(1,10)
force = randint(1,10)
force == random. randint(1,10)
You can add items to the end of a list using append.
True
False
Going through a list item by item is called “iterating over a list”.
True
False
Which keywords would be needed to convert this scenario into Python?

If the user picks up the rock, the program will respond by indicating that the user has disturbed the mummy. But if the user picks up the branch, he or she will get eaten by the monster. If the user scoops up leaves, he or she will discover a fairy.

if, if, if
if, elif, elif
if, else, else
if, then, last
A friend asks you to look over the code for an adventure game and help figure out why it won’t work. Which of these options is something that would cause a program to work improperly?
There is a user-defined function with two variables.
There is an infinite loop.
There are two lines of code beginning with elif in a row.
There is an if statement without an else statement.
Jorge is creating a program that will allow the user to enter race times to keep track of them. Which of the following will allow Jorge to manage the data that the user enters?
a Boolean variable
an elif statement
a list
a parameter
The time. sleep() method requires a number of seconds as a parameter.
True
False
What is the index of “tables” in the list [“table”, ”rug”, “chair”, “sofa”]?
0
1
2
3
The index of the first item on a list is 1.
True
False
If you create a function and you want it to pass a value back to the main program, what do you need to include in the function’s definition?
an iterating variable
a local variable
a return statement
a parameter
What kind of program has a looping branch of code?
sequence
selection
iteration
pseudocode
What is a number that refers to the position of an item on a list?
variable
parameter
operator
index
What would be the result of running these two lines of code?

devices = [“Laptop”, “Phone”, “Computer”]

print(devices[0])

0
Laptop
Phone
Computer
A block of CSS that is applied to a specific HTML element is called a:
segment.
chunk.
construction.
rule set.

ansver
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 17:10, dashia84
Write an application that allows a user to enter the names and birthdates of up to 10 friends. continue to prompt the user for names and birthdates until the user enters the sentinel value “zzz” for a name or has entered 10 names, whichever comes first. when the user is finished entering names, produce a count of how many names were entered, and then display the names. in a loop, continuously ask the user to type one of the names and display the corresponding birthdate or an error message if the name has not been previously entered. the loop continues until the user enters “zzz” for a name. save the application as birthdayreminder. java.
Answers: 1
image
Computers and Technology, 23.06.2019 02:00, HannahVance99
In the context of an internet connection, llc stands for leased line connection liability limited company local loop complex local loop carrier
Answers: 1
image
Computers and Technology, 23.06.2019 15:00, abelxoconda
1. which of the following statements are true about routers and routing on the internet. choose two answers. a. protocols ensure that a single path between two computers is established before sending packets over it. b. routers are hierarchical and the "root" router is responsible for communicating to sub-routers the best paths for them to route internet traffic. c. a packet traveling between two computers on the internet may be rerouted many times along the way or even lost or "dropped". d. routers act independently and route packets as they see fit.
Answers: 2
image
Computers and Technology, 23.06.2019 15:30, Dweath50
The processing of data in a computer involves the interplay between its various hardware components.
Answers: 1
You know the right answer?
Will give if answer all or my questions Using a while loop to iterate over a list requires an incre...

Questions in other subjects:

Konu
Biology, 27.08.2019 11:20
Konu
Mathematics, 27.08.2019 11:20