What is the missing line?

>>> myDeque = deque('dog')
_____
>>> myDeque
deque(['d', 'o', 'g', 'cat'])

>>> myDeque.insert('cat')
>>> myDeque.insert('cat')

>>> myDeque.appendleft('cat')
>>> myDeque.appendleft('cat')

>>> myDeque.append('cat')
>>> myDeque.append('cat')

>>> myDeque.appendright('cat')
>>> myDeque.appendright('cat')

Answers

Answer 1

Answer:

i think myDeque.append('cat')


Related Questions

What advantages would there be to using both subsystems and logical partitions on the
same machine?

Answers

Answer:

Explanation:

Advantages of using subsystem and logical partitions on same machine

Subsystems and logical partitions on the same machine reduces the data backup function.Hence there is no need to take the backup regularly.It increases the hardware utilization.Resource availability is high and it provides security to the resources.

Why were dramas on radio called soap operas?

Answers

Answer:

Most of its major sponsors for many years were manufacturers of soap and detergents.

Explanation:

soap opera, broadcast dramatic serial program, so called in the United States because most of its major sponsors for many years were manufacturers of soap and detergents.

Answer:

because they were sponsored by soap companies

What is the difference between biometrics devices and biometrics input devices

Answers

Answer: A biometric input device measures a unique physical chracteristic of a person.

Explanation: The most common biometric devices are used to input a person's fingerprint into a computer. More sophisticated devices use a camera to input a description of a person's iris (the coloured part of the eye).


Using the in databases at the , perform the queries show belowFor each querytype the answer on the first line and the command used on the second line. Use the items ordered database on the siteYou will type your SQL command in the box at the bottom of the SQLCourse2 page you have completed your query correctly, you will receive the answer your query is incorrect , you will get an error message or only see a dot ) the page. One point will be given for answer and one point for correct query command

Answers

Using the knowledge in computational language in SQL it is possible to write a code that using the in databases at the , perform the queries show belowFor each querytype.

Writting the code:

Database: employee

       Owner: SYSDBA                        

PAGE_SIZE 4096

Number of DB pages allocated = 270

Sweep interval = 20000

Forced Writes are ON

Transaction - oldest = 190

Transaction - oldest active = 191

Transaction - oldest snapshot = 191

Transaction - Next = 211

ODS = 11.2

Default Character set: NONE

Database: employee

       Owner: SYSDBA                        

PAGE_SIZE 4096

...

Default Character set: NONE

See more about SQL at brainly.com/question/19705654

#SPJ1

Which of the following describes both product packaging and magazine advertising?

a. Paragraphs
b. Subheadings
c. Large amounts of copy
d. Small amounts of copy

Answers

Both magazine advertising and product packaging are described by subheadings.

Regarding Advertisement:

We must first understand what advertising is in order to understand what an advertisement is. Advertising is defined as a method in which the public is drawn to something, usually a good or service. A item, brand, or service is advertised to an audience using an advertisement to pique their attention, encourage interaction, and increase sales. Adverts, often known as adverts or adverts, exist in a variety of formats, from copy to animated experience, and have developed into an integral part of the app store.

To know more about advertisement
https://brainly.com/question/3163475
#SPJ1

Choose the best collection for each situation.

You have a set of data that will not be changed and you will not need to add new items.


You wrote a loop to ask the user for a set of 100 numbers. You will add a number to the collection on each pass through the loop, then pass the collection to a function for processing.


You have the unique inventory number and description of every item in a store. You will need to add items when they come in and delete items when they are sold.

Answers

Answer:

first: tuple

second: list

third: dictionary

Explanation:

first: tuple

tuples are immutable, so you can't add or remove items from a tuple

second: list

lists are mutable, so you can add and remove items from a list

third: dictionary

dictionaries are mutable, so you can add and remove items from a dictionary

