Python MCQ's Test

Python MCQ's Test

Professional Development

61 Qs

quiz-placeholder

Similar activities

Midterm Exam - Data Mining

Midterm Exam - Data Mining

Professional Development

63 Qs

SF D1

SF D1

Professional Development

60 Qs

Nokia Subcontractor 20

Nokia Subcontractor 20

Professional Development

60 Qs

Interchange 2 9-16

Interchange 2 9-16

Professional Development

64 Qs

The Bay - Level 3 Assessment Exam

The Bay - Level 3 Assessment Exam

Professional Development

62 Qs

CBRC YellowBook 3.0 / ProfEd / Teaching Profession

CBRC YellowBook 3.0 / ProfEd / Teaching Profession

Professional Development

57 Qs

INTERCHANGE 1 UNITS 10-12 QUIZ

INTERCHANGE 1 UNITS 10-12 QUIZ

Professional Development

62 Qs

Assessment of Learning 1 Comprehensive Exam

Assessment of Learning 1 Comprehensive Exam

Professional Development

60 Qs

Python MCQ's Test

Python MCQ's Test

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

Muhammad Arham

Used 9+ times

FREE Resource

61 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The rules for putting together a correct computer language statement are called Syntax. Therefore if these rules are broken e.g. no brackets, speech marks etc. it is a...

Syntax error

Logic error

Code error

Run time error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax error with this code:

print”Hello World”

No brackets around "Hello World"

Speech marks are not needed

Colon is not needed

print is spelt incorrectly

Print has a capital P

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax error with this code:

print(“Hello World”);

No brackets around "Hello World"

Speech marks are not needed

Colon is not needed

print is spelt incorrectly

Print has a capital P

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax error with this code:

Print(“Hello World”)

No brackets around "Hello World"

Speech marks are not needed

Colon is not needed

print is spelt incorrectly

Print has a capital P

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax error with this code:

prin(Hello World)

No brackets around "Hello World"

Speech marks are not needed

Colon is not needed

print is spelt incorrectly

Print has a capital P

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When you run this program what will this line of code do?

name = input("Enter your name: ")

Ask you to Enter your name and save your answer to Google Drive

Ask you to Enter your name and save your answer to My Documents

Ask you to Enter your name

Ask you to Enter your name and save your answer as a variable

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will this piece of code do when it runs for John Smith born in June and the day of his birthday is Tuesday?

print("Hello " + name + "Your birthday month is " + month +

" and the day of your birthday this year is " + day)

"Hello " + name + "Your birthday month is " + month +

" and the day of your birthday this year is " + day

Hello John Smith Your birthday month is June and the day of your birthday this year is Tuesday

Hello John Smith Your birthday month is June and the day of your birthday this year is Monday

"Hello "John Smith "Your birthday month is " + month +

" and the day of your birthday this year is " + day

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?