Strings and Arrays

Strings and Arrays

Professional Development

13 Qs

quiz-placeholder

Similar activities

Introduction to PHP

Introduction to PHP

Professional Development

15 Qs

php- basics

php- basics

Professional Development

10 Qs

Asas JavaScript 2

Asas JavaScript 2

Professional Development

18 Qs

Module 5 & Module 6

Module 5 & Module 6

University - Professional Development

10 Qs

Advance Python

Advance Python

KG - Professional Development

10 Qs

EIT237-bases de php7

EIT237-bases de php7

Professional Development

10 Qs

Curso de WordPress + Maquetación HTML/CSS (Sesión 1)

Curso de WordPress + Maquetación HTML/CSS (Sesión 1)

Professional Development

9 Qs

Vlookup Formula in Excel

Vlookup Formula in Excel

Professional Development

10 Qs

Strings and Arrays

Strings and Arrays

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Preetha S

Used 5+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In PHP the _______    function returns the total number of characters in a string.

len()

str_length()

length()

strlen()

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In PHP the __________ function is used to find out whether some text occurs within a string.

strstr()  

find()

count()

str_find()

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

 In PHP the __________ function finds the last match in the string, rather than the first

strpos()

str_last()

 strrpos()

strpos_last()

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is not a Built-in String functions in php?

strlen()

str_replace()

strpos()

strreverse()

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is the output of the below code?

<?php echo strpos("Hello letsfindcourse!", "lets"), " \n"; ?>

4

5

6

7

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Predict the output of the following code snippet :

<?php $str="chess was played"; echo strlen(substr($str,3,2))." " ?>

1

2

null

3

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Arrays with named keys in PHP are called ________

Associative arrays 

Indexed arrays 

Multidimensional arrays 

named arrays

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?