테스트 사이트 - 개발 중인 베타 버전입니다

php 퀴즈~

· 10년 전 · 2438 · 20

3스쿨에 있는 퀴즈 풀어보세요~ㅎㅎ php말고도 html, javascript 등등 있네요 

 

http://www.w3schools.com/quiztest/quiztest.asp?qtest=PHP

 

Result:

16 of 20

 

80%

 

Almost! Study a little more and take the test again!

 

Time Spent

4:46

 

 

 

 

 

영어가 약해서.. 무슨 질문인지 이해하기 힘드네요..; 

 

 

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 20개

php 홈페이지 가보시면 아시겠지만
명칭이 예전에 바뀌었습니다 PHP: Hypertext Preprocessor 라구요
이유는 기존의 쉬운 언어라는 의미를 탈피함과 동시에 OOP 적인 요소의 추가로
제귀적인 표현으로 바뀌었죠
좋은 정보 감사드립니다~^^
졸다가 풀어서 하나 틀렸네요 파일 확장자가 무조건 .inc 가 아닌데 말이죠 ;;

PHP QUIZ Points: 19 out of 20
1. What does PHP stand for?

You answered:

PHP: Hypertext Preprocessor
Correct Answer!

2. PHP server scripts are surrounded by delimiters, which?

You answered:

<?php...?>
Correct Answer!

3. How do you write "Hello World" in PHP

You answered:

echo "Hello World";
Correct Answer!

4. All variables in PHP start with which symbol?

You answered:

$
Correct Answer!

5. What is the correct way to end a PHP statement?

You answered:

;
Correct Answer!

6. The PHP syntax is most similar to:

You answered:

Perl and C
Correct Answer!

7. How do you get information from a form that is submitted using the "get" method?

You answered:

$_GET[];
Correct Answer!

8. When using the POST method, variables are displayed in the URL:

You answered:

False
Correct Answer!

9. In PHP you can use both single quotes ( ' ' ) and double quotes ( " " ) for strings:

You answered:

True
Correct Answer!

10. Include files must have the file extension ".inc"

You answered:

True
Wrong Answer!

11. What is the correct way to include the file "time.inc" ?

You answered:

<?php include "time.inc"; ?>
Correct Answer!

12. What is the correct way to create a function in PHP?

You answered:

function myFunction()
Correct Answer!

13. What is the correct way to open the file "time.txt" as readable?

You answered:

fopen("time.txt","r");
Correct Answer!

14. PHP allows you to send emails directly from a script

You answered:

True
Correct Answer!

15. What is the correct way to connect to a MySQL database?

You answered:

mysqli_connect(host,username,password,dbname);
Correct Answer!

16. What is the correct way to add 1 to the $count variable?

You answered:

$count++;
Correct Answer!

17. What is a correct way to add a comment in PHP?

You answered:

/*...*/
Correct Answer!

18. PHP can be run on Microsoft Windows IIS(Internet Information Server):

You answered:

True
Correct Answer!

19. In PHP, the die() and exit() functions do the exact same thing.

You answered:

True
Correct Answer!

20. Which one of these variables has an illegal name?

You answered:

$my-Var
Correct Answer!


By W3Schools Time spent: 4:46
풀고 싶은데 영어를 모르겠어요 ㅡㅡ
대충 찍어 맞추는거죠ㅋㅋ
저 퀴즈들 한글화해서 스킨 만들면 어떨까 라고 잠시 생각했지만
해석이 안돼서 바로 포기했어요
전 맨위에 html 부터 풀고있는데 벌써 하나 틀림 ㅋㅋ 다 기초인데 그냥 풀려니 헷갈리네요
10년 전
PHP
Result: 17 of 20 (85%)
You can be proud of yourself!
Time Spent 2:35

HTML
Result: 20 of 20 (100%)
Perfect!!!
Time Spent 2:31

HTML5 // 헐 충격 ㅠ
Result: 14 of 20 (70%)
Almost! Study a little more and take the test again!
Time Spent 3:25

CSS // 이건 좀 덜 충격 ㅠ
Result: 17 of 20 (85%)
You can be proud of yourself!
Time Spent 2:20
만점이네요ㅎㅎ html5 전 9개 맞았...ㅠ
10년 전
헐 1번을... 틀렸;;;; 바뀐이름을 T_T;; 옛날사람 옛날사람
질문이 영어라 포기 ㅎㅎㅎㅎ

게시글 목록

번호 제목
1717252
1717247
1717243
1717237
1717225
1717214
1717208
1717203
1717189
1717183
1717177
1717172
1717163
1717162
1717156
1717154
1717153
1717141
1717140
1717138
1717113
1717111
1717105
1717099
1717085
1717076
1717072
1717065
1717062
1717050