Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
KH-Programmers
/
Frontend_Task
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Files
Expand file tree
master
Breadcrumbs
Frontend_Task
/
ex01.html
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
38 lines (34 loc) · 1.82 KB
master
Breadcrumbs
Frontend_Task
/
ex01.html
Copy path
Top
File metadata and controls
Code
Blame
38 lines (34 loc) · 1.82 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<head>
<link href="./ex01.css" rel="stylesheet">
</head>
<html>
<head>
<title> 김한결의_포트폴리오_1 </title>
<meta charset = "UTF-8">
</head>
<div min>
<body>
<ol>
<p style="font-size: 45px;"><strong><u>김한결이 배운 것을 소개합니다.</u><strong></strong></p>
<li>HTML</li>
<li>CSS</li>
<li>송찬우의 잔소리</li>
</ol>
<br>
<p style = "font-size : 30px" >앨런 튜링의 이미테이션 게임</p>
<br>
<p>
우리는 우리와 대화하는 상대방이 사람인지는 실제로 확인해보지 않고서는 확인할 수 없습니다. 가령 예를 들면, 당신이 카카오톡으로 어떠한 사람과
대화하고 있다고 가정해보죠. 상대방은 우리가 볼 수 없는 옆 방에 있습니다. 우리는 상대방이 로봇인지, 사람인지 판단해야합니다. 이때, 우리는 상대방이 누구인지 확인할 수 있을까요?
만약 상대방이 사람이 아니라 사람과 똑같이 말하는 인공지능이라면 어떡할 것인가요?
<br>
<br>
앨런 튜링이 제시한 이 문제는 "이미테이션 게임"이라고도 불리며, 우리는 우리는 다양한 사례들을 ...<br>(중략)<br>
<img src = "https://img1.daumcdn.net/thumb/R658x0.q70/?fname=https://t1.daumcdn.net/news/202306/05/munhwa/20230605090609685ougj.jpg">
<br><br>앨런 튜링에 대해 더 많은 정보를 알고 싶다면??<br>
<button type = "button" onclick="location.href = 'https://namu.wiki/w/%EC%95%A8%EB%9F%B0%20%ED%8A%9C%EB%A7%81'">앨런튜링/나무위키</button>
</p>
</body>
</div>
</html>
You can’t perform that action at this time.