SóProvas


ID
1760053
Banca
FCC
Órgão
TRE-PB
Ano
2015
Provas
Disciplina
Sistemas Operacionais
Assuntos

Um sistema operacional é constituído de alguns subsistemas. Quando um usuário do sistema operacional deseja executar um comando, ele interage com o subsistema denominado 

Alternativas
Comentários
  • shell, terminal ??

    Achei a questão mal elaborada. :|, mais alguém ?

  • Shell, de maneira genérica, é um programa que intermedeia o contato entre o usuário e o computador. É a interface entre o usuário e o sistema operacional (kernel).

    fonte:https://pt.wikipedia.org/wiki/Shell_(computação)

  • GABARITO: A

     

     

    o shell do linux mais conhecido é o bash (interpretador de comandos)

     

  • The shell is the program which actually processes commands and returns output. Most shells also manage foreground and background processes, command history and command line editing. These features (and many more) are standard in bash, the most common shell in modern linux systems.

    A terminal refers to a wrapper program which runs a shell. Decades ago, this was a physical device consisting of little more than a monitor and keyboard. As unix/linux systems added better multiprocessing and windowing systems, this terminal concept was abstracted into software. Now you have programs such as Gnome Terminal which launches a window in a Gnome windowing environment which will run a shell into which you can enter commands.

    The console is a special sort of terminal. Historically, the console was a single keyboard and monitor plugged into a dedicated serial console port on a computer used for direct communication at a low level with the operating system. Modern linux systems provide virtual consoles. These are accessed through key combinations (e.g. Alt+F1 or Ctrl+Alt+F1; the function key numbers different consoles) which are handled at low levels of the linux operating system -- this means that there is no special service which needs to be installed and configured to run. Interacting with the console is also done using a shell program.

  • Resposta: A

    O S.O. é constituído basicamente por duas camadas:

    O Shell (ou interpretador de comandos) usuário interage com o SO

    Kernel (ou núcleo) gerencia usuários a processos

    Se tiver errado, não hesitem em corrigir.

    ------

    Pessoal ativem a notificação, INDICAR PARA COMENTÁRIO, vamos aproveitar, quanto mais respostas/vídeos explicados pelos professores, melhor será para todos.

    ------