logo

Crowdly

Browser

Add to Chrome

Questions Bank (1369387 total)

Кеш пам'ять 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

Передача даних між оперативною пам'яттю і процесором здійснюється через

0%
89%
11%
0%
View this question

Ця пам'ять вимагає регенерації

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

Одиниця вимірювання частоти оперативної пам'яті

22%
0%
100%
0%
View this question