Python Basics

Python Basics

University

10 Qs

quiz-placeholder

Similar activities

Algoritma dan Pemrograman Bab 1

Algoritma dan Pemrograman Bab 1

University

15 Qs

ESBrotherX_Medical AI_Lecture

ESBrotherX_Medical AI_Lecture

University

7 Qs

Object Oriented BTech

Object Oriented BTech

University

15 Qs

CODE ZENITH

CODE ZENITH

University

15 Qs

FlexSim

FlexSim

University

10 Qs

Ulangan harian 1 Algoritma dan Pemrograman

Ulangan harian 1 Algoritma dan Pemrograman

12th Grade - University

13 Qs

Microcontroller

Microcontroller

11th Grade - University

10 Qs

Tin 8/1

Tin 8/1

KG - University

10 Qs

Python Basics

Python Basics

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

N JIBIN

Used 29+ times

FREE Resource

AI

Enhance your content in a minute

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

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

What is the correct way to declare a variable in Python?

A) int x = 10

B) x := 10

C) var x = 10

D) x = 10

2.

MULTIPLE CHOICE QUESTION

30 sec • 19 pts

Which of the following is the correct way to start a for loop in Python?

A) for(int i=0; i<5; i++)

B) for i in range(5):

C) for(i=0; i<5; i++):

D) for i < 5:

3.

MULTIPLE CHOICE QUESTION

30 sec • 18 pts

How do you create a list in Python?

A) list = list(1, 2, 3, 4, 5)

B) list = [1, 2, 3, 4, 5]

C) list = (1, 2, 3, 4, 5)

D) list = {1, 2, 3, 4, 5}

4.

MULTIPLE CHOICE QUESTION

30 sec • 16 pts

How do you add a comment in Python?

A) // This is a comment

B) <!-- This is a comment -->

C) # This is a comment

D) /* This is a comment */

5.

MULTIPLE CHOICE QUESTION

30 sec • 16 pts

Which function is used to read input from the console in Python 3.x?

A) input()

B) raw_input()

C) scanf()

D) cin >>

6.

MULTIPLE CHOICE QUESTION

30 sec • 14 pts

Media Image

Question: Predict the OutputOptions:




A) The result is: 8

B) The result is: 53

C) The result is: None

D) SyntaxError

7.

MULTIPLE CHOICE QUESTION

30 sec • 16 pts

Which of the following is used to define a block of code in Python?

A) Curly braces { }

B) Keywords begin and end

C) Indentation

D) Parentheses ( )

Access all questions and much more by creating a free account

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

Already have an account?

Discover more resources for Computers