TLE 10 - Q3 Computer Programming

TLE 10 - Q3 Computer Programming

10th Grade

60 Qs

quiz-placeholder

Similar activities

Photography Final

Photography Final

9th Grade - University

65 Qs

facts hill

facts hill

KG - University

56 Qs

Science & Technology

Science & Technology

8th - 12th Grade

55 Qs

ICT Knowledge Quiz

ICT Knowledge Quiz

9th - 12th Grade

59 Qs

Logos

Logos

3rd - 12th Grade

55 Qs

LOGOS

LOGOS

3rd Grade - Professional Development

60 Qs

galaxy

galaxy

KG - Professional Development

57 Qs

Mini Explorace

Mini Explorace

2nd Grade - University

60 Qs

TLE 10 - Q3 Computer Programming

TLE 10 - Q3 Computer Programming

Assessment

Quiz

Fun

10th Grade

Easy

Created by

JOSEPH ALMONTE

Used 3+ times

FREE Resource

60 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does PHP stand for?
a. PHP: Hypertext Preprocessor
b. Private Home Page
c. Personal Hypertext Processor
d. Philippine Hypertext Preprocessor

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct opening and close tag for PHP scripts? echo “This is PHP”;
a.
b.
c. echo “This is PHP”;
d.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to end a PHP statement?

a. .

b. ;

c. New line

d. :

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The PHP syntax is most similar to:
a. Perl and C
b. JavaScript
c. VBScript
d. C# and Phyton

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you get information from a form that is submitted using the "get" method?
a. Request.Form;
b. $_GET[];
c. Request.QueryString;
d. $_POST[];

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

With PHP, can we use both single quotes ( ' ' ) and double quotes ( " " ) for strings?
a. No, we can't use both single quotes ( ' ' ) and double quotes ( " " ) for strings.
b. Yes, we can use both single quotes ( ' ' ) and double quotes ( " " ) for strings.
c. we can only use single quotes ( ' ' ) but we can't use double quotes ( " " ) for strings.
d. we can only use double quotes ( " " ) but we can't use single quotes ( ' ' ) for strings.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to create a function in PHP?
a. create myFunction()
b. new_function myFunction()
c. function myFunction()
d. function create myFunction()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Similar Resources on Wayground