Arduino Digital I/O Pins

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson
Download our mobile app to listen on the go
Get App

Questions and Answers

Which function is typically excluded financial services?

  • Mobilization of savings
  • Allocation of funds
  • Collection of taxes (correct)
  • Specialized services

Which of these is NOT typically considered a fee-based financial service?

  • Corporate counseling
  • Issue management
  • Portfolio management
  • Lease financing (correct)

Which of the following is not a fund-based financial service?

  • Factoring
  • Venture capital
  • Credit rating agencies (correct)
  • Consumer credit

Which of the following entities acts as a financial intermediary, mobilizing and transferring capital to those in need?

<p>Merchant banker (A)</p> Signup and view all the answers

Factoring primarily serves as a method for raising capital through:

<p>Short term finance (B)</p> Signup and view all the answers

Which of the following is a fund-based financial service providing resources of finance receivable and facilitating collection of receivables?

<p>Factoring (D)</p> Signup and view all the answers

What is the cost of factoring services typically referred to as?

<p>Factorage (B)</p> Signup and view all the answers

In which type of factoring does the factor assume the risk of bad debts?

<p>Non-recourse (B)</p> Signup and view all the answers

Which type of factoring involves the factor providing an advance against the uncollected receivables of a firm?

<p>Recourse (B)</p> Signup and view all the answers

Under which factoring arrangement does the factor only provide assistance for collection and insurance against bad debts?

<p>Recourse (A)</p> Signup and view all the answers

Which of the following is a form of financing receivables related to international trade?

<p>Forfaiting (D)</p> Signup and view all the answers

Which market is NOT considered part of the Indian Capital Market?

<p>Commercial bill market (C)</p> Signup and view all the answers

What is the maximum maturity period for bills under the Bill Market Scheme 1970?

<p>90 days (D)</p> Signup and view all the answers

Which act primarily governs Bill Discounting practices?

<p>Negotiable Instruments Act (D)</p> Signup and view all the answers

Which regulatory body introduced a new bill market scheme in November 1970?

<p>RBI (B)</p> Signup and view all the answers

Under which financial service is 100% finance typically provided?

<p>Forfaiting (D)</p> Signup and view all the answers

Which tool is specifically utilized for financing a series of sales involving bulk trading?

<p>Forfaiting (A)</p> Signup and view all the answers

Which option exemplifies a fund-based financial service?

<p>Mutual Funds (D)</p> Signup and view all the answers

Which of these represents a non-fund-based service?

<p>Stock Broking (D)</p> Signup and view all the answers

Which term describes an arrangement where a group of banks participates to provide funds for a single loan?

<p>Loan Syndication (B)</p> Signup and view all the answers

Signup and view all the answers

Flashcards

Functions of financial services exclude:

Excludes collection of tax.

Not a fee-based financial service:

Lease financing

Not a fund-based financial service:

Credit rating agencies.

Financial intermediary mobilizing capital:

Merchant banker

Signup and view all the flashcards

Factoring raises finance via:

Short term

Signup and view all the flashcards

Finance service providing resources of finance receivable:

Factoring

Signup and view all the flashcards

Cost of factoring is termed:

Factorage Fee

Signup and view all the flashcards

Under factoring, factor assumes risk of bad debts

Recourse

Signup and view all the flashcards

Financing receivables for international trade:

Forfaiting

Signup and view all the flashcards

Not an Indian Capital Market:

Primary Market

Signup and view all the flashcards

Bill Market Scheme 1970 max maturity:

90

Signup and view all the flashcards

Bill Discounting governed by:

Negotiable Instruments Act

Signup and view all the flashcards

Introduced new bill market scheme:

RBI

Signup and view all the flashcards

100% finance is provided under:

Forfaiting

Signup and view all the flashcards

Financing a series of sales involving bulk trading

Forfaiting

Signup and view all the flashcards

Example of Fund-Based Service

Underwriting

Signup and view all the flashcards

Non-fund based service

Venture Capital

Signup and view all the flashcards

Banks provide funds for a single loan:

Loan Syndication

Signup and view all the flashcards

Characteristic of financial services:

Tangibility

Signup and view all the flashcards

Market dealing with assets having short term maturity is:

Money

Signup and view all the flashcards

Study Notes

  • Digital I/O pins are the simplest communication form between Arduino and the external environment
  • Digital I/O pins can be configured as INPUT or OUTPUT

Digital Output

  • In digital output mode, pins are set to HIGH (5V output) or LOW (0V output)
  • pinMode(ledPin, OUTPUT) configures a digital pin for output
  • digitalWrite(ledPin, HIGH) sets the digital pin to HIGH (5V), turning on an LED
  • digitalWrite(ledPin, LOW) sets the digital pin to LOW (0V), turning off an LED

Digital Input

  • In digital input mode, pins read either HIGH or LOW
  • pinMode(buttonPin, INPUT) configures the digital pin as an input
  • digitalRead(buttonPin) reads the digital value (HIGH or LOW) at a specified pin

Analog Input

  • Arduino UNO has six analog input pins (A0 to A5)
  • Analog pins read analog voltages from 0V to 5V with 10-bit resolution
  • Analog voltage is converted into a digital value between 0 and 1023
  • analogRead(sensorPin) reads the analog value at the specified pin, returning a value between 0 and 1023
  • Serial.begin(9600) initializes serial communication at 9600 bits per second
  • Serial.println(sensorValue) prints the sensor's value to the serial monitor in the Arduino IDE

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Related Documents

20250402_155145.heic

More Like This

Use Quizgecko on...
Browser
Browser