python basic quiz AQ1

python basic quiz AQ1

University

16 Qs

quiz-placeholder

Similar activities

Python Fundamentals Challenge

Python Fundamentals Challenge

University

20 Qs

advertising

advertising

5th Grade - University

14 Qs

Guess

Guess

12th Grade - University

12 Qs

Aula Invertida

Aula Invertida

University

12 Qs

Підсумковий тест за II семестр

Підсумковий тест за II семестр

7th Grade - University

12 Qs

indabax  python series quiz 1

indabax python series quiz 1

University

15 Qs

QUIZ WORKSHOP PYTHON 101

QUIZ WORKSHOP PYTHON 101

10th Grade - University

15 Qs

EME316 QUIZ 01

EME316 QUIZ 01

University

20 Qs

python basic quiz AQ1

python basic quiz AQ1

Assessment

Quiz

Other

University

Medium

Created by

Ruchi Talwar

Used 5+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When you have an error in your code what is the term to summarise finding and fixing that error?
Error checking
Debugging
Syntax finder
Error finder

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What Python command lets the user enter an answer to a question?
answer()
open()
print()
input()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output?

name = "Dave"

print (name)

Dave

'Dave'

name

(name)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a correct syntax to output "Hello World" in Python?

print("Hello World")

echo("Hello World");

p("Hello World")

echo"Hello World"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you insert COMMENTS in Python code?

#This is a comment

/*This is a comment*/

//This is a comment

This is a comment

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to output the type of a variable or object in Python?

print(typeOf(x))

print(typeof(x))

print(typeof x)

print(type(x))

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code snippet?

print(2**3 + (5 + 6)**(1 + 1))

8

121

129

127

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?