wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Funster

Total questions: 30

Worksheet time: 16mins

Name
Class
Date
1.
Your surroundings and the people in your life:
a)
Character
b)
Environment
c)
Heredity
d)
Personality
2.
Your              and how you change your features can influence the physical traits you inherit. 
a)
character
b)
traits
c)
unique
d)
lifestyle
3.
Creative, funny, moody are all examples of 
a)
personality traits
b)
physical traits
c)
character traits
4.
Honesty and fairness are examples of
a)
personality traits
b)
physical traits
c)
character traits
5.
Your personality does NOT influence what your family and friends think of you.
a)
True
b)
False
6.
The characteristics that people can see:
a)
personality traits
b)
character traits
c)
physical traits
7.

Personality means

a)

Inner beauty

b)

You have lot of money

c)

You are eating in a five star hotel

d)

You have lot of ornaments

8.

Personal Development is...

a)

The process of improving oneself

b)

A lifelong process

c)

The pursuit of personal grown by gaining knowledge & improving personal skills.

d)

All of the above.

9.

Things that you must have in order to live/survive

a)

Goals

b)

Personality

c)

Needs

d)

Wants

10.

Personality is best defined as an individual's

a)

characteristic pattern of thinking, feeling, and acting.

b)

most noticeable characteristics.

c)

biologically inherited temperament.

d)

hidden thoughts and emotions.

11.

Self-development is________

a)

believing you are good

b)

knowing God existence

c)

taking steps to better oneself

d)

the effort to be known in the community

12.

Which of these are example of positive body language?

a)

Smiling

b)

Eye contact

c)

Crossed arms

13.

Guess the Movie?

a)

Chup Chup Ke

b)

Golmal

c)

Hera Pheri

d)

Dhamal

14.

Guess the Actor from Outfits?

a)

Ranveer Singh

b)

Sanjay Dutt

c)

Amitabh Bacchan

d)

Anil Kapoor

15.

What was Kriti Sanon’s hindi debut film?

a)

Raabata

b)

Houseful 2

c)

Heropanti

d)

Luka Chuppi

16.

Name the movie ...

4 lines
17.

Name the movie ...

4 lines
18.

Name the movie ...

4 lines
19.

Does Karan Johar have twins?

a)

True

b)

False

20.

what is a LOOP function?

a)

something that only happens once

b)

something that gets repeated

21.
Which type is incorrect?
a)
int
b)
double
c)
float
d)
array
22.

What is Decomposition?

a)

Breaking the problem down to look for specific patterns

b)

Solving the problem by placing the algorithm into a single flowchart

c)

Breaking the task down into smaller, more manageable tasks

d)

Identifying where the algorithm needs to be repeated so that it save you time when writing it

23.

Which of these is a loop?

a)

if(x<10)

b)

while(x<10)

c)

var x=10;

d)

text(x,10;10)

24.

Greater than or equal to

a)

> or =

b)

> || =

c)

>=

d)

<=

25.

His name is Fred and he is less than 16 years old

a)

if (name = "fred" && age < 16 )

b)

if (name === "fred" && age < 16 )

c)

if (name = "fred" || age < 16 )

d)

if (name === "fred" || age < 16 )

26.

JavaScript is can be written -

a)

directly into JS file and included into HTML

b)

directly into HTML pages

c)

directly on the Server Script

d)

None of these

27.

Local Browser used for validations on the Web Pages uses __________.

a)

HTML

b)

CSS

c)

js

d)

java

28.

Is this correct syntax to include JS Code inside HTML Page ?

<script type="text/javascript">

...

</script>

a)

Yes

b)

No

29.

These are any variable names listed within a function's argument definition.


example: myFunction(x, y)

a)

Parameter

b)

Literals

c)

Constraints

d)

Variables

30.

A property that contains a function definition.

a)

Object Properties

b)

Object Attributes

c)

Object Methods

d)

Objects