Advance level

Advance level

9th Grade

10 Qs

quiz-placeholder

Similar activities

Unit 7 - ArrayList - Test Review

Unit 7 - ArrayList - Test Review

9th - 12th Grade

12 Qs

while and Loop -2

while and Loop -2

6th - 12th Grade

10 Qs

Defensive Design/ Robust Coding

Defensive Design/ Robust Coding

9th Grade - University

10 Qs

PHP nulmeting

PHP nulmeting

8th Grade - Professional Development

14 Qs

ASK TINGKATAN 3-MENGUJI ATURCARA DAN MEMBAIKI RALAT

ASK TINGKATAN 3-MENGUJI ATURCARA DAN MEMBAIKI RALAT

9th Grade

15 Qs

Data structures, operators and variables

Data structures, operators and variables

9th - 12th Grade

10 Qs

Python Practice

Python Practice

9th Grade

10 Qs

CodeHS Python Unit 6 Quiz Review

CodeHS Python Unit 6 Quiz Review

9th - 12th Grade

15 Qs

Advance level

Advance level

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Gowthami Uggam

Used 10+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1) What is the data type of print(type(10))

float

integer

Int

Carrecter

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2)Which of these in not a core data type?

a) lists

b) Dictionary

c) Tuples

d) Class

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3)What will be the output of the following Python code?

>>>str="hello"

>>>str[:2]

>>>

a) he

b) lo

c) olleh

d) hello

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4)What is the return type of function id?

a) int

b) float

c) bool

d) dict

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5) What error occurs when you execute the following Python code snippet?

apple = mango

a) SyntaxError

b) NameError

c) ValueError

d) TypeError

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6) What data type is the object below?

L = [1, 23, 'hello', 1]

a) list

b) dictionary

c) array

d) tuple

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7) In order to store values in terms of key and value we use what core data type.

a) list

b) tuple

c) class

d) dictionary

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?