You see these people's differences as positives and consider them
to possess traits you value.
These people's differences don't matter to you. You notice how
they are the same as you and ignore how they are different.
You're slightly uncomfortable with these people's differences. You
think they should be treated respectfully, but you'd rather not
interact with them.
You feel very uncomfortable around people with these differences.
You try to avoid them and do not want to work with them.
You strongly believe that these people are different in ways that
are not normal, and they do not belong in your workplace.

Answers

Explanation:

Get to know their views and stay with them for a while.

You may understand them.

hope this helps

What are the missing parts to produce the following output?

0
1
2



num in range(

):
print (num )

Answers

Answer:

for num in range(0, 3):

   print(num)

   

or

for num in range(3):

   print(num)

both will produce the output

0

1

2

In terms of processor performance explain an effective measure that you would put in place to ensure that Moore’s law stays in effect

Answers

Every few years, the number of computers produced doubles, is one of the effective measure that a person would put in place to ensure that Moore’s law stays in effect.

What is the significance of Moore's law?

Moore's Law has primarily been used to emphasize the rapid evolution of information processing technologies.

Moore's law refers to Gordon Moore's 1965 observation that the number of transistors in a dense integrated circuit (IC) doubles about every two years. Most forecasters, including Gordon Moore, believe Moore's law will be terminated by 2025.

Learn more about the Moore's law, refer to:

https://brainly.com/question/17600211

#SPJ1

Programming Exercise 11 in Chapter 8 explains how to add large integers using arrays. However, in that exercise, the program could add only integers of, at most, 20 digits. This chapter explains how to work with dynamic integers. Design a class named largeIntegers such that an object of this class can store an integer of any number of digits. Add operations to add, subtract, multiply, and compare integers stored in two objects. Also add constructors to properly initialize objects and functions to set, retrieve, and print the values of objects. Write a program to test your class.

Answers

In order to prevent confusion that can arise when utilizing several variables, arrays help maintain vast sets of data under a single variable name. Arranging the data components.

What is the role of large integers using arrays?

Diverse array algorithms, including bubble sort, selection sort, and insertion sort, can aid in the efficient and effective organization of various data items.

No matter how many digits the numbers have or how many numbers you are adding together, the addition process always follows the same pattern. The integers are stacked in place value order. Starting with the column on the right, add the values in the columns.

Therefore, As necessary, carry numbers into the place value that is adjacent to the left.

Learn more about array here:

https://brainly.com/question/19570024

#SPJ1


What happens when you add an extra line of text to SmartArt using the Text pane?

Answers

Shapes are automatically added to or removed from your SmartArt design as needed.

What is SmartArt design ?

SmartArt design is defined as a graphic depiction of your ideas and facts. Using SmartArt, you can transform plain text into something more aesthetically pleasing. It aids in highlighting crucial information or simplifies its interpretation and comprehension.

Click Add Shape After to add a box to the same level as the selected box but after it. Click Add Shape Before to add a box that is at the same level as the selected box but comes before it. Click Add Shape Above to add a box one level above the currently chosen box.

Thus, shapes are automatically added to or removed from your SmartArt design as needed.

To learn more about SmartArt design, refer to the link below:

https://brainly.com/question/28210906

#SPJ1

The Establishment Clause of the First Amendment forbids the government from passing any legislation "respecting an establishment of religion."

What is SmartArt?

This section opposes the establishment of an official religion by the government and also forbids government activities that unjustly favor one religion over another. Additionally, it forbids the government from unreasonably favoring either religion or non-religion.

Although some religiously-motivated government activity is acceptable—and perhaps inevitable it is unclear how much the Establishment Clause permits.

The Supreme Court has previously approved the use of public funds for private religious school transportation and textbooks as well as university monies for the printing and dissemination of publications produced by student religious organizations.

Therefore, Government legislation "respecting an institution of religion" is prohibited by the Establishment Clause of the First Amendment.

To learn more about smart art, refer to the link:

https://brainly.com/question/1980413

#SPJ1

Choose the line needed.

