wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Network Topology and excel IF function

Total questions: 15

Worksheet time: 9mins

Name
Class
Date
1.
What type of network is this?
a)
Ring 
b)
Bus 
c)
Star
d)
Mesh
2.

LAN stands for?

a)

London Area Network

b)

Local Angled Network

c)

Local Area Network

d)

Long Area Network

3.

How many cables are required for 10 PCs in Full mesh Topology?

Full mesh Topology me 10 PCs ke liye kitni cables lagegi?

a)

10

b)

100

c)

45

d)

50

4.

Which network topology uses a backbone to connect all of the computers?

Kaunsi network topology sabhi computers ko connect karne ke liye backbone ka use karti hai?

a)

Bus

b)

Ring

c)

Star

5.

It is a network topology that uses mix or any two or more topologies

Yeh ek network topology hai jo do ya zyada topologies ka mix ya combination use karti hai.

a)

Ring

b)

Hybrid

c)

Mesh

d)

Star

6.

In Excel, which of the following would count only numbers but not words?

Excel me, niche diye gaye mein se kaunsa sirf numbers ko count karega, words ko nahi?

a)

COUNT

b)

COUNTA

c)

COUNTIF

d)

SUM

7.

Which of the following would count both numbers and words?

Niche diye gaye mein se kaunsa dono numbers aur words ko count karega?

a)

COUNT

b)

COUNTA

c)

COUNTIF

d)

SUM

8.

How does a COUNTIF function look like?

COUNTIF function kaise dikhta hai?

a)

=COUNTIF(A1_A5, 2)

b)

=COUNTIF(A1:A5, "2")

c)

=COUNTIF(A1:A5, 2)

d)

=COUNTIF(A1-A5, "2")

9.

What is the formula in G5? (Sales over $100)

G5 mein formula kya hai? (Sales $100 se zyada)

a)

=COUNTIF(D5:D12,">100"

b)

=COUNTA(D5:D12,">100"

c)

=COUNT(D5:D12,">100"

d)

=SUM(D5:D12,">100"

10.

What is the formula to count "JIM"?

"JIM" ko count karne ke liye formula kya hai?

a)

=COUNTIF(B5:B12,JIM)

b)

=COUNTIF(B5:B12,(JIM))

c)

=COUNTIF(B5:B12,<JIM>)

d)

=COUNTIF(B5:B12,"JIM")

11.

if statement structure is:

if statement ka structure kya hota hai?

a)

if(value-if-true,logical-test,value-if-false)

b)

if(logical-test,value-if-false-value-if-true)

c)

if(logical-test,value-if-true,value-if-false)

12.

Which is the correct way to write this function:

IF B4 is greater than 200, show "High", otherwise, show "Low"

Yeh function likhne ka sahi tareeka kaunsa hai:

Agar B4, 200 se zyada hai, toh "High" dikhaye, warna "Low" dikhaye.

a)

IF(B4>200;"High";"Low")

b)

=IF(B4<200,"High","Low")

c)

=IF(B4>200,"High","Low")

d)

=IF(B4>200"High","")

13.

A2 = 20, B2 = 30, C2 =40 then what value should be returned for =IF(B2<>C2, A2*10,"")?

Agar A2 = 20, B2 = 30, C2 = 40 hai, toh =IF(B2<>C2, A2*10,"") ke liye kaunsi value return karni chahiye?

a)

20

b)

300

c)

200

d)

400

14.

If the value of B2 is 68, what will this IF function give as a result? =IF(B2>60, 'pass', 'fail')

Agar B2 ki value 68 ho, to ye IF function kya result dega? =IF(B2>60, 'pass', 'fail')

a)

pass

b)

fail

c)

60

15.

B5 = 56

B4 = 89

=IF(B5>B4, "Large", "Small")

What is the result that this IF statement will return?

Yeh IF statement kya result return karega?

a)

Large

b)

Small