Takeshi's Castle Code bingo

Takeshi's Castle Code bingo

University

25 Qs

quiz-placeholder

Similar activities

CPA MS-Office Hotkeys Quiz

CPA MS-Office Hotkeys Quiz

8th Grade - Professional Development

21 Qs

DI (EM24) - Diseño de Contenidos (T8)

DI (EM24) - Diseño de Contenidos (T8)

University - Professional Development

20 Qs

多媒體概論(2)

多媒體概論(2)

University - Professional Development

20 Qs

IT 101 - Quiz 3

IT 101 - Quiz 3

University

20 Qs

NACOS Kahoot Session II

NACOS Kahoot Session II

University

20 Qs

Chapter 5 Mid Term Quiz - Computer System -

Chapter 5 Mid Term Quiz - Computer System -

5th Grade - University

20 Qs

POST-TEST TERMINOLOGI LINUX

POST-TEST TERMINOLOGI LINUX

University

20 Qs

EXCEL DIAGNÓSTICO

EXCEL DIAGNÓSTICO

10th Grade - University

20 Qs

Takeshi's Castle Code bingo

Takeshi's Castle Code bingo

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Chirag Jain

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

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

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

1) Shaan, Naira, and Aarush are planning a party and want to calculate the total expenses using one function. Choose the correct function declaration of fun() so that they can calculate the total expenses successfully

def fun(**kwargs)

def fun(args*)

def fun(*data)

No, it is not possible in Python

2.

MULTIPLE SELECT QUESTION

1 min • 1 pt

2) Which Java method is correct in finding the factorial of a number?

Media Image
Media Image
Media Image
Media Image

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

3) What is the output of the following scenario?

Aashi, Divya, and Eshaan are working on a project. They are trying to replace all the instances of "a" with 12. They have implemented this line of code:
'VTaPp_TaKeshI_cODe_CAstlE'.replace('a', '12')

What will be the final code after the replacement?

VT12Pp_TaKeshI_cODe_CAstlE

VT12Pp_T12KeshI_cODe_C12stle

VTaPp_TaKeshI_cODe_C12stle

VT12Pp_T12KeshI_cODe_CAstlE

4.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

4) Shreya, Kavya, and Ishika are working on a project and have created a data frame in Python. Which commands return the columns of the data frame?

df=pandas.DataFrame(data,columns=["column_1","column_2"])

df.column_1

df."column_1"

df["column_1"]

df[column_1]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

5) In a classroom, Mira is solving a programming problem. Find the correct output of the program given in the picture

25

22

23

24

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

6) Which statements are correct regarding the file access modes in Python?

The ‘r+’ mode opens a file for both reading and writing. The file object points to its beginning.

The ‘w+’ mode opens a file for both writing and reading. Overwrites the existing file if it exists and creates a new one

if it does not exist.

The ‘wb’ mode opens a file for writing in binary format. Overwrites the file if it exists and creates a new one if it

does not exist.

The ‘a’ mode opens a file for appending. The file pointer is at the end of the file if the file exists

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

7) Identify the command to fit the logic of the python program

lambda x: x ** 2

lambda x: x * *x

lambda x: x ^ 2

lambda x: pow(2, x)

Create a free account and access millions of resources

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?