최신GIAC Python Coder (GPYC) - GPYC무료샘플문제
문제1
When the following program "question.py" is executed with Python what is the output?

When the following program "question.py" is executed with Python what is the output?

정답: B
설명: (ExamPassdump 회원만 볼 수 있음)
문제2
What is the output when the following commands are typed in Python interactive mode?

What is the output when the following commands are typed in Python interactive mode?

정답: B
문제3
When accessing the hard drive directly, how would the character *B' be stored?

When accessing the hard drive directly, how would the character *B' be stored?

정답: D
문제4
What wilt the code in the screen capture print when executed?

What wilt the code in the screen capture print when executed?

정답: C
문제5
What is the output of the following line of code typed into a Python interactive session?

What is the output of the following line of code typed into a Python interactive session?

정답: D
문제6
What does the attacker do in a SQL Injection attack?
What does the attacker do in a SQL Injection attack?
정답: A
문제7
What is the output of the following when executed in a Python shell?

What is the output of the following when executed in a Python shell?

정답: B
문제8
Review the following code, written in Python. What are the contents of variable a?

Review the following code, written in Python. What are the contents of variable a?

정답: B