

McqMate
These multiple-choice questions (MCQs) are designed to enhance your knowledge and understanding in the following areas: Bachelor of Business Administration in Computer Applications (BBA [CA]) .
Chapters
151. |
__________ is used to show the out put …or give message..same as printf in c language… |
A. | echo |
B. | java script |
C. | angular js |
D. | none of these |
Answer» A. echo |
152. |
PHP supports a ___________ range of databases |
A. | wide |
B. | small |
C. | short |
D. | none of these |
Answer» A. wide |
153. |
PHP supports the following data types: |
A. | string |
B. | integer |
C. | float (floating point numbers - also called double) |
D. | all of the above . |
Answer» D. all of the above . |
154. |
In PHP, an object must be_________declared. |
A. | explicitly |
B. | implicitly |
C. | both a and b |
D. | none of these |
Answer» A. explicitly |
155. |
PHP divides the operators in the following groups: |
A. | increment/decrement operators |
B. | logical operators |
C. | string operators |
D. | all of the above |
Answer» D. all of the above |
156. |
The basic assignment operator in PHP is __________ It means that the left operand gets set to the value of the assignment expression on the right. |
A. | = |
B. | ++ |
C. | == |
D. | ? |
Answer» A. = |
157. |
the _________ statement is used to perform different actions based on different conditions |
A. | switch |
B. | if condition |
C. | foreach |
D. | while |
Answer» A. switch |
158. |
In PHP, we have the following loop types: |
A. | while loop |
B. | for loop |
C. | foreach |
D. | all the these. |
Answer» D. all the these. |
159. |
In php, A ___________ is a block of statements that can be used repeatedly in a program. |
A. | function |
B. | procedure |
C. | block |
D. | loop |
Answer» A. function |
Done Studing? Take A Test.
Great job completing your study session! Now it's time to put your knowledge to the test. Challenge yourself, see how much you've learned, and identify areas for improvement. Don’t worry, this is all part of the journey to mastery. Ready for the next step? Take a quiz to solidify what you've just studied.