Cwiczenia 13

This commit is contained in:
domzaw 2019-01-21 16:14:19 +01:00
parent 59f2789887
commit abd4f13a20
21 changed files with 127 additions and 0 deletions

BIN
Ćw.10/Zadania 10.docx Normal file

Binary file not shown.

BIN
Ćw.11/Zadanie 11-1.docx Normal file

Binary file not shown.

BIN
Ćw.11/Zadanie 11-2.xlsx Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 863 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 820 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 692 KiB

BIN
Ćw.4/Zadanie1.zip Normal file

Binary file not shown.

BIN
Ćw.4/Zadanie2.zip Normal file

Binary file not shown.

BIN
Ćw.4/Zadanie3.zip Normal file

Binary file not shown.

BIN
Ćw.4/Zadanie4.zip Normal file

Binary file not shown.

127
Ćw.5/shop (1).xml Normal file
View File

@ -0,0 +1,127 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE shop [
<!ELEMENT shop (section+)>
<!ATTLIST section domain CDATA #REQUIRED>
<!ELEMENT section (shelf+)>
<!ATTLIST shelf domain CDATA #IMPLIED>
<!ELEMENT shelf (product+)>
<!ELEMENT product (nazwa+, data*, cena+, producent*)>
<!ELEMENT nazwa (#PCDATA)>
<!ELEMENT data (#PCDATA)>
<!ELEMENT cena (#PCDATA)>
<!ELEMENT producent (#PCDATA)>
]>
<shop>
<section domain="Spożywczy">
<shelf domain="Nabiał">
<product>
<nazwa> Mleko Łaciate </nazwa>
<data> 25.11.2018 </data>
<cena> 2,30 </cena>
<producent> Mlekpol </producent>
</product>
<product>
<nazwa> Jogobella </nazwa>
<data> 20.11.2018 </data>
<cena> 3,50 </cena>
<producent> Zott </producent>
</product>
<product>
<nazwa> Monte </nazwa>
<data> 20.11.2018 </data>
<cena> 4,00 </cena>
<producent> Zott </producent>
</product>
</shelf>
<shelf domain="Pieczywo">
<product>
<nazwa> Chleb wiejski </nazwa>
<data> 20.11.2018 </data>
<cena> 1,50 </cena>
</product>
<product>
<nazwa> Bułka pszenna </nazwa>
<data> 20.11.2018 </data>
<cena> 0,50 </cena>
</product>
<product>
<nazwa> Rogal </nazwa>
<data> 22.11.2018 </data>
<cena> 2,00 </cena>
</product>
</shelf>
</section>
<section domain="Papierniczy">
<shelf domain="Artykuły papiernicze">
<product>
<nazwa> Zeszyt A4 </nazwa>
<cena> 10,00 </cena>
<producent> Sztuka Rodzinna </producent>
</product>
<product>
<nazwa> Blok techniczny </nazwa>
<cena> 7,50 </cena>
<producent> Oxford </producent>
</product>
<product>
<nazwa> Kartka okolicznościowa </nazwa>
<cena> 4,50 </cena>
<producent> Pan Dragon </producent>
</product>
</shelf>
<shelf domain="Artykuły różne">
<product>
<nazwa> Nożyczki </nazwa>
<cena> 6,90 </cena>
<producent> Maped </producent>
</product>
<product>
<nazwa> Zestaw geometryczny </nazwa>
<cena> 15,00 </cena>
<producent> Milan </producent>
</product>
<product>
<nazwa> Długopis niebieski </nazwa>
<cena> 2,00 </cena>
<producent> BIC </producent>
</product>
</shelf>
</section>
<section domain="Odzieżowy">
<shelf domain="Buty">
<product>
<nazwa> Trampki </nazwa>
<cena> 495,00 </cena>
<producent> Calvin Klein Jeans </producent>
</product>
<product>
<nazwa> Półbuty </nazwa>
<cena> 180 </cena>
<producent> Lasocki for Men </producent>
</product>
<product>
<nazwa> Mokasyny </nazwa>
<cena> 480,00 </cena>
<producent> Tommy Hilfiger </producent>
</product>
</shelf>
<shelf domain="Spodnie">
<product>
<nazwa> Shorty jeansowe </nazwa>
<cena> 260,00 </cena>
<producent> Wrangler </producent>
</product>
<product>
<nazwa> Chinosy </nazwa>
<cena> 239,00 </cena>
<producent> Tommy Jeans </producent>
</product>
<product>
<nazwa> Spodnie dresowe </nazwa>
<cena> 220,00 </cena>
<producent> NIKE </producent>
</product>
</shelf>
</section>
</shop>

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 551 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 KiB

BIN
Ćw.7/Ćwiczenia 7.docx Normal file

Binary file not shown.

BIN
Ćw.8/zadanie8.docx Normal file

Binary file not shown.

BIN
Ćw.9/zadanie9.docx Normal file

Binary file not shown.