קטע קוד עבור שאלה מס' 43 ב-PHP
<?php
readfile('header.tmpl.html');
?>
<ul>
<?php
readfile( 'config.inc.php)';
$db = new mysqli(MYSQL_HOST,MYSQL_USER,MYSQL_PASSWORD,MYSQL_DATABASE);
$sql = 'SELECT * FROM users';
$result = $db->query($sql);
foreach ($result as $row) {
printf(
'<li><span style="color: %s">%s (%s)</span>
<a href="update.php?id=%s">update</a>
<a href="delete.php?id=%s">delete</a>
</li>',
htmlspecialchars($row['color'], ENT_QUOTES),
htmlspecialchars($row['name'], ENT_QUOTES),
htmlspecialchars($row['gender'], ENT_QUOTES),
htmlspecialchars($row['id'], ENT_QUOTES),
htmlspecialchars($row['id'], ENT_QUOTES)
);
}
$db->close();
?>
</ul>
<?php
readfile('footer.tmpl.html');
?>
שאלה מס' 43 ב- PHP
מה יהיה ה- output בקטע קוד הנ"ל ביחס לגבי התחברות ל- database ?
מה יהיה ה- output בקטע קוד הנ"ל ביחס לגבי התחברות ל- database ?
Anonymous Quiz
18%
יבצע חיבור ל- database וירוץ באופן רגיל ושגרתי לחלוטין.
45%
יציג fatal error מאחר ולא ניתן באמצעות הפונקציה readfile לבצע חי0
18%
יבצע חיבור ל- database וירוץ באופן רגיל ואך אם אזהרות לגבי הקוד המבצע את החיבור ל- database.
18%
כל התשובות נכונות.
שאלה מס' 44 ב- PHP
What does the password_hash function do ?
What does the password_hash function do ?
Anonymous Quiz
26%
Encryption of passwprd.
69%
Hasshing of password.
0%
Validation of password.
6%
All answers right.
שאלה מס' 45 ב-PHP
Which information is required by the password_verify() function?
Which information is required by the password_verify() function?
Anonymous Quiz
10%
The hash and the algorithm used.
20%
The password and the salt.
20%
The hash and the salt.
50%
The password and the hash.
שאלה מס' 46 ב- PHP
What difference between const to define regarding how to run code in PHP?
What difference between const to define regarding how to run code in PHP?
Anonymous Quiz
55%
const in run at compile time and whereas define run at runtime.
27%
define in run at compile time and whereas const run at runtime.
18%
no difference between const to define regarding how to run code in PHP.
0%
constant value, only by define function
שאלה מס' 47 ב- PHP
when occur fatal error in PHP code ?
when occur fatal error in PHP code ?
Anonymous Quiz
21%
complie time.
42%
runtime
17%
all answers right.
21%
All answers incorrect.
שאלה מס' 9 ב- programming term
Which languages are faster, Compiled languages or interpreted languages ?
Which languages are faster, Compiled languages or interpreted languages ?
Anonymous Quiz
75%
Compiled languages.
21%
interpreted languages.
4%
All answers right.
0%
All answers incorrect.
קטע קוד עבור שאלה מס' 48 ב- PHP
<?php
$y =20;
if($y == 20){
const X = 30;
}
echo X;
שאלה מס' 48 ב- PHP
What should be the output of the above code snippet?
What should be the output of the above code snippet?
Anonymous Quiz
50%
30
0%
20
42%
Parse error.
8%
All answers incorrect.
שאלה מס' 49 ב- PHP
בשימוש ב- xor operator כאשר מצויין ש- true xor true מה הערך שיוחזר
בשימוש ב- xor operator כאשר מצויין ש- true xor true מה הערך שיוחזר
Anonymous Quiz
47%
true
53%
false
קטע קוד עבור שאלה מס' 50 ב- PHP
<?php
$a = 8;
$b =8;
$c = 17;
$d = 26;
if(($a == $b) xor( $d > $c )){
echo 'true';
} else{
echo 'false';
}
שאלה מס' 50 ב- PHP
What should be the output in code snnipet that display abovw?
What should be the output in code snnipet that display abovw?
Anonymous Quiz
46%
true
54%
false
שאלה מס' 1 ב- computer networkink
מה ראשי התיבות שמתכוונים ל- IoT ?
מה ראשי התיבות שמתכוונים ל- IoT ?
Anonymous Quiz
86%
Internet of thing
5%
Internet on television
3%
Inernet on telephone
5%
Internet of time
שאלה מס' 2 ב- computer networking
How many conductors are there in ethernet cable?
How many conductors are there in ethernet cable?
Anonymous Quiz
68%
8
15%
4
15%
6
3%
5
שאלה מס' 3 ב- computer network
מה מתכוונים בראשי תיבות PAN ?
מה מתכוונים בראשי תיבות PAN ?
Anonymous Quiz
63%
Personal area network
17%
Port air network
8%
Protocol aim network
13%
Packs auto network.
שאלה מס' 4 ב- computer networking
כיצד נחשב החיבור של wireless controller לקנוסולה כמו Xbox ?
כיצד נחשב החיבור של wireless controller לקנוסולה כמו Xbox ?
Anonymous Quiz
40%
PAN
43%
LAN
10%
CAN
7%
MAN
שאלה מס' 5 ב- computing networking
Which choice is not an example of an IoT device?
Which choice is not an example of an IoT device?
Anonymous Quiz
3%
Security camera
3%
Smart TV
83%
Desktop PC
10%
smart thermostat
👍1
הערוץ של קבוצת תכנות ועיצוב ובניית אתרים ו- QA ו- אבטחת מידע ו-
the drawing for 6 question in computing network
שאלה מס' 6 ב- computing networking
The drawing shows a data center located at a company's headquarters sending real-time updates to a hot site, which is an off-site location containing duplicate server hardware. In this topology, when a change is made to a server in the HQ data center, that change is immediate sent to the hot site, such that the servers at the hot site are essentially a mirror image of the data center servers. This illustrates which of the following network benefits?
The drawing shows a data center located at a company's headquarters sending real-time updates to a hot site, which is an off-site location containing duplicate server hardware. In this topology, when a change is made to a server in the HQ data center, that change is immediate sent to the hot site, such that the servers at the hot site are essentially a mirror image of the data center servers. This illustrates which of the following network benefits?
תשובות עבור שאלה מס' 6 ב- computing networking|
Anonymous Quiz
17%
communications
17%
monitoring
22%
resource sharing
44%
redundancy