Revision Quiz Game- 2

Revision Quiz Game- 2

12th Grade

10 Qs

quiz-placeholder

Similar activities

AP CSA Unit 6 Arrays

AP CSA Unit 6 Arrays

10th - 12th Grade

14 Qs

Arrays Unit

Arrays Unit

10th - 12th Grade

14 Qs

APCSA Unit 6 Arrays

APCSA Unit 6 Arrays

10th - 12th Grade

14 Qs

Area and Arrays

Area and Arrays

10th - 12th Grade

15 Qs

Arrays and ArrayLists

Arrays and ArrayLists

10th - 12th Grade

15 Qs

APCSA Unit 6

APCSA Unit 6

10th - 12th Grade

14 Qs

APCSA Unit 6.2

APCSA Unit 6.2

10th - 12th Grade

14 Qs

AP Computer Science Principles Arrays

AP Computer Science Principles Arrays

10th - 12th Grade

14 Qs

Revision Quiz Game- 2

Revision Quiz Game- 2

Assessment

Quiz

Computers

12th Grade

Medium

Created by

suba s

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is not a core data type?

Lists

Dictionary

Class

Tuples

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Following set of commands is executed in shell, what will be the output?

Str="Lockdown"


Str[:2]

Lo

wn

Lockdo

ckdown

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following expression?

print(4.00/(2.0+2.0))

Error

1

1.0

2

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which code segment will NOT reach its print() function?

if 'yes' !='no':

print("condition met")

if 'yes' !='yes':

print("condition met")

if not 'yes' =='no':

print("condition met")

if 'yes' =='yes':

print("condition met")

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following code segment?

String2="work"


String1="my"


String2="work"


print(String1+String2.upper())

my work

MyWork

myWORK

MyWork

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which two operators can be used on numeric values in Python?

@

%

#

+

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following keywords marks the beginning of the function block?

func

define

def

function

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?