RALLY24

RALLY24

University

41 Qs

quiz-placeholder

Similar activities

Information Security and Digital Forensic Pre Test

Information Security and Digital Forensic Pre Test

University

36 Qs

Introduction to Python Programming (BPCLK205B)

Introduction to Python Programming (BPCLK205B)

University

40 Qs

SQL 1

SQL 1

University

40 Qs

Tema 4 Programación Avanzada

Tema 4 Programación Avanzada

University

40 Qs

EC1

EC1

University

40 Qs

Ôn Tập Cuối Học Kì II - Tin Học 10

Ôn Tập Cuối Học Kì II - Tin Học 10

10th Grade - University

37 Qs

Y9 & Y10 Refresh 2

Y9 & Y10 Refresh 2

12th Grade - Professional Development

40 Qs

Métodos de Traducción de Código

Métodos de Traducción de Código

University

44 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?