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!

What is a file in the context of an operating system?
View this question
Файл може да бъде създаден от:
View this question
Кое от твърденията е вярно?
View this question
Which component allows users to interact with the OS using text commands?
View this question
Which of the following is a valid file access method?
View this question
CPU генерира ______ адрес.
View this question
Which system call is used to replace the current process image with a new one?
View this question

Can deadlock occur? Justify

your answer.

 

void thread1() {

    lock(resource1);

    lock(resource2);

    // work

    unlock(resource2);

    unlock(resource1);

}

 

void thread2() {

    lock(resource1);

    lock(resource2);

    // work

    unlock(resource2);

    unlock(resource1);

}

View this question
Командният интерпретатор (Shell) предоставя:?
View this question

В Windows, когато потребител щракне двукратно върху файл, изброен от Windows Explorer, се изпълнява програма и се дава този файл като параметър. Избройте два различни начина, по които операционната система (Windows или друга) може да знае коя програма да стартира.

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