PHP First Internal Practical Viva

PHP First Internal Practical Viva

University

20 Qs

quiz-placeholder

Similar activities

Ujian Tengah Semester (UTS) Pemrograman Basis Web 2

Ujian Tengah Semester (UTS) Pemrograman Basis Web 2

University

20 Qs

C-Extended

C-Extended

University

16 Qs

CodeHS - Intro to Python - Basics and Console Interaction

CodeHS - Intro to Python - Basics and Console Interaction

9th Grade - Professional Development

20 Qs

Lists In Python_1

Lists In Python_1

9th Grade - University

15 Qs

Prueba Diagnóstica PHP Básico

Prueba Diagnóstica PHP Básico

10th Grade - University

20 Qs

Round 2 Debug-The-Code

Round 2 Debug-The-Code

University

15 Qs

Quiz -3: JavaScript & PHP (AIML)/CC/1st Year

Quiz -3: JavaScript & PHP (AIML)/CC/1st Year

University

15 Qs

Operator dan Kontrol Struktur PHP

Operator dan Kontrol Struktur PHP

2nd Grade - University

15 Qs

PHP First Internal Practical Viva

PHP First Internal Practical Viva

Assessment

Quiz

Computers

University

Medium

Created by

Srijana Shet

Used 6+ times

FREE Resource

20 questions

Show all answers

1.

OPEN ENDED QUESTION

1 min • Ungraded

Type your full name

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

1 min • Ungraded

Type your full Reg No

Evaluate responses using AI:

OFF

3.

OPEN ENDED QUESTION

1 min • Ungraded

Type your campus ID

Evaluate responses using AI:

OFF

4.

MULTIPLE CHOICE QUESTION

1 min • Ungraded

Choose your Course (MCA/MSc)

MCA

MSc

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following php statement/statements will store 111 in variable num?

int $num = 111;

int mum = 111;

$num = 111;

111 = $num;

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following php code

< ?php

$num = 1;

$num1 = 2;

print $num . "+". $num1 ;

?>

3

1+2

1.+.2

Error

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following PHP code?

< ?php

$fruits = array ("mango", "apple", "pear", "peach");

$fruits = array_flip($fruits);

echo ($fruits[0]);

?>

mango

Error

peach

0

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?