parent
13f0466473
commit
012bff97d3
@ -1,18 +1,18 @@
|
||||
*Complete this quiz along with your submission by checking one answer per question.*
|
||||
*문제당 하나의 정답을 골라 퀴즈를 완성하세요.*
|
||||
|
||||
1. What language would you most likely use to create a website?
|
||||
1. 어떤 언어로 웹사이트를 만들 것인가요?
|
||||
|
||||
- [ ] Machine Code
|
||||
- [ ] 기계어
|
||||
- [ ] JavaScript
|
||||
- [ ] Bash
|
||||
|
||||
2. Development environments are unique to each developer
|
||||
1. 개발 환경은 개발자 마다 고유하다.
|
||||
|
||||
- [ ] True
|
||||
- [ ] False
|
||||
- [ ] 네
|
||||
- [ ] 아니요
|
||||
|
||||
3. What will a developer do to fix buggy code?
|
||||
1. 버그가 있는 코드를 고치기위해 개발자는 어떤 것을 하게되나요?
|
||||
|
||||
- [ ] Syntax highlighting
|
||||
- [ ] Debugging
|
||||
- [ ] Code formatting
|
||||
- [ ] 구문 강조 (Syntax highlighting)
|
||||
- [ ] 디버깅 (Debugging)
|
||||
- [ ] 코드 포맷팅 (Code Formatting)
|
||||
|
@ -1,18 +1,18 @@
|
||||
*Complete this quiz in class*
|
||||
*수업 들으시면서 퀴즈를 완성해주세요.*
|
||||
|
||||
1. A program can be created without the creator writing any code
|
||||
1. 생산자의 코드작성 없이 프로그램이 만들어질 수 있다.
|
||||
|
||||
- [ ] True
|
||||
- [ ] False
|
||||
- [ ] 네
|
||||
- [ ] 아니요
|
||||
|
||||
2. Low level languages are a popular choice for:
|
||||
2. 저수준 언어는 어떤 것을 만드는데 인기있는 선택지일까?
|
||||
|
||||
- [ ] Websites
|
||||
- [ ] Hardware
|
||||
- [ ] Video game software
|
||||
- [ ] 웹사이트
|
||||
- [ ] 하드웨어
|
||||
- [ ] 비디오 게임 소프트웨어
|
||||
|
||||
3. Which one of these tools would most likely be in a web developer's environment?
|
||||
1. 아래의 도구들 중 웹 개발자 환경으로 가장 적합한 것은?
|
||||
|
||||
- [ ] Hardware, like a Raspberry Pi
|
||||
- [ ] Browser DevTools
|
||||
- [ ] Operating system documentation
|
||||
- [ ] 라즈베리 파이 같은 하드웨어
|
||||
- [ ] 브라우저 개발자도구
|
||||
- [ ] 운영체제 설명서
|
||||
|
Loading…
Reference in new issue