In order to use deques, you need to bring the deque methods into active memory.

You do this by entering this line at the top of your program.

Answers

Answer:

from collections import deque

What is the result of successfully applying a Machine Learning (ML) algorithm to analyze data?

Answers

Answer:

ML predicts patterns based on previous experiences

Explanation:

The thought process is that the more information available to the machine gives it the ability to create a model based on historical, labelled data, to predict the value of something unknown or of unknown quantity but still based on new data.

example of this is predictive text.

Q1)Find the name and nickname of all kings or queens that have a nickname that does not begin with "The".
Q2)Several times in British history, kings or queens have deposed one another, so that their reigns overlapped. Find all such pairs, listing the pairs in both orders; i.e., list both (A,B) and (B,A). However, be careful not to list pairs A and B where the only overlap is that A's reign ended in the same year that B's began, or vice-versa.

Answers

In general, a deposed king retains the title of king until the day of his death, but his heir, who will eventually succeed him as king, continues to use a title typically held by the heir to the throne.

What kings or queens have deposed one another?

Dethroning a monarch refers to removing them from office, as when Mary, Queen of Scots, was expelled from Scotland.

For example, when Peter II, the former king of Serbia, passed away, his son continued to use the title of Crown.

Therefore,  Dethroning someone can also be done in a less formal way, such as when you defeat the fastest mile runner in your school.

Learn more about kings here:

https://brainly.com/question/29490293

#SPJ1

You have discovered that hackers are gaining access to your WEP wireless network. After researching, you discover
that the hackers are using war driving. You need to protect against this type of attack. What should you do?

Answers

Answer:

-Change the default Service Set Identifier (SSID).

-Disable SSID broadcast.

-Configure the network to use authenticated access only.

-Configure the WEP protocol to use a 128-bit key.

-Implement Wi-Fi Protected Access (WPA) or WPA2

On page 104, of Think Like a Computer Scientist, you learned about paired data. With paired data, you can use a for loop with two index variables to iterative through the data. In this exercise you will create a turtle drawing using pairs of data, where the first item of the pair is the distance to move forward , and the second item is the angle to turn.. Set up a list of pairs so that the turtle draws a house with a cross through the center, as show here. This should be done without going over any of the lines / edges more than once, and without lifting your pen.

Your first pair of data will be (100,135). In a list this will look like ls = [ (100, 135) ] Then you need to add the other pairs for the remaining lines and angles. The 100 represents the distance forward the turtle will travel. The 135 represents the angle the turtle will turn left.

Screen capture of run of program showing house figure

Hint: Your first line should be the bottom line. Then turn left 135 degrees and go forward. You may wish to create the drawing without the list first, then substitute a list and a for loop for the distances and angles.



Use two functions: a main() function that sets up screen and turtle objects, and a drawhouse() function that takes a turtle object as an argument.



Includes comments at the top to identify file name, project and a brief description.

For further documentation, include comment for each section of code. Write in Python asap

Answers

Answer:

import turtle

def drawhouse(t):

   # find the length of diagonal of a square with side = 100

   # formula: diagonal = sqrt(2) * side

   diagonal = 100 * (2 ** 0.5)

   data = [(100, 135), (diagonal, -135), (100, -135), (diagonal, -135), (100, -45), (diagonal / 2, -90),

           (diagonal / 2, -45), (100, 0)]

   for dist, angle in data:

       t.forward(dist)

       t.left(angle)

def main():

   t = turtle.Turtle()

   drawhouse(t)

   turtle.done()

main()

How many types of switch cases are there in total?
(Python)

Answers

Answer:

Python does not have a switch or case statement.

Instead we use;

the dictionary data type functions as cases in a switch statement

the if-else statement

the class statement

Python 3.10 and later will allow using match instead of switch

Describe the web and application policies you would put in place to support the
following teams/departments:
a. Recruitment Team
b. Data Science Team
c. Executive Team
d. General Employees
e. Guests

Answers

