nano tech

Chemical vapour deposition, a hybrid method using chemicals in vapour phase is conventionally used to obtain coatings of a variety of inorganic or organic materials.It is widely used in industry because of relatively simple instrumentation, ease of processing, possibility of depositing different types of materials and economical viability.Under certain deposition conditions nanocrystalline films or single crystalline films are possible. There are many variants of CVD like Metallo Organic CVD (MOCVD)

...

See on Student Notes »

sdwfwert

Mental health is a prevalent issue in youth today

Enablers

Plays basketball

  • Helps her stay physically active
  • Builds social connections with her team
  • Affects her as it builds relationships and accomplishment (Perma)
  • Moves her to the ease end of the river of live

 Clear goal – Physiotherapist

  • Gives a sense of purpose and direction
  • Encourages her to feel motivated and focused
  • This gives her meaning in her studies (Perma)
  • Keeps her on health range of the mental health continuum


Barriers

Procrastinates

...

See on Wikiteka »

GenAi

1) from gensim.models import KeyedVectors

from gensim.downloader import load

word_vectors = load('glove-wiki-gigaword-100')

# Example 1: Animal relationship (kitten → cat, puppy → dog)
result = word_vectors.most_similar(positive=['kitten', 'dog'], negative=['cat'], topn=1)
print("Result of 'kitten - cat + dog':", result[0][0])

# Example 2: Fruit relationship (orange → fruit, mango → tropical fruit)
result = word_vectors.most_similar(positive=['orange', 'tropical'], negative=['fruit'], topn=

...

See on Student Notes »

science and society

Potential benefits and challenges of merging traditional agricultural practices with cutting-edge technology for increased food security and sustainable farming

Merging traditional agricultural practices with modern technology—an approach often labeled the “fusion” model—brings significant advantages for food security and the sustainability of farming systems. Traditional methods such as crop rotation, intercropping, mixed farming, and water-harvesting have deep ecological wisdom: they preserve

...

See on Student Notes »

sfsdfsfds

digital read serial: 

/*
  Leen - Digital Read Serial - May 13
  DigitalReadSerial

  Reads a digital input on pin 2, prints the result to the Serial Monitor

  This example code is in the public domain.

  https://www.arduino.cc/en/Tutorial/BuiltInExamples/DigitalReadSerial
*/

// digital pin 2 has a pushbutton attached to it. Give it a name:
int pushButton = 4;

// the setup routine runs once when you press reset:
void setup() {
  // initialize serial communication at 9600 bits per second:
  Serial.

...

See on Student Notes »

Bwosjsj

a) An exception is an event that disrupts the normal flow of a program's instructions.b) A thread is a lightweight subprocess enabling multitasking within a program.c) Event handling is implemented using listeners and event classes that respond to user actions.d) An applet is a small Java program embedded in a web page for interactive content.e) Remote applets are used to download and execute applets from a web server over the internet.f) Parameters are passed to applets using <PARAM> tags

...

See on Wikiteka »

Computer n

set vlans DATA vlan-id 10

set vlans VOICE vlan-id 20

set interfaces ge-0/0/2 unit 0 family ethernet-switching vlan members DATA

set interfaces ge-0/0/5 unit 0 family ethernet-switching vlan members VOICE

set interfaces vlan unit 10 family inet address 192.168.3.1/24

set interfaces vlan unit 20 family inet address 192.168.4.1/24

set vlans DATA l3-interface vlan.10

set vlans VOICE l3-interface vlan.20

## Vlan_2_devices_setup

##### Device 1 #####

#EX-C2

set interfaces ge-0/0/2 unit 0 family ethernet-...

See on Student Notes »

Cccygghh

Oral communication, also known as verbal communication, is the process of conveying information and ideas through spoken words. This includes face-to-face conversations, phone calls, speeches, and presentations. Its merits include being interactive, fostering active listening, and allowing for immediate feedback. However, demerits include potential for misinterpretation, lack of a permanent record, and limited scope for complex information. 

Merits of Oral Communication:Interactive and Engaging:

...

See on Wikiteka »

leenomg

1- A)ev against abiogenesis. 3- C)not maggots developed. 4- B)Life forms non-living matter. 5- C)Cells contain organelles. 6- B)move through phospholipid bilayer quickly. 7- A)Endocytosis. 8- Vacu:3, Nucl:7, Cytop:2, Rough ER:4. 9- Synth lipids:5, Converts glucose:8, Converts sunlight:1, Modifies lipids:6. 10-B)None. 11-D) Glucose and Oxygen. 12-C)Makes ATP. 13-B) cells, tissues, systems. 14-C)tissues. 15- 2)internal structors:trans micro, 3)2 more lens: comp micro, 4)3d image: scan elec micro,

...

See on Wikiteka »