IP Class 11 Tutorial

Python assignment statements Examples

a) Assign 10 to variable length and 20 to variable breadth.b) Assign the average of values of variables length and breadth to a variable sum.c) Assign a list containing strings ‘Paper, ‘Gel Pen’, and ‘Eraser’ to variable stationary.d) Assign the strings ‘Mohandas’, ‘Karamchand ’, and ‘Gandhi’ to variable first, middle and last.e) Assign the concatenated […]

Python assignment statements Examples Read More »

Which of the following identifier names are invalid and why?

Ans: a) Serial_no. Invalid We cannot use any punctuation mark in identifier name b) 1st_Room Invalid Variable name cannot begin with number c) Hundred$ Valid We can use ‘$‘anywhere in variable name except at the beginning. d) Total Marks Invalid We cannot provide space between the names of variable. e) Total_Marks Valid We can use

Which of the following identifier names are invalid and why? Read More »

How IoT and WoT are related?

IoT allow us to interact with different devices through internet using smartphones or computers, thus creates a personal network and on the other side WoT allow us to use web services to connect anything in the physical world. Hence we can say that both are communication medium Uses networking protocols Creates network of different objects

How IoT and WoT are related? Read More »

Five friends plan to try a startup. However, they have a limited budget and limited computer infrastructure. How can they avail the benefits of cloud services to launch their startup?

By using Infrastructure as a Service (IaaS) modal, they can avail the benefits of the cloud services to launch their startup. Using IaaS from the cloud, they can use the hardware and software infrastructure remotely to configure, deploy and execute any application. And they can outsource the hardware and software as on demand and pay

Five friends plan to try a startup. However, they have a limited budget and limited computer infrastructure. How can they avail the benefits of cloud services to launch their startup? Read More »

What is on-demand service? How it is provided in cloud computing?

On-demand service refers to the type of service of technology and computing in which computing resources are provided on an as-needed and when-needed basis. A user can use on-demand infrastructure or platform or software and is usually charged as per the usage, thereby eliminating the need of a huge investment upfront for a new or

What is on-demand service? How it is provided in cloud computing? Read More »

‘Storage of data is cost effective and time saving in cloud computing.’

The cloud storage is cost effective and time saving because we do not need to expense on hardware resources, power and support to manage and store data, the cloud vendor handles all. With cloud computing substantially less time is spent on maintaining software, searching for specific files as all the data are stored at centralized

‘Storage of data is cost effective and time saving in cloud computing.’ Read More »

Differentiate between cloud computing and grid computing with suitable examples.

Cloud Computing Grid Computing Cloud computing comprise of software, hardware, storage and delivered over the Internet. A grid is computer network of geographically dispersed and heterogeneous computation resources Cloud computing is more flexible than grid computing Grid computing is less flexible than cloud computing Cloud computing is service oriented Grid computing is application oriented

Differentiate between cloud computing and grid computing with suitable examples. Read More »

Machine Learning Short Notes

Machine learning is the ability of machine to learn from data using statistical techniques, without being explicitly programmed by a human being. It comprises algorithms that use data to learn on their own and make predictions. Some of its application is search engine, photo tagging applications, spam detector etc.

Machine Learning Short Notes Read More »

Big Data and its Characteristics

Big data is term that is used representing the collection of datasets of enormous volume and complexity. Such data cannot be processed and analyzed using traditional data processing tools as the data is not only voluminous, but also unstructured. Characteristics of Big data Volume- the most prominent characteristics of big data is its enormous size

Big Data and its Characteristics Read More »

error: Content is protected !!