TLE 10 - Q3 Computer Programming

TLE 10 - Q3 Computer Programming

10th Grade

60 Qs

quiz-placeholder

Similar activities

HARIKA

HARIKA

7th - 11th Grade

55 Qs

Logos

Logos

KG - Professional Development

60 Qs

Introduction to Computers

Introduction to Computers

10th - 12th Grade

59 Qs

name that logo

name that logo

KG - 12th Grade

56 Qs

facts hill

facts hill

KG - University

56 Qs

Science & Technology

Science & Technology

8th - 12th Grade

55 Qs

LET'S HAVE FUN WITH ELSA

LET'S HAVE FUN WITH ELSA

KG - University

65 Qs

NHCS 2nd Trimester House Group Trivia

NHCS 2nd Trimester House Group Trivia

9th - 12th Grade

65 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?