logo

Crowdly

Browser

Add to Chrome

ОПЕРАЦИОННИ СИСТЕМИ 2025/2026 (ИСН)

Looking for ОПЕРАЦИОННИ СИСТЕМИ 2025/2026 (ИСН) test answers and solutions? Browse our comprehensive collection of verified answers for ОПЕРАЦИОННИ СИСТЕМИ 2025/2026 (ИСН) at fpmi.bg.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Which of these is not a file operation?
View this question
Which of the following are necessary conditions for a deadlock?
View this question
Идентификаторът на процеса на прекратено дете се връща от системното повикване (system call) ______.

View this question
Кои от следните инструкции трябва да бъдат разрешени само в режим на ядро (kernel mode)?

View this question

Two threads, T1 and

T2, are executing in parallel. Can a deadlock occur? Justify your answer.

void thread1() {

    lock(A);

    ...

    lock(B);

    ...

   

unlock(B);

    unlock(A);

}

 

void thread2() {

    lock(B);

    ...

    lock(A);

    ...

    unlock(A);

    unlock(B);

}

View this question

Инструкциите, свързани с достъпа до I/O устройства, обикновено са привилегировани инструкции, т.е. те могат да се изпълняват в режим на ядро (kernel mode), но не и в потребителски режим. Посочете защо тези инструкции са привилегировани.

View this question
Ако разширението на файла е променено, какво ще се случи, ако потребителят се опита да отвори файла чрез двукратно щракване в GUI?

0%
0%
0%
0%
View this question
За всеки/всяка ______ , операционната система поддържа таблицата на страниците.

View this question
Основен недостатък на ранните системи за последователна обработка е:
View this question
In interrupt-driven I/O, who signals the CPU after completing an I/O operation?
View this question

Want instant access to all verified answers on fpmi.bg?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome