wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

imagine learning

Total questions: 55

Worksheet time: 28mins

Name
Class
Date
1.

The (a)   of students prefer learning in school rather than learning through Zoom.


in person , create , chat , hurt , in touch with , affect , majority , recent , shy , get to know

2.

My favorite actress is Gal Gadot. I wish I could meet her (a)   .


in person , create , chat , hurt , in touch with , affect , majority , recent , shy , get to know

3.

What you eat can (a)   your health.


in person , create , chat , hurt , in touch with , affect , majority , recent , shy , get to know

4.

Lying and gossiping can (a)   a friendship.


in person , create , chat , hurt , in touch with , affect , majority , recent , shy , get to know

5.

More than 60 percent of the teens in Israel believe that social networking is a great way to (a)   other people.


in person , create , chat , hurt , in touch with , affect , majority , recent , shy , get to know

6.

In social media like Facebook, Instagram and Twitter you have to (a)   your own personal profile.


in person , create , chat , hurt , in touch with , affect , majority , recent , shy , get to know

7.

result

a)

תוצאה

b)

להביט

c)

מערכת יחסים

d)

חיובי

8.

percentage

a)

שהתרחש לאחרונה

b)

אחוז

c)

שלילי

d)

חיובי

9.

positive

a)

לקחת ממישהו

b)

אחוזים

c)

שלילי

d)

חיובי

10.

recent

a)

ביישן

b)

אחוזים

c)

שהתרחש לאחרונה

d)

רוב

11.

survey

a)

סקר

b)

סיבה

c)

תוצאה

d)

אתר

12.

site

a)

לקשר

b)

באופן אישי

c)

תוצאה

d)

אתר

13.

connect

a)

לקשר

b)

לשוחח

c)

רוב

d)

להגיב

14.

comment

a)

לשלוח הודעה

b)

לשוחח

c)

להכיר

d)

להגיב

15.

in other words

a)

לשלוח הודעה

b)

פנים מול פנים

c)

מישהו אחר

d)

במילים אחרות

16.

the following

a)

פרופיל \ קווים לדמות

b)

הבאים \ הנזכרים להלן

c)

לשים לב

d)

במילים אחרות

17.

prefer

a)

פרופיל \ קווים לדמות

b)

להעדיף

c)

לשוחח

d)

לפגוע

18.

view

a)

להביט, לצפות

b)

שעות מסך

c)

ביישן

d)

רוב

19.

shy

a)

ליצור

b)

פרופיל

c)

ביישן

d)

רוב

20.

confident

a)

בטוח בעצמו

b)

ביטוח

c)

מדיה חברתית

d)

רשת חברתית

21.

Identify the Problem:

We have Information of all previous general elections with respect to party, votes, Candidates, Locality, Issues in nation, etc. With All this information we need to find the winner of next general election.

a)

Classification

b)

Regression

c)

Clustering

d)

none of them

22.

Identify the problem:

We have information of all houses in a particular area like size, type and design of house, locality, colour, previous purchase etc. on the basis of these data we have to find the price of a particular house.

a)

Classification

b)

Regression

c)

Clustering

d)

Prbabilistic

23.

Identify a problem:

You have details of corona affected positive cases found in various regions. Depending upon parameters like number of increasing corona infected patients, weather conditions etc. regions are classified into red zone, Green zone and Orange Zone. On the basis of these data we have to predict the region of a city.

a)

classification

b)

regression

c)

clustering

d)

unsupervised learning

24.

State whether True or False

The most meaningful and interpretable principal components are those that have the largest eigenvalues

a)

True

b)

False

25.

Cross validation is used for

a)

Comparing predictors

b)

Selecting parameters in prediction function

c)

Selecting variables to include in a model

d)

All of the mentioned

26.

State True or False

For k cross-validation, larger k value implies more bias.

a)

True

b)

False

27.

which of the following is not a method of cross validation?

a)

Leave One Out CV

b)

