When working with the information in a text file, the first step is to: - correct answer read the file into memory
This module allows you to save user data so it isn t lost when your program stops running. It is the ___________ module. - correct answer json
Python has a _____ statement that tells it to do nothing in a try-except block. - correct answer pass
Strings can be written directly to a file with the write method, but numbers must be converted to strings before they can be written. - correct answer True
The following statement "with open(filename, 'a') as file_object:" opens a file in ________ mode. - correct answer append
If you need to use backslashes, you can escape each one in the path, like this: "C:\\path\\to\\file.txt". - correct answer True
____________ is improving your code by breaking it up into a series of functions that have specific jobs. - correct answer append
Python can only write strings to a text file. - correct answer True
Python's __________ method removes, or strips, any whitespace characters from the right side of a string. - correct answer strip()
To add content to a file instead of writing over existing content, you can open the file in ________ mode. - correct answer append "In quantum computing, the circuit behavior is governed by __________ physics or _________ mechanics." - correct answer quantum,quantum
A qubit will be both 1 and 0 at the same time until it is measured which is defined as __________. - correct answer superposition
Quantum transistors which are the basic building blocks of quantum computers are called __________. - correct answer SQUID
Conventional computing uses __________ code i.e. bits 0 or 1 to represent information. - correct answer
binary
__________ transistors are the basic building blocks of conventional computers. - correct answer CMOS
"Quantum computing use Qubits i.e. 0, 1 and _________ state of both 0 and 1 to represent information. " - correct answer superposition
The physical representation of a qubit can be denoted using a sphere called the _________ sphere. - correct answer Bloch
__________ computing is based on the classical phenomenon of electrical circuits being in a single state at a given time, either on or off. - correct answer Conventional or classical
__________ transistors are the basic building blocks of conventional computers. - correct answer CMOS
Albert Einstein opposed the view of quantum entanglement and called it __________. - correct answer spooky action at a distance
According to the __________ thesis, quantum computation algorithms can be simulated on classical computers with a probabilistic approach. - correct answer Church Turing