What is the usual output of a quantum measurement on a single qubit?
A. An entangled qubit state
B. A classical bit
C. A qubit in superposition
D. A probability distribution
正解:B
質問 2:
S-gate is a Qiskit phase gate with what value of the phase parameter?
A. π
B. π/8
C. π/2
D. π/4
正解:C
質問 3:
What type of simulations can be accessed using the Aer provider's simulators?
A. Ideal and non-ideal simulations of quantum circuits
B. Only error-corrected simulations
C. Noisy simulations resembling real hardware behavior
D. Simulations exclusively focused on gate optimization
正解:A
質問 4:
Which Qiskit component provides access to the Aer provider for quantum simulation?
A. Qiskit Aqua
B. Qiskit Terra
C. Qiskit Ignis
D. Qiskit Aer
正解:D
質問 5:
Given Quantum Circuit
qc= QuantumCircuit(2)
qc.h(0)
qc.cx(0,1)
to run the above quantum circuit for 2000 times in the qasm_simulator, choose the best option in the given below?
A.

B.

C.

D.

正解:B
質問 6:
In the below quantum circuit, to measure the output of qubit which of the below will be used?
qc = QuantumCircuit(1)
qc.x(0)
A. qc.measure(0,0)
B. qc.measure_full()
C. qc.measure(0)
D. qc.measure_all()
正解:D
質問 7:
Which statement will create a quantum circuit with five quantum bits and seven classical bits?
A. QuantumCircuit(5,7)
B. QuantumCircuit(7)
C.

D. QuantumCircuit([5, 7])
正解:A
質問 8:
Which of the following commands will result in |i> basis state?
i.e. |i> = 1/√2(|0〉+i|1〉)
A. H-gate followed by S-gate
B. H-gate followed by Y-gate
C. Z-gate followed by H-gate
D. H-gate followed by Z-gate
正解:A
Saotome -
試験合格できました。本番のテストには本当に模擬問題ドンピシャの設問を出ました。試験勉強ならやっぱりこの問題集です!ありがとうございました。