PHP- Introduction to Programming and Development Tools Flashcards

terms and explanations about PHP

1
Q

PHP stands for…?

A

HYPERTEXT PREPROCESSOR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

____ is open-source, free, and widely used, which means
that there are plenty of resources available online for
learning and troubleshooting

A

PHP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

is often used in combination with other web
technologies, such as HTML, CSS, JavaScript, and
databases PHP
is used to create dynamic web pages, process
forms, manage databases, and perform other server-side
tasks

A

PHP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Advantages of using PHP…?

A

1. Easy to learn and use
2. Fast and efficient
3. Cross-platform compatibility
4. Large and supportive community

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

is a software application that provides a comprehensive environment
for writing, testing, and debugging code.

A

Integrated Development Environment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Examples of
PHP IDEs include

A

1. PHP Storm
2. Netbeans
3. Eclipse

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

an open-source IDE with support for various programming languages including PHP, developed by
Apache Software Foundation.

A

Netbeans

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Benefits of using an IDE include…?

A

1. Syntax highlighting
2. Code completion
3. Debugging tools
4. Integrated version control

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

are used to store values and can be
declared using the $ sign.

A

Variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

PHP supports various data types including strings, integers, floats, and booleans.

A

Data types

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

arithmetic(+,-, /, %, etc.),
assignment(=,+=, -=),incerment(++, --),
comparison(==, !=, <, >,etc.), and logical
operators(&&,||) are supported in PHP.

A

Operators

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

PHP supports if/else statements, loops, and switch statements.

A

Control Structures

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

function is used to output text or variables to the
browser.

A

Echo()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

function is used to find the length of a string.

A

strlen()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

function is used to convert a string to
uppercase.

A

strtoupper()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

function is used to convert a string to
lowercase.

A

strtolower()

17
Q

XAMPP stands for…?

A

X - Cross platform
A - Apache
M - MySQL
P - PHP
P - Perl

18
Q

WAMP stands for…?

A

W - Windows A - Apache M - MySQL P - PHP

19
Q

MAMP stands for…?

A

M - MacOS A - Apache M - MySQL P -PHP