examen final c#

examen final c#

Professional Development

20 Qs

quiz-placeholder

Similar activities

Sistema Informático

Sistema Informático

10th Grade - Professional Development

15 Qs

LA COMPUTADORA

LA COMPUTADORA

Professional Development

15 Qs

Sesion 02 - Explorador de archivos

Sesion 02 - Explorador de archivos

Professional Development

20 Qs

Redes Eléctricas de Media Tensión

Redes Eléctricas de Media Tensión

Professional Development

20 Qs

Subestaciones

Subestaciones

Professional Development

19 Qs

Yapay Zekâyı Ne Kadar Tanıyoruz?

Yapay Zekâyı Ne Kadar Tanıyoruz?

Professional Development

15 Qs

Coiffure

Coiffure

Professional Development

20 Qs

Realidad aumentada

Realidad aumentada

Professional Development

15 Qs

examen final c#

examen final c#

Assessment

Quiz

Instructional Technology

Professional Development

Medium

Used 8+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cual es la instrucción para crear la variable "numero" de tipo entero?

char numero

Integer numero;

int numero;

string numero;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

El tipo de variable donde se guarda un número decimal es:

byte

char

double

string

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Los tipos de variables donde se puede guardar caracteres son:

string, char

char, byte

int, char

char, byte

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

la sintaxis de la instrucción switch es:


switch (variable)

{

case 1:

instrucciones;

break;


case 2:

instrucciones;

break;


default:

Instrucciones;

break;

}

verdadero

falso

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

la instrucción para el manejo de condicionales es la sentencia while?

verdadero

falso

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Las instrucciones que manejan los ciclos en c# son:

If, While, For, Switch.

Clear, While, switch,

While, for, switch.

todas las anteriores

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Las propiedades maximun size, minimun size, size están encargadas de:

Asigna valores a variables

Cambia tamaño del tipo de letras

Asignar el tamaño de una ventana, máximo y el mínimo tamaño de una ventana.

ninguna de las anteriores

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?