wwfew

प्रश्न 1 - बैंहकिं ग क्षेत्र में हहिंदी के प्रयोग किने में उत्पन्न प्रमुख रुकावटें कौन-कौन सी है? इनके समाधान के महत्वपूर्क उपाय हिखे।

परिचय- आधुनिक परिवेश में बैंकिंग क्षेत्र के विभिन्न कार्य

...

See on Student Notes »

newchit

Implementation of KNN ALGORITHM -LAB PROGRAM

from sklearn.datasets import load_iris

from sklearn.neighbors import KNeighborsClassifier

from sklearn.model_selection import train_test_split

importnumpy as np

# Load the Iris dataset

dataset = load_iris()

# Split the dataset into training and test sets

X_train, X_test, y_train, y_test = train_test_split(dataset.data, dataset.target, test_size=0.2, random_state=0)

print("Training labels:", y_train)

# Initialize and fit the KNN classifier

kn = KNeighborsClassifier(

...

See on Student Notes »

jnfht

("une pièce de musique", "un morceau de musique")
("un mix", "un mélange")
("extravagance", "un grain de folie")
("la sonorité", "le son")
("faire apparaître", "faire naître")
("immerger", "plonger")
("qui est à la mode", "tendance")
("exceptionnel", "inégalable")
("important", "significatif")
("positif", "bénéfiques")
("stimuler", "favoriser")
("qui dort en vous", "qui sommeille en vous")
("désagréable", "contraignante")
("développer", "accroître")
("primordial", "essentiel")
("aussi", "également"

...

See on Wikiteka »

Pps eng

Q.1) Define a function with suitable example? Explain need for a function Ans- A function is a block of organized and reusable program code that perform single, specific, and well defined task. Python enables its programmer to break up a program into functions, Therefore, the code of one function is completely insulated from the codes of the other function. A function f that uses another function g is known as the calling function and g is known as the called function. Syntax:

def <space>

...

See on Wikiteka »

wuihlwjod;qw

exp 01 NETWORK TRAFFIC ANALYSIS IN ICS/SCADA

###tools - wireshark

###objectives = use wireshark to capture and analyze network traffic to detect anomalies such as unauthorized commands or network scanning
###deliverable = a detailed report of the traffic patterns and recommendations for maitigations

##wireshark - Wireshark is a network protocol analyzer used to capture and inspect data packets in real time.

###installing wireshark on Linux :

step 01 = update package lists  =  sudo apt update
step

...

See on Wikiteka »

adbfhu

A PDA accepts an input string by final state if, after reading the entire input, it reaches a final state, regardless of the contents of the stack.

A problem is undecidable if there is no algorithm that can determine the answer (yes or no) for all possible inputs in a finite amount of time.

A Turing Machine consists of a tape, a tape head, a finite set of states, an input alphabet, a tape alphabet, a transition function, and a start, accept, and reject state.

The lexical analyzer (scanner) reads

...

See on Student Notes »

gpwc++

Ball.h

#pragma once #include<SFML/Graphics.hpp> using namespace sf;class Ball{private:Vector2f m_Position;CircleShape m_Shape;float m_Speed = 1000.0f;float m_DirectionX = 0.2f; float m_DirectionY = 0.2f; public: Ball(float startX, float startY) ; FloatRect getPosition(); CircleShape getShape(); void reboundSides(); void reboundBatOrTop(); void reboundBottom(); void update(Time dt); };

Ball.cpp

#include "Ball.h"

Ball :: Ball(float startX, float startY){m_Position.x = startX; m_Position.

...

See on Student Notes »

environmental science

Noise pollution is caused by unwanted or excessive sound that affects human health and environmental quality. Its sources can be classified into:1.Industrial sources: Factories, heavy machinery, generators, and equipment contribute to continuous noise.2.Transportation: Road traffic (cars, buses, trucks), railway engines and tracks, and aircraft are major contributors.3.Construction activities: Drilling, excavation, demolition, and use of concrete mixers cause loud, disturbing noise.4.Social events:
...

See on Student Notes »

literature

11. Who brought christianity back to Britain? In 597, Pope Gregory I the Great sent a monk, Augustine, to bring the Christianity back to England. Augustine's mission of Christianisation was succesful.

12. What was the Magna Carta? The Magna Carta was a charter that demanded specific liberties, asked to sign by the barons, knights, clergy and townspeople. Edward I, the son of Henry III, respected the terms of the Magna Carta, and in 1295 he summoned a council made up of barons, clergy, knights and

...

See on Student Notes »