python basic quiz AQ1

python basic quiz AQ1

University

16 Qs

quiz-placeholder

Similar activities

Python Quiz

Python Quiz

University

15 Qs

First Meet Sains Data 2022

First Meet Sains Data 2022

University

20 Qs

Intro to Python Programming Quiz 9D

Intro to Python Programming Quiz 9D

1st Grade - University

14 Qs

Brainy Bites: Python

Brainy Bites: Python

University

12 Qs

Python Quiz_Module2

Python Quiz_Module2

University

20 Qs

Compile Error Set  4

Compile Error Set 4

University

20 Qs

Tech quiz Round 1

Tech quiz Round 1

University

15 Qs

Quanta

Quanta

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?