logo

Crowdly

Browser

Add to Chrome

Questions Bank (1399660 total)

Którym symbolem oznaczona jest skrętka nieekranowana?

View this question

Architektura fizyczna sieci, zwana inaczej topologią fizyczną sieci komputerowych określa

 

View this question

Skrót MAN oznacza sieć

View this question

Кеш пам'ять L1 це -

0%
0%
0%
View this question

What does the following code print to the console?

if False:

print("Nissan")

elif True:

print("Ford")

elif True:

print("BMW")

else:

print("Audi")

View this question

Jakie stwierdzenie opisuje cechę adresów MAC?

0%
0%
0%
0%
View this question

Файлова система - це

100%
0%
0%
View this question

Given the nested if-else structure below, what will be the value of x after code execution completes

x = 0

a = 0

b = -5

if a > 0:

if b < 0:

x = x + 5

elif a > 5:

x = x + 4

else:

x = x + 3

else:

x = x + 2

print(x)

0%
0%
0%
100%
View this question

Визначіть тип інтерфейсу -

0%
0%
0%
100%
0%
View this question

Które informacje są dodawane w trakcie enkapsulacji w warstwie 3 modelu OSI?

View this question