K-Fold CV

c)

Stratified K-Fold CV

d)

Timeline CV

28.

If I am using all features of my dataset and I achieve 100% accuracy on my training set, but ~70% on validation set, what should I look out for?

a)

Overfitting

b)

Underfitting

c)

Bestfitting

29.

Give the correct Answer for following statements.

1. It is important to perform feature normalization before using the Gaussian kernel.

2. The maximum value of the Gaussian kernel (i.e., ) is 1.

a)

Statement 1 is True and 2 is False

b)

Statement 1 is False and 2 is True

c)

Both statements are False

d)

Both Statements are True

30.

Which is/are method to do multiclass classification?

a)

One Vs Rest

b)

One vs One

c)

All vs One

d)

One vs Other

31.

Following is Linear SVM classifier with 2 class classification problem. Now you have been given the following data in which some points are circled red that are representing support vectors.

If you remove the following any one red points from the data. Will the decision boundary change?

a)

True

b)

False

32.

Suppose you are dealing with 4 class classification problem and you want to train a SVM model on the data for that you are using One-vs-all method. Now, say for training 1 time in one vs all setting the SVM is taking 10 second. How many seconds would it require to train one-vs-all method end to end?

a)

20

b)

40

c)

80

d)

60

33.

For evaluating regression models, which of the following metrics can not be used ?

a)

R Squared

b)

Adjusted R Squared

c)

SSE

d)

MST

34.

Suppose that we have N independent variables (X1,X2… Xn) and dependent variable is Y. Now Imagine that you are applying linear regression.You found that correlation coefficient for one of it’s variable(Say X1) with Y is -0.95.

Which of the following is true for X1?

a)

Relation between the X1 and Y is weak

b)

Relation between the X1 and Y is strong

c)

Relation between the X1 and Y is nutral

d)

Correlation can’t judge the relationship

35.

Suppose that you have a dataset D1 and you design a linear regression model of degree 3 polynomial and you found that the training and testing error is “0” or in another terms it perfectly fits the data.

What will happen when you fit degree 4 polynomial in linear regression?

a)

There are high chances that degree 4 polynomial will over fit the data

b)

There are high chances that degree 4 polynomial will under fit the data

c)

Can't Predict

d)

None of these

36.

Which of the following function is used by Logistic Regression to convert the probability in between [0,1]

a)

Sigmoid

b)

polynomial

c)

square

d)

rbf

37.

Regarding Bias and Variance ,which of the following statement is True?

a)

Model which overfit has high bias and high variance

b)

Model which overfits have Low bias and low variance

c)

Model which overfits has high Bias and Low variance

d)

Model which overfits has low Bias and High Variance

38.

Which of the following is true about Lasso and Ridge Regression?

a)

Ridge regression uses subset selection of features

b)

Lasso regression uses subset selection of features

c)

Both uses subset selection of features

d)

None of them are used for subset selection of features

39.

Identify Performance measure P from following Traffic Pattern Analysis Algorithm.

a)

Predict traffic patterns at a busy intersection

b)

Tune Model with data about past traffic patterns

c)

Predict future traffic patterns

d)

None of the above

40.

Select All prime reasons for using unsupervised Machine Learning Algorithms.

a)

Finds all kind of unknown patterns in data.

b)

Help you to find features which can be useful for categorization.

c)

Help you to Predict whether a fruit is apple or not

d)

Help you to predict prize of stock

41.

____ % of Singaporeans will be over the age of 65 by 2030. [Only 1 answer is allowed]


Implications of Changing Demographics:

The make-up of Singapore society will be quite different just 15 years from now.

a)

5

b)

10

c)

25

d)

30

42.

Social spending in Singapore has tripled to $ ____ billion(s ) over a decade. [Only 1 answer is allowed]


Implications of Changing Demographics:

The responsibility of supporting the elderly will fall on the next generation, & we are in turn responsible for helping them to rise up to this challenge.

a)

1.6

b)

