Quiz string dalam php

Quiz string dalam php

11th Grade

10 Qs

quiz-placeholder

Similar activities

Operator dan Kontrol Struktur PHP

Operator dan Kontrol Struktur PHP

2nd Grade - University

15 Qs

Java String class methods

Java String class methods

10th - 12th Grade

10 Qs

Progamming - Java Syntax

Progamming - Java Syntax

11th - 12th Grade

15 Qs

ตัวแปรและชนิดของข้อมูล

ตัวแปรและชนิดของข้อมูล

11th Grade

10 Qs

LEFT_RIGHT_MID Excel Functions Quiz

LEFT_RIGHT_MID Excel Functions Quiz

9th Grade - University

10 Qs

Javascript

Javascript

10th - 12th Grade

15 Qs

Introduction to PHP: Hypertext Preprocessor

Introduction to PHP: Hypertext Preprocessor

11th - 12th Grade

10 Qs

EVALUASI 1

EVALUASI 1

11th Grade

10 Qs

Quiz string dalam php

Quiz string dalam php

Assessment

Quiz

Computers

11th Grade

Easy

Created by

FIKA LAILA

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Apa fungsi dari strlen() dalam PHP?

Mengubah huruf dalam string menjadi huruf besar

Menghitung panjang sebuah string

Menghapus spasi di awal dan akhir string

Mengganti teks dalam string

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Fungsi manakah yang digunakan untuk mengubah semua huruf dalam string menjadi huruf kecil?

strtoupper()

strtolower()

str_replace()

substr()

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Apa hasil dari kode berikut ini? php Salin kode $text = "Hello, World!"; echo strtoupper($text);

hello, world!

HELLO, WORLD!

Hello, World!

HELLO world!

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Fungsi manakah yang digunakan untuk menghapus spasi di awal dan akhir string?

trim()

explode()

strlen()

strtolower()

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Apa hasil dari kode berikut ini? php Salin kode $text = "Hello, PHP!"; echo substr($text, 7, 3);

PHP

Hello

, P

Hel

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

<?php

$text = " Mastering PHP is fun! ";

$result = strrev(trim(substr($text, 4, 10)));

echo $result;

?>

Apa output dari kode di atas?

GNIRETSA

GNIRET

GNIRETS

MASTERS

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Di dalam OOP, manakah yang benar tentang public $title; dalam kelas?

title hanya bisa diakses di dalam kelas.

title bisa diakses di dalam dan luar kelas.

title tidak bisa digunakan untuk menyimpan string.

title hanya bisa diubah di dalam metode.

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?