You are on page 1of 4

Analytics Club Quiz Questions:

Q1) Which of the following is the correct formula to calculate the weighted average
score in cell C8 as shown below?

a)=SUMPRODUCT(C2:C5,B2:B5)

b)=SUMPRODUCT(C2:C4,B2:B4)

c)=AVERAGE(B2:B4)

d)=AVERAGE(C2:C4)

Q2)Which of the following functions will return a random number between two numbers that
you specify?

a)IF

b)SUMIF

c)SUM

d)RANDBETWEEN

Q3)An Excel workbook is a collection of:

a)Workbooks

b)Worksheets

c)Charts

d)Both (a) and (c)

Answers: 1(b), 2(d), 3(d)


Q4)What is the full form of SPSS?

a)The Standard and Poor’s Statistical Significance

b)The Standard and Poor’s Statistical Software

c)The Statistical Package for the Social Sciences

d)The Statistical Profile for the Social Sciences

Q5)In SPSS, which of the following is used for entering and viewing data?

a)Output view

b)Variable view

c)Data editor

d)Data view

Q6)In SPSS, p-value is indicated by :

a)df

b)Fig.

c)Sig.

d)F

Answers: 4©, 5(d), 6©


Q7)Identify the person:

a)Yukhiro Matsumoto

b)Dennis Ritchie

c)Guido van Rossum

d)James Gosling

Q8)What is the correct file extension for Python files?

a).py

b).pyt

c).pyth

d).pt

Q9) The output for the following code is:

a) Govinda is a dancer

b) Govindaisadancer

c) ’Govinda’, ‘is’, ‘a’, ‘dancer’

d) ”Govinda”, “is”, “a”, “dancer”


Q10)In order to run a multiple regression analysis, both the dependent variable and the
independently variables respectively needs to be:

a)Categorical, Continuous

b)Continuous, Continuous

c)Continuous, Categorical

d)Categorical, Categorical

e)Both (b) and (c)

Answers: 7©, 8(a), 9(c), 10(e)

You might also like