Digital Electronics

Here’s a complete and concise answer sheet for your Digital Electronics CIE-1 prep based on your questions:


1. Design Half and Full Subtractor with Truth Table

Half Subtractor:

  • Inputs: A, B
  • Outputs: Difference (D), Borrow (Bo)
  • Logic Equations:
    • Difference (D) = A ⊕ B
    • Borrow (Bo) = A' · B

Full Subtractor:

  • Inputs: A, B, Bin (Borrow In)
  • Outputs: Difference (D), Borrow Out (Bo)
  • Logic Equations:
    • D = A ⊕ B ⊕ Bin
    • Bo = B·Bin + B·A' + A'·Bin

2. Working of Adder and Subtractor

Adder:

...

See on Wikiteka »

cultura

O conceito de cultura: da terra ao espirito

O conceito de cultura pode ser entendido de duas formas principais: 1a literal (ou denotativa) e outra figurada (ou conotativa). No seu sentido literal, cultura refere-se originalmente ao ato de cultivar a terra — por exemplo, falar em "1a cultura de batatas" remete diretamente ao cultivo agricola. Ja o sentido figurado, q e o q + utilizamos hoje em dia, esta associado ao desenvolvimento intelectual, social e espiritual do ser h1ano. Neste sentido, cultura

...

See on Wikiteka »

scccc

I liquidi corporei non circolano sempre all’interno dei vasi ma, grazie alla pressione sanguigna, passano dal sangue presente nei capillari al tessuto extracellulare e raggiungono le cellule. Una parte di questo liquido rientra in circolo, mentre il resto è catturato dai vasi linfatici e prende il nome di linfa. La linfa ha un aspetto biancastro per la presenza dei lipidi ed è simile al plasma. Il sistema linfatico è un sistema di vasi, separato da quello sanguigno, la cui funzione è mantenere...

See on Wikiteka »

Stats 243Z

Select all the true statements.
a. Classification of children in a day care center (infant, toddler, preschool) is a categorical 
variable; Variable has labels and each child has one of those labels
b. Eye color is a discrete variable; Categorical
c. Number of bicycles sold by a large sporting goods store is a continuous variable; Discrete  (counting, therefore, distinct values)
d. Time it takes to mow a lawn is a numerical and continuous variable; Any value from zero to infinity
e. Weight of a cat...

See on Student Notes »

IOT FULL

MODULE 1 – INTRODUCTION TO IOT (ECT 458)

IoT: Global network of physical/virtual "things" with unique identities, exchanging data via interoperable protocols. Enables data sensing, collection, sharing, and intelligent actions with context-awareness.

Characteristics:
Dynamic/Self-Adapting (responds to context changes like day/night cams)
Self-Configuring (auto updates/network config)
Interoperable Protocols (support multiple standards)
Unique Identity (IP/URI)
Integrated Info Networks (seamless data

...

See on Student Notes »

cheet

Here is the compact micro xerox cheat sheet content for your listed Digital Electronics topics. It's formatted in a point-wise manner suitable for mini printouts:


2. 3-stage Carry Look Ahead Adder using Basic Gates

  • Carry Generate: G = A * B

  • Carry Propagate: P = A ^ B

  • C1 = G0 + P0 * Cin

  • C2 = G1 + P1 * C1

  • C3 = G2 + P2 * C2

  • Reduces delay by avoiding ripple carry.


3. Realization of Boolean Function using MUX

(a) 4×1 MUX:

  • Use 2 variables as select lines, rest for input logic.

  • Map

...

See on Wikiteka »

Bus 138

International Finance (Chapter 1)

3 Reasons Int’l Finance is Special:

  • Political Risk: Foreign expropriation, unstable regimes, tariffs.

  • Exchange Rate Risk: Currency value changes affect cash flows.

  • Market Imperfections: Barriers, taxes, information gaps.

MNC Goals:

  • Maximize global shareholder value (not just domestic).

Currency Depreciation:

  • ↓ Currency → Exports ↑, Imports ↓.

Currency Appreciation:

  • ↑ Currency → Exports ↓, Imports ↑.

...

See on Wikiteka »

service marketing

SERVICE MARKETING TRIANGLE

(a) Internal Marketing: The internal customers (employers) are the most critical part of the company. A service company cannot deliver value to their customer until and unless the internal customer are not convinced and believe the company. Company should strive hard to inspire their employees to believe in the company's vision and mission and act accordingly. Some of the excellent companies like 3m, IBM, Apple etc. Believes in the principle that the internal customers

...

See on Student Notes »

DSC30

0

There are four kinds of variables: 1)Local variables are those declared in method bodies; these appear in the variable portion of a Java execution frame. Unless explicitly requested, you generally need not show execution frames in an object diagram. 2)Instance variables are non-static variables declared within a class body; these appear within an instance object box; see the discussion of objects below. 3)Class variables are static variables declared within a class body; these appear within a

...

See on Student Notes »