0% found this document useful (0 votes)
7 views8 pages

Ixambee Revision Series 1 PDF

Uploaded by

Furqan Ahmed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views8 pages

Ixambee Revision Series 1 PDF

Uploaded by

Furqan Ahmed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Revision Series

For
NABARD GRADE A IT Officer
Phase II
Revision Series

Descriptive question 01:

A list is a collection of different kinds of values or items. Since Python lists are__(1)___, we can
___(2)____their elements after forming. The comma (,) and the square brackets [enclose the List's
items] serve as separators.

Although six Python data types can hold sequences, the List is the most common and reliable form.
A list, a type of sequence data, is used to store the collection of data. In contrast to other
programming languages, Python lets you use __(3)____ indexing as well. The negative indices are
counted from the __(4)__. The index -1 represents the final element on the List's right side,
followed by the index -2 for the next member on the left, and so on, until the last element on the
left is reached.

Due to their mutability and the slice and assignment operator's ability to update their values, lists
are Python's most adaptable data structure. Python's____(5)__methods can also add values to a
list.

Ques : 01 Fill the blank number 1

a) mutable

b) immutable

c) replicated

d) unique

Ans : a) Mutable

Ques : 02 Fill the blank number 2

a) mutable

b) immutable

c) replicated

d) change

Ans : d) change

2
Revision Series

Ques : 03 Fill the blank number 3

a) mutable

b) negative

c) replicated

d) positive

Ans : b) negative

Ques : 04 Fill the blank number 4

a) right

b) left

c) any

d) positive or negative

Ans : a) right

Ques : 05 Fill the blank number 5

a) append() and insert()

b) append()

c) insert()

d) None of these

Ans : a) append() and insert()

3
Revision Series

Descriptive question 02 :

Blockchain is a constantly growing ledger that keeps a permanent record of all the transactions that have
taken place in a secure, chronological, and ___(1)__ way. It can be used for the secure transfer of money,
property, contracts, etc. without requiring a third-party intermediary such as bank or government.
Blockchain is a software __(2)___, but it could not be run without the Internet

Ques : 01 Fill the blank number 1

a) mutable

b) immutable

c) replicated

d) unique

Ans : b) Immutable

Ques : 02 Fill the blank number 2

a) mutable

b) immutable

c) Protocol

d) architecture

Ans : c) Protocol

Descriptive question 03 :

A digital signature is a mathematical technique which validates the __(1)___of a message,


software or digital documents. It allows us to verify the author name, date and time of signatures,
and authenticate the message contents.

The important reason to implement digital signature to communication is: ___(2)____

Digital signatures are created and verified by using public key cryptography, also known as
__(3)___cryptography. By the use of a public key algorithm, such as RSA, one can generate two
keys that are mathematically linked- one is a private key, and another is a public key.

4
Revision Series

The user who is creating the digital signature uses their own __(4)__ key to encrypt the signature-
related document. There is only one way to decrypt that document is with the use of signer's
___(5)__ key.

Ques : 01 Fill the blank number 1

a) authenticity and integrity

b) authenticity

c) integrity

d) authorised

Ans : a) authenticity and integrity

Ques : 02 Fill the blank number 2

a) Authentication , Non-repudiation, Integrity.

b) Non-repudiation, Integrity.

c) Authentication , Non-repudiation

d) Authentication , Integrity.

Ans : a) Authentication , Non-repudiation, Integrity.

Ques : 03 Fill the blank number 3

a) symmetric

b) asymmetric

c) replicated

d) None of these

Ans : a) symmetric

Ques : 04 Fill the blank number 4

a) private

5
Revision Series

b) public

c) any

d) None of these

Ans : a) private

Ques : 05 Fill the blank number 5

a) private

b) public

c) any

d) None of these

Ans : b) public

Descriptive question 04 :

The term cloud refers to a network or the internet. It is a technology that uses remote servers on
the internet to store, manage, and access data online rather than local drives.

There are the following 5 types of cloud that you can deploy according to the organization's needs-

__(1)__ Cloud : It is open to all to store and access information via the Internet using the pay-per-
usage method.In this, computing resources are managed and operated by the Cloud Service
Provider (CSP). The CSP looks after the supporting infrastructure and ensures that the resources
are accessible to and scalable for the users. Due to its open architecture, anyone with an internet
connection may use the public cloud, regardless of location or company size.

__(2)__ Cloud : It is also known as an internal cloud or corporate cloud. It is used by organizations
to build and manage their own data centers internally or by the third party.

__(3)__ Cloud : It is a combination of the public cloud and the private cloud. organizations can
leverage the benefits of both public and private clouds to create a flexible and scalable computing
environment. The public cloud portion allows using cloud services provided by third-party
providers, accessible over the Internet.

__(4)__ Cloud : It allows systems and services to be accessible by a group of several


organizations to share the information between the organization and a specific community. It is

6
Revision Series

owned, managed, and operated by one or more organizations in the community, a third party, or
a combination of them.

__(5)__ Cloud :It is a strategy in cloud computing where companies utilize more than one cloud
service provider or platform to meet their computing needs. It involves distributing workloads,
applications, and statistics throughout numerous cloud environments consisting of public, private,
and hybrid clouds.

Ques : 01 Fill the blank number 1

a) public

b) private

c) hybrid

d) community

Ans : a) public

Ques : 02 Fill the blank number 2

a) public

b) private

c) hybrid

d) community

Ans : b) private

Ques : 03 Fill the blank number 3

a) public

b) private

c) hybrid

d) community

Ans : c) hybrid

7
Revision Series

Ques : 04 Fill the blank number 4

a) public

b) private

c) hybrid

d) community

Ans : d) community

Ques : 05 Fill the blank number 5

a) public

b) private

c) multi

d) community

Ans : c) multi

You might also like