FirstRanker Logo

FirstRanker.com - FirstRanker's Choice is a hub of Question Papers & Study Materials for B-Tech, B.E, M-Tech, MCA, M.Sc, MBBS, BDS, MBA, B.Sc, Degree, B.Sc Nursing, B-Pharmacy, D-Pharmacy, MD, Medical, Dental, Engineering students. All services of FirstRanker.com are FREE

📱

Get the MBBS Question Bank Android App

Access previous years' papers, solved question papers, notes, and more on the go!

Install From Play Store

Download ARPIT 2019 Components And Applications Of Internet Of Things Creation Question Paper

Download Annual Refresher Programme in Teaching (ARPIT) 2019 Components And Applications Of Internet Of Things Creation Previous Question Paper || Annual Refresher Programme in Teaching (ARPIT) Last 10 Years Question Paper

This post was last modified on 19 January 2021

ARPIT Last 10 Years 2011-2021 Previous Question Papers


Question Paper Name: 5273 Components and Applications of Internet of Things 30th June 2019 Shift 1

Subject Name: Components and Applications of Internet of Things

Creation Date: 2019-06-30 18:16:53

--- Content provided by⁠ FirstRanker.com ---

Duration: 180

Total Marks: 100

Display Marks: Yes

Components and Applications of Internet of Things

Group Number : 1

--- Content provided by‌ FirstRanker.com ---

Group Id : 489994197

Group Maximum Duration : 0

Group Minimum Duration : 120

Revisit allowed for view?: No

Revisit allowed for edit?: No

--- Content provided by​ FirstRanker.com ---

Break time: 0

Group Marks: 100

Components and Applications of Internet of Things

Section Id : 489994253

Section Number : 1

--- Content provided by FirstRanker.com ---

Section type : Online

Mandatory or Optional: Mandatory

Number of Questions: 100

Number of Questions to be attempted: 100

Section Marks: 100

--- Content provided by​ FirstRanker.com ---

Display Number Panel: Yes

Group All Questions: No

Sub-Section Number: 1

Sub-Section Id: 489994273

Question Shuffling Allowed : Yes

--- Content provided by⁠ FirstRanker.com ---

Question Number : 1 Question Type : MCQ Option Shuffling: No Display Question Number: Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks : 1 Wrong Marks : 0

In which of the following applications can we use deep learning to solve the problem?

(a) Image classifications

(b) Protein structure prediction

--- Content provided by​ FirstRanker.com ---

(c) Detection of exotic particles

(d) All of the above

Options:

1.1

www.FirstRanker.com

--- Content provided by‌ FirstRanker.com ---

Question Number: 2 Question Type : MCQ Option Shuffling: No Display Question Number : Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks : 1 Wrong Marks : 0

Statement 1: It is possible to train a network well by initializing all the weights as 0. Statement 2: It is possible to train a network well by initializing biases as 0. Which of the statements given above is true?

(a) Statement 1 is true and Statement 2 is false

(b) Statement 1 is false and Statement 2 is true

--- Content provided by‌ FirstRanker.com ---

(c) Both are true

(d) Both are false

Options:

1.1

2.2

--- Content provided by⁠ FirstRanker.com ---

3.3

4.4

Question Number : 3 Question Type : MCQ Option Shuffling: No Display Question Number: Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks : 1 Wrong Marks : 0

The number of nodes in the input layer is 20 and the hidden layer is 5. The maximum number of connections from the input layer to the hidden layer are

--- Content provided by‌ FirstRanker.com ---

(a) 25

(b) 50

(c) 100

(d) 200

Options:

--- Content provided by‍ FirstRanker.com ---

1.1

2.2

3.3

4.4

Question Number : 4 Question Type : MCQ Option Shuffling: No Display Question Number : Yes Single Line Question Option : No Option Orientation : Vertical

--- Content provided by‌ FirstRanker.com ---

Correct Marks: 1 Wrong Marks : 0

Which one of the following is a Keras model that provides linear stack of layers?

(a) Dense (b) Sequential (c) Keras functional API (d) Initializer

Options:

1.1

--- Content provided by FirstRanker.com ---

2.2

3.3

4.4

www.FirstRanker.com

Question Number: 5 Question Type : MCQ Option Shuffling: No Display Question Number: Yes Single Line Question Option : No Option Orientation : Vertical

--- Content provided by⁠ FirstRanker.com ---

