GDSC Python Bootcamp

Quiz
•
Computers
•
University
•
Easy
Aman 20bec003
Used 2+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of variables in Python?
Variables in Python are used to store and manage data values.
Variables in Python are used to store and manage emotions.
Variables in Python are used to confuse programmers.
Variables in Python are used for decorative purposes only.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you create a while loop in Python?
Use 'for' loop instead
Define a 'repeat' loop
Implement a 'do-while' loop
Example: x = 0 while x < 5: print(x) x += 1
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the syntax for an if statement in Python?
if (condition):
if condition:
if condition then:
if condition {
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the difference between 'print' and 'return' in Python?
The 'print' statement is used to exit a function, while the 'return' statement is used to display output to the console.
The 'print' statement is used to return a value from a function, while the 'return' statement is used to display output to the console.
The 'print' statement is used to display output to the console, while the 'return' statement is used to exit a function and optionally pass a value back to the caller.
Both 'print' and 'return' are used interchangeably in Python.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of '5 + 3 * 2' in Python?
11
10
7
13
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you check if two variables are equal in Python?
!=
==
===
<>
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of 'True and False' in Python?
True
True and True
True or False
False
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you concatenate two strings in Python?
string1 . string2
string1 - string2
string1 + string2
string1 * string2
Similar Resources on Wayground
10 questions
Python3

Quiz
•
4th Grade - University
10 questions
Python Basics Quiz

Quiz
•
7th Grade - University
11 questions
Python If statement

Quiz
•
University
10 questions
CLASS 9 AI - VIVA 2024-25

Quiz
•
9th Grade - University
10 questions
Introduction to Python Quiz

Quiz
•
8th Grade - University
10 questions
java script

Quiz
•
University
9 questions
Python Basics Quiz for KS3

Quiz
•
11th Grade - University
10 questions
Python User Input Quiz

Quiz
•
6th Grade - University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade