Derived Channel
1.54K subscribers
252 photos
4 videos
374 files
68 links
القناة الأساسية
@stepbystep001

ومـما زادني شـرفـاً وتـيــهـاً
وكدت بأخمصي أطأ الـثريا
دخولي تحت قولك يا عبادي
وأن صـيَّرت أحمد لي نـبيـا
Download Telegram
Css is used to make web pages interactive
Anonymous Quiz
43%
T
57%
F
Js isn't a case-sensitive language
Anonymous Quiz
17%
T
83%
F
JavaScript is related to Java
Anonymous Quiz
26%
T
74%
F
........... in Client Side mean can modify a page without having to post back to the server (faster UI)
Anonymous Quiz
67%
usability
23%
efficiency
9%
event-driven
......... in Client Side mean can respond to user actions like clicks and key presses
Anonymous Quiz
7%
usability
34%
efficiency
59%
event-driven
.......... in Client Side can make small, quick changes to page without waiting for server
Anonymous Quiz
5%
usability
90%
efficiency
5%
event-driven
ASP.NET , PHP is Example of
Anonymous Quiz
82%
server-side
18%
client-side
........... in Server-Side mean has access to server's private data; client can't see source code
Anonymous Quiz
92%
security
8%
power
power In Server-Side meancan write files, open connections to servers, connect to databases, ...
Anonymous Quiz
92%
T
8%
F
google chrome or Firefox are Editors
Anonymous Quiz
32%
T
68%
F
External JS inside HTML Page between head tag or body tag.
Anonymous Quiz
50%
F
50%
T
file of JavaScript extend by
Anonymous Quiz
1%
.java
2%
.jsc
82%
.js
15%
All is true
JS code can be placed directly in the HTML file's body or head
Anonymous Quiz
87%
T
13%
F
variables are declared with the .... keyword
Anonymous Quiz
88%
var
12%
VAR
JS does have types ("loosely typed")
Anonymous Quiz
72%
T
28%
F
can find out a variable's type by calling type().
Anonymous Quiz
51%
T
49%
F
We can Make single-line comment by
Anonymous Quiz
7%
#
4%
--
85%
//
5%
!
We can make multi-line comment by
Anonymous Quiz
11%
//comment
82%
/* comment */
7%
<!-- comment -->
Use the switch statement to select one of many code blocks to be executed
Anonymous Quiz
93%
T
7%
F