Correct Marks : 1 Wrong Marks : 0

To obtain the list of weights of the layer layer, which of the following function should be used?

(a) layer.weights()

(b) layer.get_weights()

(c) layer.set_weights(weights)

--- Content provided by‌ FirstRanker.com ---

(d) layer.input()

Options:

1.1

2.2

3.3

--- Content provided by‍ FirstRanker.com ---

4.4

Question Number: 6 Question Type : MCQ Option Shuffling: No Display Question Number : Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks: 1 Wrong Marks : 0

Which one of the following is a compulsory parameter for any dense layer in Keras?

(a) input shape (b) use_bias (c) output shape (d) kernel_initializer

--- Content provided by FirstRanker.com ---

Options:

1.1

2.2

3.3

4.4

--- Content provided by⁠ FirstRanker.com ---

Question Number: 7 Question Type: MCQ Option Shuffling : No Display Question Number: Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks : 1 Wrong Marks : 0

Which of the following is the default activation function for the dense layers in Keras?

(a) softmax (b) selu (c) linear (d) relu

Options:

--- Content provided by‍ FirstRanker.com ---

1.1

2.2

3.3

4.4

Question Number : 8 Question Type : MCQ Option Shuffling: No Display Question Number : Yes Single Line Question Option : No Option Orientation : Vertical

--- Content provided by⁠ FirstRanker.com ---

Correct Marks : 1 Wrong Marks : 0

A dropout layer is used to

(a) introduce non-linearity

(b) prevent overfitting

(c) to flatten the input

--- Content provided by‍ FirstRanker.com ---

(d) to reshape the input

Options:

1.1

2.2

3.3

--- Content provided by‌ FirstRanker.com ---

www.FirstRanker.com

Question Number : 9 Question Type : MCQ Option Shuffling: No Display Question Number: Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks: 1 Wrong Marks : 0

Compile() method is used to

(a) define model architecture

--- Content provided by‍ FirstRanker.com ---

(b) parameter tuning

(c) configure learning process

(d) evaluation of the model

Options:

1.1

--- Content provided by‌ FirstRanker.com ---

2.2

3.3

4.4

Question Number : 10 Question Type : MCQ Option Shuffling: No Display Question Number : Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks : 1 Wrong Marks : 0

--- Content provided by FirstRanker.com ---

Which of the following parameter specifies the number of times model sees the whole training data?

(a) loss (b) epochs (c) batch size (d) verbose

Options:

1.1

2.2

--- Content provided by​ FirstRanker.com ---

3.3

4.4

Question Number: 11 Question Type: MCQ Option Shuffling: No Display Question Number: Yes Single Line Question Option: No Option Orientation : Vertical

Correct Marks : 1 Wrong Marks : 0

Which of the following parameter specifies the number of training samples which are seen before updating the weights.

--- Content provided by​ FirstRanker.com ---

(a) loss (b) epochs (c) batch size (d) verbose

Options:

1.1

2.2

3.3

--- Content provided by​ FirstRanker.com ---

4.4

Question Number : 12 Question Type : MCQ Option Shuffling: No Display Question Number : Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks : 1 Wrong Marks : 0

Which one of the following performs the training/parameter tuning in Keras?

(a) firstranker.compile()

--- Content provided by FirstRanker.com ---

(b) model.fit()

(c) model.evaluate()

(d) model.summary()

Options:

1.1

--- Content provided by FirstRanker.com ---

www.FirstRanker.com

Question Number: 13 Question Type : MCQ Option Shuffling: No Display Question Number : Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks : 1 Wrong Marks : 0

Which one of the following is the compulsory parameter for defining Conv2D() layer in Keras?

(a) kernel_size (b) strides (c) activation (d) data_format

--- Content provided by‍ FirstRanker.com ---

Options:

1.1

2.2

3.3

4.4

--- Content provided by​ FirstRanker.com ---

Question Number : 14 Question Type : MCQ Option Shuffling: No Display Question Number: Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks: 1 Wrong Marks : 0

What is the default stride for Conv2D() layer in Keras?

(a) (1,1) (b) (1,2) (c) (2,1) (d) (2,2)

Options:

--- Content provided by‌ FirstRanker.com ---

1.1

2.2

3.3

4.4

Question Number: 15 Question Type : MCQ Option Shuffling : No Display Question Number: Yes Single Line Question Option : No Option Orientation : Vertical

--- Content provided by FirstRanker.com ---

