Computational Thinking in Python[Quiz 2]

Computational Thinking in Python[Quiz 2]

University

15 Qs

quiz-placeholder

Similar activities

YT-Quiz

YT-Quiz

University

10 Qs

Quiz-AIML

Quiz-AIML

University

10 Qs

Post Test #4 - Python Fundamental #3

Post Test #4 - Python Fundamental #3

University

10 Qs

Post Test #3 - Python Fundamental #2

Post Test #3 - Python Fundamental #2

University

10 Qs

SQL RDBMS BASIC

SQL RDBMS BASIC

University

18 Qs

2.3.1 Graph Traversal & Path Finding Algorithms

2.3.1 Graph Traversal & Path Finding Algorithms

12th Grade - University

20 Qs

Kuis Pemrograman Dasar

Kuis Pemrograman Dasar

University

20 Qs

Assignment 7 - Looping

Assignment 7 - Looping

University

16 Qs

Computational Thinking in Python[Quiz 2]

Computational Thinking in Python[Quiz 2]

Assessment

Quiz

Computers

University

Medium

Created by

Karunya Hacks

Used 1+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the correct way to print Hello World

p(“Hello World”)

echo "Hello World"

echo ("Hello World")

print("Hello World")

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the correct method to do single line commenting

//This is a comment

#This is a comment

/*This is a comment

All of these

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Give the extension of a Python file

Python.p

Python.pth

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Give the name of a Python IDE

Eclipse

Spider

PyCharm

NetBeans

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In the declaration of a variable, which is the incorrect method

a = 5

a_1 = 5

4a = 5

_a_ = 5

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is the correct method to declare a variable b with value as 5

b = int(5)

b = 5

All of the mentioned

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

There is an operation a**b. Which mathematical operation does it represent

Exponent[Power] Operation

Floor Division Operation

Multiplication

None of these

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?