WP 02

WP 02

University

5 Qs

quiz-placeholder

Similar activities

Solving Linear Inequalities on a Number Line

Solving Linear Inequalities on a Number Line

9th Grade - University

10 Qs

Multistep Compound and Absolute Value Inequalities Interval Notation

Multistep Compound and Absolute Value Inequalities Interval Notation

9th Grade - University

10 Qs

Two Variables Inequalities

Two Variables Inequalities

9th Grade - University

10 Qs

PENGATURCARAAN LINEAR

PENGATURCARAAN LINEAR

University

10 Qs

Ulangan Harian Turunan Fungsi Aljabar

Ulangan Harian Turunan Fungsi Aljabar

11th Grade - University

10 Qs

เปรียบเทียบจำนวน

เปรียบเทียบจำนวน

University

10 Qs

Penjumlahan Bilangan Bulat dan Pecahan

Penjumlahan Bilangan Bulat dan Pecahan

7th Grade - University

10 Qs

ketaksamaan linear

ketaksamaan linear

6th Grade - University

10 Qs

WP 02

WP 02

Assessment

Quiz

Mathematics

University

Medium

Created by

İzzet Göksel

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which is not a valid selector for CSS?

p

#p

q

.q

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Which is correct according to the picture?

border: 24;

height: 192;

margin: 40;

width: 400;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

To use PHP in HTML, one uses ...

#include <php>

<php> .... </php>

<?php .... ?>

<script language="php"> ... </script>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

PHP variables must ....

be declared

be initialized

end with a semicolon

start with a dollar sign

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which use of the concatenation operator is wrong?

echo .'Hello world';

echo 'Hello'.'world';

echo 'Hello'.' '.'world';

echo $hello.$world;