Correct Marks : 1 Wrong Marks : 0

Which one of the following is the default value for the parameter padding for Conv2D() layer in Keras?

(a)False (b)True (c) same (d) valid

Options:

1.1

--- Content provided by⁠ FirstRanker.com ---

2.2

3.3

4.4

Question Number : 16 Question Type : MCQ Option Shuffling: No Display Question Number : Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks: 1 Wrong Marks : 0

--- Content provided by⁠ FirstRanker.com ---

An ultrasonic sensor is

(a) Active sensor (b) Passive sensor (c) Both (d) Neither active nor passive

Options:

1.1

2.2

--- Content provided by‌ FirstRanker.com ---

www.FirstRanker.com

Question Number : 17 Question Type : MCQ Option Shuffling: No Display Question Number : Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks : 1 Wrong Marks : 0

Assume that there are four possible states (s1, s2, s3, and s4) that a robot can occupy. What is the probability that the robot occupies the state s1? Assume a uniform belief.

(a) 1

--- Content provided by​ FirstRanker.com ---

(b) 0

(c) 0.25

(d) Information is insufficient to determine the probability

Options:

1.1

--- Content provided by⁠ FirstRanker.com ---

2.2

3.3

4.4

Sub-Section Number: 2

Sub-Section Id: 489994274

--- Content provided by​ FirstRanker.com ---

Question Shuffling Allowed : Yes

Question Number: 18 Question Type : MSQ Option Shuffling : No Display Question Number: Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks : 1 Wrong Marks : 0

Which of the below is/are true in the context of object grasping technology as facilitated by IoRT?

(a) Objects and devices can be self-describing and can provide information about themselves to the robots

--- Content provided by‌ FirstRanker.com ---

(b) Cloud based servers can serve as a repository for object model descriptors

(c) Remote servers can be a source for computationally complex, distributed processing

(d) Heavier objects can be grasped

Options:

1.1

--- Content provided by⁠ FirstRanker.com ---

2.2

3.3

4.4

Sub-Section Number:

www.FirstRanker.com

--- Content provided by‍ FirstRanker.com ---

Sub-Section Id: 489994275

Question Number : 19 Question Type : MCQ Option Shuffling: No Display Question Number : Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks : 1 Wrong Marks : 0

The key difference(s) between robotic things in IoRT compared to the things in IoT

(a) The robotic things are more efficient unlike the things in IoT

--- Content provided by⁠ FirstRanker.com ---

(b) The robotic things can directly move other things physically unlike the things in IoT

(c) The robotic things are more secure unlike the things in IoT

(d) The robotic things are can communicate better compared to the things in IoT

Options:

1.1

--- Content provided by‍ FirstRanker.com ---

2.2

3.3

4.4

Sub-Section Number: 4

Sub-Section Id: 489994276

--- Content provided by​ FirstRanker.com ---

Question Shuffling Allowed : Yes

Question Number : 20 Question Type : MSQ Option Shuffling: No Display Number: Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks: 1 Wrong Marks : 0

Which of the following is/are enabled by IoRT over conventional robots

(a) Communication between geographically separated humans and robots

--- Content provided by​ FirstRanker.com ---

(b) Increased payload capacity

(c) Reduced power consumption

(d) Distributed localization and object recognition

Options:

1.1

--- Content provided by⁠ FirstRanker.com ---

2.2

3.3

4.4

Sub-Section Number: 5

Sub-Section Id: 489994277

--- Content provided by⁠ FirstRanker.com ---

Question Shuffling Allowed : Yes

Question Number : 21 Question Type : MCQ Option Shuffling: No Display Question Number: Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks : 1 Wrong Marks : 0

www.FirstRanker.com

Is viewed as a function of the unknown parameter (with x fixed), it is called the

--- Content provided by​ FirstRanker.com ---

(a) likelihood function

(b) cumulative distribution function

(c) log-likelihood function

(d) probability mass function

Options:

--- Content provided by FirstRanker.com ---

1.1

2.2

3.3

4.4

Question Number : 22 Question Type : MCQ Option Shuffling: No Display Question Number : Yes Single Line Question Option : No Option Orientation : Vertical

--- Content provided by FirstRanker.com ---

Correct Marks : 1 Wrong Marks : 0

The CRLB for the fisher information matrix A = [a1 a2]T, where al = [5 4] and a2 = [-3 1] and T denotes transpose of a matrix, is