2.1

c)

2.8

d)

3.4

43.

The sharpest social divide in Singapore is now based on ____________ . [Only 1 answer is allowed]


Implications of Growing Social Divides:

Education remains a key driver of social mobility, & we must build on past efforts to maintain an inclusive system with paths & opportunities for all.

a)

Race

b)

Language

c)

Religion

d)

Class

44.

Which of the job below is less unlikely to be automated in the future? [Only 1 answer is allowed]


Implications of a Changing Economy:

Job displacement is a real possibility, and while there will continue to be good jobs for our people in the future, they will look different from the jobs today.

a)

Telemarketer

b)

Taxi Driver

c)

Surgeons

d)

Cashier

e)

Loan Officer

45.

The number of layoffs in Singapore in 2017 was about ____ % higher than in 2010.


Implications of a Changing Economy:

To prepare our students for the ever-changing world, we must enhance the learning environment to encourage continuous trying and learning from failure. This would develop our students’ intrinsic motivation to learn, and to continuously upgrade to stay competitive and relevant throughout their lives.

a)

13

b)

18

c)

22

d)

34

46.

About ____ % of youth have a clear sense of what they want to do with their lives. [Only 1 answer is allowed]


Implications:

Most of our students are unlikely to have a clear idea of what they want out of life, & how to get there. Applied Learning allows our students to discover their interests & passions & are equipped with the dispositions & skills for learn for life, such as the need to imagine possibilities, takes risks, & learn from challenges & setbacks.

a)

10

b)

20

c)

40

d)

60

47.

About ____ % of youth have a clear sense of what they want to do with their lives. [Only 1 answer is allowed]


Implications:

Most of our students are unlikely to have a clear idea of what they want out of life, & how to get there. Applied Learning allows our students to discover their interests & passions & are equipped with the dispositions & skills for learn for life, such as the need to imagine possibilities, takes risks, & learn from challenges & setbacks; which are crucial for our students to be ready for a new world together.

a)

1: to learn about the Real World.

b)

2: to learn by Doing & Applying.

c)

3: to learn for Life.

d)

4: 1 & 2 above.

e)

5: All of the above.

48.

Apart from the formal ALPs, many schools have also made big effort to infuse Applied Learning into their day-to-day teaching. Which one or more of the example(s) below has/have imbued Applied Learning in their lessons? [Multiple answers are allowed]

a)

Use of students' life experiences to form possible contexts for the delivery of CCE.

b)

Use of museum-based learning in Art.

c)

Use of authentic example to learn about real-world issues in Social Studies.

d)

Use of Mathematical concepts to modelling to solve text book problems.

49.

All primary schools will need to offer an ALP & LLP by ____ , [Only 1 answer is allowed]

a)

2020

b)

2021

c)

2022

d)

2023

50.

As with Applied Learning, the importance of Lifelong Learning has been increasing for one or more of the following reason(s). [Multiple answers are allowed]

a)

to keep pace with ever-changing new world.

b)

to increase opportunities for Singaporeans.

c)

to enhance their skills & capabilities.

d)

to fulfil their aspirations later in life.

51.

What is the first thing that students will do when they log on to Imagine Learning for the first time?

a)

Choose a pathway

b)

Create their avatar

c)

Take a 30 question benchmark

d)

Check their progress

52.

True or False: It is NOT important to offer some kind of motivation factor for Imagine Math goals

a)

True

b)

False

53.

What must students complete in order for them to use the Live Teacher support feature?

a)

One embedded support

b)

Two embedded supports

c)

They can go straight to the Live Teacher

d)

There is no Live Teacher support in the summer

54.

What is the lesson plan resource that matches with the student achievement "measure" that is determined by taking Benchmark 1?

a)

Quantiles.com

b)

Quartiles.com

c)

Quintiles.com

d)

Quacktiles.com

55.

True or False: Being intentional with usage of student journals will make Imagine Math more meaningful.

a)

True

b)

False