Computer Science/[ 운영체제 공룡책 퀴즈 모음 ]
[ OS_quiz ] Chapter 1- 2 Introduction & O/S Structures
kim.svadoz
2021. 6. 8. 17:04
반응형
Quiz
- 내 친구가 4지선다형 시험 문제의 답 하나를 알려주었다. 이 친구가 나에게 준 정보량은 얼마인가?
- 1
- 2
- 3
- 4
- 범용 컴퓨터(general-purpose computer)는 소프트웨어를 통해 여러 목적으로 사용할 수 있는 컴퓨 터를 의미한다. 범용 컴퓨터를 구현하려고 논리 회로를 만들려고 할 때 필요한 최소한의 논리 게이트 집합을 모두 고르시오.
- NOT, AND, OR
- NOT, AND, OR, NAND
- NOT, AND, OR, XOR
- NOT, AND, OR, XOR, NAND, NOR
- NAND
- Turing Machine에 대해서 틀린 설명은?
- Alan Turing이 제안한 현대적 컴퓨터의 원형이다.
- Universal Turing Machine은 현대적 컴퓨터에서 운영체제가 되었다.
- Turing Machine은 정지 문제를 포함하여 계산가능한 모든 문제를 풀 수 있다고 증명되었다.
- Turing Machine의 설계는 CPU와 Memory와 같은 하드웨어의 설계를 포함하고 있었다.
- A ___ is defined as a set of insructions that directs a computer to perform a cetain job to do.
- process
- software
- von Neumann Architecture
- program
- A _____ is the core of operating system that is running at all times on the computer.
- kernel
- sthell
- bootstrap
- system call
- A ____ program is the first program to run on computer power-on, and then loads the operating system into the main memory.
- kernel
- shell
- bootstrap
- system call
- ____ is a technology that allow us to abstract the hardware of a single computer into several different execution environments to enable for several OSes to run concurrently.
- Virtualization
- Multiprocessing
- Multitasking
- Multiprogramming
- A _____ provides an interface to the services made available by the operating system.
- system call
- direct memory access
- shell
- process
반응형