(a) 0.352942

(b) 0.058824

(c) -0.058824

--- Content provided by​ FirstRanker.com ---

(d) 0.235295

Options:

1.1

2.2

3.3

--- Content provided by⁠ FirstRanker.com ---

4.4

Question Number: 23 Question Type : MCQ Option Shuffling : No Display Question Number : Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks : 1 Wrong Marks : 0

The Galvanic skin response sensor records the

(a) Intensity of human emotional state

--- Content provided by​ FirstRanker.com ---

(b) Health condition of muscles

(c) Electrical signals from the heart

(d) Breathing rate

Options:

1.1

--- Content provided by​ FirstRanker.com ---

2.2

3.3

4.4

Question Number : 24 Question Type : MCQ Option Shuffling: No Display Question Number : Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks: 1 Wrong Marks : 0

--- Content provided by‌ FirstRanker.com ---

www.FirstRanker.com

ire suite for real-time piosignals visualisation in Biosignal plux kit is

(a) MySignal

(b) OpenSignals

(c) MixSignals

--- Content provided by FirstRanker.com ---

(d) None of these

Options:

1.1

2.2

3.3

--- Content provided by FirstRanker.com ---

4.4

Question Number : 25 Question Type : MCQ Option Shuffling: No Display Question Number : Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks : 1 Wrong Marks : 0

Which of the following is the main spike visible on an ECG line

(a) P

--- Content provided by FirstRanker.com ---

(b) ST

(c) QRS

(d) PQ

Options:

1.1

--- Content provided by​ FirstRanker.com ---

2.2

3.3

4.4

Question Number: 26 Question Type : MCQ Option Shuffling: No Display Question Number: Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks: 1 Wrong Marks : 0

--- Content provided by FirstRanker.com ---

The sensor node in smart agriculture kit to integrate multiple sensors is called

(a) Wardmote

(b) Waspmote

(c) Sensonode

(d) Meshlium

--- Content provided by​ FirstRanker.com ---

Options:

1.1

2.2

3.3

4.4

--- Content provided by FirstRanker.com ---

Question Number : 27 Question Type : MCQ Option Shuffling : No Display Question Number : Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks: 1 Wrong Marks : 0

www.FirstRanker.com

ter is less than the order of polynomial measurement

signal, the filter estimate will

--- Content provided by‍ FirstRanker.com ---

(a) Converge

(b) Give exact solution

(c) Diverge

(d) None of these

Options:

--- Content provided by‍ FirstRanker.com ---

1.1

2.2

3.3

4.4

Question Number: 28 Question Type : MCQ Option Shuffling: No Display Question Number : Yes Single Line Question Option : No Option Orientation : Vertical

--- Content provided by​ FirstRanker.com ---

Correct Marks : 1 Wrong Marks : 0

Which of the following methods is based on weighted least squares in which previous values taken in account for determining the future value?

(a) Bayesian method

(b) Recursive Least Square method

(c) Kalman filter method

--- Content provided by FirstRanker.com ---

(d) None of these

Options:

1.1

2.2

3.3

--- Content provided by‌ FirstRanker.com ---

4.4

Question Number : : 29 Question Type : MCQ Option Shuffling : No Display Question Number: Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks: 1 Wrong Marks : 0

A set of recursive equations to find the optimal gain at each time step is called

(a) Adaptive least square equations

--- Content provided by⁠ FirstRanker.com ---

(b) Riccati Equations

(c) Gauss Equations

(d) Kalman Equations

Options:

1.1

--- Content provided by⁠ FirstRanker.com ---

2.2

3.3

4.4

Question Number : 30 Question Type : MCQ Option Shuffling: No Display Question Number : Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks : 1 Wrong Marks : 0

--- Content provided by‌ FirstRanker.com ---

www.FirstRanker.com

random variable and a and b are the constants, the variance of ax + b is

(a) aVar(X)

(b) aVar(X) + b

(c) a² Var(X) + b

--- Content provided by‌ FirstRanker.com ---

(d) None of these

Options:

1.1

2.2

3.3

--- Content provided by FirstRanker.com ---

4.4

Question Number: 31 Question Type : MCQ Option Shuffling: No Display Question Number : Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks : 1 Wrong Marks : 0

If X is the random variable and a and b are the constants, the expectation of aX+ b is

(a) aE(X)

--- Content provided by⁠ FirstRanker.com ---

