Question Bank

1085 approved questions from the community

What is a default gateway?

EASY
SINGLE CHOICE
30s
Network
by Mohamed

What is a MAC address used for?

EASY
SINGLE CHOICE
30s
Network
by Mohamed

What does MTU stand for?

EASY
SINGLE CHOICE
25s
Network
by Mohamed

What is NAT (Network Address Translation)?

EASY
SINGLE CHOICE
30s
Network
by Mohamed

What is a socket in networking?

EASY
SINGLE CHOICE
30s
Network
by Mohamed

What is the default port for HTTP?

EASY
SINGLE CHOICE
25s
Network
by Mohamed

What is the default port for SSH?

EASY
SINGLE CHOICE
25s
Network
by Mohamed

What does RTT stand for in networking?

EASY
SINGLE CHOICE
25s
Network
by Mohamed

What does PHP originally stand for?

EASY
SINGLE CHOICE
25s
PHP
by Mohamed

How do you execute a PHP script from the command line?

EASY
SINGLE CHOICE
30s
PHP
by Mohamed

What is the most common and recommended way to embed PHP code in HTML?

EASY
SINGLE CHOICE
25s
PHP
by Mohamed

What is the shortcut equivalent to '<?php echo' available in PHP 5.4+?

EASY
SINGLE CHOICE
25s
PHP
by Mohamed

PHP constants are case-sensitive by default.

EASY
TRUE FALSE
20s
PHP
by Mohamed

Sessions in PHP allow data to persist across different pages during a user's visit.

EASY
TRUE FALSE
20s
PHP
by Mohamed

PHP constants should ideally be defined at the beginning of a script to ensure consistent values.

EASY
TRUE FALSE
20s
PHP
by Mohamed

Superglobal arrays like $_POST and $_GET have a global scope and are accessible from any part of the code.

EASY
TRUE FALSE
20s
PHP
by Mohamed

Which of the following are popular HTTP servers that manage incoming PHP requests? (Select all that apply)

EASY
MULTIPLE CHOICE
35s
PHP
by Mohamed

Which of the following are core data types in PHP? (Select all that apply)

EASY
MULTIPLE CHOICE
35s
PHP
by Mohamed

Variables defined within a function in PHP are accessible outside that function by default.

EASY
TRUE FALSE
25s
PHP
by Mohamed

PHP short tags '<? ... ?>' are always enabled and recommended for use.

EASY
TRUE FALSE
25s
PHP
by Mohamed
PreviousPage 17 of 55Next