APPDS Unit 2 Exam

APPDS Unit 2 Exam

Professional Development

41 Qs

quiz-placeholder

Similar activities

PDE-2022-4

PDE-2022-4

Professional Development

36 Qs

Working with Docker Registries, Images and Containers

Working with Docker Registries, Images and Containers

Professional Development

44 Qs

AWS Database & Networking

AWS Database & Networking

Professional Development

45 Qs

Java Quiz

Java Quiz

Professional Development

40 Qs

TRY OUT-3 AKG 2024

TRY OUT-3 AKG 2024

Professional Development

40 Qs

TA 1 Equity Test

TA 1 Equity Test

Professional Development

36 Qs

CS NH FINAL ASSESSMENT

CS NH FINAL ASSESSMENT

Professional Development

40 Qs

TA 1 - LV2 ItemSet Quants 2

TA 1 - LV2 ItemSet Quants 2

Professional Development

44 Qs

APPDS Unit 2 Exam

APPDS Unit 2 Exam

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

prabhu pc

Used 1+ times

FREE Resource

41 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How is a code block indicated in Python?

Brackets

Indentation

Key

None of the above

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following concepts is not a part of Python?

Pointers

Loops

Dynamic Typing

All of the above

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following types of loops are not supported in Python?

For

While

Do-While

None of the above

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Choose the numeric data types Python Provides.

Integer , Strings

Signed Integers, Boolean, Floating Point numbers, Complex Numbers

Integers, Complex Numbers

Strings, Boolean

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Boolean Data types are considered as integers because True is considered as 1 and False as 0

yes

no

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Choose the immutable data type.

Tuples

List

Set

Dictionaries

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do we use to remove banana from the list: lsi = ["apple", "banana", "cherry"]

lsi.delete("banana")

lsi.remove["banana"]

lsi.delete["banana"]

lsi.remove("banana")

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?