WorksheetsDPS4013 : Summative Intro PHP
Total questions: 10
Worksheet time: 5mins
What does PHP stands for?
PHP: Hypertext Preprocessor
Private Home Page
Personal Hypertext Processor
Which among the following is the correct delimiters that surround PHP server scripts?
<script>...</script>
<?php ?>
<?php>...</?>
<&>...</&>
How do you write "I Love Pns" in PHP
Document.Write("I Love Pns");
echo "I Love Pns";
"I Love Pns";
Php is
Server- Side Scripting
Client - Side Scripting
Top 5 Websites Developed in PHP
Yahoo
Wordpress
Mailchimp
Flickr
What does this shape represent?
Decission
Input/Output
Process
Start/End
A logical step-by-step process for solving a problem is called
Binary Numbers
Algorithms
Coding
A diagram that represents a set of instructions is called:
Shapes
Flow Chart
Pseudocode
What is the purpose of a diamond in a flowchart?
Input / Output
Decision
Process
Sub-process
What are the two main ways that we represent an algorithm?
By drawing pictures
Using flowcharts and pseudo code
Using python and small basic
Using Scratch and python
