I'm an idiot! seriously... I signed up for a PHP class that said no programming exp. needed. I stupidly thought it would be neat to learn. I haven't programmed since I learned pascal 10+ years ago. (I learned how to deliver a baby today, and deal w/ all the complications, I can deal with all sorts of trauma, put in airways, etc. ... but I can't do this...)
We had a test I flunked as most of the class did. I can do most of the coding that we are given - but it is only monkey work - copy it find the syntax error and show the output.
I would like to get the right answers so i can actually learn whats going on
and be able to use them as reference later in the class
The test was 50 questions, and the teacher will not go over it - which doesn't help my understanding of the language. can or will anyone help? (php.net has been helpful too) here are the first 25 questions, some of which I got right. - but i even got #1 wrong.
1. Web____ is the design of software applications for the web.
2. ____ is client - side scripting language (not like PHP) that allows Web authors to develop interactive Web pages and sites
3. ____- side scripting (like PHP) running language that is executed from a PC running Apache, for example.
4. Two web servers running on the same machine cannot ____ the same TCP/IP port number for HTTP communications.
5. Apache is the most popular web server used on the internet today. What is the second most popular?
6. The PHP configuration file is named ____.
7. After you instal PHP, you need to configure ____ to use it.
8. PHP code is never sent to the ____ web browser.
9. A(n) ____ tag (eg. <php or ?>) is a character or sequence of characters used to mark the beginning and end of a code segment.
10. PHP, like some programming languages requires you to end all statements with a(n) ____.
11. The term ____ refers to a self - contained code that performs a particular task.
12. Many functions can accept multiple ____ that you should separate with comas.
13. The statement that calls a function is referred to as a function ____.
14. When assigning a numeric value to a variable, do not enclose the value in ____ or PHP will treat the value as a string instead of a number.
15. To create a constant use the ____ function.
16.PHP is ____ typed, meaning that it will determine the data type at the time data is assigned to each variable.
17. Data such as lists of names, test scores, or prices are typically stored in ____.
18. A(n) ____ contains a set of data represented by a single variable name.
19. A(n) ____ refers to each piece of data that is stored within an array.
20. A(n) ____ is an element's numeric position within an array.
21. Variables that can be assigned only a single value are called ____.
22. An operator that compares operands and returns a Boolean value is known as a(n) ____.
23. The names you use for an array or variable must begin with a(n)____.
24. A variables scope can be either global or ____.
25. What superglobal is an array of server environment information?
any and all help is appreciated. Thanx!
perhaps i should buy the "dummies" book?
We had a test I flunked as most of the class did. I can do most of the coding that we are given - but it is only monkey work - copy it find the syntax error and show the output.
I would like to get the right answers so i can actually learn whats going on
The test was 50 questions, and the teacher will not go over it - which doesn't help my understanding of the language. can or will anyone help? (php.net has been helpful too) here are the first 25 questions, some of which I got right. - but i even got #1 wrong.
1. Web____ is the design of software applications for the web.
2. ____ is client - side scripting language (not like PHP) that allows Web authors to develop interactive Web pages and sites
3. ____- side scripting (like PHP) running language that is executed from a PC running Apache, for example.
4. Two web servers running on the same machine cannot ____ the same TCP/IP port number for HTTP communications.
5. Apache is the most popular web server used on the internet today. What is the second most popular?
6. The PHP configuration file is named ____.
7. After you instal PHP, you need to configure ____ to use it.
8. PHP code is never sent to the ____ web browser.
9. A(n) ____ tag (eg. <php or ?>) is a character or sequence of characters used to mark the beginning and end of a code segment.
10. PHP, like some programming languages requires you to end all statements with a(n) ____.
11. The term ____ refers to a self - contained code that performs a particular task.
12. Many functions can accept multiple ____ that you should separate with comas.
13. The statement that calls a function is referred to as a function ____.
14. When assigning a numeric value to a variable, do not enclose the value in ____ or PHP will treat the value as a string instead of a number.
15. To create a constant use the ____ function.
16.PHP is ____ typed, meaning that it will determine the data type at the time data is assigned to each variable.
17. Data such as lists of names, test scores, or prices are typically stored in ____.
18. A(n) ____ contains a set of data represented by a single variable name.
19. A(n) ____ refers to each piece of data that is stored within an array.
20. A(n) ____ is an element's numeric position within an array.
21. Variables that can be assigned only a single value are called ____.
22. An operator that compares operands and returns a Boolean value is known as a(n) ____.
23. The names you use for an array or variable must begin with a(n)____.
24. A variables scope can be either global or ____.
25. What superglobal is an array of server environment information?
any and all help is appreciated. Thanx!
perhaps i should buy the "dummies" book?