Yc6rcyrfyrfut

  1. SCHEMĂ – ESSAY (opinion / discussion)
140–190 cuvinte
Stil semi-formal
4–5 paragrafe
STRUCTURĂ
Paragraful 1 – Introducere
• Reformulezi subiectul
• Spui că există opinii diferite
Model:
Nowadays, there is a debate about…
While some people believe…, others think…
Paragraful 2 – Prima idee dată
• Explici
• Dai un exemplu
Conectori:
On the one hand,
Firstly,
One advantage is that…
Paragraful 3 – A doua idee dată
Conectori:
On the other hand,
Secondly,
However,
...

See on Wikiteka »

Computer graphics

# ✅ Q1 (a) Write and explain the common types of display devices. (3 Marks) Display devices are used to display graphical output generated by computer. ## 1) CRT (Cathode Ray Tube) * Uses electron beam to strike phosphor screen. * Beam scans line by line to produce image. * Used in old monitors and TVs. * Advantages: Good color quality. * Disadvantages: Heavy, bulky, high power consumption. ### 2) LCD (Liquid Crystal Display) * Uses liquid crystals to control light. * Requires backlight. * Thin,...

See on Student Notes »

Historia Napoleon

Dlaczego hymn nieoficjalnie „Mazurek Dąbrowskiego"?
Powstał 1797 we Włoszech jako pieśń Legionów Polskich — wspomina gen. Jana Henryka Dąbrowskiego i walkę o niepodległość. Oficjalnym hymnem dopiero 1927.

Fragment hymnu z Napoleonem?
„Bonaparte nam dał przykład, jak zwyciężać mamy"

Gdzie urodził się Napoleon + wpływ na osobowość?
Ajaccio, Korsyka (1769). Korsykańskie korzenie → ambicja, patriotyzm, impulsywność, silna więź rodzinna, duch walki.

Kiedy cesarzem Francji?...

See on Wikiteka »

trial3

    number.clear(); type.clear(); floor.clear(); rate.clear();       |  Widget build(BuildContext context) { 
    setState(() {message = "Room Added";});}                            |    return Scaffold( 
  @override                                                                                     |      appBar: AppBar(title: Text("Room List")), 
  Widget build(BuildContext context) {                         ...

See on Student Notes »

trial2

import 'package:flutter/material.dart';
void main() {runApp(MyApp());}
class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp( home: CartScreen());} }
class Item { String name; int qty; double price;
  Item(this.name, this.qty, this.price);}
List<Item> cartList = [];
/* -------- CART -------- */
class CartScreen extends StatefulWidget {
  @override
  State<CartScreen> createState() =>_CartScreenState();}
class _CartScreenState extends

...

See on Student Notes »

trial

import 'package:flutter/material.dart';
void main() {runApp(MyApp());}
class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp( home: EmployeeEntryScreen());} }
class Employee { String name, id, designation; double basicSalary;
  Employee(this.name, this.id, this.designation, this.basicSalary);}
List<Employee> employeeList = [];
/* -------- SCREEN 1 -------- */
class EmployeeEntryScreen extends StatefulWidget {
  @override
  State<EmployeeEntryScreen&

...

See on Student Notes »

Internet

  • Internet vs. internet

    • Was ist der Unterschied zwischen einem internet und dem Internet?

      Ein internet (interconnected networks) ist eine Menge von Netzwerken, die über vermittelnde Netzwerkknoten (router) miteinander verbunden sind.
      Das Internet ist das größte internet der Welt, also "unser" Internet, das aus dem ARPANet entstanden ist und auf der TCP/IP-Protokollfamilie basiert.

  • Internet-Adressen und Netzwerke

    • Wie ist eine Internet-Adresse (IPv4) aufgebaut? (4)

      Eine IPv4–Adresse ist eine
...

See on Wikiteka »

plant

Flowering plants reproduce sexually by creating seeds, a process involving flower anatomy (anther/stigma), pollen transfer (pollination), fertilization (fusion of gametes), and seed dispersal. Key components include stamen (male) and carpel (female), with types like cross or self-pollination. Germination requires water, oxygen, and warmth.
Save My ExamsSave My Exams +6
  • Male Part (Stamen):
    • Anther: Produces and releases pollen (male gametes).
    • Filament: Supports the anther.
  • Female
...

See on Wikiteka »

English methodology

Learning Styles

NLP Model:

•Visual learners → learn through images.

•Auditory learners → learn through listening.

•Kinaesthetic learners → learn through movement.

Multiple Intelligences – by Howard Gardner:

•Linguistic

•Logical-mathematical

•Musical

•Interpersonal

•Intrapersonal

•Spatial, etc.

Extrinsic Motivation

•Comes from outside (job, exam, parents).

Intrinsic Motivation

•Comes from inside the classroom.

•Influenced by:

•Teacher personality

•Activities

...

See on Wikiteka »