PHP_BCA-III

Quiz
•
Computers
•
University
•
Hard
MR. BSSS
Used 40+ times
FREE Resource
50 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which tag is used for php
<?php
?>
<style>
<php ?>
<php
/php>
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the two types of array in php
Indexed, sequence
Associative, sequence
Indexed, associative
None
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
$a=array("Timmy","Jimmy");
Is an example of
Indexed array
Associative array
Sequence array
None
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
function add(&a)
{
$a=10;
echo $a;}
$a=33;
This is an example for
Call by value
Call by reference
Both of the above
None
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
<?php
function add()
{
global $a=10;
echo $a;
}
add();
$a+=10;
?>
Output is
10
15
20
30
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
$a="IT is favorite department";
$b=sub_string($a,"bes",7,14);
echo $b;
Output is
IT is best department
IT is bes department
Error
IT is favorite department
7.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Choose the correct option About HTML elements
Elements in HTML describes the way of presenting the content in the browser.
All elements must have atleast one attribute associated with it.
Element names are case in-sensitive
None of the above
Create a free account and access millions of resources
Similar Resources on Wayground
50 questions
Tema 6 Examen Programación Avanzada

Quiz
•
University
50 questions
MidTerm Exam - CS122 - 12024

Quiz
•
University
50 questions
HTML,CSS

Quiz
•
3rd Grade - University
50 questions
Ôn tập mos 11

Quiz
•
University
50 questions
M1 - Introducción a la Programación

Quiz
•
University
50 questions
FINAL-EXAM on Logical Algebra

Quiz
•
University
50 questions
Cyber Quiz

Quiz
•
University
52 questions
ИКТ ЖБ100

Quiz
•
University
Popular Resources on Wayground
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
10 questions
"LAST STOP ON MARKET STREET" Vocabulary Quiz

Quiz
•
3rd Grade
19 questions
Fractions to Decimals and Decimals to Fractions

Quiz
•
6th Grade
16 questions
Logic and Venn Diagrams

Quiz
•
12th Grade
15 questions
Compare and Order Decimals

Quiz
•
4th - 5th Grade
20 questions
Simplifying Fractions

Quiz
•
6th Grade
20 questions
Multiplication facts 1-12

Quiz
•
2nd - 3rd Grade