(1,0)
A respeito do direito constitucional, julgue os itens de 56 a 75.Governadores e prefeitos podem editar medidas provisórias, desde que exista previsão na constituição estadual ou na lei orgânica municipal, sendo obrigatória a observância do modelo básico adotado pela CF.
A respeito do direito constitucional, julgue os itens de 56 a 75.O cargo de ministro do STJ é privativo de brasileiro nato.
A respeito do direito constitucional, julgue os itens de 56 a 75.Um italiano naturalizado brasileiro pode exercer o cargo de deputado federal.
A respeito do direito constitucional, julgue os itens de 56 a 75.Em tempo de paz, os direitos de liberdade de locomoção e de liberdade de reunião somente podem ser afastados mediante prévia e fundamentada decisão judicial.
A respeito do direito constitucional, julgue os itens de 56 a 75.É cabível o estabelecimento de restrições ao direito de liberdade de manifestação do pensamento para evitar lesão a um outro preceito fundamental.
A respeito do direito constitucional, julgue os itens de 56 a 75.O Ministério Público pode determinar a violação de domicílio para a realização de busca e apreensão de objetos que possam servir de provas em processo criminal, desde que tal violação ocorra no período diurno
A respeito do direito constitucional, julgue os itens de 56 a 75.Apesar de a CF afirmar categoricamente que o sigilo da correspondência é inviolável, admite-se a sua limitação infraconstitucional, quando se abordar outro interesse de igual ou maior relevância, do que o previsto na CF.
A respeito do direito constitucional, julgue os itens de 56 a 75.A organização político-administrativa da República Federativa do Brasil restringe-se aos estados, aos municípios e ao DF, todos autônomos, nos termos da CF.
A respeito do direito constitucional, julgue os itens de 56 a 75.A União não pode intervir em municípios, exceto quando a intervenção ocorrer em município localizado em territórios federais
A respeito do direito constitucional, julgue os itens de 56 a 75.Lei municipal que obrigue a instalação, em estabelecimento bancário, de equipamentos de segurança é considerada constitucional, pois aborda um assunto de interesse eminentemente local.
Com relação a prisões processuais, julgue o item subseqüente, considerando a legislação e a jurisprudência do STF relativas a esse temaConfigura reformatio in pejus, que invalida a ordem de prisão, a decisão de tribunal de justiça que, ao negar provimento à apelação da defesa, determina a expedição de mandado de prisão contra recorrente que adquiriu, na sentença condenatória, o direito de recorrer em liberdade até o trânsito em julgado da decisão.
Julgue os seguintes itens, sobre as ações direta de inconstitucionalidade e declaratória de constitucionalidade.Admitir-se-á intervenção de terceiros no processo de ação direta de inconstitucionalidade, na modalidade chamamento ao processo, quando a lei ou ato normativo impugnado for réplica de norma editada por outro ente da Federação.
Julgue os seguintes itens, sobre as ações direta de inconstitucionalidade e declaratória de constitucionalidade.Salvo no período de recesso, a medida cautelar na ação direta será concedida por decisão da maioria absoluta dos membros do Tribunal, sendo facultada sustentação oral aos representantes judiciais do requerente e das autoridades ou órgãos responsáveis pela expedição do ato, na forma regimental.
Types of operating systemsReal-timeA real-time operating system is a multitasking operating system that aims at executing real-time applications. Real-time operating systems often use specialized scheduling algorithms so that they can achieve a deterministic nature of behavior. The main objective of real-time operating systems is their quick and predictable response to events. They have an event-driven or time-sharing design and often aspects of both. An event-driven system switches between tasks based on their priorities or external events while time-sharing operating systems switch tasks based on clock interrupts.Multi-userA multi-user operating system allows multiple users to access a computer system at the same time. Time-sharing systems and Internet servers can be classified as multi-user systems as they enable multiple-user access to a computer through the sharing of time. Single-user operating systems have only one user but may allow multiple programs to run at the same time.Multi-tasking vs. single-taskingA multi-tasking operating system allows more than one program to be running at the same time, from the point of view of human time scales. A single-tasking system has only one running program. Multi-tasking can be of two types: pre-emptive and co-operative. In pre-emptive multitasking, the operating system slices the CPU time and dedicates one slot to each of the programs. Unix-like operating systems such as Solaris and Linux support pre-emptive multitasking, as does AmigaOS. Cooperative multitasking is achieved by relying on each process to give time to the other processes in a defined manner. 16-bit versions of Microsoft Windows used cooperative multi-tasking. 32-bit versions of both Windows NT and Win9x, used pre-emptive multi-tasking. Mac OS prior to OS X used to support cooperative multitasking.DistributedA distributed operating system manages a group of independent computers and makes them appear to be a single computer. The development of networked computers that could be linked and communicate with each other gave rise to distributed computing. Distributed computations are carried out on more than one machine. When computers in a group work in cooperation, they make a distributed system.EmbeddedEmbedded operating systems are designed to be used in embedded computer systems. They are designed to operate on small machines like PDAs with less autonomy. They are able to operate with a limited number of resources. They are very compact and extremely efficient by design. Windows CE and Minix 3 are some examples of embedded operating systems.Based on the text above, judge the following item.When a distributed operating system is used for managing several independent computers, this group of computers appears to behave like a single computer.
Types of operating systemsReal-timeA real-time operating system is a multitasking operating system that aims at executing real-time applications. Real-time operating systems often use specialized scheduling algorithms so that they can achieve a deterministic nature of behavior. The main objective of real-time operating systems is their quick and predictable response to events. They have an event-driven or time-sharing design and often aspects of both. An event-driven system switches between tasks based on their priorities or external events while time-sharing operating systems switch tasks based on clock interrupts.Multi-userA multi-user operating system allows multiple users to access a computer system at the same time. Time-sharing systems and Internet servers can be classified as multi-user systems as they enable multiple-user access to a computer through the sharing of time. Single-user operating systems have only one user but may allow multiple programs to run at the same time.Multi-tasking vs. single-taskingA multi-tasking operating system allows more than one program to be running at the same time, from the point of view of human time scales. A single-tasking system has only one running program. Multi-tasking can be of two types: pre-emptive and co-operative. In pre-emptive multitasking, the operating system slices the CPU time and dedicates one slot to each of the programs. Unix-like operating systems such as Solaris and Linux support pre-emptive multitasking, as does AmigaOS. Cooperative multitasking is achieved by relying on each process to give time to the other processes in a defined manner. 16-bit versions of Microsoft Windows used cooperative multi-tasking. 32-bit versions of both Windows NT and Win9x, used pre-emptive multi-tasking. Mac OS prior to OS X used to support cooperative multitasking.DistributedA distributed operating system manages a group of independent computers and makes them appear to be a single computer. The development of networked computers that could be linked and communicate with each other gave rise to distributed computing. Distributed computations are carried out on more than one machine. When computers in a group work in cooperation, they make a distributed system.EmbeddedEmbedded operating systems are designed to be used in embedded computer systems. They are designed to operate on small machines like PDAs with less autonomy. They are able to operate with a limited number of resources. They are very compact and extremely efficient by design. Windows CE and Minix 3 are some examples of embedded operating systems.Based on the text above, judge the following item.Since the first release of Windows NT, no version of Windows used cooperative multi-tasking.
Recuperar senha