Тестовые вопросы по медицинской информатике для студентов English Medium. Учебно-методическое пособие (на английском языке)
.pdf
How is called a panel, indicated in a picture?
1 formatting toolbar
2 charts panel
3 taskbar
4 formula bar
Select the answers corresponding to an element specified in the picture:
1 sheet area
2 input line
3 displays the cell address
4 displays the contents of a cell
61
Select the answers corresponding to an element specified in the picture:
1 sheet area
2 input line
3 displays the cell address
4 displays the contents of a cell
Specify the format of the selected cell:
1 |
number |
2 |
currency |
3 |
text |
4 |
data |
62
Specify the format of the selected cell:
1 |
number |
2 |
currency |
3 |
text |
4 |
data |
Name the structure of the diagram shown in a picture:
1 help line
2 footnote
3 link
4 legend
63
What type of diagram is shown in a picture?
1 stacked charts
2 bar chart
3 chart with areas
4 line chart
Specify the reason for an error when copying the formula:
1 formula is correct, the reason is that you can’t copy the formula
2 formula is incorrect because it is necessary to use absolute addressing to the cell В6
64
3 formula is incorrect because it is necessary to use absolute addressing to the cell В2Z
4 formula is incorrect because it is necessary to use absolute addressing to the both cell
What will be the result when we copy the formula from cell E3 to cell E4?
1 |
41,07% |
2 |
0 (zero) |
3 |
11,99% |
4 |
an error message appears |
What is written in the input line?
1 formula using relative addressing
2 formula using absolute addressing
3 formula using relative and absolute addressing
4 formula using relative addressing, and taking into account the value of a dollar
65
Could we change the chart axis scale?
1 no, because scale defined by program based on the data of chart
2 yes, only within the minimum and maximum values of the initial chart data
3 yes, within any minimum and maximum values, regardless of the original chart data
66
TOPIC № 6 DATABASE
Match terms and definitions:
1 record
2 field
3 primarykey
a unique row identifier
b one column in a database table c one row in the database table
Select the correct statements for relational databases:
1 each record is unique
2 record in the table can be repeated
3 primary key - not necessarily
4 primary key - is necessarily
Field type that contains data about the number of days in a year, may be:
1 numeric (fieldsize: integer)
2 numeric (fieldsize: byte)
3 integer (autoincrement)
4 date/time
To specify patient temperature field size may be:
1 byte
2 integer
3 float
4 long integer
Choose the correct data types:
1 temperature
2 pressure
3 currency
4 humidity
5 logical
67
Choose the correct data types:
1 temperature
2 integer (autoincrement)
3 pressure
4 numeric
5 humidity
Can the database store the text larger than 255 symbols?
1 yes
2 Yes, if you break the text into multiple parts 3 no
What language is used to create queries in modern data Bases?
1 Visual Basic
2 HTML
3 SQL
4 Perl
5 C++
Specify the types of data that can have only one of two possible values:
1 integer (autoincrement)
2 logical
3 numeric
4 date/time
5 MEMO
Can we change the name of the field?
1 no
2 yes, if the type of this field is not Integer (autoincrement) 3 yes
Can we add the missed field?
1 no
2 yes
68
How many tables can contain database?
1 one
2 two
3 eight
4 255
5 many
The main task of the databases control system is:
1 storing text information
2 possibility of processing graphics information
3 a quick search of information
4 calculation of complex arithmetic operations
What methods are used to find information in database?
1 Sort
2 Find
3 Filter
4 Queries
Information in the databases located:
1 in input order
2 in descending order
3 in ascending order
Function SORT allows to place the information:
1 in input order
2 in descending order
3 in ascending order
4 in order of importance of data
Function FILTER are applied to:
1 place data in ascending order
2 place data in descending order
3 select the records, which contain the necessary information
4 view all the information in database
5 select the content of one field
69
Using the command FIND you can search only:
1 symbol
2 group of symbols
3 word
4 sentence
5 formula
For the file name, created with the program Open Office (database) added an extension:
1 DOC
2 XLS
3 TXT
4 MDB
5 ODB
Select control elements that used in forms:
1 field
2 combo box
3 button
4 file
5 check box
Sorting records can be used for the next type of data fields:
1 currency
2 numeric
3 varchar (text)
4 date/time
5 for all these types
Determine the correct order of working process with database:
1 creating tables; creating queries; creating database file
2 creating tables; creating database file; creating queries
3 creating database file; creating tables; creating queries
The result of a select query is:
1 form
2 table
3 request
4 macro
70
