12th comp app lesson 6

Quiz
•
Computers
•
12th Grade
•
Hard
Gayathri Arya
Used 2+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
பின்வரும் PHP குறிமுறைக்கு
வெளியீடு என்னவாக இருக்கும்?
<?php
$x;
print “hi”;
else
print “how are u”;
?>
how are u
hi
பிழை
வெளியீடு ஏதும் இல
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
பின்வரும் PHP குறிமுறைக்கு
வெளியீடு என்னவாக இருக்கும்?
<?php
$x = 0;
if ($x++)print “hi”;else
print “how are u”;
?>
hi
வெளியீடு ஏதும் இல்லை
பிழை
how are u
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
பின்வரும் PHP குறிமுறைக்கு
வெளியீடு என்னவாக இருக்கும்?
<?php
$x ;
if ($x==0)print “hi”; else
print “how are u”;
print “hello”
?>
how are u hello
hig hello
hi
ஈ) வெளியீடு ஏதும் இல்லை
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
இரண்டுதேர்வுகளில்ஒரு
தேர்வினை செயல்படுத்த எந்த
கூற்று எழுத பயன்படுகிறது?
if கூற்று
if else கூற்று
then else கூற்று
else one கூற்று
5.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
பின்வரும் PHP குறிமுறைக்கு
வெளியீடு என்னவாக இருக்கும்?
<?php
$a= “” ;
if ($a)
print “all”;
if else
print “some”;
?>
All
Some
பிழை
வெளியீடு ஏதும் இல்லை
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
பின்வரும் PHP குறிமுறைக்கு
வெளியீடு என்னவாக இருக்கும்?
<?php
$a= “ ” ;
if ($a)
print “all”;
else
print “some”;
?>
All
Some
பிழை
வெளியீடு ஏதும் இல்லை
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
பின்வரும் PHP குறிமுறைக்கு
வெளியீடு என்னவாக இருக்கும்?
<?php
$x= 10;
$y= 20;
if ($x>$y+$y!=3)
print “hi”;
else
print “how are u”;
?>
how are you
hi
பிழை
வெளியீடு ஏதும் இல்லை
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
பின்வரும் PHP குறிமுறைக்கு
வெளியீடு என்வாக இருக்கும்?
<?php
$x= 10;
$y= 20;
if ($x>$y&&1||1)
print “hi”;
else
print “how are u”;
?>
how are you
hi
பிழை
வெளியீடு ஏதும் இல்லை
9.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
பின்வரும் PHP குறிமுறைக்கு வெளியீடு என்னவாக இருக்கும்?
<?php
if (-100)pring “hi”; else
print “how are u”;
?>
how are you
hi
பிழை
வெளியீடு ஏதும் இல்லை
Similar Resources on Wayground
10 questions
Software Kelas 7

Quiz
•
9th - 12th Grade
10 questions
Technical Terms - Internet (A-Z) - Apache

Quiz
•
12th Grade
10 questions
Android1

Quiz
•
1st Grade - University
10 questions
Introduction to PHP: Hypertext Preprocessor

Quiz
•
11th - 12th Grade
10 questions
Technical Terms - Internet (A-Z) - PHP

Quiz
•
12th Grade
12 questions
3er Parcial Informática VI

Quiz
•
9th - 12th Grade
10 questions
Struktur Percabangan PHP

Quiz
•
2nd Grade - University
8 questions
Refleksi materi PHP

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade