logo

Crowdly

Computer systems

Шукаєте відповіді та рішення тестів для Computer systems? Перегляньте нашу велику колекцію перевірених відповідей для Computer systems в moodle.epfl.ch.

Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!

What does it mean that two ISPs are "peering" with each other?

0%
Переглянути це питання

Could the Internet work without Internet eXchange Points (IXPs)?

0%
0%
Переглянути це питання

Your home network infrastructure consists of a wireless router/modem connected to the Internet over a (traditional land) phone line. Your and your mom's computers are connected to the Internet through this wireless router/modem. 

You observe that downloading Netflix movies over the Internet becomes significantly slower than usual every Saturday night. What are plausible reasons?

(Many answers may apply.)

0%
Переглянути це питання

On a 64 bits architecture, what does the following code print ?

const char* s = "123456";

printf("%zu\n", sizeof(s));

Note: "%zu" is indeed the correct way to print values of size_t type.

0%
0%
0%
100%
0%
0%
0%
Переглянути це питання

What does the following code excerpt print?

int tab[] = { 2, 4, 6, 8, 10, 12 };

putchar('1');

int a = -1;

int* p = tab + 2;

while ((a = *p++) < 10) { printf("%d", a); }

0%
0%
0%
0%
0%
100%
0%
0%
Переглянути це питання

Considering

double** tab;

and provided that enough memory has been allocated for 4 lines and 4 columns,

each of the same length (4), then

tab[2][0] always comes in memory right after tab[1][3].

0%
0%
100%
0%
0%
Переглянути це питання

 What happens if a system crashes while writing data without crash consistency mechanisms?

100%
0%
0%
0%
Переглянути це питання

Which statement(s) is/are TRUE regarding the structure of two-level indexing?

100%
0%
0%
100%
Переглянути це питання

In a three-level indexing system, the first level contains pointers to the second-level index blocks, which in turn point directly to data blocks.

Переглянути це питання

Multi-level indexing in a file system is used to manage large files efficiently by breaking index structures into multiple levels.

Переглянути це питання

Хочете миттєвий доступ до всіх перевірених відповідей на moodle.epfl.ch?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!