Python and C Programming Quiz

Python and C Programming Quiz

University

50 Qs

quiz-placeholder

Similar activities

Event Driven Handouts 1 & 2

Event Driven Handouts 1 & 2

University

45 Qs

Technical Training Test for III BTech - VCE - CSE

Technical Training Test for III BTech - VCE - CSE

University

45 Qs

Pre-Test Praktikum

Pre-Test Praktikum

University

50 Qs

220 1001 Day 12

220 1001 Day 12

University

47 Qs

Kiến thức về xử lý mảng 1 chiều trong C++

Kiến thức về xử lý mảng 1 chiều trong C++

University

50 Qs

PVP_Operators in C

PVP_Operators in C

University

50 Qs

first quiz ICT

first quiz ICT

University

48 Qs

C PROGRAMMING -II INTERNALS EXAMINATIONS - SEP 2021

C PROGRAMMING -II INTERNALS EXAMINATIONS - SEP 2021

University

50 Qs

Python and C Programming Quiz

Python and C Programming Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Hema Reddy

Used 2+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of print(2 * 3)?

5

6

23

None

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which keyword is used to define a function?

func

define

def

function

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of print(type("Hello"))?

<class 'str'>

<class 'int'>

<class 'char'>

<class 'text'>

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is a valid variable name?

2name

name_1

@name

name-1

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does len([1, 2, 3]) return?

1

2

3

Error

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which data type is mutable?

Tuple

String

List

Integer

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you start a comment in Python?

//

#

/*

--

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?