Тестовые вопросы по медицинской информатике для студентов English Medium. Учебно-методическое пособие (на английском языке)
.pdfCreate a key field is necessary for:
1 unambiguous definition recording
2 sorting data
3 delete the wrong entry
How many fields in a table could have field type "Varchar (Text)"?
1 only one
2 no more than three
3 no more than 255
4 many
Components of the Database is:
1 documents
2 patterns
3 tables
4 queries
5 forms
Which pattern can describe the words: Moscow, Minsk, Madrid?
1 М#
2 М*
3 М?
4 М[а-z]
5 М[аz]
Which pattern can describe the words: computer, winchester, scanner?
1 ?r
2 r*
3 *r
4 [a-z]r
5 r[az]
71
Which pattern can describe the words: aspirin, abomin, amizon?
1 a?n
2 а#n
3 а*n
4 а!n
5 а[а-z]n
Which pattern can describe the words: store, score, shore?
1 s#ore
2 s?ore
3 s[az]ore
4 s[a-z]ore
5 s[!cht]ore
Find the correspondence between the pattern(on the left) and words, that could be described by this patterns:
1 ar[k-t]
2 ar[kt]
3 ar[!kt] a ark, art b arm
c ark, arm, art
Find the correspondence between the pattern(on the left) and words, that could be described by this patterns:
1 s*ер
2 s[ce]*er
3 s[!ce]*er
a scanner, server, streamer b streamer
c scanner, server
72