Identification, attraction, interviewing, selection, hiring, and onboarding of personnel are all included in the recruitment process.

Describe recruitment ?Various employees are in charge of recruiting, depending on the size of the company.While some smaller organizations only have one recruiter, larger organizations may have entire teams of recruiters.The task of managing people inside a business is known as human resource management, or HR for short.Internal Recruiting: Internal recruiting refers to the process of filling open positions within an organization with current employees.Retained Recruiting: Employing a recruiting firm can be done in a number of ways, with retained recruiting being one of the more popular ones.

To learn more about recruitment refer to:

https://brainly.com/question/3700565

#SPJ1

18. Which hardware component interprets and carries out the instructions contained in the software?

Answers

The hardware component that significantly interprets and carries out the instructions contained in the software is known as the central processing unit or the processor.

Which part of the computer carries out program instruction?

The processor that is also called a CPU (central processing unit), is the electronic component that interprets and carries out the basic instructions that operate the computer. Memory consists of electronic components that store instructions waiting to be executed and data needed by those instructions.

Therefore, the central processing unit or the processor is the component of hardware that interprets and carries out the basic instructions that operate a computer.

To learn more about the Central processing unit, refer to the link:

https://brainly.com/question/474553

#SPJ1

Hi whats the name of this game because i forgot we have to make a project on IT lesson about puzzle games and i forgot the name of this one please

Answers

The name of the Puzzle Game Requested is called "Monument Valley".

What is Monument Valley?

Ustwo Games created and distributed Monument Valley, an independent puzzle game. The player guides Princess Ida through mazes of optical illusions and impossible items, altering the environment around her to reach different platforms.

Monument Valley is a fanciful journey through impossible mathematics and amazing buildings. The player leads the mute princess Ida through intriguing monuments, unraveling optical illusions and outwitting the enigmatic Crow People.

Monument Valley is around 112 hours long while focused on the primary objectives. If you are a gamer who wants to see every facet of the game, you will most certainly spend roughly 212 hours completing it completely.

Learn more about Puzzle Games:
https://brainly.com/question/13546872
#SPJ1

Why are chatbots a great tool for strategically using marketing automation and AI?

Answers

The reason that catbots a great tool for strategically using marketing automation and AI is option A: They can mitigate friction regarding availability.

What are the automation about?

With the help of CatBots, your leads and clients may communicate easily without a physical sales representative being there. Before starting the cat, these catbots collect name and email information. Just make sure your bot has a human-like voice.

Catbots can assist in automating marketing communications and offering customers prompt and accurate responses. By integrating conversational AI catbots into your company's marketing initiatives, you may increase conversions and move clients through the sales funnel more effortlessly.

Learn more about automation and AI from

https://brainly.com/question/27873801
#SPJ1

See options below

They can mitigate friction regarding availability.

They are the primary tool for streamlining cadence and content.

They are used for journey mapping.

They can create buyer personas.

Design a 4-bit ripple counter and draw the timing diagram of that counter

Answers

Answer:

Explanation:

In 4-bit ripple counter, n value is 4 so, 4 JK flip flops are used and the counter can count up to 16 pulses. Below the circuit diagram and timing diagram are given along with the truth table. 4 bit Ripple Counter using JK Flip Flop 4 bit Ripple Counter Timing Diagram 4 bit Ripple Counter Using D Flip Flop

Write a program that determines if the user rolled doubles in dive. Read in two integers from the user which represent dice rolls. Create a variable called rolledDoubles which has the value of whether or not the two values are equal. Print that out. Please do this in JAVASCRIPT NOTTT phyton. The picture is what I have so far

Answers

Answer:

is it like this?

function start(){

   var rolledDice = readInt ("Did you roll double?");

   var rolledDoubles = rolledDice <= 6:

   println("Dice rolled double:" && rolledDoubles);

   if (rolledDoubles){

       println("You rolled doubles!");

   } else {

       println("You did not roll doubles");

   }

}

