Font size
WorksheetsFunster
Total questions: 30
Worksheet time: 16mins
Personality means
Inner beauty
You have lot of money
You are eating in a five star hotel
You have lot of ornaments
Personal Development is...
The process of improving oneself
A lifelong process
The pursuit of personal grown by gaining knowledge & improving personal skills.
All of the above.
Things that you must have in order to live/survive
Goals
Personality
Needs
Wants
Personality is best defined as an individual's
characteristic pattern of thinking, feeling, and acting.
most noticeable characteristics.
biologically inherited temperament.
hidden thoughts and emotions.
Self-development is________
believing you are good
knowing God existence
taking steps to better oneself
the effort to be known in the community
Which of these are example of positive body language?
Smiling
Eye contact
Crossed arms
Guess the Movie?
Chup Chup Ke
Golmal
Hera Pheri
Dhamal
Guess the Actor from Outfits?
Ranveer Singh
Sanjay Dutt
Amitabh Bacchan
Anil Kapoor
What was Kriti Sanon’s hindi debut film?
Raabata
Houseful 2
Heropanti
Luka Chuppi
Name the movie ...
Name the movie ...
Name the movie ...
Does Karan Johar have twins?
True
False
what is a LOOP function?
something that only happens once
something that gets repeated
What is Decomposition?
Breaking the problem down to look for specific patterns
Solving the problem by placing the algorithm into a single flowchart
Breaking the task down into smaller, more manageable tasks
Identifying where the algorithm needs to be repeated so that it save you time when writing it
Which of these is a loop?
if(x<10)
while(x<10)
var x=10;
text(x,10;10)
Greater than or equal to
> or =
> || =
>=
<=
His name is Fred and he is less than 16 years old
if (name = "fred" && age < 16 )
if (name === "fred" && age < 16 )
if (name = "fred" || age < 16 )
if (name === "fred" || age < 16 )
JavaScript is can be written -
directly into JS file and included into HTML
directly into HTML pages
directly on the Server Script
None of these
Local Browser used for validations on the Web Pages uses __________.
HTML
CSS
js
java
Is this correct syntax to include JS Code inside HTML Page ?
<script type="text/javascript">
...
</script>
Yes
No
These are any variable names listed within a function's argument definition.
example: myFunction(x, y)
Parameter
Literals
Constraints
Variables
A property that contains a function definition.
Object Properties
Object Attributes
Object Methods
Objects
