Batch 1

Batch 1

Professional Development

10 Qs

quiz-placeholder

Similar activities

Java Quiz#3(Local Variables)

Java Quiz#3(Local Variables)

Professional Development

10 Qs

HERData

HERData

Professional Development

10 Qs

Introducción a Python

Introducción a Python

Professional Development

10 Qs

Quiz - DevSecOps

Quiz - DevSecOps

Professional Development

10 Qs

aXQtMjktMTEtMjAyMg==

aXQtMjktMTEtMjAyMg==

Professional Development

10 Qs

Family Quizz

Family Quizz

5th Grade - Professional Development

15 Qs

Функции, модули random/time Модуль 3 PS1

Функции, модули random/time Модуль 3 PS1

Professional Development

10 Qs

AES: Coding Fundamentals Lessons 1 and 2

AES: Coding Fundamentals Lessons 1 and 2

7th Grade - Professional Development

14 Qs

Batch 1

Batch 1

Assessment

Quiz

Computers

Professional Development

Practice Problem

Hard

Created by

19_CS007 V

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

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

10 questions

Show all answers

1.

OPEN ENDED QUESTION

20 sec • 1 pt

The intersection of a row and column is called a

Evaluate responses using AI:

OFF

2.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

Media Image

A______________________ is an artificial intelligence (AI) software that can simulate a conversation or a chat with a user in natural language through messaging applications, websites, mobile apps or through the telephone.

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will be the output of the following Python code?

tup1=((56, 89),(36,66),(88, 69))

s = sorted(tup1)

print(s)

(a) ((56, 89),(36,66),(69,88))

(b) ((36, 66), (56, 89), (88, 69))

(c) 'tuple' object has no attribute 'sorted'

(d) Error because tuples are immutable

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will be the output of the following Python code?

tup1=((56),(36,66),(88, 69))

s = sorted(tup1)

print(s)

(a) ((56),(36,66),(69,88))

(b) ((36, 66), (56), (88, 69))

(c) type error

(d) Single element tuples cannot be compared with multiple element tuple.

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Name the computer hardware shown.

Keyboard
Cables
Printer
USB Flash Drive

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

NVM.....

Never Mind

Not Very Much

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which one of the following is correct?

(a) In Python, a dictionary can have two same keys with different values.

  (b) In Python, a dictionary can have two same values with different keys.

  (c) In Python, a dictionary can have two same keys or same values but cannot have two

  same keys-value pair.

  (d) In Python, a dictionary can neither have two same keys nor two same values.

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?