Klausur SS 2003

Transcription

Klausur SS 2003
Institut für Chemie der Freien Universität Berlin
Klausur zur Vorlesung „Computer in der Chemie I“ (21 460 V/Ü)
Test acc. to lecture „Computers in Chemistry I“ (21 460 V/Ü)
Verfasser (author): Priv.-Doz. Dr. B. Kirste
Semester (semester): SS 2003
Datum (date): 2003-07-08
Dauer (duration): 45 min
Höchstpunktzahl:
33
Punkte:
max. no. of points
points:
Mindestpunktzahl: 16,5
Note:
min. no. of points
grade
Bitte füllen Sie den folgenden Block aus (Please fill out the following form):
Nachname:
Vorname:
last name (family name)
first name
Matrikelnr.:
Studiengang:
enrolment no.
study program
1. Speicherplatz (RAM, Platten) wird in „Byte“ (bzw. MB, GB) angegeben. Bitte erklären
Sie kurz die Begriffe „Bit“ und „Byte“.
Storage (RAM, disks) is measured in „byte“ (or MB, GB). Please give a short explanation
of the terms „bit“ and „byte“. [2 P.]
* Bit: „binary digit“, kleinste Informationseinheit mit zwei möglichen Werten (z.B. 0, 1)
Byte: Informationseinheit aus 8 Bit, speichert z.B. ein Zeichen oder eine Zahl 0-255
* bit: „binary digit“, smallest unit of information with two possible values (e.g. 0, 1)
byte: information unit of 8 bits, stores e.g. one character or a number 0-255
2. a) C:\Winnt\system32\Calc.exe
Erklären Sie kurz den Aufbau des Dateisystems unter Windows NT am Beispiel der oben
angegebenen Pfadangabe, bezeichnen Sie die Komponenten.
Give a short explanation of the organization of the file system in Windows NT using the
example of the above-given path specification; designate its components. (4 P.)
* Laufwerk (C), Verzeichnisse/Unterverzeichnisse (Ordner) in baumartiger Struktur
(Winnt, system32), Datei mit Name (Calc) und Erweiterung (exe)
* drive (C), directories/subdirectories (folders) in tree-like structure (Winnt, system32),
file with name (Calc) and extension (exe)
b) Um welchen Dateityp handelt es sich im obigen Beispiel (z.B. Word-Dokument,
ausführbares Programm, Audio-Datei, ...)?
What type of file is specified in the above-given example (e.g. Word document, executable
program, audio file, ...)? (1 P.) ---a+b: [5 P.]
* ausführbares Programm / executable program
3. Im folgenden sehen Sie einen gekürzten Bildschirmabdruck. Bitte erklären Sie kurz die im
Fettdruck hervorgehobenen acht Unix-Befehle.
In the following you see an abridged screen dump. Please give a short explanation of the
eight Unix commands printed in bold face. [8 P.]
[edvkurs@Flory] 103 (~): mkdir test
[edvkurs@Flory] 104 (~): cd test
[edvkurs@Flory] 105 (~/test):cp /u/tmp/kurs/example.bas .
[edvkurs@Flory] 106 (~/test): ls -al
-rw-r--r-1 edvkurs lehre
81 Jun 25 16:41 example.bas
[edvkurs@Flory] 107 (~/test): rm example.bas
[edvkurs@Flory] 108 (~/test): cd ..
[edvkurs@Flory] 109 (~): man ps
[edvkurs@Flory] 110 (~): ps -f
UID
PID
PPID C
STIME TTY
TIME CMD
edvkurs
56023
55930 0 16:47:03 ttyq1
0:00 xclock
[edvkurs@Flory] 111 (~): kill 56023
* mkdir: Verzeichnis anlegen / make directory
cp: Datei(en) kopieren / copy file(s)
ls: Inhalt eines Verzeichnisses anzeigen / list contents of directory
rm: löschen von Dateien / remove (delete) files
cd: wechseln des aktuellen Verzeichnisses / change working directory
man: Anzeige der betreffenden Manual-Seite / print an entry of the reference manual
ps: Informationen über Prozesse anzeigen / report process status
kill: einen Prozess beenden / terminate a process
4. Im Quelltext eines HTML-Dokuments sehen Sie folgenden „Markup“. Geben Sie eine
kurze Interpretation.
In the source code of an HTML document you see the following piece of markup. Please
give a short interpretation. [2 P.]
<A HREF="http://www.chemie.de/">Chemie.DE</A>
* „(Hyper-)Link“ (Verweis) auf das im „Anker-Tag“ mittels HREF angegebene
Web-Dokument („URL“)
* (hyper-)link referring to the web document („URL“) specified by HREF in the
anchor tag
5. Interpretieren Sie kurz, was das folgende BASIC-Programm tut.
Give a short interpretation of what the following BASIC program does. [4 P.]
100
110
120
130
140
150
N = 1
I2 = 10
FOR I = 1 TO I2
N = N * I
NEXT I
PRINT N
* Mit Hilfe einer Schleife wird 10! berechnet und dann am Bildschirm ausgegeben.
10! is calculated by means of a loop and then printed to the screen.
6. Mit Hilfe einer Internet-Suchmaschine (z.B. Google) möchten Sie etwas über das Konzept
„single molecule chemistry“ erfahren. Eintippen der drei Wörter in das Suchfeld liefert
ca. 155000 Treffer. Wie könnte man gezielter vorgehen?
You want to get information about the concept of „single molecule chemistry“ by means of
an Internet search engine (e.g. Google). Typing these three words into the search field
yields ca. 155000 hits. How could you perform the search more specifically? [2 P.]
* in der erweiterten Suche nach der „genauen Wortgruppe“ suchen (oder in der
einfachen Suche die Wortgruppe zwischen Anführungszeichen setzen)
* use the extended search and specify „exact phrase“ (or use quotes for the phrase
in simple search)
7. Welche Art von Information findet man im „Science Citation Index“ (http://elib.tudarmstadt.de/WoS/) und was ist die Besonderheit dieser Datenbank?
What kind of information do you find in the „Science Citation Index“ (http://elib.tudarmstadt.de/WoS/) and what is the special feature of that database? [2 P.]
* bibliographische Daten zu wissenschaftlichen Publikationen; zitierende Artikel
* bibliographic data of scientific papers; citing articles
8. Was bedeuten vermutlich die speziell formatierten Zahlen 50-00-0 oder 3282-56-2 in
einer chemischen Datenbank?
What is probably the meaning of the particularly formatted numbers 50-00-0 or
3282-56-2 in a chemical database? [2 P.]
* CAS-Registry-Nummern von Substanzen / CAS registry numbers of substances
9. Auf welche Datenbanken kann man mit dem „SciFinder Scholar“ zugreifen, welche Arten
von Informationen kann man erhalten, wozu dient „Chemport“? (1 Punkt für jede richtige
Antwort, Minuspunkte für falsche Angaben, maximal gibt es 6 Punkte für diese Frage.)
Which databases can you access by means of „SciFinder Scholar“, what different types of
information can you retrieve, what is the purpose of „Chemport“? (1 point for each
correct answer, minus points for wrong answers, you will get at most 6 points for this
question.) [6 P.]
* Datenbanken: CAPLUS (Chemical Abstracts), CAS Registry (Substanzen),
CASREACT (chemische Reaktionen), MEDLINE;
Informationen: bibliographische Daten, Abstracts, Substanz-Identifikation,
Literaturstellen zu chemischen Reaktionen; Chemport führt zu Volltexten
* databases: CAPLUS (Chemical Abstracts), CAS Registry (substances),
CASREACT (chemical reactions), MEDLINE;
information: bibliographic data, abstracts, substance identification,
references for chemical reactions; Chemport leads to full texts