Section 1

Preview this deck

A server

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (29)

Section 1

(29 cards)

A server

Front

What does php run on?

Back

FALSE

Front

User defined functions, classes and keywords (if, else, while, echo) are case-sensisitve. TRUE or FALSE

Back

Any whole number

Front

What does the integer variable represent?

Back

all caps

Front

PHP constants are written in ____ ______ by convention.

Back

TRUE

Front

PHP constants are not case-sensitive but follow an All Caps naming convention. TRUE or FALSE

Back

FALSE

Front

Constants are not global across the entire script. TRUE or FALSE

Back

FALSE

Front

A variables value cannot be changed. TRUE or FALSE

Back

MAMP and AMPPS

Front

What 2 mac based virtual servers are available?

Back

permalink

Front

Permanent link.

Back

<?php define("COLOR", "blue"); ?>

Front

How would you define a php constant color and value blue?

Back

Boolean Floating Point Integer String

Front

What are the 4 types of variables?

Back

FALSE

Front

PHP syntax uses hyphens to separate words. TRUE or FALSE

Back

TRUE

Front

PHP variables are case-sensitive. TRUE or FALSE

Back

A fractional number with a decimal.

Front

What does a floating point integer represent?

Back

TRUE

Front

A constants value cannot be changed. TRUE or FALSE

Back

text that is enclosed in quotes

Front

What does a string represent?

Back

install a local server.

Front

In order to execute PHP you will need to ____ ___ ____ _____.

Back

Stand alone or Within HTML

Front

2 ways PHP can be utilized. ___ or___

Back

Anywhere

Front

Where can PHP be placed in a document?

Back

Mac apache mysql php

Front

What does MAMP stand for?

Back

values that are true or false

Front

What does the boolean variable specify?

Back

False

Front

PHP markup is viewable in dev tools. TRUE or FALSE?

Back

C

Front

Which statement is true: A. $VariableName = "12"; B. $variable-name = "15" C $variable_name = "17"; D. $variable_name = 19

Back

TRUE

Front

PHP variables are like buckets that can hold numbers, text, images or logic for later use. TRUE or FALSE

Back

letter underscore

Front

Constants start with a ____ or ______

Back

Hypertext Preprocessor

Front

What does PHP stand for?

Back

B

Front

Which is not a comment.. A. // This is a single line comment B. /// This is a single line comment C. # This is a single line comment D. / Multiple line comment /

Back

server side

Front

PHP is a popular ____ ______ programming language.

Back

PHP

Front

Server side programming language

Back