PHP & MySQL - 09 - Petlje

PHP & MySQL - 09 - Petlje

11th Grade

14 Qs

quiz-placeholder

Similar activities

Introducción a BackEnd

Introducción a BackEnd

11th Grade

10 Qs

Python Final Assessment

Python Final Assessment

4th - 12th Grade

10 Qs

Iteracja i rekurencja

Iteracja i rekurencja

9th - 12th Grade

19 Qs

PROGRAMACION BAT - SCRIPT

PROGRAMACION BAT - SCRIPT

9th - 11th Grade

10 Qs

How the Internet Works Review

How the Internet Works Review

9th - 12th Grade

14 Qs

KODEKIDDO HACK #MLH3

KODEKIDDO HACK #MLH3

4th Grade - University

10 Qs

Вводное по Unity C#

Вводное по Unity C#

1st - 11th Grade

17 Qs

สอบเก็บคะแนน ไพทอน ม.4

สอบเก็บคะแนน ไพทอน ม.4

9th - 12th Grade

10 Qs

PHP & MySQL - 09 - Petlje

PHP & MySQL - 09 - Petlje

Assessment

Quiz

Computers

11th Grade

Easy

Created by

Mirko Martinović

Used 10+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Koja se nardba koristila za ispis u ovom videu?

Echo

Print

Cout

Output

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Koja od naredba je točno napisana?

for(i = 0 ; i < 5; i++){ }

for($i = 0 ; $i < 5; $i++){ }

for($ = 0 ; $ < 5; $++){ }

for($i = 0 ; $i < 5; $i+){ }

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Koliko se dijelova koda nalazi u for petlji ( u dijelu koji se nalazi u zagradi nakon ključne riječi for )?

1

2

3

4

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kako pravilno kreiramo $blogs polje?

$blogs = [blog1, blog2, blog3];

$blog = [blog1, blog2, blog3];

$blogs = [blog1, blog2, blog3]

$blogs = [blog1; blog2; blog3];

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Koju naredbu koristimo, ako ne znamo koja je veličina polja, a želimo proći kroz sve elemente polja?

While

Do while

For

Foreach

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Sto ce program ispisati


$ninjas = [‘shaun’, ’ryu’, ‘yoshi’];

for($i = 0 ; $i < count

($ninjas); $i++){

echo $ninjas[$i];

}

shaun ryu yoshi

shaunryuyoshi

shaun

shaun

ryu

yoshi

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kojom naredbom ćemo prebrojati koliko zapisa imamo u našem polju?

total

number

count

total

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?