IBM C1000-112 Fundamentals of Quantum Computation Using Qiskit v0.2X Developer Online Training
IBM C1000-112 Online Training
The questions for C1000-112 were last updated at Nov 19,2024.
- Exam Code: C1000-112
- Exam Name: Fundamentals of Quantum Computation Using Qiskit v0.2X Developer
- Certification Provider: IBM
- Latest update: Nov 19,2024
Which of the below statements plots how the qubits are connected in the ibmq_santiago system?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
Which of the following multi qubit-gate represents the controlled-z gate?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
Which one of the below statements is invalid when drawing the quantum circuit?
- A . qc.draw(output=’mpl’)
- B . qc.draw(output=’text’)
- C . qc.draw(output=’latex’)
- D . qc.draw(output=’png’)
What fundamental property of classical information is distinctly different in quantum information?
- A . Deterministic encoding
- B . Limited storage capacity
- C . Non-locality and superposition
- D . Binary representation
What is the role of the Toffoli gate in a quantum circuit?
- A . Reverses the state of a qubit
- B . Acts as a controlled-controlled-NOT gate
- C . Implements a phase shift on qubits
- D . Creates entanglement between qubits
How are measurement results represented in quantum computing?
- A . As a single number output
- B . As a probability distribution of classical bit values
- C . As a complex matrix of qubit states
- D . As a combination of classical and quantum bits
What are the eigenvalues and eigenvectors of X-gate?
- A . ±1 and |+>, |->
- B . -1, +1 and |+>, |->
- C . ±1 and |0>, |1>
- D . 1, 0 and |+>, |1>
What is the function of a SWAP gate in a quantum circuit?
- A . Negate the state of qubits
- B . Exchange the amplitudes of qubits
- C . Swap the state of two qubits
- D . Apply a controlled phase shift
Which of the following command will be used to monitor the status of the job?
job1 = execute(qc,backend)
- A . job_monitor(job1)
- B . job_status(job1)
- C . job_watch(job1)
- D . job_result(job1)
What Qiskit function is primarily used to display information about noise models and quantum errors affecting a device?
- A . plot_error_details()
- B . display_error_information()
- C . show_error_map()
- D . visualize_noise_models()