Notes, summaries, assignments, exams, and problems for Electronics

Sort by
Subject
Level

Synchro Systems and Semiconductor Components

Classified in Electronics

Written on in English with a size of 3.23 KB

Synchro Systems

  • What lead on a transistor has a colored dot? - Collector lead.
  • Differential synchro system - Combines two or more inputs.
  • Which of these creates error voltage? - TDX.
  • Controlled system - The processing plant range which is to be...
  • Control units in a control synchro system are driven by - Electromagnetic or mechanical means.
  • Resolvers generally provide - Very reliable outputs.
  • Resolver synchro system - Transmits angular position with high accuracy.
  • Air gap inaccuracies in synchros - Bring huge problems in controlling.
  • Instability of transmitter - The momentum of the servo motor to go...
  • If the synchro transmitter rotor is turned - The field turns the same angle.
  • Torque systems are used for - Light loads, such as the position of dials..
... Continue reading "Synchro Systems and Semiconductor Components" »

Verb Tenses in English: Present, Past, Future

Classified in Electronics

Written on in English with a size of 2.66 KB

Present simple

I go/she goes, I don't go/she doesn't go, Do I go/Does she go?
- Regular habit or routine, a true scientific fact (always usually at 1 o'clock at night...)

Present continuous

I am asking, I'm not asking, Am I asking?
- Action happening now (now at the moment right now), temporary action (this year at present today these days...), plan for the near future (this evening tonight tomorrow...)

Past simple

I worked, I didn't work, Did I work?
- Completed action in the past, series of completed actions in the past (yesterday last week when then)

Past continuous

I was running/you were running, I wasn't running/you weren't running, Was I running?/Were you running?
- Action in progress at a specific time in the past (at 4 o'clock last night...),... Continue reading "Verb Tenses in English: Present, Past, Future" »

Mastering Morphosyntax: Enhancing Language Skills

Classified in Electronics

Written on in English with a size of 3.33 KB

Understanding Morphosyntax: Strategies for Effective Learning

Morphology and syntax are the heart of the lexicon. If pronunciation and spelling provide the visual and sound images of communication, then morphosyntax offers the structural rules of the game, telling us how to use language effectively. Therefore, what is often meant by 'grammar' is, in essence, morphosyntax.

Mastering morphosyntax means being much more aware of the forms of words and how they combine, and using this knowledge to understand and express oneself better. It does little good to memorize verb conjugations or diagram a sentence if, afterward, we cannot exploit these mechanisms to speak and write with greater accuracy and clarity. A single idea can be expressed in infinite... Continue reading "Mastering Morphosyntax: Enhancing Language Skills" »

Understanding Textuality and Discourse Analysis

Classified in Electronics

Written on in English with a size of 5.22 KB

Felicity Conditions in Communication

Let's analyze some examples:

  • "Hi Joe, how are you?" - S wants to know A. H knows A.
  • "Can you open the window?" - S wants H to do A. H is capable of doing A. S believes that H is willing to do A.
  • "Mom, I am home." - S wants H to know A. H wants to know A.

Discourse and Language in Context

Discourse is language in context. It is given in a social context and involves interaction. Key factors include:

  • Channel (S, W)
  • Agent (mono, di, multi)
  • Register (Formal, informal)
  • Social context
  • Purpose (transactional, interactional)
  • Context (embedded, reduced)
  • Genre (instructive, narrative, descriptive, persuasive, informative, expository)

Text form is the representation of text types.

Communicative Competences (M&S)

  • Grammatical: Lexical
... Continue reading "Understanding Textuality and Discourse Analysis" »

Public synchronized int incContador (int val)

Classified in Electronics

Written on in English with a size of 3.76 KB

if(padres%2==1){
            padres = padres -1;
            arrCruce[ultimo][2] = "0";
            arrCruce[ultimo][3] = arrCruce[ultimo][0];
        }
        String c[][] = new String[padres][3];
        int f=0;
        for(vc=0; vc<individuos; vc++){
            if(Integer.ParseInt(arrCruce[vc][2])>0){
                c[f][0]=String.ValueOf(vc);
                c[f][1]=arrCruce[vc][0];
                f++;
            }
        }
        vc=0;
        int punto = (int)(Math.Random()*genes);
        System.Out.print("\nCRUCE\n");
        System.Out.Print("EL PUNTO DE CRUCE ES: " + punto + "\n");
        while(vc<padres){
            c[vc][2] = c[vc]
... Continue reading "Public synchronized int incContador (int val)" »

english

Classified in Electronics

Written on in English with a size of 2.15 KB

P.S: every day,sometimes,always,never/I don't-doesn't

P.C:now,at the moment,look!/inf+isn't+ing(sta pssnt en el momnt q parles)
P.P.S:just,yet,already,since,for/have-has+3ª(a comnçat prsent pro t continu)
P.P.C:all day,since,for/have-has+been+inf+ing(accio passat acabada)
p.S:last,ago,yesterday/didn't+inf+ed-2ª
p.C:while/was/were+inf+ing(accio q passa a meitat d'una altra)
p.P.S:already,just,never/had+3ª-ed(1ªacc p.Simple i 2ªacc p.Perfect)
p.P.C:how long,since,for/had+been+inf+ing(estona abans d q pases algo)

Simple past grammar

Classified in Electronics

Written on in English with a size of 5.09 KB

The simple present tense

is One of several forms of present tense in English. It is used to describe habits, unchanging situations, general Truths, and fixed arrangements.

1st Person normal, do, don’t.

3rd Add -s question does, doesn’t,

For habits
He drinks tea at Breakfast.
She only eats fish.

Present perfect

Affirmative: 1st have walked, 3rd Has walked

Negative: 1st haven’t walked, 3rd Hasn’t walked

Interrogative 1st have I walked? 3rd Has she walked?

Present continuous

1st I/you am/are going, i/you am not/ aren’t Going, am I going? Are you going?

3rd he is going, he isn’t going, is he Going?

Present perfect continuous: Has been + ing

1st I have been, I haven’t been, have I been living?

3rdShe has been, she hasn't Been running, has

... Continue reading "Simple past grammar" »

Operating System Fundamentals: Core Concepts Explained

Classified in Electronics

Written on in English with a size of 6.57 KB

Understanding Spooling in Operating Systems

Spooling (Simultaneous Peripheral Operations Online) is a technique used in operating systems to manage I/O operations efficiently. It involves buffering data for various I/O devices, such as printers, in a temporary storage area (usually disk).

  • Input Spooling: This technique involves reading jobs (for example, from cards) onto the disk. This ensures that when currently executing processes are finished, work will be waiting for the CPU, maximizing CPU utilization.
  • Output Spooling: This consists of first copying printable files to disk before printing them, rather than printing directly as the output is generated. This frees up the CPU and application to perform other tasks while printing occurs in the
... Continue reading "Operating System Fundamentals: Core Concepts Explained" »

O'CLIL: Integrating Language Learning into Daily Routines

Classified in Electronics

Written on in English with a size of 3.23 KB

O’CLIL stems from the CLIL methodology, aiming to increase foreign language exposure, incorporate new contexts, and offer meaningful input to young students. The playground, dining room, or even the bathroom can become rich settings for content development. Daily routines allow for the repetition of meaningful language. Children’s actions can be orally described by the teacher, and visual aids like real objects provide extra interest and meaning to language learning. Even gesturing while speaking helps to better understand the message.

Linguistic Competence

  • Reinforce grammar and syntax.
  • Foster vocabulary comprehension. Vocabulary is presented in a context full of repetitions, providing learners with ample opportunities to understand and check
... Continue reading "O'CLIL: Integrating Language Learning into Daily Routines" »

Automotive Terminology and Vehicle Features

Classified in Electronics

Written on in English with a size of 4.46 KB

1. Essential Car Components

Interior and Exterior Parts

  • Sun visor
  • Horn
  • Steering wheel
  • Airbag
  • Dashboard
  • Ignition
  • Rear-view mirror
  • Hands-free telephone system
  • Cigarette lighter
  • Glove compartment
  • Air vent
  • Door handle
  • Door tray
  • Headrest
  • Seatbelt
  • Cup holder
  • Handbrake
  • Gearstick (or Gear lever)
  • Ashtray
  • Accelerator pedal
  • Brake pedal
  • Clutch pedal

2. Dashboard Instruments and Exterior Features

Key Indicators and Vehicle Body Parts

  • Fuel level gauge
  • Speedometer
  • Engine oil temperature gauge
  • Rev counter (Tachometer)
  • Voltmeter
  • Gearstick (or Gear lever)
  • Indicator lights
  • Ignition
  • Steering wheel
  • Seatbelt
  • Ashtray
  • Dashboard
  • Brake pedal
  • Sun visor
  • Gearstick/Clutch (referring to controls)
  • Headrest
  • Handbrake
  • Glove compartment
  • Rear-view mirror
  • Rear lights
  • Alloy wheels (or Alloy rims)
  • Bonnet (Hood)
  • Boot (Trunk)
  • Roof
... Continue reading "Automotive Terminology and Vehicle Features" »