Python & SQL

Python & SQL

Professional Development

15 Qs

quiz-placeholder

Similar activities

FinTech 07-1 SQL

FinTech 07-1 SQL

Professional Development

10 Qs

Python Quiz For Starters

Python Quiz For Starters

3rd Grade - Professional Development

17 Qs

Review

Review

Professional Development

10 Qs

SQL Quiz

SQL Quiz

Professional Development

10 Qs

22IT4252-DBMS-1

22IT4252-DBMS-1

Professional Development

20 Qs

SESION 3

SESION 3

Professional Development

20 Qs

Lists and operators

Lists and operators

Professional Development

15 Qs

Python Basics

Python Basics

Professional Development

10 Qs

Python & SQL

Python & SQL

Assessment

Quiz

Other

Professional Development

Medium

Created by

Gbenga Banso

Used 5+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to output "Hello World" in Python?

print("Hello World")

p("Hello World")

print(Hello World")

printf("Hello World")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to create a list in Python?

my_list = <1, 2, 3>

my_list = {1, 2, 3}

my_list = (1, 2, 3)

my_list = [1, 2, 3]

3.

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 */

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

var x = 5

x = 5

int x = 5

declare x = 5

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to define a function in Python?

function myFunction():

def myFunction():

define myFunction():

func myFunction():

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is NOT a legal variable name?

my-var

_myvar

myVar

my_var

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct file extension for python files

.pyt

.pyth

.py

.pt

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?