Автор работы: Пользователь скрыл имя, 12 Июня 2013 в 12:49, дипломная работа
Оқытушының бақылау-бағалау қызметін тиімді жүргізілуі көп жағдайда, оның оқыту нәтижелерін бақылау жұмыстарын қаншалықты ұтымды етіп ұйымдастыратындығына және ол үшін пайдаланылатын бақылау құралдарының сол құралдардың әдістемелік және психика-педагогикалық талаптарына қаншалықты сәйкестілігіне байланысты болып келеді
Қазіргі заманғы компьютерлік диагностика мен тест өткізудің әдістемелерін қолға алуға көбінесе информатика пәні оқытушылары жақын тұрады, бірақ, өкінішке орай, біздің кабинеттерімізде комьютерлік тестілер тіпті аз.
Зерттеліп отырған тақырып, Delphi програмамалау тілінде компьютерде тест жасауға арналған бағдарлама жасауға итермеледі.
Кіріспе
I. Жалпы бөлім
1.1. Тест және оның қолданылуы
1.2. Delphi ортасымен танысу…………………………………
1.3. Құрал саймандар батырмалары…………………………
Программалар код терезесі…………………………...…
ІІ. Арнайы бөлім:
2.1. Есептің алгоритмі…………………………………………
2.2. III. Өндірісті ұйымдастыру
ІV. Қорытынды
Есепті қорытындылау…………………………………....
Қосымша
Пайдаланылған әдебиеттер………………………………
Программа листингісі…………
Caption = #1046#1072#1091#1072#1087'
'#1073#1077#1088#1075#1077#
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Label4: TLabel
Left = 16
Top = 144
Width = 201
Height = 13
Caption = #1044#1091#1088#1099#1089'
'#1078#1072#1091#1072#1087' '#1073#1077#1088#1075#1077#
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Label5: TLabel
Left = 16
Top = 176
Width = 128
Height = 13
Caption = #1058#1077#1089#1090#1110' '#1073#1072#1089#1090#1072#
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Label6: TLabel
Left = 16
Top = 240
Width = 155
Height = 13
Caption = #1044#1091#1088#1099#1089'
'#1078#1072#1091#1072#1087' '#1087#1072#1081#1099#1079#
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold, fsUnderline]
ParentFont = False
Transparent = True
end
object Label7: TLabel
Left = 16
Top = 272
Width = 305
Height = 13
Alignment = taCenter
AutoSize = False
Caption = #1058#1077#1082#1089#1077#
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
Transparent = True
end
object lbFIO: TLabel
Left = 16
Top = 48
Width = 305
Height = 13
Alignment = taCenter
AutoSize = False
Caption = '<'#1057#1090#1091#1076#1077#
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold, fsUnderline]
ParentFont = False
Transparent = True
end
object QuestionsCount: TLabel
Left = 280
Top = 80
Width = 41
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = '0'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object QuestionsAnswered: TLabel
Left = 280
Top = 112
Width = 41
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = '0'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object CorrectAnswers: TLabel
Left = 280
Top = 144
Width = 41
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = '0'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object BeginTime: TLabel
Left = 248
Top = 176
Width = 73
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = '0'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object CorrectPercent: TLabel
Left = 280
Top = 240
Width = 41
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = '0'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold, fsUnderline]
ParentFont = False
Transparent = True
end
object Label14: TLabel
Left = 16
Top = 208
Width = 128
Height = 13
Caption = #1058#1077#1089#1090#1110'
'#1072#1103#1179#1090#1072#
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object EndTime: TLabel
Left = 248
Top = 208
Width = 73
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = '0'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object btnOk: TBitBtn
Left = 16
Top = 296
Width = 305
Height = 25
Caption = #1053#1241#1090#1080#1078#1077
ModalResult = 1
TabOrder = 0
Glyph.Data = {
NumGlyphs = 2
end
end
Пайдаланылған әдебиеттер
Қ