Subido por Sergio Castellanos

Cuadro comparativo AlisonCastellanos

Anuncio
ACTIVIDADES DE FUNDAMENTOS DE DISEÑO DE SOFTWARE
SEMANA 14 DEL 30 DE MAYO AL 3 DE JUNIO DEL 2022
NOMBRE DEL ALUMNO:
GRUPO:
401
FECHA:
31-05-22
Alison Janet Castellanos Maya
ACTIVIDADES:
1.-Realiza un cuadro comparativo de los diferentes tipos de datos en visual
basic
Tipo de Visual Basic
Estructura de tipo Common
Language Runtime
Asignación de
almacenamiento nominal
Boolean
Boolean
Byte
Char (carácter individual)
Date
Decimal
Double (punto flotante de
precisión doble)
Integer
Long (entero largo)
Object
Byte
Char
DateTime
Decimal
Double
En función de la plataforma
de implementación
1 byte
2 bytes
8 bytes
16 bytes
8 bytes
Int32
Int64
Object (clase)
4 bytes
8 bytes
4 bytes en plataforma de 32
bits
8 bytes en plataforma de 64
bits
SByte
Short (entero corto)
Single (punto flotante de
precisión simple)
String (longitud variable)
SByte
Int16
Single
1 byte
2 bytes
4 bytes
String (clase)
UInteger
ULong
User-Defined (estructura)
UInt32
UInt64
(hereda de ValueType)
UShort
UInt16
En función de la plataforma
de implementación
4 bytes
8 bytes
En función de la plataforma
de implementación
2 bytes
Descargar