Ιστορία

β. Εσωτερική αναδιοργάνωση

Για την αποτελεσματικότερη διακυβέρνηση του κράτους επιδιώχθηκε μια εκτεταμένη διοικητική μεταρρύθμιση, η δημιουργία των θεμάτων. Τα θέματα αρχικά ήταν στρατιωτικές μονάδες, μετακινούμενες ανά την επικράτεια. Όταν οι μονάδες αυτές απέκτησαν μόνιμη

...

See on Wikiteka »

Bdhhdhfhr

The Geological Time Scale (GTS) is the "calendar" for Earth's 4.54-billion-year history. It organizes the vast expanse of deep time into nested units based on major geological events (like mountain building) and biological shifts (like mass extinctions).
Scientists use chronostratigraphy (stacking rock layers) and geochronology (radiometric dating) to refine these dates.
Hierarchy of Time Divisions
Geological time is divided into units of varying lengths, from the massive Eons to the more specific

...

See on Student Notes »

networking

#Topic : Write a program to show up and Mac address of the system and also check up address is ipv4 or ipv6 

import java.net.*;

public class SimpleNetworkInfo {
    public static void main(String[] args) {
        try {
            InetAddress ip = InetAddress.getLocalHost(); 
            System.out.println("IP Address: " + ip.getHostAddress());

            String ipType = (ip instanceof Inet4Address) ? "IPv4" : "IPv6";
            System.out.println("IP Type: " + ipType)

...

See on Student Notes »

Bsa cheat

SECTIONS

1. Short title, application and commencement.

2. Definitions.

PART II

CHAPTER II

RELEVANCY OF FACTS

3. Evidence may be given of facts in issue and relevant facts.

Closely connected facts

4. Relevancy of facts forming part of same transaction.

5. Facts which are occasion, cause or effect of facts in issue or relevant facts.

6. Motive, preparation and previous or subsequent conduct.

7. Facts necessary to explain or introduce fact in issue or relevant facts.

8. Things said or done by conspirator...

See on Student Notes »

j asjc jh

ACT OF BANKRUPTCY • It occurs in connection with a debtor's conduct or financial situation, allows for the initiation of a bankruptcy petition against the debtor. • 3 CATEGORIES a) Dealings with property lead to AOB • Sec 3(1) IA 1967 a) He assigns his property to trustees for the general benefit of his creditors. It shows an attempt by the debtor to handle their financial affairs in a way that prioritizes certain creditors over others. b) If he engages in a fraudulent conveyance, gift, delivery,

...

See on Student Notes »

Youhhhh

Terminal Question 1 (20 Marks): Explain the evolution of computers.
Introduction: The evolution of computers refers to the systematic development of computing devices from simple
mechanical calculating machines to highly advanced electronic and intelligent systems. Early computers were massive in
size, extremely expensive, consumed large amounts of electricity and were limited in functionality. With continuous
technological advancements, computers have become compact, powerful, efficient and capable

...

See on Student Notes »

Eccee

1) What is a communication system? With a neat block diagram explain communication system.
A communication system is a setup used to transmit information from a source to a destination. The general block diagram includes the following functional elements:
 * Information Source: Produces the message to be transmitted (e.g., voice, text, video).
 * Input Transducer: Converts the message (if non-electrical) into a time-varying electrical signal.
 * Transmitter: Processes the electrical signal for transmission....

See on Student Notes »

computer

Module 3: E-Commerce
61. E-commerce, or electronic commerce, refers to the act of performing business transactions, such as buying or selling goods, over the Internet.
62. The Business-to-Consumer (B2C) model involves businesses selling products or services directly to individual customers.
63. The Business-to-Business (B2B) model covers transactions between two businesses and represents the largest segment of e-commerce by dollar volume.
64. The Consumer-to-Consumer (C2C) model facilitates transactions

...

See on Student Notes »

Exam.

Ideal and Practical Operational Amplifier with Characteristics
Operational Amplifier
An operational amplifier (Op-Amp) is a high gain, DC-coupled electronic amplifier with two inputs (inverting and non-inverting) and one output, used to perform mathematical operations such as addition, subtraction, integration and differentiation.
Ideal Operational Amplifier
An ideal Op-Amp is a hypothetical amplifier having perfect characteristics and is used only for theoretical analysis.
Characteristics of Ideal Op-

...

See on Student Notes »