subject

The word add is used to add another item to a list. True
False
A list is a data structure used to organize data.
True
False
Which tag would you use to end a section of bolded text?

The body tag is used to indicate the actual content of a webpage.
True
False
Planning can help reduce logic errors in programs.
True
False
When creating a list in Python, you should enclose each item in the list in parentheses.
True
False
Which tag should be placed after a link to another webpage?

Which tag provides information about the document as well as links to other scripts?

The World Wide Web and the internet are two different terms that refer to the same thing.
True
False
Every HTML document needs to begin with which of the following tags?

Fatima is creating a program. She wants to ask the user a question and then have a 30-second pause before the user is allowed to input an answer. Which line of code should Fatima use?
time. wait(30)
sleep. time(30)
time. pause(30)
time. sleep(30)
The internet existed before the World Wide Web.
True
False
If you are using an incrementing variable to iterate over a list, the variable should be set to zero before the loop begins.
True
False
Which of the following shows the correct way to make an image display at 50% of its original size?
img (height:50%;width:50%;)
img [height:50%;width:50%;]
img {height:50%width:50%}
img {height:50%;width:50%;}
Mark

What is the type of data in the list [103, 405, 527, 396, 503]?
Booleans
strings
integers
alphanumeric

Which of the following is an example of a membership operator?
%
IN
IF
=

Which of the following statements allows you to check on whether a certain item is in a list?
within
query
IN
included
What would be the result of running these three lines of code?

lunch = [“pizza”, “salad”, “sandwich”, “soup”, “tacos”]

# print(lunch[0])

print(lunch[1])

soup or salad
salad
pizza
pizza salad
A program should end if the number of the player’s lives is equal to zero. Which of the following lines of code would do that?

if lives = 0:
exit()
if lives == 0:
exit()
if lives < 0:
exit()
if lives == 0:
end()
Lei is creating a webpage that includes this line of code: The Universe of Skateboarding . Lei runs it and realizes that the entire page (not just the header) is in very large letters. How can Lei change this?
Remove the second .
Change the first to .
Change the second to .
Add a / to the final tag.


The word add is used to add another item to a list.

True
False
A list is a data structure used to
The word add is used to add another item to a list.

True
False
A list is a data structure used to
The word add is used to add another item to a list.

True
False
A list is a data structure used to
The word add is used to add another item to a list.

True
False
A list is a data structure used to
The word add is used to add another item to a list.

True
False
A list is a data structure used to

ansver
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 09:50, laurentsofia09
Assume that you have an sorted array of records. assume that the length of the array (n) is known. give two different methods to search for a specific value in this array. you can use english or pseudo-code for your algorithm. what is the time complexity for each algorithm and why?
Answers: 1
image
Computers and Technology, 23.06.2019 22:50, christingle2004
What is an rss reader used for? for creating a user account on a social new site
Answers: 2
image
Computers and Technology, 24.06.2019 18:30, brendahndz8676
Is a type of bullying that takes place when a person intentionally posts negative information about another person that is not true.
Answers: 2
image
Computers and Technology, 24.06.2019 22:30, gabi83
To add additional commands to the quick access toolbar, a user can navigate to the view. backstage status bar design file
Answers: 2
You know the right answer?
The word add is used to add another item to a list. True
False
A list is a data structu...

Questions in other subjects:

Konu
History, 04.07.2019 12:30