python basic quiz AQ1

python basic quiz AQ1

University

16 Qs

quiz-placeholder

Similar activities

App Development with Swift Quiz 1

App Development with Swift Quiz 1

University

20 Qs

Round 3

Round 3

University

20 Qs

EMPAT RUANG With Algomarine

EMPAT RUANG With Algomarine

University

20 Qs

Code Wars 2.O

Code Wars 2.O

University

20 Qs

Python QCM

Python QCM

University

21 Qs

Data Type Review

Data Type Review

KG - Professional Development

12 Qs

Basics of Programming with C

Basics of Programming with C

University

17 Qs

C PROGRAMMING

C PROGRAMMING

University

15 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?