RALLY24

RALLY24

University

41 Qs

quiz-placeholder

Similar activities

Array in Python

Array in Python

University

45 Qs

Python Final

Python Final

University

40 Qs

TensorFlow

TensorFlow

University

37 Qs

Technical Training Test for III BTech - VCE - CSE

Technical Training Test for III BTech - VCE - CSE

University

45 Qs

IM1_Integrative Programming_LQ2

IM1_Integrative Programming_LQ2

University

37 Qs

Secure Scripting: Exam 1 Review: Modules 1 - 4

Secure Scripting: Exam 1 Review: Modules 1 - 4

University

38 Qs

Python Basics 2

Python Basics 2

5th Grade - Professional Development

36 Qs

Technical Quiz

Technical Quiz

University

40 Qs

RALLY24

RALLY24

Assessment

Quiz

Computers

University

Hard

Created by

PS Tamilan

Used 4+ times

FREE Resource

41 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid identifier?

  _Num

num^2

Sum123

name_1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct option with respect to Python.

Both tuples and lists are immutable.

Both tuples and lists are mutable.

Tuples are immutable while lists are mutable.

Tuples are mutable while lists are immutable.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code?

>>> a=(1,2,(4,5))

>>> b=(1,2,(3,6,9))

>>> b>a

False

Error, > operator is not valid for tuples.

 

Error, > operator is valid for tuples but not if there are sub-tuples

True

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code?

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

s = tup1.sort()

print(s)

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

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

'tuple' object has no attribute 'sort'

Error because tuples are immutable

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following software maintenance steps erases gaps caused by deleting files from the hard drive?

A. Update system software

B. Virus scan

C. Defragging

D. Installing firewall

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

1024 bit is equal to ______ byte

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following can be used to describe the following: 0010

3 Petabytes


4 bits

1 nibble

2 Megabytes

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?