Quantum Computing Tutorial QTYR 2023

Quantum Computing Tutorial QTYR 2023

University

10 Qs

quiz-placeholder

Similar activities

QCA Lecture 11

QCA Lecture 11

University

10 Qs

How small is nano?

How small is nano?

University

10 Qs

Logic Gate and Simple Logic Circuit

Logic Gate and Simple Logic Circuit

9th Grade - University

15 Qs

Computación cuántica

Computación cuántica

University - Professional Development

9 Qs

Quiz questions

Quiz questions

University

10 Qs

Circuit theory

Circuit theory

University

15 Qs

Quiz Electricity

Quiz Electricity

9th Grade - University

10 Qs

quizz of capacitors, its types and arrangements

quizz of capacitors, its types and arrangements

University

10 Qs

Quantum Computing Tutorial QTYR 2023

Quantum Computing Tutorial QTYR 2023

Assessment

Quiz

Physics

University

Easy

Created by

Paula García

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which technology use IBM to create their quantum computers?

Photons

NMR

Superconducting qubits

Ion traps

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which statement will create a circuit with 2 qubits and 2 classical bits?

QuantumCircuit((2,2)

QuantumCircuit(2)

QCircuit(2,2)

QuantumCircuit(2,2)

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What is the probability of measuring the state |1>?

1/5

4/5

4i/5

4/sqrt(5)

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Which state represents the following Bloch sphere?

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Which circuit represents this state?

Media Image
Media Image
Media Image
Media Image

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Which code creates this circuit?

Media Image
Media Image
Media Image
Media Image

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you NOT obtain an exact result from a quantum circuit?

sampler = Sampler()

...

sampler.run(qc).result()

sampler = Sampler()

...

sampler.run(qc, shots=None).result()

sampler = Sampler()

...

sampler.run(qc, shots=1).result()

backend = Aer.get_backend('statevector_simulator')

...

backend.run(qc).result()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?