This is the program for the SMPL Simulation Model. What does this program model do? Give and explain the output from the execution of the program. #include #include "smpl.h" void main(void) { real Ta = 1; real Ts = 1.2; real te = 3.5; int customer = 1; int event; int server; smpl(0, "Mystery program"); 2 server=facility("server", 1); schedule(1, 0.0, customer); while (time() < te) { cause(&event,&customer); switch(event) { case 1: printf("(1) at %f ", time()); schedule(2, 0.0, customer); schedule(1, Ta, customer); break; case 2: printf("(2) at %f ", time()); if (request(server, customer, 0) == 0) printf("(2a) at %f ", time()); schedule(3, Ts, customer); } break; case 3: printf("(3) at %f ", time()); release(server, customer); break; } } }

Answers

This application looks to be a simulation of a system with a single server and consumers approaching it. The program's output will be a sequence of messages showing when various events in the simulation occur.

The software tracks the arrival of a client (case 1), the customer being treated by the server (case 2), and the customer departing the server (case 3). (case 3). To mimic the system, the application use the SMPL library.

What is a simulation system?

The practice of experimenting with and understanding how changes to the properties of a complex system (or sub-system) affect the system as a whole is known as system simulation. Advanced simulation software predicts and illustrates the impact of proposed system modifications using mathematical methods.

Simulation is used to assess the impact of process modifications, new processes, and capital equipment investments. Engineers can use simulation to compare various solutions and designs and analyze the performance of a current system or estimate the performance of a planned system.

Simulation is utilized as a cost-effective alternative to testing hypotheses and adjustments in the actual world.

Learn more about Simulation Systems;
https://brainly.com/question/14515688
#SPJ1

What term describes storing personal files on servers over the internet to provide access anywhere, anytime, and on any device?

Answers

Fairly certain that’s the cloud.
Not 100% though.

How do computer programs ask us for information?

Answers

Answer:

Computer Programs

Explanation:

Computer Programs , in some program language Actualy best program languages is javascript(using in big firms) , C# C Sharp , Python , C++ C Plus Plus in some provincions and technology , program you can doo in best Compilator is Visual Studio "Community"  for free 2015 , 2019 , 2022 like I Remember this versions  in this Compiler you can doo programs in C# , F# , C++ , class/es , biblioteks and plicks dll. , Console Aplications , Graphic Aplications  all i Plicks .exe  or other biblioteks , class or types but you mast doo Decision for programing language and start learning for many time for many years... too BIG SPECIALISATIONS

can anyone help me with this question please?​

Answers

Answer: Torque 1

Explanation:

Which of the following is the wireless technology that can connect with most mobile devices?
Select one:
O a. Touchscreen
O b. Wi-Fi
Oc. Cellular
Od. Bluetooth

Answers

C ……………………………………………………

Cellular is the wireless technology that can connect with most mobile devices. Thus, option C is correct.

What is Bluetooth?

Bluetooth is a wireless technology standard that allows electronic devices to communicate with each other over short-range radio frequencies. The technology uses a range of low-power radio waves to connect devices together without the need for cables or wires.

It was developed in the late 1990s to replace cables and wires used to connect different types of electronic devices, such as smartphones, tablets, laptops, printers, and more. Bluetooth is widely used for hands-free headsets, wireless keyboards, wireless mice, and wireless speakers.

Therefore, Cellular is the wireless technology that can connect with most mobile devices. Thus, option C is correct.

Learn more about Bluetooth on:

https://brainly.com/question/13072419

#SPJ2

What is the best GPU for the computer I am building.

Answers

Answer:

If it is a gaming pc, you should use a high end gpu such as Nvidia Gtx 1650+ or if u want rtx, you should also go and buy a very high 350v power.

Explanation:

If it is general, you should use something in Intel Hd Graphics series but not more than 3000 below.

If it is for both, best I can recommend is Gtx 1650

If it is mining BTC, ETC etc. you should get BEST graphics card there is out there for gaming.

