單項選擇題程序在運行中使用什么臨時存儲數(shù)據(jù)()。

A.方法
B.函數(shù)
C.變量
D.常量


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題下列關于VB中數(shù)據(jù)的說法正確的是()。

A."125"是數(shù)值型數(shù)據(jù)
B.邏輯型數(shù)據(jù)只有True(真)和False(假)兩個值
C.邏輯型數(shù)據(jù)屬于數(shù)值型數(shù)據(jù)
D.標識為"Integer"的數(shù)據(jù)是長整型數(shù)值數(shù)據(jù)

3.單項選擇題能正確表示數(shù)學表達式5<x<10的VB表達式是()。

A.5<x Or x<10
B.5<x & x<10
C.5<x And x<10
D.5<x<10

4.單項選擇題下列VB語句中,能夠正確地定義一個整型變量和一個字符串變量的是()。

A.Dim a As String,b As Single
B.Dim a As Integer,b As String
C.Dim a As Single,b As Double
D.Dim a As Integer,b As Single