Network Protocols and PHP Programming Basics

Test your knowledge of networking protocols (ISP, SNMP, ARP, DNS, DHCP) and PHP programming fundamentals including database connections, functions, and form handling.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is CricketNet?

  1. Allows for viewing of performance statistics for network devices
  2. Allows for viewing of cricket score
  3. Allows for viewing of performance statistics for servers
  4. None of the above
Question 2 Multiple Choice (Single Answer)

What is the maximum time duration for asset suppression in iAdmin?

  1. 72 hours
  2. 82 hours
  3. 48 hours
  4. 96 hours
Question 3 Multiple Choice (Single Answer)

What type of object can be suppressed?

  1. Monitored object
  2. Mirrored object
  3. Server object
  4. Network object
Question 4 Multiple Choice (Single Answer)

In OLA Watcher, how do you view extended information and take additional actions on a ticket?

  1. Right click the ticket
  2. left click the ticket
  3. center click the ticket
  4. None of the above
Question 5 True/False

In OLA Watcher, to view the property CEN for a given ticket, Right click the ticket, select CEN

  1. True
  2. False
Question 6 True/False

How do you access Cricket? - Http://cricketnet

  1. True
  2. False
Question 7 Multiple Choice (Single Answer)

What does PHP stand for?

  1. Personal Hypertext Processor
  2. Personal Home Page
  3. Hypertext Preprocessor
  4. Private Home Page
Question 8 Multiple Choice (Single Answer)

PHP was originally created by?

  1. Sanibel
  2. Florida
  3. Rasmus Lerdorf
  4. Kaushalam
Question 9 Multiple Choice (Single Answer)

PHP server scripts are surrounded by delimiters, which?

  1. <?php>...</?>
  2. <script>...</script>
  3. <&>...</&>
  4. <?php…?>
Question 10 Multiple Choice (Single Answer)

How do you write "Hello World" in PHP?

  1. "Hello World";
  2. echo "Hello World";
  3. Document.Write("Hello World");
  4. print("Hello World");
Question 11 Multiple Choice (Single Answer)

The PHP syntax is most similar to?

  1. VBScript
  2. JavaScript
  3. Perl and C
  4. Java
Question 12 Multiple Choice (Single Answer)

What is the correct way to include the file "time.inc" ?

  1. <?php require("time.inc"); ?>
  2. <% include file="time.inc" %>
  3. <!--include file="time.inc"-->
  4. <?php include_file("time.inc"); ?>
Question 13 Multiple Choice (Single Answer)

How do you get information from a form that is submitted using the "get" method?

  1. $_GET[];
  2. Request.QueryString;
  3. Request.Form;
  4. $_POST[];
Question 14 Multiple Choice (Single Answer)

What is the correct way to create a function in PHP?

  1. create myFunction()
  2. function myFunction()
  3. new_function myFunction()
  4. calling_funtion myFunction()
Question 15 Multiple Choice (Single Answer)

What is the correct way to connect to a MySQL database?

  1. dbopen("localhost");
  2. mysql_open("localhost");
  3. mysql_connect("localhost")
  4. connect_mysql("localhost");
Question 16 Multiple Choice (Single Answer)

'DHCP' is stands for..

  1. Dynamic Host Configurationl Protocol
  2. Data Host Control Protocol
  3. Data Hyper Control Protocol
  4. Dynamic Hyper Control Protocol
Question 17 Multiple Choice (Single Answer)

'DNS' is stands for..

  1. Dynamic Name Service
  2. Dynamic Name Server
  3. Domain Name Server
  4. Domain Name service
Question 18 Multiple Choice (Single Answer)

'ARP' is stands for..

  1. Address Resolution Protocol
  2. Address Reverse Protocol
  3. Advance Resolution Protocol
  4. Advance Reverse Protocol
Question 19 Multiple Choice (Single Answer)

'SNMP' is stands for..

  1. Serial Network Message Protocol
  2. Serial Network Management Protocol
  3. Simple Network Message Protocol
  4. Simple Network Management Protocol
Question 20 Multiple Choice (Single Answer)

'ISP' is stands for..

  1. Interanet Service Protocol
  2. Internet Service Protocol
  3. Interanet System Protocol
  4. Internet System Protocol