wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Mirosoft Excel Quiz- Mamta

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

The function to convert string 'god alone' to capital letters is

a)

Capital

b)

Lower

c)

Upper

d)

Proper

2.

Choose the correct function to extract rope from Europe.

a)

=Extract(Europe,rope)

b)

=Left("Europe","rope")

c)

=Right("Europe",4)

d)

=Right("Europe","rope")

3.

To display the length of the string United Kingdom the correct function is

a)

=Length("United Kingdom")

b)

=Len("United Kingdom")

c)

=Count("United Kingdom")

d)

=Sum("United Kingdom")

4.

To display the current date the function is

a)

=Now()

b)

=Date()

c)

=Today()

d)

=Day()

5.

To remove extra spaces from a string use function

a)

Trim

b)

Remove

c)

Replace

d)

Delete

6.

=Replace("clove",1,2,"st")

a)

cstove

b)

stove

c)

clost

d)

closst

7.

To display the lowest value in a range of values the functon is

a)

Min

b)

Minimum

c)

Smallest

d)

Lowest

8.

=if(a1<100,"Century scored","Century not Scored")

What will be the ouput of the above function in case value of a1 is 100

a)

Century scored

b)

Century not Scored

c)

Error

d)

None of the above

9.

To combine strings 'brain' and 'storm' to form one string the function is

a)

=concatenate(brain,storm)

b)

=brain&storm

c)

=combine(brain,storm)

d)

=concatenate("brain","storm")

10.

Count and Len functions can be interchangably used.

a)

True

b)

False