what is the fnajofnjanfaofoafnka

Answers

Answer: that is the letter f,n,a,j,o,f,n,j,an,f,a,o,f,n,k,a

Which are ether random letters or….. it’s a word scramble.

I well now organize the letters.

1F 2F 3F 4F                                                

1N 2N 3N 4N

1A 2A 3A 4A

1J 2J

1O 2O

1K

Words that can be written are

Fan four times there are other things such as names it can write such as Joan Jon or it could be abbreviations but I believe It’s just random letters you wrote to confuse the brainly community trust me you confused me lol.

Explanation:

Other Questions
I prefer drinking coffee_______ tea. a. than b. to c. with Complete the statement by filling in the blank. When constructing a confidence interval, if the level of confidence increases the margin of error will and the confidence interval will be A larger sample size will improve the accuracy of the confidence interval, therefore margin of error will and the confidence interval will be A) Decrease, wider. Increase, narrower B) Decrease, narrower. Increase, wider C) Increase, wider. Decrease, narrower. D) Increase, narrower. Decrease, wider. what are the two historical interpretations of columbus mentioned in the introductory paragraph of this chapter? between 1781 and 1786 the united states congress ran up a deficit in addition to the $37 million owed for loans taken out to pay for the revolutionary war. the nurse administers a bolus tube feeding to a client with cancer. to decrease the risk of aspiration, what should the nurse do? In addition to science courses like physics and chemistry, what other types of courses are becoming increasingly relevant to space science careers?. a mature ovary, specialized as a vessel that houses and protects seeds, is a a) seed coat. b) ovule. c) fruit. d) cotyledon. Which of these is most likely to lead someone to decrease his or her level of physical activity if a jumper falls for one minute through upper winds averaging 30 knots from the west, how far will the jumper drift? in what direction? Explain the amendment process (in steps). Start with the proposition phase, and end with ratification. Complete this assignment by writing a paragraph of 4-8 complete sentences. Please help & hurry! I will give brainliest & thanks if you do it correctly. in a nondirectional significance test of a correlation, the null hypothesis states that the population correlation is zero. true false Fermentation breaks down the glucose when no ___ is available in order to make some ATP. Two types are lactic acid and alcoholic fermentation.Question 4 options:oxygencarbon dioxidehydrogennitrogen Graph the equation.y=4(x+2)21y=4(x+2) 2 Assume that women's weights are normally distributed with a mean given by =143 lb and a standard deviation given by =29 lb.b) If 4 women are randomly selected, find the probability that they have a mean weight above 176c) If 57 women are randomly selected, find the probability that they have a mean weight above 176 a preventative approach to pain relief with non-steroidal anti-inflammatory drugs (nsaids) means that the medication is given: Which event happened before the pacific railroad act was signed in 1862? asa whitney asked for the right to build a transcontinental railroad. The end of the civil war freed men to work on the railroad. The golden spike ceremony was held on the transcontinental railroad. Railroad workers blasted tunnels through the sierra nevada. of the 2,598,960 different five-card poker hands possible from a deck of 52 playing cards, how many would contain 2 black cards and 3 red cards? Greek military leaders would often __________ before going into a battle. A. Sacrifice a slave b. Organize a festival c. Have a temple built d. Consult with an oracle please select the best answer from the choices provided a b c d. oxaloacetate is an inhibitor of succinate dehydrogenase. a. would you expect oxaloacetate to be a competitive or a noncompetitive inhibitor? why? b. would oxaloacetate bind to the active site or elsewhere on the enzyme? c. how would you reverse the effect of the inhibitor? Which detail from the passage shapes each thematic topic listed?maturityvengeancemasteryOnce a bully himself, Lip-lip is now persecuted by the other dogs.arrowRightWhite Fang is younger than the other puppies but still has a place on the sled.arrowRightThe sled dogs are tied to the sled so that they will chase each other, propelling the sled.arrowRight HURRY PLSS