(b) aE(X) + b

(c) a² E(X) + b

(d) None of these

Options:

1.1

--- Content provided by FirstRanker.com ---

2.2

3.3

4.4

Question Number : 32 Question Type : MCQ Option Shuffling : No Display Question Number : Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks : 1 Wrong Marks : 0

--- Content provided by FirstRanker.com ---

The zero-mean and unity-mean features in localization are used to handle

(a) Device diversity

(b) Huge volume of data

(c) Uncertainty of measurements

(d) None of these

--- Content provided by‌ FirstRanker.com ---

Options:

1.1

2.2

3.3

4.4

--- Content provided by‍ FirstRanker.com ---

Question Number : 33 Question Type : MCQ Option Shuffling : No Display Question Number : Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks : 1 Wrong Marks : 0

www.FirstRanker.com

here?und ound should be x than Mean Square Error. What is x

(a) Equal

--- Content provided by‌ FirstRanker.com ---

(b) Lower

(c) Higher

(d) None of these

Options:

1.1

--- Content provided by FirstRanker.com ---

2.2

3.3

4.4

Question Number : 34 Question Type : MCQ Option Shuffling: No Display Question Number : Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks : 1 Wrong Marks : 0

--- Content provided by⁠ FirstRanker.com ---

If the standard deviation of localization error for Localization Methods A and B are 1 m and 1.5 m, respectively. Which method is good?

(a) A

(b) B

(c) Both are same

(d) None of these

--- Content provided by⁠ FirstRanker.com ---

Options:

1.1

2.2

3.3

4.4

--- Content provided by‍ FirstRanker.com ---

Question Number: 35 Question Type : MCQ Option Shuffling : No Display Question Number: Yes Single Line Question Option: No Option Orientation : Vertical

Correct Marks : 1 Wrong Marks : 0

In Kalman Filter, the measurement and process noise are

(a) Cannot be related

(b) Same

--- Content provided by‍ FirstRanker.com ---

(c) Different

(d) None of these

Options:

1.1

2.2

--- Content provided by‍ FirstRanker.com ---

3.3

4.4

Question Number : 36 Question Type : MCQ Option Shuffling : No Display Question Number : Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks : 1 Wrong Marks : 0

www.FirstRanker.com

--- Content provided by⁠ FirstRanker.com ---

rtiary control in a nanogrid consists of

(a) Optimization

(b) Voltage control

(c) MPPT

(d) All of the above

--- Content provided by‍ FirstRanker.com ---

Options:

1.1

2.2

3.3

4.4

--- Content provided by‌ FirstRanker.com ---

Question Number : 37 Question Type : MCQ Option Shuffling: No Display Question Number : Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks : 1 Wrong Marks : 0

The Internet of Things (IoT) paradigm refers as

(a) network of interconnected things

(b) Devices such as sensors and/or actuators, equipped with a telecommunication interface

--- Content provided by FirstRanker.com ---

(c) Processing and storage units

(d) All of the above

Options:

1.1

2.2

--- Content provided by FirstRanker.com ---

3.3

4.4

Question Number : 38 Question Type : MCQ Option Shuffling : No Display Question Number : Yes Single Line Question Option : No Option Orientation : Vertical

Correct Marks : 1 Wrong Marks : 0

What is multihop short-range transmission technologies?

--- Content provided by‌ FirstRanker.com ---

(a) Bluetooth

(b) 6LoWPAN

(c) Both (a) & (b)

(d) None of the above

Options:

--- Content provided by‍ FirstRanker.com ---

1.1

2.2

3.3

4.4

Question Number : 39 Question Type : MCQ Option Shuffling: No Display Question Number : Yes Single Line Question Option : No Option Orientation : Vertical

--- Content provided by‌ FirstRanker.com ---

Correct Marks : 1 Wrong Marks : 0

www.FirstRanker.com

routing generally yields

(a) long communication delays

(b) unequal energy consumption

--- Content provided by​ FirstRanker.com ---

(c) unpredictable energy consumption among the devices

(d) All of the above

Options:

1.1

2.2

--- Content provided by FirstRanker.com ---

3.3

4.4

Question Number: 40 Question Type : MCQ Option Shuffling: No Display Question Number : Yes Single Line Question Option : No Option Orientation :

This download link is referred from the post: ARPIT Last 10 Years 2011-2021 Previous Question Papers

--- Content provided by FirstRanker.com ---