PHP_BCA-III

PHP_BCA-III

University

50 Qs

quiz-placeholder

Similar activities

TCS693 FSWD PHP Test 2023

TCS693 FSWD PHP Test 2023

University

54 Qs

php

php

University

48 Qs

Quiz Trivia

Quiz Trivia

University

50 Qs

Web Designing-2025

Web Designing-2025

University

50 Qs

Pengetahuan US

Pengetahuan US

University

50 Qs

CS 3 Web Systems and Technologies 1

CS 3 Web Systems and Technologies 1

University

51 Qs

Web designing-04-10-2023

Web designing-04-10-2023

University

50 Qs

PHP_BCA-III

PHP_BCA-III

Assessment

Quiz

Computers

University

Hard

Created by

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?