Icebreaker

Icebreaker

1st - 5th Grade

13 Qs

quiz-placeholder

Similar activities

Файловая система компьютера

Файловая система компьютера

1st Grade

16 Qs

Guess the K-pop Group/Artist

Guess the K-pop Group/Artist

KG - Professional Development

11 Qs

¿Cuánto sabes sobre Corea del Sur?

¿Cuánto sabes sobre Corea del Sur?

3rd Grade

11 Qs

Microsoft Excel Quiz

Microsoft Excel Quiz

1st - 12th Grade

14 Qs

2020 kpop Quiz (Jan & Feb)

2020 kpop Quiz (Jan & Feb)

5th Grade - Professional Development

16 Qs

Week 6: EPP

Week 6: EPP

4th Grade

10 Qs

ICT QUIZ BEE

ICT QUIZ BEE

1st - 5th Grade

15 Qs

EPP 4

EPP 4

4th Grade

15 Qs

Icebreaker

Icebreaker

Assessment

Quiz

Other

1st - 5th Grade

Medium

Created by

James Murigi

Used 2+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a statistical measure of central tendency?

Standard deviation

Variance

Median

Interquartile range

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the term "skewness" refer to in statistics?

The measure of the spread of data values

The measure of the symmetry of a distribution

The measure of the central tendency of a dataset

The measure of the dispersion of a dataset

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to measure the strength and direction of the linear relationship between two variables?

Standard deviation

Covariance

Median

Correlation coefficient

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the` __init__()` method in Python classes?

To define class variables

To create a new instance of the class

To initialize the attributes of an object

To define class methods

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. What is the output of the following code snippet?

  2. x = 10

    y = 5

    print(x > y and x < 20)

True

False

10

5

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an immutable data type in Python?

List

Dictionary

Set

Tuple

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to open a file in Python for reading?

file = open("filename.txt", "r")

file = open("filename.txt", "w")

file = open("filename.txt", "a")

file = open("filename.txt", "x")

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?