TA  1st Round Technical Coding

TA 1st Round Technical Coding

University

50 Qs

quiz-placeholder

Similar activities

IPT - Midterms

IPT - Midterms

University

50 Qs

Code Master - CN

Code Master - CN

University

53 Qs

For 4

For 4

5th Grade - University

45 Qs

W04 - WMA

W04 - WMA

University

50 Qs

Guess Nook

Guess Nook

University

50 Qs

Key terms - History up to cognitive code

Key terms - History up to cognitive code

University

50 Qs

AKT_1-50_PK

AKT_1-50_PK

University

50 Qs

ES-I Internal 2 Quiz 1 (2021-22)

ES-I Internal 2 Quiz 1 (2021-22)

KG - University

50 Qs

TA  1st Round Technical Coding

TA 1st Round Technical Coding

Assessment

Quiz

English

University

Hard

Created by

Trilochan Sahoo

Used 1+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the correct file extension for Python files?

.pyt

.py

.python

.pt

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which keyword is used for defining a function in Python?

func

define

def

lambda

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the output of the expression 5 // 2 in Python?

2.5

2

3

2.0

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following data types is immutable?

List

Dictionary

Set

Tuple

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the len() function do?

Finds the largest number

Returns the length of an object

Converts data types

Removes an element from a list

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these is the correct way to import a module?

import math

include math

using math

module math

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the output of print(type(3.0))?

int

float

str

None

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?