by Monisha Macharla | Apr 26, 2020 | Python Quiz
Welcome to your Python Quiz 3 Email ID Name 1. How can you express the hexadecimal value b2 as a base 16-integer constant in Python? 0xa5 0Ha5 a50X a50H None 2. Which of the following is not a Python built-in function? diff() map() repr() round() None...
by Monisha Macharla | Apr 26, 2020 | Python Quiz
Welcome to your Python Intermediate Quiz Email ID Name 1. A binary number can be represented as : "0b" "0o" "0X" "00" None 2. The input() function takes user input as a integer float character string None 3. Which of the following results in True?...
by Monisha Macharla | Apr 26, 2020 | Python Quiz
Welcome to your Python Basic Quiz Email ID Name 1. Identify the words which best describes Python. Interpreted High-level Object-oriented All of these 2. Python IDE includes : Comment tool Debugging tool Arithmetic tool Integer tool None 3. Multiple...
by Monisha Macharla | Apr 26, 2020 | Raspberry Pi projects
Most people have day jobs, they have to leave their homes unguarded, not only prone to intrusion or theft but also cases of fire, or simply things like water and electricity wastage. The rest who stay at home might just choose to have an application that helps control...
by Monisha Macharla | Apr 26, 2020 | Applications of IoT
The oil and gas industry is making strides in understanding the capabilities of IoT. It is much easier for corporations to carry out their usual operations. The main goal of IoT is to solve the difficult task of quickly collecting technical data from a large number of...
by Monisha Macharla | Apr 26, 2020 | Raspberry Pi
What is SSH? The SSH protocol (also referred to as Secure Shell) is a method for secure remote login from one computer to another. It provides several alternative options for strong authentication, and it protects the communications security and integrity with strong...
by Itika Sarkar | Apr 26, 2020 | Applications of IoT
In this post, IoT will again surprise you with its innovative features. This post is all about the technology stack of IoT. Therefore, to go deeper into this topic you should have a clear knowledge of technology stack and how it is linked with the IoT. So, what is a...
by Anmol Punetha | Apr 24, 2020 | Arduino Quiz
Welcome to your Arduino Quiz Level 3 Email ID Name 1. What among the following is an example of external interrupt for the Arduino? Button Resistor LED Capacitor None 2. Which among the following drivers are compatible with Arduino? L298N ITBT2 L293d All...
by Anmol Punetha | Apr 24, 2020 | Arduino Quiz
Welcome to your Arduino Quiz Level 2 Email ID Name 1. What is the use of RST pin present in various Arduino boards? To switch off the board To switch on the board To reset the board (the uploaded code) To turn it to sleep mode None 2. To which pin of the...
by Anmol Punetha | Apr 24, 2020 | Arduino Quiz
Welcome to your Arduino Quiz Level 1 Email ID Name 1. Select the correct statement which best describes Arduino. A lightweight, high-level, multi-paradigm programming language designed primarily for embedded use in applications Open-source electronic prototyping...